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
56a45cb4
Commit
56a45cb4
authored
Jun 29, 2017
by
Nick Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add TBS table for NB-IoT
parent
993570c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
openair1/PHY/LTE_TRANSPORT/dlsch_tbs_full.h
openair1/PHY/LTE_TRANSPORT/dlsch_tbs_full.h
+24
-0
No files found.
openair1/PHY/LTE_TRANSPORT/dlsch_tbs_full.h
View file @
56a45cb4
...
@@ -54,3 +54,27 @@ unsigned int TBStable[TBStable_rowCnt][110] = {{16,32,56,88,120,152,176,208,224,
...
@@ -54,3 +54,27 @@ unsigned int TBStable[TBStable_rowCnt][110] = {{16,32,56,88,120,152,176,208,224,
};
};
unsigned
int
TBStable1C
[
32
]
=
{
40
,
56
,
72
,
120
,
136
,
144
,
176
,
208
,
224
,
256
,
280
,
296
,
328
,
336
,
392
,
488
,
552
,
600
,
632
,
696
,
776
,
840
,
904
,
1000
,
1064
,
1128
,
1224
,
1288
,
1384
,
1480
,
1608
,
1736
};
unsigned
int
TBStable1C
[
32
]
=
{
40
,
56
,
72
,
120
,
136
,
144
,
176
,
208
,
224
,
256
,
280
,
296
,
328
,
336
,
392
,
488
,
552
,
600
,
632
,
696
,
776
,
840
,
904
,
1000
,
1064
,
1128
,
1224
,
1288
,
1384
,
1480
,
1608
,
1736
};
// NB-IoT
// TBS table for the case not containing SIB1-NB, Table 16.4.1.5.1-1 in TS 36.213 v14.2
unsigned
int
TBStable_NB_IoT
[
14
][
8
]
=
{
{
16
,
32
,
56
,
88
,
120
.
152
,
208
,
256
},
{
24
,
56
,
88
,
144
,
176
,
208
,
256
,
344
},
{
32
,
72
,
144
,
176
,
208
,
256
,
328
,
424
},
{
40
,
104
,
176
,
208
,
256
,
328
,
440
,
568
},
{
56
,
120
,
208
,
256
,
328
,
408
,
552
,
680
},
{
72
,
144
,
244
,
328
,
424
,
504
,
680
,
872
},
{
88
,
176
,
256
,
392
,
504
,
600
,
808
,
1032
},
{
104
,
224
,
328
,
472
,
584
,
680
,
968
,
1224
},
{
120
,
256
,
392
,
536
,
680
,
808
,
1096
,
1352
},
{
136
,
296
,
456
,
616
,
776
,
936
,
1256
,
1544
},
{
144
,
328
,
504
,
680
,
872
,
1032
,
1384
,
1736
},
{
176
,
376
,
584
,
776
,
1000
,
1192
,
1608
,
2024
},
{
208
,
440
,
680
,
904
,
1128
,
1352
,
1800
,
2280
},
{
224
,
488
,
744
,
1128
,
1256
,
1544
,
2024
,
2536
}
};
//TBS table for the case containing S1B1-NB, Table 16.4.1.5.2-1 in TS 36.213 v14.2 (Itbs = 12 ~ 15 is reserved field
unsigned
int
TBStable_NB_IoT_SIB1
[
16
]
=
{
208
,
208
,
208
,
328
,
328
,
328
,
440
,
440
,
440
,
680
,
680
,
680
};
\ No newline at end of file
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