This commit is contained in:
2023-08-21 18:25:41 +08:00
parent 54dff5d6ad
commit 78b950af6d
7 changed files with 29 additions and 7 deletions

View File

@@ -152,6 +152,7 @@ func init() {
Register("POST", mml.UriOmMmlExt, mml.PostMMLToOMC, nil)
Register("POST", mml.CustomUriMML, mml.PostMMLToNF, nil)
Register("POST", mml.CustomUriMMLDiscard, mml.PostMMLToNF, nil)
Register("POST", mml.CustomUriOmMmlExt, mml.PostMMLToOMC, nil)
// Northbound Get NRM
Register("GET", nbi.GetNRMUri, nbi.NBIGetNRMFromNF, nil)