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
lizhongxiao
OpenXG-RAN
Commits
813b7bc5
Commit
813b7bc5
authored
Sep 24, 2019
by
Nick Ho
Browse files
Options
Browse Files
Download
Plain Diff
conclude the conflict
parents
e6c9d9c6
b7caab05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
openair2/LAYER2/MAC/defs_NB_IoT.h
openair2/LAYER2/MAC/defs_NB_IoT.h
+16
-1
No files found.
openair2/LAYER2/MAC/defs_NB_IoT.h
View file @
813b7bc5
...
@@ -100,7 +100,7 @@ typedef enum{
...
@@ -100,7 +100,7 @@ typedef enum{
DL
DL
}
message_direction_t
;
}
message_direction_t
;
#define MAX_
MAX_MOBILES_PER_ENB
_NB_IoT 20
#define MAX_
NUMBER_OF_UE_MAX
_NB_IoT 20
#define SCH_PAYLOAD_SIZE_MAX_NB_IoT 320
#define SCH_PAYLOAD_SIZE_MAX_NB_IoT 320
#define MAX_NUMBER_OF_SIBs_NB_IoT 16
#define MAX_NUMBER_OF_SIBs_NB_IoT 16
#define MAX_NUMBER_OF_UE_MAX_NB_IoT 20
#define MAX_NUMBER_OF_UE_MAX_NB_IoT 20
...
@@ -508,6 +508,19 @@ typedef struct RA_template_list_s{
...
@@ -508,6 +508,19 @@ typedef struct RA_template_list_s{
RA_TEMPLATE_NB_IoT
*
tail
;
RA_TEMPLATE_NB_IoT
*
tail
;
}
RA_template_list_t
;
}
RA_template_list_t
;
/*36331 NPDCCH-ConfigDedicated-NB_IoT*/
typedef
struct
{
//npdcch-NumRepetitions-r13
uint32_t
R_max
;
//npdcch-StartSF-CSS-r13
double
G
;
//npdcch-Offset-USS-r13
double
a_offset
;
//NPDCCH period
uint32_t
T
;
//Starting subfrane of Search Space which is mod T
uint32_t
ss_start_css
;
}
NPDCCH_config_common_NB_IoT_t
;
/*36331 NPDCCH-ConfigDedicated-NB_IoT*/
/*36331 NPDCCH-ConfigDedicated-NB_IoT*/
typedef
struct
{
typedef
struct
{
...
@@ -565,6 +578,8 @@ typedef struct mac_NB_IoT_s{
...
@@ -565,6 +578,8 @@ typedef struct mac_NB_IoT_s{
//uint32_t schedule_subframe_UL;
//uint32_t schedule_subframe_UL;
NPDCCH_config_common_NB_IoT_t
npdcch_config_common
[
3
];
NPDCCH_config_common_NB_IoT_t
npdcch_config_common
[
3
];
NPDCCH_config_common_NB_IoT_t
npdcch_config_common
[
3
];
rrc_config_NB_IoT_t
rrc_config
;
rrc_config_NB_IoT_t
rrc_config
;
nfapi_config_request_t
config
;
nfapi_config_request_t
config
;
...
...
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