ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / src / bouncer.h
1 #include"subscription.h"
2 #include"helper.h"
3 class Bouncer{
4
5         public:
6                 Bouncer();
7                 std::vector<std::string> gnb_list;
8                 void set_gnb();
9 };
10