Commit e91d0911 authored by Guido Casati's avatar Guido Casati

Cleanup of unused to_NRNRB function that was migrated to F1AP interface management library

parent 909c6c77
......@@ -40,17 +40,6 @@
#include "GNB_APP/gnb_paramdef.h"
int to_NRNRB(int nrb) {
for (int i=0; i<sizeofArray(nrb_lut); i++)
if (nrb_lut[i] == nrb)
return i;
if(!RC.nrrrc)
return 0;
AssertFatal(1==0,"nrb %d is not in the list of possible NRNRB\n",nrb);
}
/**
* @brief F1AP Setup Request
*/
......
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