X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Include%2FnguUlDataProc.h;fp=Include%2FnguUlDataProc.h;h=e436cebc9f57c1574a810ae087c6cdc1dc146aa2;hb=1f71b9a76eacf92b39c1ce6f782f8404a34f60a9;hp=0000000000000000000000000000000000000000;hpb=254694245736881ecfff4eb0d1503bf3f49a21be;p=scp%2Focu%2F5gnr.git diff --git a/Include/nguUlDataProc.h b/Include/nguUlDataProc.h new file mode 100644 index 0000000..e436ceb --- /dev/null +++ b/Include/nguUlDataProc.h @@ -0,0 +1,16 @@ +/****************************************************************************** +############################################################################### +# Copyright (c) [2017-2020] [ICT/CAS] # +# Licensed under the ORAN Software License v1.0 (License) # +############################################################################### +******************************************************************************/ + +#ifndef NGU_UL_DATA_PROC_H +#define NGU_UL_DATA_PROC_H + +#include "cuupCommon.h" +#include "msgb.h" + +extern INT32 nguUlDataProc(UINT64 ueE1apId, UINT16 pduSessionId, UINT8 qfi, MsgbBuff_t *pMsgBuff); + +#endif /* NGU_UL_DATA_PROC_H */