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
29f6db97
Commit
29f6db97
authored
Oct 04, 2018
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
NPDCCH generation
parent
901d02ef
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
163 additions
and
143 deletions
+163
-143
openair1/PHY/LTE_TRANSPORT/SIB_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/SIB_NB_IoT.c
+70
-71
openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.c
+1
-2
openair1/PHY/LTE_TRANSPORT/dci_tools_NB_IoT.c
openair1/PHY/LTE_TRANSPORT/dci_tools_NB_IoT.c
+46
-35
openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
+9
-3
openair1/PHY/LTE_TRANSPORT/proto_NB_IoT.h
openair1/PHY/LTE_TRANSPORT/proto_NB_IoT.h
+2
-3
openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
+35
-29
No files found.
openair1/PHY/LTE_TRANSPORT/SIB_NB_IoT.c
View file @
29f6db97
This diff is collapsed.
Click to expand it.
openair1/PHY/LTE_TRANSPORT/dci_NB_IoT.c
View file @
29f6db97
...
...
@@ -57,7 +57,6 @@ void dci_encoding_NB_IoT(uint8_t *a, // Array of tw
NB_IoT_eNB_NPDCCH_t
*
dlcch
,
////uint8_t *e[2], // *e should be e[2][G]
uint8_t
A
,
uint16_t
G
,
uint16_t
rnti
,
// RNTI for UE specific or common search space
uint8_t
ncce_index
,
uint8_t
agr_level
)
// Aggregation level
{
...
...
@@ -73,7 +72,7 @@ void dci_encoding_NB_IoT(uint8_t *a, // Array of tw
}
memset
((
void
*
)
dlcch
->
npdcch_d
[
ncce_index
],
LTE_NULL_NB_IoT
,
96
);
ccode_encode_NB_IoT
(
A
,
2
,
a
,
dlcch
->
npdcch_d
[
ncce_index
]
+
96
,
rnti
);
// CRC attachement & Tail-biting convolutional coding
ccode_encode_NB_IoT
(
A
,
2
,
a
,
dlcch
->
npdcch_d
[
ncce_index
]
+
96
,
dlcch
->
rnti
[
ncce_index
]
);
// CRC attachement & Tail-biting convolutional coding
RCC
=
sub_block_interleaving_cc_NB_IoT
(
D
,
dlcch
->
npdcch_d
[
ncce_index
]
+
96
,
dlcch
->
npdcch_w
[
ncce_index
]);
// Interleaving
lte_rate_matching_cc_NB_IoT
(
RCC
,(
G
/
occupation_size
),
dlcch
->
npdcch_w
[
ncce_index
],
dlcch
->
npdcch_e
[
ncce_index
]);
// Rate Matching
...
...
openair1/PHY/LTE_TRANSPORT/dci_tools_NB_IoT.c
View file @
29f6db97
...
...
@@ -150,18 +150,19 @@ int generate_eNB_dlsch_params_from_dci_NB_IoT(PHY_VARS_eNB_NB_IoT *eNB,
DCI_CONTENT
*
DCI_Content
,
uint16_t
rnti
,
DCI_format_NB_IoT_t
dci_format
,
NB_IoT_eNB_N
DLSCH_t
*
ndls
ch
,
NB_IoT_eNB_N
PDCCH_t
*
ndlc
ch
,
NB_IoT_DL_FRAME_PARMS
*
frame_parms
,
uint8_t
aggregation
,
uint8_t
aggregation
,
//////????? maybe add the ncce index ??????????
uint8_t
npdcch_start_symbol
)
{
NB_IoT_DL_eNB_HARQ_t
*
ndlsch_harq
=
ndlsch
->
harq_process
;
// NB_IoT_eNB_NPDCCH_t *ndlcch =
;
void
*
DLSCH_DCI_NB_IoT
=
NULL
;
eNB
->
DCI_pdu
=
(
DCI_PDU_NB_IoT
*
)
malloc
(
sizeof
(
DCI_PDU_NB_IoT
));
//N1 parameters
uint8_t
ncce_index
=
0
;
/// type = 0 => DCI Format N0, type = 1 => DCI Format N1, 1 bits
uint8_t
type
=
0
;
...
...
@@ -229,20 +230,25 @@ int generate_eNB_dlsch_params_from_dci_NB_IoT(PHY_VARS_eNB_NB_IoT *eNB,
/*Now configure the ndlsch structure*/
ndlsch
->
subframe_tx
[
subframe
]
=
1
;
// check if it's OK
ndlsch
->
rnti
=
rnti
;
//we store the RNTI (e.g. for RNTI will be used later)
ndlsch
->
active
=
0
;
//will be activated by the corresponding NDSLCH pdu
// ndlcch->ncce_index = NCCE_index;
// ndlcch->aggregation_level = aggregation;
ndlcch
->
A
[
ncce_index
]
=
sizeof
(
DCIN1_RAR_t
);
// number of bits in DCI
//ndlcch->subframe_tx[subframe] = 1; // check if it's OK
ndlcch
->
rnti
[
ncce_index
]
=
rnti
;
//we store the RNTI (e.g. for RNTI will be used later)
ndlcch
->
active
[
ncce_index
]
=
0
;
//will be activated by the corresponding NDSLCH pdu
// use this value to configure PHY both harq_processes and resource mapping.
ndl
sch_harq
->
scheduling_delay
=
Sched_delay
;
ndl
sch_harq
->
resource_assignment
=
resource_to_subframe
[
ResAssign
];
//from Isf of DCI to the number of subframe
ndl
sch_harq
->
repetition_number
=
RepNum
;
ndl
sch_harq
->
dci_subframe_repetitions
=
DCIRep
;
ndl
sch_harq
->
modulation
=
2
;
//QPSK
if
(
ndlsch_harq
->
round
==
0
)
//this should be set from initialization (init-lte)
ndl
cch
->
scheduling_delay
[
ncce_index
]
=
Sched_delay
;
ndl
cch
->
resource_assignment
[
ncce_index
]
=
resource_to_subframe
[
ResAssign
];
//from Isf of DCI to the number of subframe
ndl
cch
->
repetition_number
[
ncce_index
]
=
RepNum
;
// repetition number for NPDSCH
ndl
cch
->
dci_repetitions
[
ncce_index
]
=
DCIRep
;
////??????? should be repalce by the value in spec table 16.6-3, check also Rmax
ndl
cch
->
modulation
[
ncce_index
]
=
2
;
//QPSK
//// ////////////////////////////////////////////////if(ndlcch
->round == 0) //this should be set from initialization (init-lte)
ndlsch_harq
->
status
=
ACTIVE_NB_IoT
;
ndlsch_harq
->
mcs
=
mcs
;
//ndlcch->status[ncce_index]
= ACTIVE_NB_IoT;
ndlcch
->
mcs
[
ncce_index
]
=
mcs
;
/*
* TS 36.213 ch 16.4.1.5
...
...
@@ -250,9 +256,9 @@ int generate_eNB_dlsch_params_from_dci_NB_IoT(PHY_VARS_eNB_NB_IoT *eNB,
* ISF = ResAssign
*/
ndlsch_harq
->
TBS
=
TBStable_NB_IoT
[
mcs
][
ResAssign
];
ndlsch_harq
->
subframe
=
subframe
;
ndlcch
->
TBS
[
ncce_index
]
=
TBStable_NB_IoT
[
mcs
][
ResAssign
];
//ndlcch->subframe[ncce_index]
= subframe;
ndlcch
->
counter_repetition_number
[
ncce_index
]
=
DCIRep
;
////??????? should be repalce by the value in spec table 16.6-3, check also Rmax
//ndlsch_harq->B; we don-t have now my is given when we receive the dlsch data
//ndlsch->error_treshold
//ndlsch->G??
...
...
@@ -298,27 +304,32 @@ int generate_eNB_dlsch_params_from_dci_NB_IoT(PHY_VARS_eNB_NB_IoT *eNB,
add_dci_NB_IoT
(
eNB
->
DCI_pdu
,
DLSCH_DCI_NB_IoT
,
rnti
,
sizeof
(
DCIN1_t
),
aggregation
,
sizeof_DCIN1_t
,
DCIFormatN1
,
npdcch_start_symbol
);
/*Now configure the ndlsch structure*/
ndlcch
->
A
[
ncce_index
]
=
sizeof
(
DCIN1_t
);
// number of bits in DCI
ndlsch
->
subframe_tx
[
subframe
]
=
1
;
// check if it's OK
ndlsch
->
rnti
=
rnti
;
//we store the RNTI (e.g. for RNTI will be used later)
ndlsch
->
active
=
0
;
//will be activated by the corresponding NDSLCH pdu
// use this value to configure PHY both harq_processes and resource mapping.
ndlsch_harq
->
scheduling_delay
=
Sched_delay
;
ndlsch_harq
->
resource_assignment
=
resource_to_subframe
[
ResAssign
];
//from Isf of DCI to the number of subframe
ndlsch_harq
->
repetition_number
=
RepNum
;
ndlsch_harq
->
dci_subframe_repetitions
=
DCIRep
;
ndlsch_harq
->
modulation
=
2
;
//QPSK
if
(
ndlsch_harq
->
round
==
0
){
//this should be set from initialization (init-lte)
ndlsch_harq
->
status
=
ACTIVE_NB_IoT
;
ndlsch_harq
->
mcs
=
mcs
;
ndlsch_harq
->
TBS
=
TBStable_NB_IoT
[
mcs
][
ResAssign
];
// this table should be rewritten for nb-iot
}
ndlsch_harq
->
frame
=
frame
;
ndlsch_harq
->
subframe
=
subframe
;
// ndlcch->ncce_index = NCCE_index;
// ndlcch->aggregation_level = aggregation;
//ndlcch->subframe_tx[subframe] = 1; // check if it's OK
ndlcch
->
rnti
[
ncce_index
]
=
rnti
;
//we store the RNTI (e.g. for RNTI will be used later)
ndlcch
->
active
[
ncce_index
]
=
0
;
//will be activated by the corresponding NDSLCH pdu
// use this value to configure PHY both harq_processes and resource mapping.
ndlcch
->
scheduling_delay
[
ncce_index
]
=
Sched_delay
;
ndlcch
->
resource_assignment
[
ncce_index
]
=
resource_to_subframe
[
ResAssign
];
//from Isf of DCI to the number of subframe
ndlcch
->
repetition_number
[
ncce_index
]
=
RepNum
;
ndlcch
->
dci_repetitions
[
ncce_index
]
=
DCIRep
;
// ????????????? mapping with the table in spec, take into account Rmax
ndlcch
->
modulation
[
ncce_index
]
=
2
;
//QPSK
//if(ndlcch->round == 0){ //this should be set from initialization (init-lte)
//ndlcch->status[ncce_index] = ACTIVE_NB_IoT;
ndlcch
->
mcs
[
ncce_index
]
=
mcs
;
ndlcch
->
TBS
[
ncce_index
]
=
TBStable_NB_IoT
[
mcs
][
ResAssign
];
// this table should be rewritten for nb-iot
ndlcch
->
counter_repetition_number
[
ncce_index
]
=
DCIRep
;
////??????? should be repalce by the value in spec table 16.6-3, check also Rmax
//}
//ndlcch->frame[ncce_index] = frame;
//ndlcch->subframe[ncce_index] = subframe;
break
;
...
...
openair1/PHY/LTE_TRANSPORT/defs_NB_IoT.h
View file @
29f6db97
...
...
@@ -681,8 +681,12 @@ typedef struct {
////////////////////////////////////////////////////////
/// Active flag for baseband transmitter processing
uint8_t
A
[
2
];
// DCI length in bits
uint8_t
active
[
2
];
uint8_t
modulation
[
2
];
uint32_t
length
[
2
];
uint32_t
ncce_index
[
2
];
uint32_t
aggregation_level
[
2
];
...
...
@@ -690,14 +694,16 @@ typedef struct {
uint32_t
dci_format
[
2
];
uint32_t
scheduling_delay
[
2
];
uint32_t
resource_assignment
[
2
];
// uint32_t repetition_number[2];
// uint32_t repetition_number[2];
uint32_t
mcs
[
2
];
uint32_t
TBS
[
2
];
uint32_t
new_data_indicator
[
2
];
uint32_t
harq_ack_resource
[
2
];
uint32_t
npdcch_order_indication
[
2
];
uint32_t
dci_subframe_repetition_number
[
2
];
////////////////////////////////////////////////////////
//UE specific parameters
uint16_t
dci_repetitions
[
2
];
uint16_t
npdcch_NumRepetitions
[
2
];
uint16_t
repetition_number
[
2
];
...
...
@@ -706,8 +712,8 @@ typedef struct {
//////////////////////////////////////
uint32_t
counter_repetition_number
[
2
];
// uint32_t counter_current_sf_repetition[2];
// uint32_t pointer_to_subframe[2];
// uint32_t counter_current_sf_repetition[2];
// uint32_t pointer_to_subframe[2];
//////////////////////////////////////
uint16_t
h_sfn_lsb
;
...
...
openair1/PHY/LTE_TRANSPORT/proto_NB_IoT.h
View file @
29f6db97
...
...
@@ -206,7 +206,7 @@ int generate_eNB_dlsch_params_from_dci_NB_IoT(PHY_VARS_eNB_NB_IoT *eNB,
DCI_CONTENT
*
DCI_Content
,
uint16_t
rnti
,
DCI_format_NB_IoT_t
dci_format
,
NB_IoT_eNB_N
DLSCH_t
*
ndls
ch
,
NB_IoT_eNB_N
PDCCH_t
*
ndlc
ch
,
NB_IoT_DL_FRAME_PARMS
*
frame_parms
,
uint8_t
aggregation
,
uint8_t
npdcch_start_symbol
);
...
...
@@ -307,8 +307,7 @@ int dci_allocate_REs_in_RB_NB_IoT(LTE_DL_FRAME_PARMS *frame_parms,
void
dci_encoding_NB_IoT
(
uint8_t
*
a
,
NB_IoT_eNB_NPDCCH_t
*
dlcch
,
uint8_t
A
,
uint16_t
G
,
uint16_t
rnti
,
uint16_t
G
,
uint8_t
ncce_index
,
uint8_t
agr_level
);
...
...
openair1/SCHED/phy_procedures_lte_eNb_NB_IoT.c
View file @
29f6db97
...
...
@@ -262,7 +262,9 @@ void common_signal_procedures_NB_IoT(PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc)
}
else
{
With_NSSS
=
0
;
}
/////////////////////////////////////////////////////////////////////////////////
//////////////////////////////// NPSS && NSSS //////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
if
(
subframe
==
5
)
{
...
...
@@ -285,9 +287,9 @@ void common_signal_procedures_NB_IoT(PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc)
RB_IoT_ID
);
nsss_state
=
1
;
}
uint8_t
*
sib23_pdu
=
sib23
->
harq_process
->
pdu
;
/////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////// MIB //////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
if
(
subframe
==
0
)
{
...
...
@@ -299,31 +301,35 @@ void common_signal_procedures_NB_IoT(PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc)
frame
%
64
,
RB_IoT_ID
);
}
//////////////////////////////// SIB1 //////////////////////////////
int
sib1_state
=
0
;
if
(
subframe
==
4
)
{
sib1_state
=
generate_SIB1
(
sib1
,
txdataF
,
AMP
,
fp
,
frame
,
subframe
,
RB_IoT_ID
,
0
);
}
//////////////////////////////// SIB23 ///////////////////////////////
if
(
(
subframe
!=
0
)
&&
(
subframe
!=
5
)
&&
(
sib1_state
!=
1
)
&&
(
nsss_state
!=
1
))
{
generate_SIB23
(
sib23
,
txdataF
,
AMP
,
fp
,
frame
,
subframe
,
RB_IoT_ID
);
}
//////////////////////////////////////////////////// END ////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////// SIB1 ////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
int
sib1_state
=
0
;
if
(
subframe
==
4
)
{
sib1_state
=
generate_SIB1
(
sib1
,
txdataF
,
AMP
,
fp
,
frame
,
subframe
,
RB_IoT_ID
,
0
);
}
/////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////// SIB23 ////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////
if
(
(
subframe
!=
0
)
&&
(
subframe
!=
5
)
&&
(
sib1_state
!=
1
)
&&
(
nsss_state
!=
1
))
{
generate_SIB23
(
sib23
,
txdataF
,
AMP
,
fp
,
frame
,
subframe
,
RB_IoT_ID
);
}
///////////////////////////////// END ///////////////////////////////////////////
generate_pilots_NB_IoT
(
eNB
,
txdataF
,
...
...
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