X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Frpe%2Frpe.go;fp=pkg%2Frpe%2Frpe.go;h=b763316ed22fcbf285d57322e8c2a2e055b7e14b;hb=87c46ef443a44730cfdcab1ba00b25f60825e037;hp=0ca7ca40f875dbeae7134325e0bb722804885dba;hpb=f18dbec9ba9c3b9c334423bc1846cb6c6b04ddd2;p=ric-plt%2Frtmgr.git diff --git a/pkg/rpe/rpe.go b/pkg/rpe/rpe.go index 0ca7ca4..b763316 100644 --- a/pkg/rpe/rpe.go +++ b/pkg/rpe/rpe.go @@ -324,6 +324,8 @@ func (r *Rpe) generatePlatformRoutes(e2TermEp []rtmgr.Endpoint, subManEp *rtmgr. r.addRoute_rx_list("RIC_E2_SETUP_FAILURE", e2ManEp, e2TermEp, routeTable, -1, "") r.addRoute_rx_list("RIC_SERVICE_UPDATE_ACK", e2ManEp, e2TermEp, routeTable, -1, "") r.addRoute_rx_list("RIC_SERVICE_UPDATE_FAILURE", e2ManEp, e2TermEp, routeTable, -1, "") + r.addRoute_rx_list("RIC_E2NODE_CONFIG_UPDATE_ACK", e2ManEp, e2TermEp, routeTable, -1, "") + r.addRoute_rx_list("RIC_E2NODE_CONFIG_UPDATE_FAILURE", e2ManEp, e2TermEp, routeTable, -1, "") } }