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
d7bba513
Commit
d7bba513
authored
Nov 26, 2019
by
wangyongshou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
finish handover reuqest msg
parent
3565d1fa
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
317 additions
and
43 deletions
+317
-43
src/NgapSmfLayer/ng_pdu_handover_request.c
src/NgapSmfLayer/ng_pdu_handover_request.c
+306
-42
src/common/3gpp_23.003.h
src/common/3gpp_23.003.h
+11
-1
No files found.
src/NgapSmfLayer/ng_pdu_handover_request.c
View file @
d7bba513
This diff is collapsed.
Click to expand it.
src/common/3gpp_23.003.h
100644 → 100755
View file @
d7bba513
...
...
@@ -87,12 +87,22 @@ typedef struct nr_cgi_s /*5G ADD it */
}
nr_cgi_t
;
typedef
struct
fiveG_s_tmsi_s
/*5G ADD it */
{
{
uint16_t
amf_set_id
:
10
;
uint8_t
amf_pointer
:
6
;
uint32_t
fiveG_s_tmsi
;
//32
}
fiveG_s_tmsi_t
;
typedef
struct
fiveG_s_gua_s
/*5G ADD it */
{
plmn_t
plmn
;
uint8_t
region_id
;
uint16_t
amf_set_id
:
10
;
uint8_t
amf_pointer
:
6
;
}
fiveG_s_gua_t
;
typedef
struct
amf_set_id_s
/*5G ADD it*/
{
uint16_t
amf_set_id
:
10
;
...
...
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