Commit 0798a7f9 authored by Jose Antonio Ordoñez Lucena's avatar Jose Antonio Ordoñez Lucena Committed by sunse
Browse files

Update TS28541_NrNrm.yaml

parent e24b223d
Loading
Loading
Loading
Loading
+16 −4
Original line number Diff line number Diff line
@@ -74,11 +74,23 @@ components:
      items:
        $ref: 'TS28623_GenericNrm.yaml#/components/schemas/NpnId-Type'
    GGnbId:
        type: string
        pattern: '^[0-9]{3}[0-9]{2,3}-(22|23|24|25|26|27|28|29|30|31|32)-[0-9]{1,10}'
        type: object
        properties:
          plmnId:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
          gnbidlength:
            $ref: '#/components/schemas/GnbIdLength'
          gnbId:
            $ref: '#/components/schemas/GnbId
    GEnbId:
        type: string
        pattern: '^[0-9]{3}[0-9]{2,3}-(18|20|21|22)-[0-9]{1,7}'
        type: object
        properties:
          plmnId:
            $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
          enbId:
            type: integer
            minimum: 0
            maximum: 4194303

    GGnbIdList:
        type: array