Commit 3e987bc1 authored by Raymond Knopp's avatar Raymond Knopp

update of cu configuration file

parent e2dd22b6
......@@ -815,7 +815,6 @@ int RCconfig_RRC(MessageDef *msg_p, uint32_t i, eNB_RRC_INST *rrc) {
char enbpath[MAX_OPTNAME_SIZE + 8];
if (rrc->node_type != ngran_eNB_CU && rrc->node_type != ngran_ng_eNB_CU) {
LOG_I(RRC,"Configuring Cell Information\n");
// PLMN information for SIB1 in DU
RRC_CONFIGURATION_REQ (msg_p).cell_identity = enb_id;
......@@ -846,7 +845,6 @@ int RCconfig_RRC(MessageDef *msg_p, uint32_t i, eNB_RRC_INST *rrc) {
// Parse optional physical parameters
sprintf(enbpath,"%s.[%i]",ENB_CONFIG_STRING_ENB_LIST,k),
config_getlist( &CCsParamList,NULL,0,enbpath);
}
LOG_I(RRC,"num component carriers %d \n",CCsParamList.numelt);
......@@ -2346,6 +2344,12 @@ return 0;
int RCconfig_CU_F1(uint32_t i) {
AssertFatal(1==0,"Shouldn't get here yet\n");
// 1. wait for F1AP_SETUP_REQ
// 2. configure cells with selected PLMN(s)
// 3. send F1AP_SETUP_RESP and return to setup S1AP
while(
}
int RCconfig_DU_F1(MessageDef *msg_p, uint32_t i) {
......
......@@ -12,6 +12,13 @@ eNBs =
eNB_name = "eNB-CU-Eurecom-LTEBox";
// Tracking area code, 0x0000 and 0xfffe are reserved values
tracking_area_code = "1";
mobile_country_code = "208";
mobile_network_code = "93";
tr_s_preference = "f1"
local_s_if_name = "lo";
......@@ -26,7 +33,7 @@ eNBs =
component_carriers = (
{
node_function = "3GPP_eNO";
node_function = "3GPP_eNodeB";
node_timing = "synch_to_ext_device";
node_synch_ref = 0;
pbch_repetition = "FALSE";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment