Commit abcb1375 authored by Walter Featherstone's avatar Walter Featherstone
Browse files

Removed extra space in MEAS_REPORT_UE and implemented MEC(17)000475 regarding...


Removed extra space in MEAS_REPORT_UE and implemented MEC(17)000475 regarding ErabQosParameters, since nesting a structure under an integer doesn’t work

Change-Id: Ic5ec23e3d58851fb690c5f7fe8b85773e2237908
Signed-off-by: default avatarfeatherstone <walter.featherstone@viavisolutions.com>
parent 4f473cd4
Loading
Loading
Loading
Loading
+9 −15
Original line number Original line Diff line number Diff line
@@ -5973,7 +5973,10 @@
      "type": "object",
      "type": "object",
      "properties": {
      "properties": {
        "qci": {
        "qci": {
          "$ref": "#/definitions/ErabQosParameters_qci"
          "$ref": "#/definitions/Qci"
        },
        "qci_information": {
          "$ref": "#/definitions/QosInformation"
        }
        }
      }
      }
    },
    },
@@ -6560,15 +6563,6 @@
        "EVENT_W3"
        "EVENT_W3"
      ],
      ],
      "example": "EVENT_A3"
      "example": "EVENT_A3"
    },
    "ErabQosParameters_qci": {
      "type": "object",
      "properties": {
        "qosInformation": {
          "$ref": "#/definitions/QosInformation"
        }
      },
      "description": "QoS Class Identifier as defined in TS 23.401"
    }
    }
  }
  }
}
}
 No newline at end of file
+6 −6

File changed.

Contains only whitespace changes.