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
25833761
Commit
25833761
authored
Feb 09, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update AMF Client to pass local test (CI/CD)
parent
a76e4b2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
src/test/amf_client/amf-client.cpp
src/test/amf_client/amf-client.cpp
+6
-2
No files found.
src/test/amf_client/amf-client.cpp
View file @
25833761
...
@@ -1705,6 +1705,10 @@ int main(int argc, char* argv[]) {
...
@@ -1705,6 +1705,10 @@ int main(int argc, char* argv[]) {
std
::
string
supi
=
"imsi-200000000000001"
;
std
::
string
supi
=
"imsi-200000000000001"
;
uint32_t
number_ues
=
100
;
uint32_t
number_ues
=
100
;
test_all_procedures_for_one_session
(
supi
,
pid
,
context_id
,
smf_ip_address
,
http_version
,
port
);
/* for (int i=1; i<=MAX_NUMBER_SESSIONS; i++) {
/* for (int i=1; i<=MAX_NUMBER_SESSIONS; i++) {
test_all_procedures_for_one_session(supi, i, i, smf_ip_address,
test_all_procedures_for_one_session(supi, i, i, smf_ip_address,
...
@@ -1717,8 +1721,8 @@ test_all_procedures_for_one_session(supi, i, i, smf_ip_address,
...
@@ -1717,8 +1721,8 @@ test_all_procedures_for_one_session(supi, i, i, smf_ip_address,
// http_version,
// http_version,
// port);
// port);
test_multiple_ues_multipe_sessions
(
//
test_multiple_ues_multipe_sessions(
number_ues
,
1
,
smf_ip_address
,
http_version
,
port
);
//
number_ues, 1, smf_ip_address, http_version, port);
return
0
;
return
0
;
}
}
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