X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcu_stub%2Fcu_stub_egtp.h;h=8240c54e1ef79436bca576a8597463badaa29747;hb=2a310f38af13dafd243ef7b24d5a721ed34355b3;hp=519c7652b0f69f6536b99c15343bccd4ca6e871a;hpb=7bbfb856ac535a1d45ebdf9d37bb3ffc5e7a83dc;p=o-du%2Fl2.git diff --git a/src/cu_stub/cu_stub_egtp.h b/src/cu_stub/cu_stub_egtp.h index 519c7652b..8240c54e1 100644 --- a/src/cu_stub/cu_stub_egtp.h +++ b/src/cu_stub/cu_stub_egtp.h @@ -46,8 +46,8 @@ #define NUM_TUNNEL_TO_PUMP_DATA 4 #define NUM_DL_PACKETS 1 -uint8_t sockType; -uint8_t protType; +extern uint8_t sockType; +extern uint8_t protType; typedef enum egtpMsgType { @@ -136,7 +136,8 @@ typedef struct egtpGlobalCb EgtpDstCb dstCb[MAX_DU_SUPPORTED]; /* Destination endpoint */ uint8_t gCntPdu[MAX_TEID+1]; /* Maintaining PDU count for each bearer */ }EgtpGlobalCb; -EgtpGlobalCb egtpCb; /* EGTP global control block */ + +extern EgtpGlobalCb egtpCb; /* EGTP global control block */ S16 egtpActvInit(); S16 cuEgtpCfgReq();