Commit ecf0976c authored by Hammad Zafar's avatar Hammad Zafar Committed by Elian Kraja
Browse files

add first draft of v2.2.1

parent 21d85d45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
5.0.0-beta2
 No newline at end of file
5.3.0
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.
## Overview
These files were generated by the [OpenAPI Generator](https://openapi-generator.tech) project.

- API version: 2.1.1
- API version: 2.2.1
- Package version: 
- Build package: org.openapitools.codegen.languages.ProtobufSchemaCodegen
For more information, please visit [https://forge.etsi.org/rep/mec/gs012-rnis-api](https://forge.etsi.org/rep/mec/gs012-rnis-api)
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 
  The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.
 
  The version of the OpenAPI document: 2.1.1
  The version of the OpenAPI document: 2.2.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/
+5 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 
  The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.
 
  The version of the OpenAPI document: 2.1.1
  The version of the OpenAPI document: 2.2.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/
@@ -17,6 +17,7 @@ import public "models/ca_reconf_notification_carrier_aggregation_meas_info.proto
import public "models/ca_reconf_notification_secondary_cell_add.proto";
import public "models/ecgi.proto";
import public "models/time_stamp.proto";
import public "models/links2.proto";

message CaReconfNotification {

@@ -37,4 +38,7 @@ message CaReconfNotification {

  TimeStamp timeStamp = 7;

  // Links to resources related to this notification.
  Links2 _links = 8;

}
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 
  The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.
 
  The version of the OpenAPI document: 2.1.1
  The version of the OpenAPI document: 2.2.1
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/
Loading