Loading OpenAPI/nrNrm.yaml +34 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,22 @@ components: type: array items: $ref: '#/components/schemas/PlmnInfo' SnpnId: type: object properties: mcc: $ref: 'genericNrm.yaml#/components/schemas/Mcc' mnc: $ref: '#/components/schemas/Mnc' nid: type: string SnpnInfo: type: object properties: snpnId: $ref: '#/components/schemas/SnpnId' snssai: $ref: '#/components/schemas/Snssai' cagId: type: string nid: Loading Loading @@ -120,6 +136,24 @@ components: $ref: '#/components/schemas/PlmnId' nrTac: $ref: '#/components/schemas/NrTac' NrtacRange: type: object properties: nRTACstart: type: string nRTACend: type: string nRTACpattern: type: string TaiRange: type: object properties: plmnId: $ref: '#/components/schemas/PlmnId' nRTACRangeList: type: array items: $ref: '#/components/schemas/NrtacRange' BackhaulAddress: type: object Loading Loading
OpenAPI/nrNrm.yaml +34 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,22 @@ components: type: array items: $ref: '#/components/schemas/PlmnInfo' SnpnId: type: object properties: mcc: $ref: 'genericNrm.yaml#/components/schemas/Mcc' mnc: $ref: '#/components/schemas/Mnc' nid: type: string SnpnInfo: type: object properties: snpnId: $ref: '#/components/schemas/SnpnId' snssai: $ref: '#/components/schemas/Snssai' cagId: type: string nid: Loading Loading @@ -120,6 +136,24 @@ components: $ref: '#/components/schemas/PlmnId' nrTac: $ref: '#/components/schemas/NrTac' NrtacRange: type: object properties: nRTACstart: type: string nRTACend: type: string nRTACpattern: type: string TaiRange: type: object properties: plmnId: $ref: '#/components/schemas/PlmnId' nRTACRangeList: type: array items: $ref: '#/components/schemas/NrtacRange' BackhaulAddress: type: object Loading