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
57f7e60c
Commit
57f7e60c
authored
Nov 03, 2022
by
Vaibhav Shrivastava
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
9.2.1.1.2 test case fix Changes
parent
26ec3a6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
openair3/SS/ss_eNB_sys_task.c
openair3/SS/ss_eNB_sys_task.c
+4
-3
No files found.
openair3/SS/ss_eNB_sys_task.c
View file @
57f7e60c
...
...
@@ -1319,9 +1319,10 @@ static void sys_handle_paging_req(struct PagingTrigger_Type *pagingRequest, ss_s
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
));
p_record_msg
->
ue_paging_identity
.
choice
.
imsi
.
length
=
p_sdl_msg
->
ue_Identity
.
v
.
imsi
.
d
;
for
(
int
j
=
0
;
j
<
p_record_msg
->
ue_paging_identity
.
choice
.
imsi
.
length
;
j
++
)
{
p_record_msg
->
ue_paging_identity
.
choice
.
imsi
.
buffer
[
j
]
=
p_sdl_msg
->
ue_Identity
.
v
.
imsi
.
v
[
j
];
}
break
;
case
SQN_PagingUE_Identity_ng_5G_S_TMSI_r15
:
case
SQN_PagingUE_Identity_fullI_RNTI_r15
:
...
...
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