Commit 04315e89 authored by Melissa Elkadi's avatar Melissa Elkadi

Reverting acccidental changes.

parent a7cbe98f
...@@ -265,8 +265,7 @@ int restart_L1L2(module_id_t gnb_id) { ...@@ -265,8 +265,7 @@ int restart_L1L2(module_id_t gnb_id) {
} }
int create_gNB_tasks(uint32_t gnb_nb) { int create_gNB_tasks(uint32_t gnb_nb) {
AssertFatal(!get_softmodem_params()->nsa, "In NSA mode\n"); LOG_D(GNB_APP, "%s(gnb_nb:%d)\n", __FUNCTION__, gnb_nb);
LOG_I(GNB_APP, "%s(gnb_nb:%d)\n", __FUNCTION__, gnb_nb);
itti_wait_ready(1); itti_wait_ready(1);
......
...@@ -809,7 +809,6 @@ void *et_eNB_app_task(void *args_p) ...@@ -809,7 +809,6 @@ void *et_eNB_app_task(void *args_p)
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
int et_play_scenario(et_scenario_t* const scenario, const struct shift_packet_s *shifts) int et_play_scenario(et_scenario_t* const scenario, const struct shift_packet_s *shifts)
{ {
AssertFatal(!get_softmodem_params()->nsa, "In NSA mode\n");
et_event_t event; et_event_t event;
struct shift_packet_s *shift = shifts; struct shift_packet_s *shift = shifts;
et_packet_t *packet = NULL; et_packet_t *packet = NULL;
......
...@@ -299,7 +299,6 @@ void mme_test_s1_notify_sctp_data_ind(uint32_t assoc_id, int32_t stream, const u ...@@ -299,7 +299,6 @@ void mme_test_s1_notify_sctp_data_ind(uint32_t assoc_id, int32_t stream, const u
int main( int argc, char **argv ) int main( int argc, char **argv )
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
{ {
AssertFatal(!get_softmodem_params()->nsa, "In NSA mode\n");
// initialize the log (see log.h for details) // initialize the log (see log.h for details)
logInit(); logInit();
......
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