Loading OpenAPI/TS28312_IntentExpectations.yaml +2 −1 Original line number Diff line number Diff line Loading @@ -179,6 +179,7 @@ components: oneOf: - $ref: '#/components/schemas/CoverageAreaPolygonContext' - $ref: '#/components/schemas/CoverageTACContext' - $ref: '#/components/schemas/TimeBasedArea' - $ref: '#/components/schemas/PLMNContext' - $ref: '#/components/schemas/DlFrequencyContext' - $ref: '#/components/schemas/UlFrequencyContext' Loading OpenAPI/TS28312_IntentNrm.yaml +13 −2 Original line number Diff line number Diff line Loading @@ -267,6 +267,7 @@ components: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoCoordinate' - $ref: '#/components/schemas/UEGroup' - $ref: '#/components/schemas/Frequency' - $ref: '#/components/schemas/TimeBasedArea' UEGroup: description: >- It describes the UE Group, which is Loading @@ -280,6 +281,16 @@ components: maximum: 255 sNssai: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' TimeBasedArea: description: >- It describes the time-based area, which is represented by the specific combination of GeoArea and TimeWindow. type: object properties: geoArea: $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' timeWindow: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' #-------Definition of the generic dataType --------------# #-------Definition of the generic ExpectationTarget dataType----------# Loading Loading
OpenAPI/TS28312_IntentExpectations.yaml +2 −1 Original line number Diff line number Diff line Loading @@ -179,6 +179,7 @@ components: oneOf: - $ref: '#/components/schemas/CoverageAreaPolygonContext' - $ref: '#/components/schemas/CoverageTACContext' - $ref: '#/components/schemas/TimeBasedArea' - $ref: '#/components/schemas/PLMNContext' - $ref: '#/components/schemas/DlFrequencyContext' - $ref: '#/components/schemas/UlFrequencyContext' Loading
OpenAPI/TS28312_IntentNrm.yaml +13 −2 Original line number Diff line number Diff line Loading @@ -267,6 +267,7 @@ components: - $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoCoordinate' - $ref: '#/components/schemas/UEGroup' - $ref: '#/components/schemas/Frequency' - $ref: '#/components/schemas/TimeBasedArea' UEGroup: description: >- It describes the UE Group, which is Loading @@ -280,6 +281,16 @@ components: maximum: 255 sNssai: $ref: 'TS28541_NrNrm.yaml#/components/schemas/Snssai' TimeBasedArea: description: >- It describes the time-based area, which is represented by the specific combination of GeoArea and TimeWindow. type: object properties: geoArea: $ref: 'TS28623_ComDefs.yaml#/components/schemas/GeoArea' timeWindow: $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow' #-------Definition of the generic dataType --------------# #-------Definition of the generic ExpectationTarget dataType----------# Loading