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
promise
OpenXG-RAN
Commits
45e5be9c
Commit
45e5be9c
authored
Sep 23, 2020
by
zhenghuangkun
Committed by
Noboru Kobayashi
Oct 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ErrorIndication
Add Paging Add PDUSessionResourceModifyRequest
parent
57b28d07
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
294 additions
and
249 deletions
+294
-249
openair2/COMMON/ngap_messages_types.h
openair2/COMMON/ngap_messages_types.h
+0
-5
openair3/NGAP/ngap_common.h
openair3/NGAP/ngap_common.h
+4
-0
openair3/NGAP/ngap_gNB_handlers.c
openair3/NGAP/ngap_gNB_handlers.c
+290
-244
No files found.
openair2/COMMON/ngap_messages_types.h
View file @
45e5be9c
...
@@ -593,11 +593,6 @@ typedef struct ngap_initial_context_setup_req_s {
...
@@ -593,11 +593,6 @@ typedef struct ngap_initial_context_setup_req_s {
typedef
struct
ngap_paging_ind_s
{
typedef
struct
ngap_paging_ind_s
{
/* UE identity index value.
* Specified in 3GPP TS 36.304
*/
unsigned
ue_index_value
:
10
;
/* UE paging identity */
/* UE paging identity */
ngap_ue_paging_identity_t
ue_paging_identity
;
ngap_ue_paging_identity_t
ue_paging_identity
;
...
...
openair3/NGAP/ngap_common.h
View file @
45e5be9c
...
@@ -75,6 +75,10 @@
...
@@ -75,6 +75,10 @@
#include "NGAP_PDUSessionResourceModifyUnsuccessfulTransfer.h"
#include "NGAP_PDUSessionResourceModifyUnsuccessfulTransfer.h"
#include "NGAP_PDUSessionResourceReleasedItemRelRes.h"
#include "NGAP_PDUSessionResourceReleasedItemRelRes.h"
#include "NGAP_PDUSessionResourceToReleaseItemRelCmd.h"
#include "NGAP_PDUSessionResourceToReleaseItemRelCmd.h"
#include "NGAP_PDUSessionResourceModifyItemModReq.h"
#include "NGAP_PDUSessionResourceModifyRequestTransfer.h"
#include "NGAP_QosFlowAddOrModifyRequestItem.h"
#include "NGAP_TAIListForPagingItem.h"
/* Checking version of ASN1C compiler */
/* Checking version of ASN1C compiler */
#if (ASN1C_ENVIRONMENT_VERSION < ASN1C_MINIMUM_VERSION)
#if (ASN1C_ENVIRONMENT_VERSION < ASN1C_MINIMUM_VERSION)
...
...
openair3/NGAP/ngap_gNB_handlers.c
View file @
45e5be9c
This diff is collapsed.
Click to expand it.
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