nr-uesoftmodem.c 19.8 KB
Newer Older
laurent's avatar
laurent committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
/*
 * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more
 * contributor license agreements.  See the NOTICE file distributed with
 * this work for additional information regarding copyright ownership.
 * The OpenAirInterface Software Alliance licenses this file to You under
 * the OAI Public License, Version 1.1  (the "License"); you may not use this file
 * except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.openairinterface.org/?page_id=698
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *-------------------------------------------------------------------------------
 * For more information about the OpenAirInterface (OAI) Software Alliance:
 *      contact@openairinterface.org
 */


#define _GNU_SOURCE             /* See feature_test_macros(7) */
#include <sched.h>

#include "T.h"
#include "assertions.h"
#include "PHY/types.h"
#include "PHY/defs_nr_UE.h"
Hongzhi Wang's avatar
Hongzhi Wang committed
30
#include "SCHED_NR_UE/defs.h"
laurent's avatar
laurent committed
31 32
#include "common/ran_context.h"
#include "common/config/config_userapi.h"
33
//#include "common/utils/threadPool/thread-pool.h"
laurent's avatar
laurent committed
34 35 36 37 38 39 40
#include "common/utils/load_module_shlib.h"
//#undef FRAME_LENGTH_COMPLEX_SAMPLES //there are two conflicting definitions, so we better make sure we don't use it at all

#include "../../ARCH/COMMON/common_lib.h"
#include "../../ARCH/ETHERNET/USERSPACE/LIB/if_defs.h"

//#undef FRAME_LENGTH_COMPLEX_SAMPLES //there are two conflicting definitions, so we better make sure we don't use it at all
41
#include "openair1/PHY/MODULATION/nr_modulation.h"
laurent's avatar
laurent committed
42
#include "PHY/phy_vars_nr_ue.h"
43
#include "PHY/NR_UE_TRANSPORT/nr_transport_proto_ue.h"
laurent's avatar
laurent committed
44 45
#include "SCHED/sched_common_vars.h"
#include "PHY/MODULATION/modulation_vars.h"
46
#include "PHY/NR_TRANSPORT/nr_dlsch.h"
laurent's avatar
laurent committed
47 48 49 50 51
//#include "../../SIMU/USER/init_lte.h"

#include "LAYER2/MAC/mac_vars.h"
#include "RRC/LTE/rrc_vars.h"
#include "PHY_INTERFACE/phy_interface_vars.h"
52
#include "openair1/SIMULATION/TOOLS/sim.h"
laurent's avatar
laurent committed
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73

#ifdef SMBV
#include "PHY/TOOLS/smbv.h"
unsigned short config_frames[4] = {2,9,11,13};
#endif
#include "common/utils/LOG/log.h"
#include "common/utils/LOG/vcd_signal_dumper.h"

#include "UTIL/OPT/opt.h"
#include "enb_config.h"
//#include "PHY/TOOLS/time_meas.h"

#ifndef OPENAIR2
  #include "UTIL/OTG/otg_vars.h"
#endif

#include "intertask_interface.h"

#include "PHY/INIT/phy_init.h"
#include "system.h"
#include <openair2/RRC/NR_UE/rrc_proto.h>
laurent's avatar
laurent committed
74 75
#include <openair2/LAYER2/NR_MAC_UE/mac_defs.h>
#include <openair2/LAYER2/NR_MAC_UE/mac_proto.h>
laurent's avatar
laurent committed
76 77 78
#include <openair2/NR_UE_PHY_INTERFACE/NR_IF_Module.h>
#include <openair1/SCHED_NR_UE/fapi_nr_ue_l1.h>

Laurent's avatar
Laurent committed
79
/* Callbacks, globals and object handlers */
80

