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
5d09a92d
Commit
5d09a92d
authored
Aug 22, 2018
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improving structure
parent
164ff7f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
+5
-5
openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
+1
-1
No files found.
openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
View file @
5d09a92d
...
...
@@ -71,7 +71,7 @@
//
//// for NB-IoT
#define MAX_NUM_CHANNEL_BITS_NB_IoT 3360 //14 symbols * 12 sub-carriers * 10 SF * 2bits/RE // to check during real tests
#define MAX_
DL_SIZE_BITS_NB_IoT 680
// in release 13 // in release 14 = 2048 // ??? **** not sure
#define MAX_
TBS_DL_SIZE_BITS_NB_IoT 680
// in release 13 // in release 14 = 2048 // ??? **** not sure
////#define MAX_NUM_CHANNEL_BITS_NB_IOT 3*680 /// ??? ****not sure
//
//// to be created LTE_eNB_DLSCH_t --> is duplicated for each number of UE and then indexed in the table
...
...
@@ -154,9 +154,9 @@ typedef struct {
//length of the table e
uint16_t
length_e
;
// new parameter
/// Tail-biting convolutional coding outputs
uint8_t
d
[
96
+
(
3
*
(
24
+
680
))];
// new parameter
uint8_t
d
[
96
+
(
3
*
(
24
+
MAX_TBS_DL_SIZE_BITS_NB_IoT
))];
// new parameter
/// Sub-block interleaver outputs
uint8_t
w
[
3
*
3
*
(
680
+
24
)];
// new parameter
uint8_t
w
[
3
*
3
*
(
MAX_TBS_DL_SIZE_BITS_NB_IoT
+
24
)];
// new parameter
/// Status Flag indicating for this DLSCH (idle,active,disabled)
//SCH_status_t status;
...
...
@@ -242,9 +242,9 @@ typedef struct {
//length of the table e
uint16_t
length_e
;
// new parameter
/// Tail-biting convolutional coding outputs
uint8_t
d
[
96
+
(
3
*
(
24
+
MAX_DL_SIZE_BITS_NB_IoT
))];
// new parameter
uint8_t
d
[
96
+
(
3
*
(
24
+
MAX_
TBS_
DL_SIZE_BITS_NB_IoT
))];
// new parameter
/// Sub-block interleaver outputs
uint8_t
w
[
3
*
3
*
(
MAX_DL_SIZE_BITS_NB_IoT
+
24
)];
// new parameter
uint8_t
w
[
3
*
3
*
(
MAX_
TBS_
DL_SIZE_BITS_NB_IoT
+
24
)];
// new parameter
/// Status Flag indicating for this DLSCH (idle,active,disabled)
//SCH_status_t status;
...
...
openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
View file @
5d09a92d
...
...
@@ -249,7 +249,7 @@ void common_signal_procedures_NB_IoT(PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc)
if(frame%64==1 && subframe ==0)
{
do_SIB1_NB_IoT_x(0,0,carrier,208,92,1,3584,28,2,hyper_frame);
do_SIB1_NB_IoT_x(0,0,carrier,208,92,1,3584,28,2,hyper_frame);
}
*/
/////////////////////////////////////////////////////////////////////////////////
...
...
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