Skip to content

Commit

Permalink
Merge pull request #22 from andy89923/feat/oam-servicename
Browse files Browse the repository at this point in the history
Add OAM serviceName in models
  • Loading branch information
ianchen0119 committed Feb 7, 2024
2 parents 20cdf96 + b64cd20 commit 2f335d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/model_service_name.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const (
ServiceName_NAMF_OAM ServiceName = "namf-oam"
ServiceName_NSMF_PDUSESSION ServiceName = "nsmf-pdusession"
ServiceName_NSMF_EVENT_EXPOSURE ServiceName = "nsmf-event-exposure"
ServiceName_NSMF_OAM ServiceName = "nsmf-oam"
ServiceName_NAUSF_AUTH ServiceName = "nausf-auth"
ServiceName_NAUSF_SORPROTECTION ServiceName = "nausf-sorprotection"
ServiceName_NAUSF_UPUPROTECTION ServiceName = "nausf-upuprotection"
Expand All @@ -37,6 +38,7 @@ const (
ServiceName_NPCF_BDTPOLICYCONTROL ServiceName = "npcf-bdtpolicycontrol"
ServiceName_NPCF_EVENTEXPOSURE ServiceName = "npcf-eventexposure"
ServiceName_NPCF_UE_POLICY_CONTROL ServiceName = "npcf-ue-policy-control"
ServiceName_NPCF_OAM ServiceName = "npcf-oam"
ServiceName_NSMSF_SMS ServiceName = "nsmsf-sms"
ServiceName_NNSSF_NSSELECTION ServiceName = "nnssf-nsselection"
ServiceName_NNSSF_NSSAIAVAILABILITY ServiceName = "nnssf-nssaiavailability"
Expand Down

0 comments on commit 2f335d1

Please sign in to comment.