Fixes and enhancements:
[ric-plt/xapp-frame-py.git] / examples / pong_xapp.py
index 496c72e..7542c90 100644 (file)
@@ -31,6 +31,9 @@ from ricxappframe.xapp_frame import RMRXapp
 
 
 class MyXapp(RMRXapp):
+    def post_init(self):
+        print("ping xapp could do some useful stuff here!")
+
     def consume(self, summary, sbuf):
         """callbnack called for each new message"""
         print(summary)