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
canghaiwuhen
OpenXG-RAN
Commits
ddbcbac9
Commit
ddbcbac9
authored
Oct 25, 2018
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing logs
parent
fa26d90c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
openair1/PHY/LTE_TRANSPORT/SIB_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/SIB_NB_IoT.c
+2
-5
openair2/LAYER2/MAC/output_handler_NB_IoT.c
openair2/LAYER2/MAC/output_handler_NB_IoT.c
+2
-2
No files found.
openair1/PHY/LTE_TRANSPORT/SIB_NB_IoT.c
View file @
ddbcbac9
...
...
@@ -159,8 +159,6 @@ int generate_SIB23(NB_IoT_eNB_NDLSCH_t *SIB23,
int
G
=
get_G_NB_IoT
(
frame_parms
);
uint8_t
Nsf
=
SIB23
->
resource_assignment
;
//value 2 or 8
LOG_D
(
PHY
,
"[%3d][%2d] Generating SIB23
\n
"
,
frame
,
subframe
);
if
(
counter_rep
==
rep
)
{
dlsch_encoding_NB_IoT
(
SIB23_pdu
,
...
...
@@ -193,12 +191,11 @@ int generate_SIB23(NB_IoT_eNB_NDLSCH_t *SIB23,
if
(
SIB23
->
counter_repetition_number
==
0
)
{
//printf("[%3d][%2d] Generate SIB23 done\n",frame,subframe);
SIB23
->
active
=
0
;
done
=
1
;
}
}
done
=
1
;
}
return
(
done
);
...
...
openair2/LAYER2/MAC/output_handler_NB_IoT.c
View file @
ddbcbac9
...
...
@@ -235,8 +235,8 @@ int output_handler(eNB_MAC_INST_NB_IoT *mac_inst, module_id_t module_id, int CC_
dl_config_pdu
=
SCHED_info
->
DL_req
->
dl_config_request_body
.
dl_config_pdu_list
;
DCI_pdu
=
schedule_result_list_DL
->
DCI_pdu
;
if
(
schedule_result_list_DL
->
rnti
==
SI_RNTI
)
LOG_D
(
MAC
,
"frame:%d, subframe:%d NB-IoT fill SIB23 ResAssign: %d
\n
"
,
frame
,
subframe
,((
DCIFormatN1_t
*
)
DCI_pdu
)
->
ResAssign
);
//
if(schedule_result_list_DL->rnti==SI_RNTI)
//
LOG_D(MAC,"frame:%d, subframe:%d NB-IoT fill SIB23 ResAssign: %d\n",frame,subframe,((DCIFormatN1_t *)DCI_pdu)->ResAssign);
SCHED_info
->
DL_req
->
dl_config_request_body
.
number_pdu
=
1
;
dl_config_pdu
->
pdu_type
=
NFAPI_DL_CONFIG_NDLSCH_PDU_TYPE
;
dl_config_pdu
->
pdu_size
=
2
+
sizeof
(
nfapi_dl_config_ndlsch_pdu_rel13_t
);
...
...
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