laurent's avatar
laurent committed
81 82
//#include "stats.h"
// current status is that every UE has a DL scope for a SINGLE eNB (eNB_id=0)
83
#include "PHY/TOOLS/phy_scope_interface.h"
laurent's avatar
laurent committed
84
#include "PHY/TOOLS/nr_phy_scope.h"
85
#define NRUE_MAIN
laurent's avatar
laurent committed
86
#include <executables/nr-uesoftmodem.h>
87 88
#include "executables/softmodem-common.h"
#include "executables/thread-common.h"
laurent's avatar
laurent committed
89

90 91
extern const char *duplex_mode[];

92
// Thread variables
93 94 95 96 97 98 99 100
pthread_cond_t nfapi_sync_cond;
pthread_mutex_t nfapi_sync_mutex;
int nfapi_sync_var=-1; //!< protected by mutex \ref nfapi_sync_mutex
uint16_t sf_ahead=6; //??? value ???
pthread_cond_t sync_cond;
pthread_mutex_t sync_mutex;
int sync_var=-1; //!< protected by mutex \ref sync_mutex.
int config_sync_var=-1;
101 102


103

laurent's avatar
laurent committed
104 105 106 107 108 109
RAN_CONTEXT_t RC;
volatile int             start_eNB = 0;
volatile int             start_UE = 0;
volatile int             oai_exit = 0;


110 111
extern int16_t  nr_dlsch_demod_shift;
static int      tx_max_power[MAX_NUM_CCs] = {0};
laurent's avatar
laurent committed
112

113 114 115
int      single_thread_flag = 1;
int                 tddflag = 0;
int                 vcdflag = 0;
116

117 118 119 120 121 122 123 124
double          rx_gain_off = 0.0;
char             *usrp_args = NULL;
char       *rrc_config_path = NULL;
int               dumpframe = 0;

uint64_t        downlink_frequency[MAX_NUM_CCs][4];
int32_t         uplink_frequency_offset[MAX_NUM_CCs][4];
int             rx_input_level_dBm;
laurent's avatar
laurent committed
125 126 127 128 129 130 131 132 133 134 135

#if MAX_NUM_CCs == 1
rx_gain_t                rx_gain_mode[MAX_NUM_CCs][4] = {{max_gain,max_gain,max_gain,max_gain}};
double tx_gain[MAX_NUM_CCs][4] = {{20,0,0,0}};
double rx_gain[MAX_NUM_CCs][4] = {{110,0,0,0}};
#else
rx_gain_t                rx_gain_mode[MAX_NUM_CCs][4] = {{max_gain,max_gain,max_gain,max_gain},{max_gain,max_gain,max_gain,max_gain}};
double tx_gain[MAX_NUM_CCs][4] = {{20,0,0,0},{20,0,0,0}};
double rx_gain[MAX_NUM_CCs][4] = {{110,0,0,0},{20,0,0,0}};
#endif

136
// UE and OAI config variables
laurent's avatar
laurent committed
137

138 139 140 141 142
openair0_config_t openair0_cfg[MAX_CARDS];
int16_t           node_synch_ref[MAX_NUM_CCs];
int               otg_enabled;
double            cpuf;

143

144
int          chain_offset = 0;
cig's avatar
cig committed
145
int           card_offset = 0;
146 147 148 149 150 151
uint64_t num_missed_slots = 0; // counter for the number of missed slots
int     transmission_mode = 1;
int            numerology = 0;
int        usrp_tx_thread = 0;
int           oaisim_flag = 0;
int            emulate_rf = 0;
laurent's avatar
laurent committed
152 153 154 155 156 157 158 159

char uecap_xer[1024],uecap_xer_in=0;

/* see file openair2/LAYER2/MAC/main.c for why abstraction_flag is needed
 * this is very hackish - find a proper solution
 */
uint8_t abstraction_flag=0;

160 161 162
uint16_t ue_id_g;
uint16_t ue_idx_standalone = 0xFFFF;

laurent's avatar
laurent committed
163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185
/*---------------------BMC: timespec helpers -----------------------------*/

struct timespec min_diff_time = { .tv_sec = 0, .tv_nsec = 0 };
struct timespec max_diff_time = { .tv_sec = 0, .tv_nsec = 0 };

