Loading OpenAPI/TS28541_5GcNrm.yaml +41 −0 Original line number Diff line number Diff line Loading @@ -594,6 +594,47 @@ components: $ref: '#/components/schemas/LocationAreaIdRange' raiRange: $ref: '#/components/schemas/RoutingAreaIdRange' LocationAreaIdRange: description: Location Area ID Range. type: object required: - plmnId - startLac - endLac properties: plmnId: $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' startLac: type: string pattern: '^[A-Fa-f0-9]{4}$' endLac: type: string pattern: '^[A-Fa-f0-9]{4}$' RoutingAreaIdRange: description: Routing Area ID Range. type: object required: - plmnId - startLac - endLac - startRac - endRac properties: plmnId: $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' startLac: type: string pattern: '^[A-Fa-f0-9]{4}$' endLac: type: string pattern: '^[A-Fa-f0-9]{4}$' startRac: type: string pattern: '^[A-Fa-f0-9]{2}$' endRac: type: string pattern: '^[A-Fa-f0-9]{2}$' SelectionConditions: description: > It contains the set of conditions that shall be evaluated to determine whether a consumer Loading Loading
OpenAPI/TS28541_5GcNrm.yaml +41 −0 Original line number Diff line number Diff line Loading @@ -594,6 +594,47 @@ components: $ref: '#/components/schemas/LocationAreaIdRange' raiRange: $ref: '#/components/schemas/RoutingAreaIdRange' LocationAreaIdRange: description: Location Area ID Range. type: object required: - plmnId - startLac - endLac properties: plmnId: $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' startLac: type: string pattern: '^[A-Fa-f0-9]{4}$' endLac: type: string pattern: '^[A-Fa-f0-9]{4}$' RoutingAreaIdRange: description: Routing Area ID Range. type: object required: - plmnId - startLac - endLac - startRac - endRac properties: plmnId: $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' startLac: type: string pattern: '^[A-Fa-f0-9]{4}$' endLac: type: string pattern: '^[A-Fa-f0-9]{4}$' startRac: type: string pattern: '^[A-Fa-f0-9]{2}$' endRac: type: string pattern: '^[A-Fa-f0-9]{2}$' SelectionConditions: description: > It contains the set of conditions that shall be evaluated to determine whether a consumer Loading