Currently trying to create some of #5G protocol stack ( #f1ap and #ngap) handlers for FreeBSD because there is none that i can find on the internet.
Issue 1 , the CU & DU code from #OpenAirInterface are for linux only. Need to convert some #epoll base event handler into #kqueue.