Loading RniAPI.json +107 −110 Original line number Diff line number Diff line Loading @@ -4476,7 +4476,6 @@ }, "s1UeInfo": { "description": "Information on specific UE that matches the criteria in S1BearerSubscription as defined below.", "items": { "properties": { "associateId": { "description": "0 to N identifiers to associate the information for a specific UE or flow.", Loading Loading @@ -4594,8 +4593,6 @@ "x-etsi-mec-origin-type": "Structure (inlined)" } }, "type": "object" }, "required": [ "ecgi", "s1BearerInfo" Loading RniAPI.yaml +89 −91 Original line number Diff line number Diff line Loading @@ -3425,7 +3425,6 @@ components: x-etsi-mec-origin-type: Enum s1UeInfo: description: Information on specific UE that matches the criteria in S1BearerSubscription as defined below. items: properties: associateId: description: 0 to N identifiers to associate the information for a specific UE or flow. Loading Loading @@ -3518,7 +3517,6 @@ components: type: object x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: Structure (inlined) type: object required: - ecgi - s1BearerInfo Loading proto3/README.md +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ These files were generated by the [OpenAPI Generator](https://openapi-generator. - API version: 2.1.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) ## Usage Loading proto3/models/s1_bearer_notification.proto +1 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,7 @@ message S1BearerNotification { // The subscribed event that triggered this notification in S1BearerSubscription. int32 s1Event = 2; // Information on specific UE that matches the criteria in S1BearerSubscription as defined below. repeated S1BearerNotificationS1UeInfo s1UeInfo = 3; S1BearerNotificationS1UeInfo s1UeInfo = 3; TimeStamp timeStamp = 4; Loading Loading
RniAPI.json +107 −110 Original line number Diff line number Diff line Loading @@ -4476,7 +4476,6 @@ }, "s1UeInfo": { "description": "Information on specific UE that matches the criteria in S1BearerSubscription as defined below.", "items": { "properties": { "associateId": { "description": "0 to N identifiers to associate the information for a specific UE or flow.", Loading Loading @@ -4594,8 +4593,6 @@ "x-etsi-mec-origin-type": "Structure (inlined)" } }, "type": "object" }, "required": [ "ecgi", "s1BearerInfo" Loading
RniAPI.yaml +89 −91 Original line number Diff line number Diff line Loading @@ -3425,7 +3425,6 @@ components: x-etsi-mec-origin-type: Enum s1UeInfo: description: Information on specific UE that matches the criteria in S1BearerSubscription as defined below. items: properties: associateId: description: 0 to N identifiers to associate the information for a specific UE or flow. Loading Loading @@ -3518,7 +3517,6 @@ components: type: object x-etsi-mec-cardinality: 0..1 x-etsi-mec-origin-type: Structure (inlined) type: object required: - ecgi - s1BearerInfo Loading
proto3/README.md +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ These files were generated by the [OpenAPI Generator](https://openapi-generator. - API version: 2.1.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) ## Usage Loading
proto3/models/s1_bearer_notification.proto +1 −2 Original line number Diff line number Diff line Loading @@ -23,8 +23,7 @@ message S1BearerNotification { // The subscribed event that triggered this notification in S1BearerSubscription. int32 s1Event = 2; // Information on specific UE that matches the criteria in S1BearerSubscription as defined below. repeated S1BearerNotificationS1UeInfo s1UeInfo = 3; S1BearerNotificationS1UeInfo s1UeInfo = 3; TimeStamp timeStamp = 4; Loading