Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
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
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
zzha zzha
OpenXG-RAN
Commits
0029c3b0
Commit
0029c3b0
authored
May 12, 2014
by
Lionel Gauthier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-svn-id:
http://svn.eurecom.fr/openair4G/trunk@5314
818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent
d80848cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
openair2/COMMON/as_message.h
openair2/COMMON/as_message.h
+2
-0
No files found.
openair2/COMMON/as_message.h
View file @
0029c3b0
...
@@ -318,6 +318,7 @@ typedef struct nas_establish_rsp_s {
...
@@ -318,6 +318,7 @@ typedef struct nas_establish_rsp_s {
as_stmsi_t
s_tmsi
;
/* UE identity */
as_stmsi_t
s_tmsi
;
/* UE identity */
nas_error_code_t
errCode
;
/* Transaction status */
nas_error_code_t
errCode
;
/* Transaction status */
as_nas_info_t
nasMsg
;
/* NAS message to transfer */
as_nas_info_t
nasMsg
;
/* NAS message to transfer */
UInt32_t
nas_ul_count
;
/* UL NAS COUNT */
}
nas_establish_rsp_t
;
}
nas_establish_rsp_t
;
/*
/*
...
@@ -328,6 +329,7 @@ typedef struct nas_establish_cnf_s {
...
@@ -328,6 +329,7 @@ typedef struct nas_establish_cnf_s {
UInt32_t
UEid
;
/* UE lower layer identifier */
UInt32_t
UEid
;
/* UE lower layer identifier */
nas_error_code_t
errCode
;
/* Transaction status */
nas_error_code_t
errCode
;
/* Transaction status */
as_nas_info_t
nasMsg
;
/* NAS message to transfer */
as_nas_info_t
nasMsg
;
/* NAS message to transfer */
UInt32_t
ul_nas_count
;
}
nas_establish_cnf_t
;
}
nas_establish_cnf_t
;
/*
/*
...
...
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