:::warning
# <center><i class="fa fa-edit"></i> gNB init schema </center>
:::
[TOC]
#### Before initialization of gNB, we have to prepare RU (radio units)

Where restart_L1L2 has such schema:

### IS_SOFTMODEM_DOSCOPE
#define IS_SOFTMODEM_DOSCOPE ( get_softmodem_optmask() & SOFTMODEM_DOSCOPE_BIT)
Where:

And SOFTMODEM_DOSCOPE_BIT:
#define SOFTMODEM_DOSCOPE_BIT (1<<15)
#### eNB kept in function name for nffapi calls, TO FIX
Here is the call graph for this function:

### Ending of gNB initialization

Where:

And:
