Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
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-AMF
Commits
da01d740
Commit
da01d740
authored
May 06, 2022
by
yangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify t3512
parent
5cdcf37a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/amf-app/amf_n1.cpp
src/amf-app/amf_n1.cpp
+8
-8
No files found.
src/amf-app/amf_n1.cpp
View file @
da01d740
...
...
@@ -2282,8 +2282,8 @@ void amf_n1::security_mode_complete_handle(uint32_t ran_ue_ngap_id,
Logger
::
amf_n1
().
warn
(
"Please set environment variable
\"
AMF_T3512_MIN
\"
"
);
}
// regAccept->setT3512_Value(0x5, t3512_Value);
//
regAccept->setT3512_Value(0x2, 0);
regAccept
->
setT3512_Value
(
0x5
,
0x1
);
regAccept
->
setT3512_Value
(
0x2
,
0
);
//
regAccept->setT3512_Value(0x5, 0x1);
uint8_t
buffer
[
BUFFER_SIZE_1024
]
=
{
0
};
int
encoded_size
=
regAccept
->
encode2buffer
(
buffer
,
BUFFER_SIZE_1024
);
print_buffer
(
"amf_n1"
,
"Registration-Accept message buffer"
,
buffer
,
...
...
@@ -2944,8 +2944,8 @@ void amf_n1::run_mobility_registration_update_procedure(
amf_cfg
.
guami
.
regionID
,
amf_cfg
.
guami
.
AmfSetID
,
amf_cfg
.
guami
.
AmfPointer
,
0x264a34c0
);
// regAccept->setT3512_Value(0x5, 0x1e);
//
regAccept->setT3512_Value(0x2, 0);
regAccept
->
setT3512_Value
(
0x5
,
0x1
);
regAccept
->
setT3512_Value
(
0x2
,
0
);
//
regAccept->setT3512_Value(0x5, 0x1);
std
::
vector
<
p_tai_t
>
tai_list
;
p_tai_t
item0
;
...
...
@@ -3053,8 +3053,8 @@ void amf_n1::run_periodic_registration_update_procedure(
amf_cfg
.
guami
.
regionID
,
amf_cfg
.
guami
.
AmfSetID
,
amf_cfg
.
guami
.
AmfPointer
,
0x264a34c0
);
// regAccept->setT3512_Value(0x5, 0x1e);
//
regAccept->setT3512_Value(0x2, 0);
regAccept
->
setT3512_Value
(
0x5
,
0x1
);
regAccept
->
setT3512_Value
(
0x2
,
0
);
//
regAccept->setT3512_Value(0x5, 0x1);
std
::
vector
<
p_tai_t
>
tai_list
;
p_tai_t
item0
;
...
...
@@ -3156,8 +3156,8 @@ void amf_n1::run_periodic_registration_update_procedure(
// amf_cfg.guami.regionID, amf_cfg.guami.AmfSetID,
// amf_cfg.guami.AmfPointer, 0x264a34c0); //guti
// regAccept->setT3512_Value(0x5, 0x1e);
//
regAccept->setT3512_Value(0x2, 0);
regAccept
->
setT3512_Value
(
0x5
,
0x1
);
regAccept
->
setT3512_Value
(
0x2
,
0
);
//
regAccept->setT3512_Value(0x5, 0x1);
std
::
vector
<
p_tai_t
>
tai_list
;
p_tai_t
item0
;
...
...
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