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
1
Merge Requests
1
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-RAN
Commits
334537aa
Commit
334537aa
authored
Nov 06, 2024
by
Guido Casati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comments to clarify that E1AP Setup Request refers to GNB-CU-UP E1 Setup Request
parent
10e07bc6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
openair2/COMMON/e1ap_messages_def.h
openair2/COMMON/e1ap_messages_def.h
+3
-3
openair2/COMMON/e1ap_messages_types.h
openair2/COMMON/e1ap_messages_types.h
+1
-0
No files found.
openair2/COMMON/e1ap_messages_def.h
View file @
334537aa
...
...
@@ -26,11 +26,11 @@ MESSAGE_DEF(E1AP_REGISTER_REQ, MESSAGE_PRIORITY_MED, e1ap_register_req_t, e1ap_r
MESSAGE_DEF
(
E1AP_LOST_CONNECTION
,
MESSAGE_PRIORITY_MED
,
e1ap_lost_connection_t
,
e1ap_lost_connection
)
/* E1AP Interface Management Messages */
/*
E1AP
Setup Request: gNB-CU-UP -> gNB-CU-CP */
/*
GNB-CU-UP E1
Setup Request: gNB-CU-UP -> gNB-CU-CP */
MESSAGE_DEF
(
E1AP_SETUP_REQ
,
MESSAGE_PRIORITY_MED
,
e1ap_setup_req_t
,
e1ap_setup_req
)
/*
E1AP
Setup Response: gNB-CU-CP -> gNB-CU-UP */
/*
GNB-CU-UP E1
Setup Response: gNB-CU-CP -> gNB-CU-UP */
MESSAGE_DEF
(
E1AP_SETUP_RESP
,
MESSAGE_PRIORITY_MED
,
e1ap_setup_resp_t
,
e1ap_setup_resp
)
/*
E1AP
Setup Failure: gNB-CU-CP -> gNB-CU-UP */
/*
GNB-CU-UP E1
Setup Failure: gNB-CU-CP -> gNB-CU-UP */
MESSAGE_DEF
(
E1AP_SETUP_FAIL
,
MESSAGE_PRIORITY_MED
,
e1ap_setup_fail_t
,
e1ap_setup_fail
)
/* E1AP Bearer Context Management Procedures */
...
...
openair2/COMMON/e1ap_messages_types.h
View file @
334537aa
...
...
@@ -91,6 +91,7 @@ typedef struct e1ap_net_config_t {
uint16_t
remotePortN3
;
}
e1ap_net_config_t
;
/* GNB-CU-UP E1 Setup Request */
typedef
struct
e1ap_setup_req_s
{
uint64_t
gNB_cu_up_id
;
char
*
gNB_cu_up_name
;
...
...
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