struct timespec clock_difftime(struct timespec start, struct timespec end) {
  struct timespec temp;

  if ((end.tv_nsec-start.tv_nsec)<0) {
    temp.tv_sec = end.tv_sec-start.tv_sec-1;
    temp.tv_nsec = 1000000000+end.tv_nsec-start.tv_nsec;
  } else {
    temp.tv_sec = end.tv_sec-start.tv_sec;
    temp.tv_nsec = end.tv_nsec-start.tv_nsec;
  }

  return temp;
}

void print_difftimes(void) {
  LOG_I(HW,"difftimes min = %lu ns ; max = %lu ns\n", min_diff_time.tv_nsec, max_diff_time.tv_nsec);
}

186 187 188 189 190 191 192 193 194 195 196
int create_tasks_nrue(uint32_t ue_nb) {
  LOG_D(NR_RRC, "%s(ue_nb:%d)\n", __FUNCTION__, ue_nb);
  itti_wait_ready(1);

  if (ue_nb > 0) {
    if (itti_create_task (TASK_RRC_NRUE, rrc_nrue_task, NULL) < 0) {
      LOG_E(NR_RRC, "Create task for RRC UE failed\n");
      return -1;
    }
  }
  if (ue_nb > 0 && get_softmodem_params()->nsa == 1) {
197
    init_connections_with_lte_ue();
198 199 200 201 202 203 204 205 206
    if (itti_create_task (TASK_RRC_NSA_NRUE, recv_msgs_from_lte_ue, NULL) < 0) {
      LOG_E(NR_RRC, "Create task for RRC NSA nr-UE failed\n");
      return -1;
    }
  }
  itti_wait_ready(0);
  return 0;
}

laurent's avatar
laurent committed
207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
void exit_function(const char *file, const char *function, const int line, const char *s) {
  int CC_id;

  if (s != NULL) {
    printf("%s:%d %s() Exiting OAI softmodem: %s\n",file,line, function, s);
  }

  oai_exit = 1;

  if (PHY_vars_UE_g && PHY_vars_UE_g[0]) {
    for(CC_id=0; CC_id<MAX_NUM_CCs; CC_id++) {
      if (PHY_vars_UE_g[0][CC_id] && PHY_vars_UE_g[0][CC_id]->rfdevice.trx_end_func)
        PHY_vars_UE_g[0][CC_id]->rfdevice.trx_end_func(&PHY_vars_UE_g[0][CC_id]->rfdevice);
    }
  }

  sleep(1); //allow lte-softmodem threads to exit first
224
  exit(1);
laurent's avatar
laurent committed
225 226
}

227 228 229
uint64_t get_nrUE_optmask(void) {
  return nrUE_params.optmask;
}
laurent's avatar
laurent committed
230

231 232 233
uint64_t set_nrUE_optmask(uint64_t bitmask) {
  nrUE_params.optmask = nrUE_params.optmask | bitmask;
  return nrUE_params.optmask;
laurent's avatar
laurent committed
234
}
235

236 237
nrUE_params_t *get_nrUE_params(void) {
  return &nrUE_params;
laurent's avatar
laurent committed
238
}
239 240
/* initialie thread pools used for NRUE processing paralleliation */ 
void init_tpools(uint8_t nun_dlsch_threads) {
241
  char *params=calloc(1,(RX_NB_TH*3)+1);
242
  for (int i=0; i<RX_NB_TH; i++) {
243
    memcpy(params+(i*3),"-1,",3);
244 245 246 247
  }
  initTpool(params, &(nrUE_params.Tpool), false);
  free(params);
  init_dlsch_tpool( nun_dlsch_threads);
248
}
laurent's avatar
laurent committed
249
static void get_options(void) {
250

251 252 253
  paramdef_t cmdline_params[] =CMDLINE_NRUEPARAMS_DESC ;
  int numparams = sizeof(cmdline_params)/sizeof(paramdef_t);
  config_process_cmdline( cmdline_params,numparams,NULL);
laurent's avatar
laurent committed
254 255 256



257 258 259
  if (vcdflag > 0)
    ouput_vcd = 1;

laurent's avatar
laurent committed
260 261 262 263 264 265 266
  if ( !(CONFIG_ISFLAGSET(CONFIG_ABORT))  && (!(CONFIG_ISFLAGSET(CONFIG_NOOOPT))) ) {
    // Here the configuration file is the XER encoded UE capabilities
    // Read it in and store in asn1c data structures
    sprintf(uecap_xer,"%stargets/PROJECTS/GENERIC-LTE-EPC/CONF/UE_config.xml",getenv("OPENAIR_HOME"));
    printf("%s\n",uecap_xer);
    uecap_xer_in=1;
  } /* UE with config file  */
267
    init_tpools(nrUE_params.nr_dlsch_parallel);
laurent's avatar
laurent committed
268 269
}

