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
724164c3
Commit
724164c3
authored
Oct 05, 2022
by
Angelo Athanassopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PSEA - Optional Presence IE
parent
b3abb8f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
openair3/NAS/COMMON/ESM/MSG/PduSessionEstablishmentAccept.h
openair3/NAS/COMMON/ESM/MSG/PduSessionEstablishmentAccept.h
+25
-0
No files found.
openair3/NAS/COMMON/ESM/MSG/PduSessionEstablishmentAccept.h
View file @
724164c3
...
...
@@ -99,4 +99,29 @@ typedef struct session_ambr_s {
uint16_t
sess_ul
;
/* Session-AMBR for uplink */
}
session_ambr_t
;
/* TS 24.501 Figure 9.11.4.14.1 */
/* Optional Presence IE - TS 24.501 Table 8.3.2.1.1 */
typedef
struct
pdu_address_s
{
uint8_t
pdu_iei
;
/* PDU Address IEI (0x29) */
uint8_t
pdu_length
;
/* Length of PDU address contents */
uint8_t
pdu_type
;
/* PDU session type value */
uint8_t
pdu_addr_oct1
;
/* PDU address information (1st Octet)*/
uint8_t
pdu_addr_oct2
;
/* PDU address information (2nd Octet)*/
uint8_t
pdu_addr_oct3
;
/* PDU address information (3rd Octet)*/
uint8_t
pdu_addr_oct4
;
/* PDU address information (4th Octet)*/
}
pdu_address_t
;
/* TS 24.501 9.11.4.10 */
typedef
struct
dnn_s
{
uint8_t
dnn_iei
;
/* DNN IEI (0x25) */
uint8_t
dnn_length
;
/* Length of DNN contents */
}
dnn_t
;
/* TS 24.501 9.11.2.1A */
typedef
struct
ext_pP_t
{
uint16_t
length
;
}
ext_pP_t
;
/* TS 24.008 10.5.6.3A - Ommited, only length is processed*/
typedef
struct
qos_fd_s
{
uint16_t
length
;
}
qos_fd_t
;
/* TS 24.501 9.11.4.12 - Ommited, only length is processed*/
#endif
\ No newline at end of file
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