X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_egtp.h;h=9619cd5c8f52f62074e792b47b3cd81628524e8c;hb=8264f7ce2ba9f4a1874c4ec1018127cc27fa12cb;hp=8bd133a16ab452dc9157e3eff02ff11eec97ca4a;hpb=7bbfb856ac535a1d45ebdf9d37bb3ffc5e7a83dc;p=o-du%2Fl2.git diff --git a/src/du_app/du_egtp.h b/src/du_app/du_egtp.h index 8bd133a16..9619cd5c8 100644 --- a/src/du_app/du_egtp.h +++ b/src/du_app/du_egtp.h @@ -37,8 +37,8 @@ #define EGTP_MASK_BIT7 0x40 #define EGTP_MASK_BIT8 0x80 -uint8_t unpackEgtpSrvOpenReq(EgtpSrvOpenReq func, Pst *pst, Buffer *mBuf); -uint8_t protType; +extern uint8_t unpackEgtpSrvOpenReq(EgtpSrvOpenReq func, Pst *pst, Buffer *mBuf); +extern uint8_t protType; typedef struct EgtpTeIdCb { @@ -66,7 +66,7 @@ typedef struct egtpGlobalCb EgtpDstCb dstCb; /* Destination endpoint */ }EgtpGlobalCb; -EgtpGlobalCb egtpCb; /* EGTP global control block */ +extern EgtpGlobalCb egtpCb; /* EGTP global control block */ uint8_t duHdlEgtpDlData(EgtpMsg *egtpMsg); uint8_t egtpActvInit(Ent entity, Inst inst, Region region, Reason reason);