X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=cmd%2Frtmgr.go;h=2d3d81e8677d15f698a32dc554bcd46805cae901;hb=505e2497ce651c1127ffbcefe396b3f8c0d0f9dd;hp=c8ad5c65e330a55889ec152044c337ba78913a88;hpb=0770de6e47404e68fc9cbb59263648ac54864aef;p=ric-plt%2Frtmgr.git diff --git a/cmd/rtmgr.go b/cmd/rtmgr.go index c8ad5c6..2d3d81e 100644 --- a/cmd/rtmgr.go +++ b/cmd/rtmgr.go @@ -49,6 +49,14 @@ import ( const SERVICENAME = "rtmgr" +/*type RMRUpdateType int + +const ( + XappType = iota + SubsType + E2Type +)*/ + func SetupCloseHandler() { c := make(chan os.Signal, 2) signal.Notify(c, os.Interrupt, syscall.SIGTERM)