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
dfba9dd7
Commit
dfba9dd7
authored
Dec 01, 2020
by
yaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add temporary data for PDUSessionResourceReleaseResponseTransfer
parent
ce3a9708
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
openair3/NGAP/ngap_gNB_nas_procedures.c
openair3/NGAP/ngap_gNB_nas_procedures.c
+9
-0
No files found.
openair3/NGAP/ngap_gNB_nas_procedures.c
View file @
dfba9dd7
...
...
@@ -1435,6 +1435,15 @@ int ngap_gNB_pdusession_release_resp(instance_t instance,
item
->
pDUSessionResourceReleaseResponseTransfer
.
size
=
0
;
item
->
pDUSessionResourceReleaseResponseTransfer
.
buf
=
NULL
;
NGAP_DEBUG
(
"pdusession_release_resp: transfer_buffer is NULL!
\n
"
);
#ifdef ITTI_SIM
//For testing only
item
->
pDUSessionResourceReleaseResponseTransfer
.
buf
=
malloc
(
sizeof
(
uint8_t
)
*
1
);
item
->
pDUSessionResourceReleaseResponseTransfer
.
size
=
1
;
uint8_t
temp
=
0
;
memcpy
(
item
->
pDUSessionResourceReleaseResponseTransfer
.
buf
,
&
temp
,
item
->
pDUSessionResourceReleaseResponseTransfer
.
size
);
#endif
}
NGAP_DEBUG
(
"pdusession_release_resp: pdusession ID %ld
\n
"
,
item
->
pDUSessionID
);
ASN_SEQUENCE_ADD
(
&
ie
->
value
.
choice
.
PDUSessionResourceReleasedListRelRes
.
list
,
item
);
...
...
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