X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_egtp.h;h=5fb3d653c95c2ce2c46c79db2829fc11d2da8900;hb=3330932565e15a749fd5dd5039cdea2862ca51cc;hp=3bcdbec135f9c9aa5d71fa7375c22cafe72d4b6a;hpb=4d45b914f9e94203603d3b9fdbcb1aad361301dd;p=o-du%2Fl2.git diff --git a/src/du_app/du_egtp.h b/src/du_app/du_egtp.h index 3bcdbec13..5fb3d653c 100644 --- a/src/du_app/du_egtp.h +++ b/src/du_app/du_egtp.h @@ -72,7 +72,7 @@ typedef struct egtpGlobalCb EgtpTptSrvr recvTptSrvr; /* Transport server for receiving UDP msg */ EgtpDstCb dstCb; /* Destination endpoint */ }EgtpGlobalCb; -extern EgtpGlobalCb egtpCb; /* EGTP global control block */ +EgtpGlobalCb egtpCb; /* EGTP global control block */ uint8_t duHdlEgtpDlData(EgtpMsg *egtpMsg); uint8_t egtpActvInit(Ent entity, Inst inst, Region region, Reason reason);