270 271
// set PHY vars from command line
void set_options(int CC_id, PHY_VARS_NR_UE *UE){
272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303
  NR_DL_FRAME_PARMS *fp       = &UE->frame_parms;
  paramdef_t cmdline_params[] = CMDLINE_NRUE_PHYPARAMS_DESC ;
  int numparams               = sizeof(cmdline_params)/sizeof(paramdef_t);

  UE->mode = normal_txrx;

  config_process_cmdline( cmdline_params,numparams,NULL);

  int pindex = config_paramidx_fromname(cmdline_params,numparams, CALIBRX_OPT);
  if ( (cmdline_params[pindex].paramflags &  PARAMFLAG_PARAMSET) != 0) UE->mode = rx_calib_ue;
  
  pindex = config_paramidx_fromname(cmdline_params,numparams, CALIBRXMED_OPT);
  if ( (cmdline_params[pindex].paramflags &  PARAMFLAG_PARAMSET) != 0) UE->mode = rx_calib_ue_med;

  pindex = config_paramidx_fromname(cmdline_params,numparams, CALIBRXBYP_OPT);              
  if ( (cmdline_params[pindex].paramflags &  PARAMFLAG_PARAMSET) != 0) UE->mode = rx_calib_ue_byp;

  pindex = config_paramidx_fromname(cmdline_params,numparams, DBGPRACH_OPT); 
  if (cmdline_params[pindex].uptr)
    if ( *(cmdline_params[pindex].uptr) > 0) UE->mode = debug_prach;

  pindex = config_paramidx_fromname(cmdline_params,numparams,NOL2CONNECT_OPT ); 
  if (cmdline_params[pindex].uptr)
    if ( *(cmdline_params[pindex].uptr) > 0)  UE->mode = no_L2_connect;

  pindex = config_paramidx_fromname(cmdline_params,numparams,CALIBPRACH_OPT );
  if (cmdline_params[pindex].uptr)
    if ( *(cmdline_params[pindex].uptr) > 0) UE->mode = calib_prach_tx;

  pindex = config_paramidx_fromname(cmdline_params,numparams,DUMPFRAME_OPT );
  if ((cmdline_params[pindex].paramflags & PARAMFLAG_PARAMSET) != 0)
    UE->mode = rx_dump_frame;
304 305 306 307 308 309 310 311

  // Init power variables
  tx_max_power[CC_id] = tx_max_power[0];
  rx_gain[0][CC_id]   = rx_gain[0][0];
  tx_gain[0][CC_id]   = tx_gain[0][0];

  // Set UE variables
  UE->rx_total_gain_dB     = (int)rx_gain[CC_id][0] + rx_gain_off;
312
  UE->tx_total_gain_dB     = (int)tx_gain[CC_id][0];
313
  UE->tx_power_max_dBm     = tx_max_power[CC_id];
cig's avatar
cig committed
314 315
  UE->rf_map.card          = card_offset;
  UE->rf_map.chain         = CC_id + chain_offset;
316

317 318 319

  LOG_I(PHY,"Set UE mode %d, UE_fo_compensation %d, UE_scan_carrier %d, UE_no_timing_correction %d \n", 
  	   UE->mode, UE->UE_fo_compensation, UE->UE_scan_carrier, UE->no_timing_correction);
320 321

  // Set FP variables
322 323 324


  
325 326 327 328
  if (tddflag){
    fp->frame_type = TDD;
    LOG_I(PHY, "Set UE frame_type %d\n", fp->frame_type);
  }
laurent's avatar
laurent committed
329

330 331 332
  LOG_I(PHY, "Set UE N_RB_DL %d\n", fp->N_RB_DL);

  LOG_I(PHY, "Set UE nb_rx_antenna %d, nb_tx_antenna %d, threequarter_fs %d\n", fp->nb_antennas_rx, fp->nb_antennas_tx, fp->threequarter_fs);
laurent's avatar
laurent committed
333 334 335 336 337

}

