Commit 66a19072 authored by ruiyue's avatar ruiyue
Browse files

Update file TS28312_IntentNrm.yaml

parent c8b3b099
Loading
Loading
Loading
Loading
+21 −1
Original line number Diff line number Diff line
@@ -201,6 +201,25 @@ components:
      enum:
          - DELIVER
          - ENSURE
    Frequency:
      description: ->
        It desribes the RF reference frequency (i.e. Absolute Radio Frequency Channel Number) 
        and/or the frequency operating band used for a given direction (UL or DL) in FDD or 
        for both UL and DL directions in TDD.      
      type: object 
      properties:
        arfcn:
          description: -> 
             This attribute shall be supported, when the frequency information represent RF reference frequency. 
             For NR reference frequency, see TS 38.104 subclause 5.4.2.1.
             For EUTRAN reference frequency, see see TS 36.104 subclause 5.7.3
          type: integer
        freqband:
          description: -> 
             This attribute shall be supported, when the frequency information represent frequency operating band
             For NR frequency operating band, see TS 38.104 subclause 5.4.2.3   
             For EUTRAN frequency operating band, see TS 36.104 subclause 5.7.3
          type: integer       
    ValueRangeType: 
      oneOf:
        - type: number
@@ -212,6 +231,7 @@ components:
        - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea'
        - $ref: 'TS28623_ComDefs.yaml#/components/schemas/PlmnId'
        - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoCoordinate'
        - $ref: '#/components/schemas/Frequency'        
   #-------Definition of the generic dataType --------------#    

   #-------Definition of the generic IntentContext dataType --------------#