Commit d2defb66 authored by Michel Roy's avatar Michel Roy
Browse files

fix s1 bearer notif

parent 283b8c78
Loading
Loading
Loading
Loading
Loading
+107 −110
Original line number Diff line number Diff line
@@ -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.",
@@ -4594,8 +4593,6 @@
                "x-etsi-mec-origin-type": "Structure (inlined)"
              }
            },
              "type": "object"
            },
            "required": [
              "ecgi",
              "s1BearerInfo"
+89 −91
Original line number Diff line number Diff line
@@ -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.
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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

+1 −2
Original line number Diff line number Diff line
@@ -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;