Commit e98617cc authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

update conf/readme for testing SMF locally

parent c2458685
......@@ -43,7 +43,7 @@ cd /oai-cn5g-smf/build/scripts
## Create configuration file for SMF
cd /oai-cn5g-smf/build/scripts
./smf_conf.sh
./smf_conf_local.sh
## launch SMF
sudo smf -c /usr/local/etc/oai/smf.conf -o
......
......@@ -119,17 +119,17 @@ SMF =
};
AMF :
{
IPV4_ADDRESS="@SMF_AMF_IPV4_ADDRESS@";
PORT = @SMF_AMF_PORT@;
IPV4_ADDRESS="@AMF_IPV4_ADDRESS@";
PORT = @AMF_PORT@;
};
UDM :
{
IPV4_ADDRESS="@SMF_UDM_IPV4_ADDRESS@";
PORT = @SMF_UDM_PORT@;
IPV4_ADDRESS="@UDM_IPV4_ADDRESS@";
PORT = @UDM_PORT@;
};
UPF_LIST = (
{IPV4_ADDRESS="192.168.160.100" ;}
{IPV4_ADDRESS="172.55.55.102" ;}
);
};
......
......@@ -203,7 +203,7 @@ void send_pdu_session_update_sm_context_establishment()
ENCODE_U8 (buffer+size, 0x00 , size);
ENCODE_U8 (buffer+size, 0x01 , size);
ENCODE_U8 (buffer+size, 0x00 , size);
ENCODE_U8 (buffer+size, 0x00 , size);
ENCODE_U8 (buffer+size, 0x3c , size);
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment