Please someone explain me this thing-
1.How a gnb is configured to communicate with mme or sgw , is it configured when we pass epchelper object to nrhelper and then call for installGNbDevice ?
2. Whatever the bandwidth we declare in our simulation , when a gnb gets attached to the core , the whole bandwidth is available for them only individually or configure multiple type of ue , or can be utilized by each and every gnb whether connected or not ?
Ptr<NrHelper> nrHelper4f = CreateObject<NrHelper>();
Ptr<NrPointToPointEpcHelper> epcHelper = CreateObject<NrPointToPointEpcHelper>();
nrHelper4f->SetEpcHelper(epcHelper);
NetDeviceContainer fronthaulEnbNetDev =
nrHelper4f->InstallGnbDevice(backhaulGnbContainer, allBwps);