X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_egtp.h;h=2f158e25b494e6435bcf9c173e31aee7ec2d5f52;hb=d62d6a2c96903363a6d7a2f1b23658bfef3590c9;hp=5fb3d653c95c2ce2c46c79db2829fc11d2da8900;hpb=8133a1985d2c53074af88c44edfb9231af64b433;p=o-du%2Fl2.git diff --git a/src/du_app/du_egtp.h b/src/du_app/du_egtp.h index 5fb3d653c..2f158e25b 100644 --- a/src/du_app/du_egtp.h +++ b/src/du_app/du_egtp.h @@ -72,6 +72,7 @@ typedef struct egtpGlobalCb EgtpTptSrvr recvTptSrvr; /* Transport server for receiving UDP msg */ EgtpDstCb dstCb; /* Destination endpoint */ }EgtpGlobalCb; + EgtpGlobalCb egtpCb; /* EGTP global control block */ uint8_t duHdlEgtpDlData(EgtpMsg *egtpMsg);