X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fmac_stub.h;h=9b0da1d322a101e0c4fa4a028daffd19b850a0c9;hb=9c8b78da0f4ef42dae5e30a3061463b81327e7a0;hp=365fc5e8cd1527e07d31ca4184bf2ed3c0171798;hpb=105199ef642ffe9736ea24a01d4546578fa25e60;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/mac_stub.h b/src/5gnrrlc/mac_stub.h index 365fc5e8c..9b0da1d32 100644 --- a/src/5gnrrlc/mac_stub.h +++ b/src/5gnrrlc/mac_stub.h @@ -28,11 +28,11 @@ #include "rgu.x" -#define DU_IP_V4_ADDR "10.0.2.20" -#define CU_IP_V4_ADDR "10.0.2.25" +#define DU_IP_V4_ADDR "192.168.130.81" +#define CU_IP_V4_ADDR "192.168.130.82" -S16 macStubBOStatus(Pst *pst, SpId spId, RlcMacBOStatus *boSta); -S16 macStubSendDlData(Pst *post, SpId spId, RlcMacData *dlData); +uint8_t macStubBOStatus(Pst *pst, SpId spId, RlcMacBOStatus *boSta); +uint8_t macStubSendDlData(Pst *post, SpId spId, RlcMacData *dlData); void macStubBuildUlData(Buffer *mBuf); #endif /* __MAC_STUB_H__ */