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
d44ef56e
Commit
d44ef56e
authored
Aug 28, 2018
by
Haruki NAOI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: UE dose not respond to paging message.
parent
8ec16092
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
openair1/SCHED/fapi_l1.c
openair1/SCHED/fapi_l1.c
+2
-2
openair2/RRC/LTE/MESSAGES/asn1_msg.c
openair2/RRC/LTE/MESSAGES/asn1_msg.c
+1
-0
No files found.
openair1/SCHED/fapi_l1.c
View file @
d44ef56e
...
...
@@ -300,9 +300,9 @@ void handle_nfapi_dlsch_pdu(PHY_VARS_eNB *eNB,int frame,int subframe,eNB_rxtx_pr
dlsch0_harq
->
pdsch_start
=
rel10
->
pdsch_start
;
}
#ifdef PHY_TX_THREAD
dlsch0_harq
->
i0
=
rel13
->
initial_transmission_sf_io
;
dlsch0_harq
->
i0
=
0xFFFF
;
#else
dlsch0
->
i0
=
rel13
->
initial_transmission_sf_io
;
dlsch0
->
i0
=
0xFFFF
;
#endif
#endif
...
...
openair2/RRC/LTE/MESSAGES/asn1_msg.c
View file @
d44ef56e
...
...
@@ -3314,6 +3314,7 @@ uint8_t do_Paging(uint8_t Mod_id, uint8_t *buffer, ue_paging_identity_t ue_pagin
&
paging_record_p
->
ue_Identity
.
choice
.
s_TMSI
.
m_TMSI
);
paging_record_p
->
ue_Identity
.
choice
.
s_TMSI
.
m_TMSI
.
bits_unused
=
0
;
}
else
if
(
ue_paging_identity
.
presenceMask
==
UE_PAGING_IDENTITY_imsi
)
{
paging_record_p
->
ue_Identity
.
present
=
PagingUE_Identity_PR_imsi
;
IMSI_Digit_t
imsi_digit
[
21
];
for
(
j
=
0
;
j
<
ue_paging_identity
.
choice
.
imsi
.
length
;
j
++
)
{
/* IMSI size */
imsi_digit
[
j
]
=
(
IMSI_Digit_t
)
ue_paging_identity
.
choice
.
imsi
.
buffer
[
j
];
...
...
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