void init_openair0(void) {
  int card;
338
  int freq_off = 0;
339
  NR_DL_FRAME_PARMS *frame_parms = &PHY_vars_UE_g[0][0]->frame_parms;
laurent's avatar
laurent committed
340 341

  for (card=0; card<MAX_CARDS; card++) {
342
    uint64_t dl_carrier, ul_carrier;
laurent's avatar
laurent committed
343
    openair0_cfg[card].configFilename = NULL;
344 345
    openair0_cfg[card].threequarter_fs = frame_parms->threequarter_fs;
    numerology = frame_parms->numerology_index;
laurent's avatar
laurent committed
346

347
    if(frame_parms->N_RB_DL == 66) {
348 349 350 351 352 353 354
      if (numerology==3) {
          openair0_cfg[card].sample_rate=122.88e6;
          openair0_cfg[card].samples_per_frame = 1228800;
        } else {
          LOG_E(PHY,"Unsupported numerology! FR2 supports only 120KHz SCS for now.\n");
          exit(-1);
        }
355
    }else if(frame_parms->N_RB_DL == 32) {
356 357 358 359 360 361 362
      if (numerology==3) {
          openair0_cfg[card].sample_rate=61.44e6;
          openair0_cfg[card].samples_per_frame = 614400;
        } else {
          LOG_E(PHY,"Unsupported numerology! FR2 supports only 120KHz SCS for now.\n");
          exit(-1);
        }
363
    }else if(frame_parms->N_RB_DL == 217) {
Rakesh's avatar
Rakesh committed
364
      if (numerology==1) {
365
        if (frame_parms->threequarter_fs) {
Rakesh's avatar
Rakesh committed
366 367 368 369 370 371
          openair0_cfg[card].sample_rate=92.16e6;
          openair0_cfg[card].samples_per_frame = 921600;
        }
        else {
          openair0_cfg[card].sample_rate=122.88e6;
          openair0_cfg[card].samples_per_frame = 1228800;
laurent's avatar
laurent committed
372
        }
373 374 375 376
      } else {
        LOG_E(PHY,"Unsupported numerology!\n");
        exit(-1);
      }
377
    } else if(frame_parms->N_RB_DL == 273) {
378
      if (numerology==1) {
379
        if (frame_parms->threequarter_fs) {
380 381 382 383 384
          AssertFatal(0 == 1,"three quarter sampling not supported for N_RB 273\n");
        }
        else {
          openair0_cfg[card].sample_rate=122.88e6;
          openair0_cfg[card].samples_per_frame = 1228800;
laurent's avatar
laurent committed
385
        }
Rakesh's avatar
Rakesh committed
386 387 388 389
      } else {
        LOG_E(PHY,"Unsupported numerology!\n");
        exit(-1);
      }
390
    } else if(frame_parms->N_RB_DL == 106) {
laurent's avatar
laurent committed
391
      if (numerology==0) {
392
        if (frame_parms->threequarter_fs) {
laurent's avatar
laurent committed
393 394 395 396 397 398
          openair0_cfg[card].sample_rate=23.04e6;
          openair0_cfg[card].samples_per_frame = 230400;
        } else {
          openair0_cfg[card].sample_rate=30.72e6;
          openair0_cfg[card].samples_per_frame = 307200;
        }
laurent's avatar
laurent committed
399
      } else if (numerology==1) {
400
        if (frame_parms->threequarter_fs) {
laurent's avatar
laurent committed
401 402
          openair0_cfg[card].sample_rate=46.08e6;
          openair0_cfg[card].samples_per_frame = 460800;
403 404
	}
	else {
laurent's avatar
laurent committed
405 406 407
          openair0_cfg[card].sample_rate=61.44e6;
          openair0_cfg[card].samples_per_frame = 614400;
        }
laurent's avatar
laurent committed
408 409
      } else if (numerology==2) {
        openair0_cfg[card].sample_rate=122.88e6;
410
        openair0_cfg[card].samples_per_frame = 1228800;
laurent's avatar
laurent committed
411 412 413 414
      } else {
        LOG_E(PHY,"Unsupported numerology!\n");
        exit(-1);
      }
415
    } else if(frame_parms->N_RB_DL == 50) {
laurent's avatar
laurent committed
416 417
      openair0_cfg[card].sample_rate=15.36e6;
      openair0_cfg[card].samples_per_frame = 153600;
418
    } else if (frame_parms->N_RB_DL == 25) {
laurent's avatar
laurent committed
419 420
      openair0_cfg[card].sample_rate=7.68e6;
      openair0_cfg[card].samples_per_frame = 76800;
421
    } else if (frame_parms->N_RB_DL == 6) {
laurent's avatar
laurent committed
422 423 424
      openair0_cfg[card].sample_rate=1.92e6;
      openair0_cfg[card].samples_per_frame = 19200;
    }
425
    else {
426
      LOG_E(PHY,"Unknown NB_RB %d!\n",frame_parms->N_RB_DL);
427 428
      exit(-1);
    }
laurent's avatar
laurent committed
429

430
    if (frame_parms->frame_type==TDD)
laurent's avatar
laurent committed
431
      openair0_cfg[card].duplex_mode = duplex_mode_TDD;
432
    else
laurent's avatar
laurent committed
433 434 435
      openair0_cfg[card].duplex_mode = duplex_mode_FDD;

    openair0_cfg[card].Mod_id = 0;
436
    openair0_cfg[card].num_rb_dl = frame_parms->N_RB_DL;
437 438
    openair0_cfg[card].clock_source = get_softmodem_params()->clock_source;
    openair0_cfg[card].time_source = get_softmodem_params()->timing_source;
439 440
    openair0_cfg[card].tx_num_channels = min(2, frame_parms->nb_antennas_tx);
    openair0_cfg[card].rx_num_channels = min(2, frame_parms->nb_antennas_rx);
laurent's avatar
laurent committed
441

442 443 444 445 446
    LOG_I(PHY, "HW: Configuring card %d, tx/rx num_channels %d/%d, duplex_mode %s\n",
      card,
      openair0_cfg[card].tx_num_channels,
      openair0_cfg[card].rx_num_channels,
      duplex_mode[openair0_cfg[card].duplex_mode]);
laurent's avatar
laurent committed
447

448 449 450 451 452
    nr_get_carrier_frequencies(frame_parms, &dl_carrier, &ul_carrier);

    nr_rf_card_config(&openair0_cfg[card], rx_gain_off, ul_carrier, dl_carrier, freq_off);

    openair0_cfg[card].configFilename = get_softmodem_params()->rf_config_file;
laurent's avatar
laurent committed
453 454 455 456 457 458

    if (usrp_args) openair0_cfg[card].sdr_addrs = usrp_args;

  }
}

