Commit f68f38c5 authored by sunse's avatar sunse
Browse files

Merge branch '28.541_Rel19_Define_new_data_types_YAML' into 'Integration_Rel19_SA5_158_YAML'

TS28.541_Rel19_CR1443_Define_new_data_types

See merge request !1454
parents e24b223d 995e659c
Loading
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