Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-SMF
Commits
e98617cc
Commit
e98617cc
authored
Apr 09, 2020
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update conf/readme for testing SMF locally
parent
c2458685
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
README.txt
README.txt
+1
-1
etc/smf.conf
etc/smf.conf
+5
-5
src/test/amf_client/amf-client.cpp
src/test/amf_client/amf-client.cpp
+1
-1
No files found.
README.txt
View file @
e98617cc
...
...
@@ -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
...
...
etc/smf.conf
View file @
e98617cc
...
...
@@ -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
=
"1
92.168.160.100
"
;}
{
IPV4_ADDRESS
=
"1
72.55.55.102
"
;}
);
};
...
...
src/test/amf_client/amf-client.cpp
View file @
e98617cc
...
...
@@ -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
,
0x
00
,
size
);
ENCODE_U8
(
buffer
+
size
,
0x
3c
,
size
);
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment