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
wangjie
OpenXG-RAN
Commits
9d579b7a
Commit
9d579b7a
authored
Nov 20, 2020
by
yaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix errors and warnings
parent
f8f489ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
openair2/RRC/NR/nr_rrc_proto.h
openair2/RRC/NR/nr_rrc_proto.h
+6
-0
openair3/GTPV1-U/gtpv1u_gNB_defs.h
openair3/GTPV1-U/gtpv1u_gNB_defs.h
+2
-2
openair3/NGAP/ngap_gNB_context_management_procedures.c
openair3/NGAP/ngap_gNB_context_management_procedures.c
+1
-1
No files found.
openair2/RRC/NR/nr_rrc_proto.h
View file @
9d579b7a
...
...
@@ -108,6 +108,12 @@ rrc_gNB_generate_UECapabilityEnquiry(
rrc_gNB_ue_context_t
*
const
ue_context_pP
);
void
rrc_gNB_generate_RRCRelease
(
const
protocol_ctxt_t
*
const
ctxt_pP
,
rrc_gNB_ue_context_t
*
const
ue_context_pP
);
/**\brief RRC eNB task.
\param void *args_p Pointer on arguments to start the task. */
void
*
rrc_gnb_task
(
void
*
args_p
);
...
...
openair3/GTPV1-U/gtpv1u_gNB_defs.h
View file @
9d579b7a
...
...
@@ -19,8 +19,8 @@
* contact@openairinterface.org
*/
/*! \file
rrc_gNB_NGAP
.h
* \brief
rrc NGAP procedures for gNB
/*! \file
gtpv1u_gNB_defs
.h
* \brief
* \author Yoshio INOUE, Masayuki HARADA
* \date 2020
* \version 0.1
...
...
openair3/NGAP/ngap_gNB_context_management_procedures.c
View file @
9d579b7a
...
...
@@ -207,7 +207,7 @@ int ngap_ue_context_release_req(instance_t instance,
/* optional */
if
(
ue_release_req_p
->
nb_of_pdusessions
>
0
)
{
ie
=
(
NGAP_UEContextReleaseRequest_IEs_t
*
)
calloc
(
1
,
sizeof
(
NGAP_UEContextReleaseRequest_IEs_t
));
ie
->
id
=
NGAP_ProtocolIE_ID_id_
RAN_UE_NGAP_ID
;
ie
->
id
=
NGAP_ProtocolIE_ID_id_
PDUSessionResourceListCxtRelReq
;
ie
->
criticality
=
NGAP_Criticality_reject
;
ie
->
value
.
present
=
NGAP_UEContextReleaseRequest_IEs__value_PR_PDUSessionResourceListCxtRelReq
;
for
(
int
i
=
0
;
i
<
ue_release_req_p
->
nb_of_pdusessions
;
i
++
)
{
...
...
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