ISSUE ID:- RICAPP-216
[ric-app/bouncer.git] / Bouncer / src / bouncer.h
diff --git a/Bouncer/src/bouncer.h b/Bouncer/src/bouncer.h
new file mode 100644 (file)
index 0000000..cc09fef
--- /dev/null
@@ -0,0 +1,10 @@
+#include"subscription.h"
+#include"helper.h"
+class Bouncer{
+
+       public:
+               Bouncer();
+               std::vector<std::string> gnb_list;
+               void set_gnb();
+};
+