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
lizhongxiao
OpenXG-RAN
Commits
414ae195
Commit
414ae195
authored
Mar 13, 2023
by
jperaldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug #126504 - TC 9.2.1.1.2_VT_ENABLED_SECU_SSMODE1: ASN1 Fatal error in Paging msg
parent
77d51086
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
openair3/SS/ss_eNB_sys_task.c
openair3/SS/ss_eNB_sys_task.c
+3
-5
No files found.
openair3/SS/ss_eNB_sys_task.c
View file @
414ae195
...
...
@@ -1569,11 +1569,9 @@ static void sys_handle_paging_req(struct PagingTrigger_Type *pagingRequest, ss_s
break
;
case
SQN_PagingUE_Identity_imsi
:
p_record_msg
->
ue_paging_identity
.
presenceMask
=
UE_PAGING_IDENTITY_imsi
;
memcpy
(
&
(
p_record_msg
->
ue_paging_identity
.
choice
.
imsi
),
&
(
p_sdl_msg
->
ue_Identity
.
v
.
imsi
),
sizeof
(
s1ap_imsi_t
));
break
;
p_record_msg
->
ue_paging_identity
.
choice
.
imsi
.
length
=
p_sdl_msg
->
ue_Identity
.
v
.
imsi
.
d
;
memcpy
(
&
(
p_record_msg
->
ue_paging_identity
.
choice
.
imsi
.
buffer
[
0
]),
p_sdl_msg
->
ue_Identity
.
v
.
imsi
.
v
,
p_sdl_msg
->
ue_Identity
.
v
.
imsi
.
d
);
break
;
case
SQN_PagingUE_Identity_ng_5G_S_TMSI_r15
:
case
SQN_PagingUE_Identity_fullI_RNTI_r15
:
case
SQN_PagingUE_Identity_UNBOUND_VALUE
:
...
...
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