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
2ebabccb
Commit
2ebabccb
authored
Sep 25, 2019
by
Daniel0326
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix asn1_msg_NB_IoT error (replace RrcConfigurationReq structure with NbIoTRrcConfigurationReq )
parent
07b133cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
43 deletions
+43
-43
openair2/RRC/NBIOT/MESSAGES/asn1_msg_NB_IoT.c
openair2/RRC/NBIOT/MESSAGES/asn1_msg_NB_IoT.c
+43
-43
No files found.
openair2/RRC/NBIOT/MESSAGES/asn1_msg_NB_IoT.c
View file @
2ebabccb
...
@@ -169,7 +169,7 @@ uint8_t do_MIB_NB_IoT(
...
@@ -169,7 +169,7 @@ uint8_t do_MIB_NB_IoT(
/*do_SIB1_NB*/
/*do_SIB1_NB*/
uint8_t
do_SIB1_NB_IoT
(
uint8_t
Mod_id
,
int
CC_id
,
uint8_t
do_SIB1_NB_IoT
(
uint8_t
Mod_id
,
int
CC_id
,
rrc_eNB_carrier_data_NB_IoT_t
*
carrier
,
rrc_eNB_carrier_data_NB_IoT_t
*
carrier
,
RrcConfigurationReq
*
configuration
,
NbIoT
RrcConfigurationReq
*
configuration
,
uint32_t
frame
uint32_t
frame
)
)
{
{
...
@@ -327,7 +327,7 @@ uint8_t do_SIB1_NB_IoT(uint8_t Mod_id, int CC_id,
...
@@ -327,7 +327,7 @@ uint8_t do_SIB1_NB_IoT(uint8_t Mod_id, int CC_id,
//FIXME
//FIXME
(
*
sib1_NB_IoT
)
->
freqBandIndicator_r13
=
(
*
sib1_NB_IoT
)
->
freqBandIndicator_r13
=
#if defined(ENABLE_ITTI)
#if defined(ENABLE_ITTI)
configuration
->
eutra_band
[
CC_id
]
;
configuration
->
eutra_band
;
#else
#else
5
;
//if not configured we use band 5 (UL: 824 MHz - 849MHz / DL: 869 MHz - 894 MHz FDD mode)
5
;
//if not configured we use band 5 (UL: 824 MHz - 849MHz / DL: 869 MHz - 894 MHz FDD mode)
#endif
#endif
...
@@ -355,7 +355,7 @@ uint8_t do_SIB1_NB_IoT(uint8_t Mod_id, int CC_id,
...
@@ -355,7 +355,7 @@ uint8_t do_SIB1_NB_IoT(uint8_t Mod_id, int CC_id,
#if defined(ENABLE_ITTI)
#if defined(ENABLE_ITTI)
if
(
configuration
->
frame_type
[
CC_id
]
==
TDD
)
if
(
configuration
->
frame_type
==
TDD
)
#endif
#endif
{
{
//FIXME in NB-IoT mandatory to be FDD --> so must give an error
//FIXME in NB-IoT mandatory to be FDD --> so must give an error
...
@@ -587,7 +587,7 @@ uint8_t do_SIB1_NB_IoT_x(uint8_t Mod_id, int CC_id,
...
@@ -587,7 +587,7 @@ uint8_t do_SIB1_NB_IoT_x(uint8_t Mod_id, int CC_id,
* in the first SystemInformation message
* in the first SystemInformation message
* listed in the schedulingInfoList list.
* listed in the schedulingInfoList list.
* */
* */
sib_type_NB_IoT
=
SIB_Type_NB_r13_sibType3_NB_r13
;
sib_type_NB_IoT
=
LTE_
SIB_Type_NB_r13_sibType3_NB_r13
;
ASN_SEQUENCE_ADD
(
&
schedulingInfo_NB_IoT
.
sib_MappingInfo_r13
.
list
,
&
sib_type_NB_IoT
);
ASN_SEQUENCE_ADD
(
&
schedulingInfo_NB_IoT
.
sib_MappingInfo_r13
.
list
,
&
sib_type_NB_IoT
);
ASN_SEQUENCE_ADD
(
&
(
*
sib1_NB_IoT
)
->
schedulingInfoList_r13
.
list
,
&
schedulingInfo_NB_IoT
);
ASN_SEQUENCE_ADD
(
&
(
*
sib1_NB_IoT
)
->
schedulingInfoList_r13
.
list
,
&
schedulingInfo_NB_IoT
);
...
@@ -652,7 +652,7 @@ uint8_t do_SIB1_NB_IoT_x(uint8_t Mod_id, int CC_id,
...
@@ -652,7 +652,7 @@ uint8_t do_SIB1_NB_IoT_x(uint8_t Mod_id, int CC_id,
uint8_t
do_SIB23_NB_IoT
(
uint8_t
Mod_id
,
uint8_t
do_SIB23_NB_IoT
(
uint8_t
Mod_id
,
int
CC_id
,
int
CC_id
,
rrc_eNB_carrier_data_NB_IoT_t
*
carrier
,
//MP: this is already a carrier[CC_id]
rrc_eNB_carrier_data_NB_IoT_t
*
carrier
,
//MP: this is already a carrier[CC_id]
RrcConfigurationReq
*
configuration
)
//openair2/COMMON/rrc_messages_types.h
NbIoT
RrcConfigurationReq
*
configuration
)
//openair2/COMMON/rrc_messages_types.h
{
{
struct
LTE_SystemInformation_NB_r13_IEs__sib_TypeAndInfo_r13__Member
*
sib2_NB_part
;
struct
LTE_SystemInformation_NB_r13_IEs__sib_TypeAndInfo_r13__Member
*
sib2_NB_part
;
struct
LTE_SystemInformation_NB_r13_IEs__sib_TypeAndInfo_r13__Member
*
sib3_NB_part
;
struct
LTE_SystemInformation_NB_r13_IEs__sib_TypeAndInfo_r13__Member
*
sib3_NB_part
;
...
@@ -727,14 +727,14 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
...
@@ -727,14 +727,14 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
//RACH Config. Common--------------------------------------------------------------
//RACH Config. Common--------------------------------------------------------------
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
rach_ConfigCommon_r13
.
preambleTransMax_CE_r13
=
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
rach_ConfigCommon_r13
.
preambleTransMax_CE_r13
=
configuration
->
rach_preambleTransMax_CE_NB
[
CC_id
]
;
configuration
->
rach_preambleTransMax_CE_NB
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
rach_ConfigCommon_r13
.
powerRampingParameters_r13
.
powerRampingStep
=
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
rach_ConfigCommon_r13
.
powerRampingParameters_r13
.
powerRampingStep
=
configuration
->
rach_powerRampingStep_NB
[
CC_id
]
;
configuration
->
rach_powerRampingStep_NB
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
rach_ConfigCommon_r13
.
powerRampingParameters_r13
.
preambleInitialReceivedTargetPower
=
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
rach_ConfigCommon_r13
.
powerRampingParameters_r13
.
preambleInitialReceivedTargetPower
=
configuration
->
rach_preambleInitialReceivedTargetPower_NB
[
CC_id
]
;
configuration
->
rach_preambleInitialReceivedTargetPower_NB
;
rach_Info_NB_IoT
.
ra_ResponseWindowSize_r13
=
configuration
->
rach_raResponseWindowSize_NB
[
CC_id
]
;
rach_Info_NB_IoT
.
ra_ResponseWindowSize_r13
=
configuration
->
rach_raResponseWindowSize_NB
;
rach_Info_NB_IoT
.
mac_ContentionResolutionTimer_r13
=
configuration
->
rach_macContentionResolutionTimer_NB
[
CC_id
]
;
rach_Info_NB_IoT
.
mac_ContentionResolutionTimer_r13
=
configuration
->
rach_macContentionResolutionTimer_NB
;
//rach_infoList max size = maxNPRACH-Resources-NB-r13 = 3
//rach_infoList max size = maxNPRACH-Resources-NB-r13 = 3
ASN_SEQUENCE_ADD
(
&
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
rach_ConfigCommon_r13
.
rach_InfoList_r13
.
list
,
&
rach_Info_NB_IoT
);
ASN_SEQUENCE_ADD
(
&
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
rach_ConfigCommon_r13
.
rach_InfoList_r13
.
list
,
&
rach_Info_NB_IoT
);
...
@@ -746,18 +746,18 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
...
@@ -746,18 +746,18 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
// BCCH-Config-NB-IoT----------------------------------------------------------------
// BCCH-Config-NB-IoT----------------------------------------------------------------
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
bcch_Config_r13
.
modificationPeriodCoeff_r13
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
bcch_Config_r13
.
modificationPeriodCoeff_r13
=
configuration
->
bcch_modificationPeriodCoeff_NB
[
CC_id
]
;
=
configuration
->
bcch_modificationPeriodCoeff_NB
;
// PCCH-Config-NB-IoT-----------------------------------------------------------------
// PCCH-Config-NB-IoT-----------------------------------------------------------------
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
pcch_Config_r13
.
defaultPagingCycle_r13
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
pcch_Config_r13
.
defaultPagingCycle_r13
=
configuration
->
pcch_defaultPagingCycle_NB
[
CC_id
]
;
=
configuration
->
pcch_defaultPagingCycle_NB
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
pcch_Config_r13
.
nB_r13
=
configuration
->
pcch_nB_NB
[
CC_id
]
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
pcch_Config_r13
.
nB_r13
=
configuration
->
pcch_nB_NB
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
pcch_Config_r13
.
npdcch_NumRepetitionPaging_r13
=
configuration
->
pcch_npdcch_NumRepetitionPaging_NB
[
CC_id
]
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
pcch_Config_r13
.
npdcch_NumRepetitionPaging_r13
=
configuration
->
pcch_npdcch_NumRepetitionPaging_NB
;
//NPRACH-Config-NB-IoT-----------------------------------------------------------------
//NPRACH-Config-NB-IoT-----------------------------------------------------------------
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
nprach_Config_r13
.
rsrp_ThresholdsPrachInfoList_r13
=
NULL
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
nprach_Config_r13
.
rsrp_ThresholdsPrachInfoList_r13
=
NULL
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
nprach_Config_r13
.
nprach_CP_Length_r13
=
configuration
->
nprach_CP_Length
[
CC_id
]
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
nprach_Config_r13
.
nprach_CP_Length_r13
=
configuration
->
nprach_CP_Length
;
/*OPTIONAL*/
/*OPTIONAL*/
// =CALLOC(1, sizeof(struct RSRP_ThresholdsNPRACH_InfoList_NB_r13)); //fatto uguale dopo
// =CALLOC(1, sizeof(struct RSRP_ThresholdsNPRACH_InfoList_NB_r13)); //fatto uguale dopo
// rsrp_ThresholdsPrachInfoList = sib2_NB_IoT->radioResourceConfigCommon_r13.nprach_Config_r13.rsrp_ThresholdsPrachInfoList_r13;
// rsrp_ThresholdsPrachInfoList = sib2_NB_IoT->radioResourceConfigCommon_r13.nprach_Config_r13.rsrp_ThresholdsPrachInfoList_r13;
...
@@ -771,8 +771,8 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
...
@@ -771,8 +771,8 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
nprach_parameters
[
0
].
nprach_SubcarrierOffset_r13
=
configuration
->
nprach_SubcarrierOffset
[
CC_id
];
nprach_parameters
[
0
].
nprach_SubcarrierOffset_r13
=
configuration
->
nprach_SubcarrierOffset
[
CC_id
];
nprach_parameters
[
0
].
nprach_NumSubcarriers_r13
=
configuration
->
nprach_NumSubcarriers
[
CC_id
];
nprach_parameters
[
0
].
nprach_NumSubcarriers_r13
=
configuration
->
nprach_NumSubcarriers
[
CC_id
];
nprach_parameters
[
0
].
numRepetitionsPerPreambleAttempt_r13
=
configuration
->
numRepetitionsPerPreambleAttempt_NB
[
CC_id
];
nprach_parameters
[
0
].
numRepetitionsPerPreambleAttempt_r13
=
configuration
->
numRepetitionsPerPreambleAttempt_NB
[
CC_id
];
nprach_parameters
[
0
].
nprach_SubcarrierMSG3_RangeStart_r13
=
configuration
->
nprach_SubcarrierMSG3_RangeStart
[
CC_id
]
;
nprach_parameters
[
0
].
nprach_SubcarrierMSG3_RangeStart_r13
=
configuration
->
nprach_SubcarrierMSG3_RangeStart
;
nprach_parameters
[
0
].
maxNumPreambleAttemptCE_r13
=
configuration
->
maxNumPreambleAttemptCE_NB
[
CC_id
]
;
nprach_parameters
[
0
].
maxNumPreambleAttemptCE_r13
=
configuration
->
maxNumPreambleAttemptCE_NB
;
nprach_parameters
[
0
].
npdcch_NumRepetitions_RA_r13
=
configuration
->
npdcch_NumRepetitions_RA
[
CC_id
];
nprach_parameters
[
0
].
npdcch_NumRepetitions_RA_r13
=
configuration
->
npdcch_NumRepetitions_RA
[
CC_id
];
nprach_parameters
[
0
].
npdcch_StartSF_CSS_RA_r13
=
configuration
->
npdcch_StartSF_CSS_RA
[
CC_id
];
nprach_parameters
[
0
].
npdcch_StartSF_CSS_RA_r13
=
configuration
->
npdcch_StartSF_CSS_RA
[
CC_id
];
nprach_parameters
[
0
].
npdcch_Offset_RA_r13
=
configuration
->
npdcch_Offset_RA
[
CC_id
];
nprach_parameters
[
0
].
npdcch_Offset_RA_r13
=
configuration
->
npdcch_Offset_RA
[
CC_id
];
...
@@ -782,8 +782,8 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
...
@@ -782,8 +782,8 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
nprach_parameters
[
1
].
nprach_SubcarrierOffset_r13
=
configuration
->
nprach_SubcarrierOffset
[
CC_id
];
nprach_parameters
[
1
].
nprach_SubcarrierOffset_r13
=
configuration
->
nprach_SubcarrierOffset
[
CC_id
];
nprach_parameters
[
1
].
nprach_NumSubcarriers_r13
=
configuration
->
nprach_NumSubcarriers
[
CC_id
];
nprach_parameters
[
1
].
nprach_NumSubcarriers_r13
=
configuration
->
nprach_NumSubcarriers
[
CC_id
];
nprach_parameters
[
1
].
numRepetitionsPerPreambleAttempt_r13
=
configuration
->
numRepetitionsPerPreambleAttempt_NB
[
CC_id
];
nprach_parameters
[
1
].
numRepetitionsPerPreambleAttempt_r13
=
configuration
->
numRepetitionsPerPreambleAttempt_NB
[
CC_id
];
nprach_parameters
[
1
].
nprach_SubcarrierMSG3_RangeStart_r13
=
configuration
->
nprach_SubcarrierMSG3_RangeStart
[
CC_id
]
;
nprach_parameters
[
1
].
nprach_SubcarrierMSG3_RangeStart_r13
=
configuration
->
nprach_SubcarrierMSG3_RangeStart
;
nprach_parameters
[
1
].
maxNumPreambleAttemptCE_r13
=
configuration
->
maxNumPreambleAttemptCE_NB
[
CC_id
]
;
nprach_parameters
[
1
].
maxNumPreambleAttemptCE_r13
=
configuration
->
maxNumPreambleAttemptCE_NB
;
nprach_parameters
[
1
].
npdcch_NumRepetitions_RA_r13
=
configuration
->
npdcch_NumRepetitions_RA
[
CC_id
];
nprach_parameters
[
1
].
npdcch_NumRepetitions_RA_r13
=
configuration
->
npdcch_NumRepetitions_RA
[
CC_id
];
nprach_parameters
[
1
].
npdcch_StartSF_CSS_RA_r13
=
configuration
->
npdcch_StartSF_CSS_RA
[
CC_id
];
nprach_parameters
[
1
].
npdcch_StartSF_CSS_RA_r13
=
configuration
->
npdcch_StartSF_CSS_RA
[
CC_id
];
nprach_parameters
[
1
].
npdcch_Offset_RA_r13
=
configuration
->
npdcch_Offset_RA
[
CC_id
];
nprach_parameters
[
1
].
npdcch_Offset_RA_r13
=
configuration
->
npdcch_Offset_RA
[
CC_id
];
...
@@ -793,8 +793,8 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
...
@@ -793,8 +793,8 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
nprach_parameters
[
2
].
nprach_SubcarrierOffset_r13
=
configuration
->
nprach_SubcarrierOffset
[
CC_id
];
nprach_parameters
[
2
].
nprach_SubcarrierOffset_r13
=
configuration
->
nprach_SubcarrierOffset
[
CC_id
];
nprach_parameters
[
2
].
nprach_NumSubcarriers_r13
=
configuration
->
nprach_NumSubcarriers
[
CC_id
];
nprach_parameters
[
2
].
nprach_NumSubcarriers_r13
=
configuration
->
nprach_NumSubcarriers
[
CC_id
];
nprach_parameters
[
2
].
numRepetitionsPerPreambleAttempt_r13
=
configuration
->
numRepetitionsPerPreambleAttempt_NB
[
CC_id
];
nprach_parameters
[
2
].
numRepetitionsPerPreambleAttempt_r13
=
configuration
->
numRepetitionsPerPreambleAttempt_NB
[
CC_id
];
nprach_parameters
[
2
].
nprach_SubcarrierMSG3_RangeStart_r13
=
configuration
->
nprach_SubcarrierMSG3_RangeStart
[
CC_id
]
;
nprach_parameters
[
2
].
nprach_SubcarrierMSG3_RangeStart_r13
=
configuration
->
nprach_SubcarrierMSG3_RangeStart
;
nprach_parameters
[
2
].
maxNumPreambleAttemptCE_r13
=
configuration
->
maxNumPreambleAttemptCE_NB
[
CC_id
]
;
nprach_parameters
[
2
].
maxNumPreambleAttemptCE_r13
=
configuration
->
maxNumPreambleAttemptCE_NB
;
nprach_parameters
[
2
].
npdcch_NumRepetitions_RA_r13
=
configuration
->
npdcch_NumRepetitions_RA
[
CC_id
];
nprach_parameters
[
2
].
npdcch_NumRepetitions_RA_r13
=
configuration
->
npdcch_NumRepetitions_RA
[
CC_id
];
nprach_parameters
[
2
].
npdcch_StartSF_CSS_RA_r13
=
configuration
->
npdcch_StartSF_CSS_RA
[
CC_id
];
nprach_parameters
[
2
].
npdcch_StartSF_CSS_RA_r13
=
configuration
->
npdcch_StartSF_CSS_RA
[
CC_id
];
nprach_parameters
[
2
].
npdcch_Offset_RA_r13
=
configuration
->
npdcch_Offset_RA
[
CC_id
];
nprach_parameters
[
2
].
npdcch_Offset_RA_r13
=
configuration
->
npdcch_Offset_RA
[
CC_id
];
...
@@ -806,22 +806,22 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
...
@@ -806,22 +806,22 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
ASN_SEQUENCE_ADD
(
&
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
nprach_Config_r13
.
nprach_ParametersList_r13
.
list
,
&
nprach_parameters
[
2
]);
ASN_SEQUENCE_ADD
(
&
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
nprach_Config_r13
.
nprach_ParametersList_r13
.
list
,
&
nprach_parameters
[
2
]);
// NPDSCH-Config NB-IOT
// NPDSCH-Config NB-IOT
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
npdsch_ConfigCommon_r13
.
nrs_Power_r13
=
configuration
->
npdsch_nrs_Power
[
CC_id
]
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
npdsch_ConfigCommon_r13
.
nrs_Power_r13
=
configuration
->
npdsch_nrs_Power
;
//NPUSCH-Config NB-IoT----------------------------------------------------------------
//NPUSCH-Config NB-IoT----------------------------------------------------------------
//list of size 3 (see maxNPRACH_Resources_NB_r13)
//list of size 3 (see maxNPRACH_Resources_NB_r13)
ack_nack_repetition
=
configuration
->
npusch_ack_nack_numRepetitions_NB
[
CC_id
]
;
//is an enumerative
ack_nack_repetition
=
configuration
->
npusch_ack_nack_numRepetitions_NB
;
//is an enumerative
ASN_SEQUENCE_ADD
(
&
(
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
npusch_ConfigCommon_r13
.
ack_NACK_NumRepetitions_Msg4_r13
.
list
)
,
&
ack_nack_repetition
);
ASN_SEQUENCE_ADD
(
&
(
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
npusch_ConfigCommon_r13
.
ack_NACK_NumRepetitions_Msg4_r13
.
list
)
,
&
ack_nack_repetition
);
*
srs_SubframeConfig
=
configuration
->
npusch_srs_SubframeConfig_NB
[
CC_id
]
;
*
srs_SubframeConfig
=
configuration
->
npusch_srs_SubframeConfig_NB
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
npusch_ConfigCommon_r13
.
srs_SubframeConfig_r13
=
srs_SubframeConfig
;
/*OPTIONAL*/
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
npusch_ConfigCommon_r13
.
srs_SubframeConfig_r13
=
srs_SubframeConfig
;
/*OPTIONAL*/
/*OPTIONAL*/
/*OPTIONAL*/
dmrs_config
=
CALLOC
(
1
,
sizeof
(
struct
LTE_NPUSCH_ConfigCommon_NB_r13__dmrs_Config_r13
));
dmrs_config
=
CALLOC
(
1
,
sizeof
(
struct
LTE_NPUSCH_ConfigCommon_NB_r13__dmrs_Config_r13
));
dmrs_config
->
threeTone_CyclicShift_r13
=
configuration
->
npusch_threeTone_CyclicShift_r13
[
CC_id
]
;
dmrs_config
->
threeTone_CyclicShift_r13
=
configuration
->
npusch_threeTone_CyclicShift_r13
;
dmrs_config
->
sixTone_CyclicShift_r13
=
configuration
->
npusch_sixTone_CyclicShift_r13
[
CC_id
]
;
dmrs_config
->
sixTone_CyclicShift_r13
=
configuration
->
npusch_sixTone_CyclicShift_r13
;
/*OPTIONAL
/*OPTIONAL
* -define the base sequence for a DMRS sequence in a cell with multi tone transmission (3,6,12) see TS 36.331 NPUSCH-Config-NB
* -define the base sequence for a DMRS sequence in a cell with multi tone transmission (3,6,12) see TS 36.331 NPUSCH-Config-NB
...
@@ -838,31 +838,31 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
...
@@ -838,31 +838,31 @@ uint8_t do_SIB23_NB_IoT(uint8_t Mod_id,
* sequence-group hopping can be disabled for certain specific UE through the parameter groupHoppingDisabled (physicalConfigDedicated)
* sequence-group hopping can be disabled for certain specific UE through the parameter groupHoppingDisabled (physicalConfigDedicated)
* groupAssignmentNPUSCH--> is used for generate the sequence-shift pattern
* groupAssignmentNPUSCH--> is used for generate the sequence-shift pattern
*/
*/
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
npusch_ConfigCommon_r13
.
ul_ReferenceSignalsNPUSCH_r13
.
groupHoppingEnabled_r13
=
configuration
->
npusch_groupHoppingEnabled
[
CC_id
]
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
npusch_ConfigCommon_r13
.
ul_ReferenceSignalsNPUSCH_r13
.
groupHoppingEnabled_r13
=
configuration
->
npusch_groupHoppingEnabled
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
npusch_ConfigCommon_r13
.
ul_ReferenceSignalsNPUSCH_r13
.
groupAssignmentNPUSCH_r13
=
configuration
->
npusch_groupAssignmentNPUSCH_r13
[
CC_id
]
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
npusch_ConfigCommon_r13
.
ul_ReferenceSignalsNPUSCH_r13
.
groupAssignmentNPUSCH_r13
=
configuration
->
npusch_groupAssignmentNPUSCH_r13
;
//dl_GAP---------------------------------------------------------------------------------/*OPTIONAL*/
//dl_GAP---------------------------------------------------------------------------------/*OPTIONAL*/
dl_Gap
=
CALLOC
(
1
,
sizeof
(
struct
LTE_DL_GapConfig_NB_r13
));
dl_Gap
=
CALLOC
(
1
,
sizeof
(
struct
LTE_DL_GapConfig_NB_r13
));
dl_Gap
->
dl_GapDurationCoeff_r13
=
configuration
->
dl_GapDurationCoeff_NB
[
CC_id
]
;
dl_Gap
->
dl_GapDurationCoeff_r13
=
configuration
->
dl_GapDurationCoeff_NB
;
dl_Gap
->
dl_GapPeriodicity_r13
=
configuration
->
dl_GapPeriodicity_NB
[
CC_id
]
;
dl_Gap
->
dl_GapPeriodicity_r13
=
configuration
->
dl_GapPeriodicity_NB
;
dl_Gap
->
dl_GapThreshold_r13
=
configuration
->
dl_GapThreshold_NB
[
CC_id
]
;
dl_Gap
->
dl_GapThreshold_r13
=
configuration
->
dl_GapThreshold_NB
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
dl_Gap_r13
=
dl_Gap
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
dl_Gap_r13
=
dl_Gap
;
// uplinkPowerControlCommon - NB-IoT------------------------------------------------------
// uplinkPowerControlCommon - NB-IoT------------------------------------------------------
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
uplinkPowerControlCommon_r13
.
p0_NominalNPUSCH_r13
=
configuration
->
npusch_p0_NominalNPUSCH
[
CC_id
]
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
uplinkPowerControlCommon_r13
.
p0_NominalNPUSCH_r13
=
configuration
->
npusch_p0_NominalNPUSCH
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
uplinkPowerControlCommon_r13
.
deltaPreambleMsg3_r13
=
configuration
->
deltaPreambleMsg3
[
CC_id
]
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
uplinkPowerControlCommon_r13
.
deltaPreambleMsg3_r13
=
configuration
->
deltaPreambleMsg3
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
uplinkPowerControlCommon_r13
.
alpha_r13
=
configuration
->
npusch_alpha
[
CC_id
]
;
sib2_NB_IoT
->
radioResourceConfigCommon_r13
.
uplinkPowerControlCommon_r13
.
alpha_r13
=
configuration
->
npusch_alpha
;
//no deltaFlist_PUCCH and no UL cyclic prefix
//no deltaFlist_PUCCH and no UL cyclic prefix
// UE Timers and Constants -NB-IoT--------------------------------------------------------
// UE Timers and Constants -NB-IoT--------------------------------------------------------
sib2_NB_IoT
->
ue_TimersAndConstants_r13
.
t300_r13
=
configuration
->
ue_TimersAndConstants_t300_NB
[
CC_id
]
;
sib2_NB_IoT
->
ue_TimersAndConstants_r13
.
t300_r13
=
configuration
->
ue_TimersAndConstants_t300_NB
;
sib2_NB_IoT
->
ue_TimersAndConstants_r13
.
t301_r13
=
configuration
->
ue_TimersAndConstants_t301_NB
[
CC_id
]
;
sib2_NB_IoT
->
ue_TimersAndConstants_r13
.
t301_r13
=
configuration
->
ue_TimersAndConstants_t301_NB
;
sib2_NB_IoT
->
ue_TimersAndConstants_r13
.
t310_r13
=
configuration
->
ue_TimersAndConstants_t310_NB
[
CC_id
]
;
sib2_NB_IoT
->
ue_TimersAndConstants_r13
.
t310_r13
=
configuration
->
ue_TimersAndConstants_t310_NB
;
sib2_NB_IoT
->
ue_TimersAndConstants_r13
.
t311_r13
=
configuration
->
ue_TimersAndConstants_t311_NB
[
CC_id
]
;
sib2_NB_IoT
->
ue_TimersAndConstants_r13
.
t311_r13
=
configuration
->
ue_TimersAndConstants_t311_NB
;
sib2_NB_IoT
->
ue_TimersAndConstants_r13
.
n310_r13
=
configuration
->
ue_TimersAndConstants_n310_NB
[
CC_id
]
;
sib2_NB_IoT
->
ue_TimersAndConstants_r13
.
n310_r13
=
configuration
->
ue_TimersAndConstants_n310_NB
;
sib2_NB_IoT
->
ue_TimersAndConstants_r13
.
n311_r13
=
configuration
->
ue_TimersAndConstants_n311_NB
[
CC_id
]
;
sib2_NB_IoT
->
ue_TimersAndConstants_r13
.
n311_r13
=
configuration
->
ue_TimersAndConstants_n311_NB
;
//other SIB2-NB Parameters--------------------------------------------------------------------------------
//other SIB2-NB Parameters--------------------------------------------------------------------------------
sib2_NB_IoT
->
freqInfo_r13
.
additionalSpectrumEmission_r13
=
1
;
sib2_NB_IoT
->
freqInfo_r13
.
additionalSpectrumEmission_r13
=
1
;
...
@@ -1059,7 +1059,7 @@ uint8_t do_RRCConnectionSetup_NB_IoT(
...
@@ -1059,7 +1059,7 @@ uint8_t do_RRCConnectionSetup_NB_IoT(
#endif
#endif
// start PHY dedicate config
// start PHY dedicate config
physicalConfigDedicated2_NB_IoT
=
CALLOC
(
1
,
sizeof
(
*
LTE_
physicalConfigDedicated2_NB_IoT
));
physicalConfigDedicated2_NB_IoT
=
CALLOC
(
1
,
sizeof
(
*
physicalConfigDedicated2_NB_IoT
));
*
physicalConfigDedicated_NB_IoT
=
physicalConfigDedicated2_NB_IoT
;
*
physicalConfigDedicated_NB_IoT
=
physicalConfigDedicated2_NB_IoT
;
physicalConfigDedicated2_NB_IoT
->
carrierConfigDedicated_r13
=
NULL
;
physicalConfigDedicated2_NB_IoT
->
carrierConfigDedicated_r13
=
NULL
;
...
@@ -1093,7 +1093,7 @@ uint8_t do_RRCConnectionSetup_NB_IoT(
...
@@ -1093,7 +1093,7 @@ uint8_t do_RRCConnectionSetup_NB_IoT(
*
npusch_AllSymbols
=
1
;
//TRUE
*
npusch_AllSymbols
=
1
;
//TRUE
physicalConfigDedicated2_NB_IoT
->
npusch_ConfigDedicated_r13
->
npusch_AllSymbols_r13
=
npusch_AllSymbols
;
physicalConfigDedicated2_NB_IoT
->
npusch_ConfigDedicated_r13
->
npusch_AllSymbols_r13
=
npusch_AllSymbols
;
group_hopping_disabled
=
CALLOC
(
1
,
sizeof
(
long
));
group_hopping_disabled
=
CALLOC
(
1
,
sizeof
(
long
));
*
group_hopping_disabled
=
NPUSCH_ConfigDedicated_NB_r13__groupHoppingDisabled_r13_true
;
*
group_hopping_disabled
=
LTE_
NPUSCH_ConfigDedicated_NB_r13__groupHoppingDisabled_r13_true
;
physicalConfigDedicated2_NB_IoT
->
npusch_ConfigDedicated_r13
->
groupHoppingDisabled_r13
=
group_hopping_disabled
;
physicalConfigDedicated2_NB_IoT
->
npusch_ConfigDedicated_r13
->
groupHoppingDisabled_r13
=
group_hopping_disabled
;
// UplinkPowerControlDedicated
// UplinkPowerControlDedicated
...
@@ -1102,7 +1102,7 @@ uint8_t do_RRCConnectionSetup_NB_IoT(
...
@@ -1102,7 +1102,7 @@ uint8_t do_RRCConnectionSetup_NB_IoT(
//Fill the rrcConnectionSetup-NB message
//Fill the rrcConnectionSetup-NB message
rrcConnectionSetup_NB_IoT
->
rrc_TransactionIdentifier
=
Transaction_id
;
//input value
rrcConnectionSetup_NB_IoT
->
rrc_TransactionIdentifier
=
Transaction_id
;
//input value
rrcConnectionSetup_NB_IoT
->
criticalExtensions
.
present
=
LTE_RRCConnectionSetup_NB__criticalExtensions_PR_c1
;
rrcConnectionSetup_NB_IoT
->
criticalExtensions
.
present
=
LTE_RRCConnectionSetup_NB__criticalExtensions_PR_c1
;
rrcConnectionSetup_NB_IoT
->
criticalExtensions
.
choice
.
c1
.
present
=
RRCConnectionSetup_NB__criticalExtensions__c1_PR_rrcConnectionSetup_r13
;
rrcConnectionSetup_NB_IoT
->
criticalExtensions
.
choice
.
c1
.
present
=
LTE_
RRCConnectionSetup_NB__criticalExtensions__c1_PR_rrcConnectionSetup_r13
;
// carry only the phyiscal dedicate configuration
// carry only the phyiscal dedicate configuration
rrcConnectionSetup_NB_IoT
->
criticalExtensions
.
choice
.
c1
.
choice
.
rrcConnectionSetup_r13
.
radioResourceConfigDedicated_r13
.
srb_ToAddModList_r13
=
*
SRB_configList_NB_IoT
;
rrcConnectionSetup_NB_IoT
->
criticalExtensions
.
choice
.
c1
.
choice
.
rrcConnectionSetup_r13
.
radioResourceConfigDedicated_r13
.
srb_ToAddModList_r13
=
*
SRB_configList_NB_IoT
;
rrcConnectionSetup_NB_IoT
->
criticalExtensions
.
choice
.
c1
.
choice
.
rrcConnectionSetup_r13
.
radioResourceConfigDedicated_r13
.
drb_ToAddModList_r13
=
NULL
;
rrcConnectionSetup_NB_IoT
->
criticalExtensions
.
choice
.
c1
.
choice
.
rrcConnectionSetup_r13
.
radioResourceConfigDedicated_r13
.
drb_ToAddModList_r13
=
NULL
;
...
...
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