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
ZhouShuya
OpenXG-RAN
Commits
858ee3a1
Commit
858ee3a1
authored
Jul 23, 2017
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing warnings (150 remaining)
parent
5f807fb3
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
81 additions
and
87 deletions
+81
-87
openair1/SCHED/IF_Module_L1_primitives_nb_iot.c
openair1/SCHED/IF_Module_L1_primitives_nb_iot.c
+6
-6
openair1/SCHED/IF_Module_L1_primitives_nb_iot.h
openair1/SCHED/IF_Module_L1_primitives_nb_iot.h
+4
-4
openair1/SCHED/phy_procedures_lte_eNb_nb_iot.c
openair1/SCHED/phy_procedures_lte_eNb_nb_iot.c
+71
-77
No files found.
openair1/SCHED/IF_Module_L1_primitives_nb_iot.c
View file @
858ee3a1
...
...
@@ -11,10 +11,10 @@
#include "PHY/INIT/defs_nb_iot.h"
void
handle_nfapi_dlsch_pdu_NB
(
PHY_VARS_eNB_NB_IoT
*
eNB
,
eNB_rxtx_proc_t
*
proc
,
nfapi_dl_config_request_pdu_t
*
dl_config_pdu
,
uint8_t
*
sdu
)
void
handle_nfapi_dlsch_pdu_NB
_IoT
(
PHY_VARS_eNB_NB_IoT
*
eNB
,
eNB_rxtx_proc_t
*
proc
,
nfapi_dl_config_request_pdu_t
*
dl_config_pdu
,
uint8_t
*
sdu
)
{
NB_IoT_eNB_NDLSCH_t
*
ndlsch
;
...
...
@@ -152,7 +152,7 @@ void handle_nfapi_dlsch_pdu_NB(PHY_VARS_eNB_NB_IoT *eNB,
//I don't know which kind of data is
else
{
LOG_E
(
PHY
,
"handle_nfapi_dlsch_pdu_NB: Unknown type of data (rnti type %d, rnti %d)
\n
"
,
rel13
->
rnti_type
,
rel13
->
rnti
);
LOG_E
(
PHY
,
"handle_nfapi_dlsch_pdu_NB
_IoT
: Unknown type of data (rnti type %d, rnti %d)
\n
"
,
rel13
->
rnti_type
,
rel13
->
rnti
);
}
}
...
...
@@ -259,7 +259,7 @@ void schedule_response(Sched_Rsp_t *Sched_INFO)
* result active from the loop before calling the ndlsch_procedure
*/
handle_nfapi_dlsch_pdu_NB
(
eNB
,
proc
,
dl_config_pdu
,
Sched_INFO
->
sdu
[
i
]);
handle_nfapi_dlsch_pdu_NB
_IoT
(
eNB
,
proc
,
dl_config_pdu
,
Sched_INFO
->
sdu
[
i
]);
break
;
default:
...
...
openair1/SCHED/IF_Module_L1_primitives_nb_iot.h
View file @
858ee3a1
...
...
@@ -14,9 +14,9 @@ void schedule_response(Sched_Rsp_t *Sched_INFO);
* */
void
PHY_config_req
(
PHY_Config_t
*
config_INFO
);
void
handle_nfapi_dlsch_pdu_NB
(
PHY_VARS_eNB_NB_IoT
*
eNB
,
eNB_rxtx_proc_t
*
proc
,
nfapi_dl_config_request_pdu_t
*
dl_config_pdu
,
uint8_t
*
sdu
);
void
handle_nfapi_dlsch_pdu_NB
_IoT
(
PHY_VARS_eNB_NB_IoT
*
eNB
,
eNB_rxtx_proc_t
*
proc
,
nfapi_dl_config_request_pdu_t
*
dl_config_pdu
,
uint8_t
*
sdu
);
#endif
openair1/SCHED/phy_procedures_lte_eNb_nb_iot.c
View file @
858ee3a1
This diff is collapsed.
Click to expand it.
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