Merge "[Epic-Id: ODUHIGH-576][Task-Id: ODUHIGH-594][SubTask-Id: ODUHIGH-605]|[NFAPI_B...
authorSangeeta Vaidhyanathan <svaidhya@radisys.com>
Wed, 5 Jun 2024 06:03:11 +0000 (06:03 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Wed, 5 Jun 2024 06:03:11 +0000 (06:03 +0000)
1  2 
src/5gnrmac/nfapi_common.h
src/5gnrmac/nfapi_udp_p7.c

@@@ -112,7 -141,9 +141,9 @@@ void nfapiFillMsgHdr(Buffer *mBuf, uint
  void nFapiExtractP5Hdr(nFapi_p5_hdr *p5Hdr, Buffer *mBuf);
  void nFapiExtractMsgHdr(nFapi_msg_header *msgHdr, Buffer *mBuf);
  
 -NfapiPnfEvent convertNfapiP5TagValToMsgId(uint16_t tagVal);
 +uint8_t convertNfapiP5TagValToMsgId(uint16_t tagVal,  NfapiPnfEvent *nfapiPnfEvent, EventState *phyEvent);
  uint8_t nfapiP7UdpRecvMsg();
+ void nfapiGenerateTicks();
+ uint8_t nfapiSendSlotIndToMac();
+ uint8_t nfapiTriggerP7Clock();
  #endif
Simple merge