Commit 5b268f0a authored by M. Rehan Abbasi's avatar M. Rehan Abbasi
Browse files

update enum for OAS of meep-vis

parent 3da702ae
Loading
Loading
Loading
Loading
+35 −35
Original line number Diff line number Diff line
@@ -1180,13 +1180,13 @@ components:

            6 = bw100 (100 resource blocks)'
          enum:
            - '1'
            - '2'
            - '3'
            - '4'
            - '5'
            - '6'
          type: string
            - 1
            - 2
            - 3
            - 4
            - 5
            - 6
          type: integer
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Enum
      required:
@@ -1410,20 +1410,20 @@ components:
            − saem(12): Services Announcement Extended Message as specified in ETSI TS 102 890-1,
            − rtcmem(13): Radio Technical Commission for Maritime Services (RTCM) Message as specified in ETSI TS 103 301,
          enum:
            - '1'
            - '2'
            - '3'
            - '4'
            - '5'
            - '6'
            - '7'
            - '8'
            - '9'
            - '10'
            - '11'
            - '12'
            - '13'
          type: string
            - 1
            - 2
            - 3
            - 4
            - 5
            - 6
            - 7
            - 8
            - 9
            - 10
            - 11
            - 12
            - 13
          type: integer
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Enum
        notificationType:
@@ -1496,20 +1496,20 @@ components:
            − saem(12): Services Announcement Extended Message as specified in ETSI TS 102 890-1,
            − rtcmem(13): Radio Technical Commission for Maritime Services (RTCM) Message as specified in ETSI TS 103 301,
          enum:
            - '1'
            - '2'
            - '3'
            - '4'
            - '5'
            - '6'
            - '7'
            - '8'
            - '9'
            - '10'
            - '11'
            - '12'
            - '13'
          type: string
            - 1
            - 2
            - 3
            - 4
            - 5
            - 6
            - 7
            - 8
            - 9
            - 10
            - 11
            - 12
            - 13
          type: integer
          x-etsi-mec-cardinality: '1'
          x-etsi-mec-origin-type: Enum
        stdOrganization:
+893 −632

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -25,5 +25,5 @@ package server

type TransmissionBandwidth struct {
	// 'Numeric value corresponding to the transmission bandwidth expressed in units of resource blocks as follows:  1 = bw6 (6 resource blocks)  2 = bw15 (15 resource blocks)  3 = bw25 (25 resource blocks)  4 = bw50 (50 resource blocks)  5 = bw75 (75 resource blocks)  6 = bw100 (100 resource blocks)'
	TransmissionBandwidth string `json:"transmissionBandwidth"`
	TransmissionBandwidth int32 `json:"transmissionBandwidth"`
}
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ type V2xMsgNotification struct {
	// The encode format of the V2X message, for example base64.
	MsgEncodeFormat string `json:"msgEncodeFormat"`
	// Published V2X message type. Its value is defined by the standardization organization indicated by the attribute stdOrganization. See note 2. − denm(1): Decentralized Environmental Notification Message (DENM) as specified in ETSI EN 302 637-3, − cam(2): Cooperative Awareness Message (CAM) as specified in ETSI EN 302 637-2, − poi(3): Point of Interest message as specified in ETSI TS 101 556-1, − spatem(4): Signal Phase And Timing (SPAT) message as specified in SAE J2735 and in ETSI TS 103 301, − mapem(5): MAP message as specified in SAE J2735 and in ETSI TS 103 301, − ivim(6): In Vehicle Information (IVI) message as defined in ISO TS 19321, − ev-rsr(7): Electric vehicle recharging spot reservation message, as defined in ETSI TS 101 556-3, − tistpgtransaction(8): messages for Tyre Information System (TIS) and Tyre Pressure Gauge (TPG) interoperability, as specified in ETSI TS 101 556-2, − srem(9): Traffic light Signal Request Message as specified in ETSI TS 103 301, − ssem(10): Traffic Light Signal Request Status Message as specified in ETSI TS 103 301. − evcsn(11): Electrical Vehicle Charging Spot Notification message as specified in ETSI TS 101 556-1, − saem(12): Services Announcement Extended Message as specified in ETSI TS 102 890-1, − rtcmem(13): Radio Technical Commission for Maritime Services (RTCM) Message as specified in ETSI TS 103 301,
	MsgType string `json:"msgType"`
	MsgType int32 `json:"msgType"`
	// Shall be set to \"V2xMsgNotification\".
	NotificationType string `json:"notificationType"`
	// Standardization organization which defines the published V2X message type:  ETSI: European Telecommunications Standards Institute. See note 1.
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ type V2xMsgPublication struct {
	// The encode format of the V2X message, for example base64.
	MsgEncodeFormat string `json:"msgEncodeFormat"`
	// Published V2X message type. Its value is defined by the standardization organization indicated by the attribute stdOrganization. See note 2. − denm(1): Decentralized Environmental Notification Message (DENM) as specified in ETSI EN 302 637-3, − cam(2): Cooperative Awareness Message (CAM) as specified in ETSI EN 302 637-2, − poi(3): Point of Interest message as specified in ETSI TS 101 556-1, − spatem(4): Signal Phase And Timing (SPAT) message as specified in SAE J2735 and in ETSI TS 103 301, − mapem(5): MAP message as specified in SAE J2735 and in ETSI TS 103 301, − ivim(6): In Vehicle Information (IVI) message as defined in ISO TS 19321, − ev-rsr(7): Electric vehicle recharging spot reservation message, as defined in ETSI TS 101 556-3, − tistpgtransaction(8): messages for Tyre Information System (TIS) and Tyre Pressure Gauge (TPG) interoperability, as specified in ETSI TS 101 556-2, − srem(9): Traffic light Signal Request Message as specified in ETSI TS 103 301, − ssem(10): Traffic Light Signal Request Status Message as specified in ETSI TS 103 301. − evcsn(11): Electrical Vehicle Charging Spot Notification message as specified in ETSI TS 101 556-1, − saem(12): Services Announcement Extended Message as specified in ETSI TS 102 890-1, − rtcmem(13): Radio Technical Commission for Maritime Services (RTCM) Message as specified in ETSI TS 103 301,
	MsgType string `json:"msgType"`
	MsgType int32 `json:"msgType"`
	// Standardization organization which defines the published V2X message type: ETSI: European Telecommunications Standards Institute.  See note 1.
	StdOrganization string `json:"stdOrganization"`
}