459 460 461 462 463 464 465 466 467 468
void init_pdcp(void) {
  uint32_t pdcp_initmask = (!IS_SOFTMODEM_NOS1) ? LINK_ENB_PDCP_TO_GTPV1U_BIT : (LINK_ENB_PDCP_TO_GTPV1U_BIT | PDCP_USE_NETLINK_BIT | LINK_ENB_PDCP_TO_IP_DRIVER_BIT);

  /*if (IS_SOFTMODEM_BASICSIM || IS_SOFTMODEM_RFSIM || (nfapi_getmode()==NFAPI_UE_STUB_PNF)) {
    pdcp_initmask = pdcp_initmask | UE_NAS_USE_TUN_BIT;
  }*/

  if (IS_SOFTMODEM_NOKRNMOD)
    pdcp_initmask = pdcp_initmask | UE_NAS_USE_TUN_BIT;

469
  /*if (rlc_module_init() != 0) {
laurent's avatar
laurent committed
470
    LOG_I(RLC, "Problem at RLC initiation \n");
471 472
  }
  pdcp_layer_init();
473
  nr_DRB_preconfiguration();*/
474
  nr_pdcp_module_init(pdcp_initmask, 0);
475 476 477 478 479
  pdcp_set_rlc_data_req_func((send_rlc_data_req_func_t) rlc_data_req);
  pdcp_set_pdcp_data_ind_func((pdcp_data_ind_func_t) pdcp_data_ind);
  LOG_I(PDCP, "Before getting out from init_pdcp() \n");
}

