X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Bouncer%2Fsrc%2Fbouncer.h;fp=Bouncer%2Fsrc%2Fbouncer.h;h=cc09fef79d1d542d6420b2c7d0523e62f21fcd60;hb=fbc7e3ad84fc7269233a2f0b5d416cb1c6f8a6ea;hp=0000000000000000000000000000000000000000;hpb=eb27c05c05b5042d115480c40cffa16e7d473d80;p=ric-app%2Fbouncer.git diff --git a/Bouncer/src/bouncer.h b/Bouncer/src/bouncer.h new file mode 100644 index 0000000..cc09fef --- /dev/null +++ b/Bouncer/src/bouncer.h @@ -0,0 +1,10 @@ +#include"subscription.h" +#include"helper.h" +class Bouncer{ + + public: + Bouncer(); + std::vector gnb_list; + void set_gnb(); +}; +