From: Sangeeta Vaidhyanathan Date: Wed, 5 Jun 2024 06:03:11 +0000 (+0000) Subject: Merge "[Epic-Id: ODUHIGH-576][Task-Id: ODUHIGH-594][SubTask-Id: ODUHIGH-605]|[NFAPI_B... X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=40caa3c5e92b7304339290ec300cbfdc57dcbf10;p=o-du%2Fl2.git Merge "[Epic-Id: ODUHIGH-576][Task-Id: ODUHIGH-594][SubTask-Id: ODUHIGH-605]|[NFAPI_Branch]|P7 Clock Creation" into nFapi_dev --- 40caa3c5e92b7304339290ec300cbfdc57dcbf10 diff --cc src/5gnrmac/nfapi_common.h index 2c9f613e9,fe580920b..15fa810c7 --- a/src/5gnrmac/nfapi_common.h +++ b/src/5gnrmac/nfapi_common.h @@@ -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