480
// Stupid function addition because UE itti messages queues definition is common with eNB
laurent's avatar
laurent committed
481
void *rrc_enb_process_msg(void *notUsed) {
laurent's avatar
laurent committed
482
  return NULL;
483 484
}

laurent's avatar
laurent committed
485 486 487 488 489 490

int main( int argc, char **argv ) {
  //uint8_t beta_ACK=0,beta_RI=0,beta_CQI=2;
  PHY_VARS_NR_UE *UE[MAX_NUM_CCs];
  start_background_system();

491
  if ( load_configmodule(argc,argv,CONFIG_ENABLECMDLINEONLY) == NULL) {
laurent's avatar
laurent committed
492 493
    exit_fun("[SOFTMODEM] Error, configuration module init failed\n");
  }
494
  set_softmodem_sighandler();
laurent's avatar
laurent committed
495 496 497 498 499 500
  CONFIG_SETRTFLAG(CONFIG_NOEXITONHELP);
  memset(openair0_cfg,0,sizeof(openair0_config_t)*MAX_CARDS);
  memset(tx_max_power,0,sizeof(int)*MAX_NUM_CCs);
  // initialize logging
  logInit();
  // get options and fill parameters from configuration file
501 502 503

  get_options (); //Command-line options specific for NRUE

504
  get_common_options(SOFTMODEM_5GUE_BIT );
505
  CONFIG_CLEARRTFLAG(CONFIG_NOEXITONHELP);
laurent's avatar
laurent committed
506 507 508 509 510
#if T_TRACER
  T_Config_Init();
#endif
  //randominit (0);
  set_taus_seed (0);
511

laurent's avatar
laurent committed
512
  cpuf=get_cpu_freq_GHz();
Laurent Thomas's avatar
Laurent Thomas committed
513
  itti_init(TASK_MAX, tasks_info);
laurent's avatar
laurent committed
514

515
  init_opt() ;
516
  load_nrLDPClib();
laurent's avatar
laurent committed
517

518 519 520 521
  if (ouput_vcd) {
    vcd_signal_dumper_init("/tmp/openair_dump_nrUE.vcd");
  }

522 523 524 525 526 527 528 529
  #ifndef PACKAGE_VERSION
#  define PACKAGE_VERSION "UNKNOWN-EXPERIMENTAL"
#endif
  LOG_I(HW, "Version: %s\n", PACKAGE_VERSION);

  init_NR_UE(1,rrc_config_path);
  if(IS_SOFTMODEM_NOS1)
	  init_pdcp();
laurent's avatar
laurent committed
530 531 532 533 534 535

  NB_UE_INST=1;
  NB_INST=1;
  PHY_vars_UE_g = malloc(sizeof(PHY_VARS_NR_UE **));
  PHY_vars_UE_g[0] = malloc(sizeof(PHY_VARS_NR_UE *)*MAX_NUM_CCs);

536 537 538
  if (get_softmodem_params()->do_ra)
    AssertFatal(get_softmodem_params()->phy_test == 0,"RA and phy_test are mutually exclusive\n");

539 540 541
  if (get_softmodem_params()->sa)
    AssertFatal(get_softmodem_params()->phy_test == 0,"Standalone mode and phy_test are mutually exclusive\n");

542 543 544 545 546 547 548 549 550 551 552
  if (create_tasks_nrue(1) < 0) {
    LOG_E(NR_RRC,"Cannot create ITTI tasks for RRC layer of nr-UE\n");
    exit(-1);
  }
  if (!get_softmodem_params()->nsa) {
    for (int CC_id=0; CC_id<MAX_NUM_CCs; CC_id++) {
      PHY_vars_UE_g[0][CC_id] = (PHY_VARS_NR_UE *)malloc(sizeof(PHY_VARS_NR_UE));
      UE[CC_id] = PHY_vars_UE_g[0][CC_id];
      memset(UE[CC_id],0,sizeof(PHY_VARS_NR_UE));

      set_options(CC_id, UE[CC_id]);
553

554 555 556
      NR_UE_MAC_INST_t *mac = get_mac_inst(0);
      if(mac->if_module != NULL && mac->if_module->phy_config_request != NULL)
        mac->if_module->phy_config_request(&mac->phy_config);
557

558
      fapi_nr_config_request_t *nrUE_config = &UE[CC_id]->nrUE_config;
559

560
      nr_init_frame_parms_ue(&UE[CC_id]->frame_parms, nrUE_config, *mac->scc->downlinkConfigCommon->frequencyInfoDL->frequencyBandList.list.array[0]);
561

562 563
      init_symbol_rotation(&UE[CC_id]->frame_parms, 0);
      init_nr_ue_vars(UE[CC_id], 0, abstraction_flag);
564

565 566 567 568 569 570 571 572 573
      #ifdef FR2_TEST
      // Overwrite DL frequency (for FR2 testing)
      if (downlink_frequency[0][0]!=0){
        frame_parms[CC_id]->dl_CarrierFreq = downlink_frequency[0][0];
        if (frame_parms[CC_id]->frame_type == TDD)
          frame_parms[CC_id]->ul_CarrierFreq = downlink_frequency[0][0];
      }
      #endif
    }
574

575 576 577 578 579 580
    init_openair0();
    // init UE_PF_PO and mutex lock
    pthread_mutex_init(&ue_pf_po_mutex, NULL);
    memset (&UE_PF_PO[0][0], 0, sizeof(UE_PF_PO_t)*NUMBER_OF_UE_MAX*MAX_NUM_CCs);
    configure_linux();
    mlockall(MCL_CURRENT | MCL_FUTURE);
581

582 583
    if(IS_SOFTMODEM_DOFORMS) {
      load_softscope("nr",PHY_vars_UE_g[0][0]);
584
    }
laurent's avatar
laurent committed
585

586 587 588 589
    init_NR_UE_threads(1);
    printf("UE threads created by %ld\n", gettid());

  }
laurent's avatar
laurent committed
590

591
  config_sync_var=0;
laurent's avatar
laurent committed
592 593
  // wait for end of program
  printf("TYPE <CTRL-C> TO TERMINATE\n");
Laurent Thomas's avatar
Laurent Thomas committed
594 595 596 597
  // Sleep a while before checking all parameters have been used
  // Some are used directly in external threads, asynchronously
  sleep(20);
  config_check_unknown_cmdlineopt(CONFIG_CHECKALLSECTIONS);
laurent's avatar
laurent committed
598 599 600 601

  while(true)
    sleep(3600);

602 603 604
  if (ouput_vcd)
    vcd_signal_dumper_close();

laurent's avatar
laurent committed
605 606
  return 0;
}