Commit 4a5bf742 authored by Elian Kraja's avatar Elian Kraja
Browse files

Resolving conflicts on mec-common between M1 and ubi branches

parent 9d37dc27
Loading
Loading
Loading
Loading
+32 −1
Original line number Diff line number Diff line
@@ -7,6 +7,14 @@ Package MEC_Common {
      - PIC_MEC_SYSTEM     // FUT is a MEC System (MEC025, Table 7.9.1-1)
      - PIC_SERVICES // Implements services
      - PIC_NOTIFICATIONS // Implements notifications
      - PIC_APP_PACKAGE               // MEC025, clause 7.3.2
      - PIC_APP_PACKAGE_MANAGEMENT      // MEC025, table 7.3.2-1
      - PIC_APP_PACKAGE_NOTIFICATIONS      // MEC025, table 7.3.2-2
      - PIC_RNIS                         // MEC025, clause 7.5.2
      - PIC_RNIS_QUERY                   // MEC025, table 7.5.2-1
      - PIC_RNIS_ALL_SUBSCRIPTIONS       // MEC025, table 7.5.2-2
      - PIC_RNIS_SPECIFIC_SUBSCRIPTION   // MEC025, table 7.5.2-3
      - PIC_RNIS_NOTIFICATIONS           // MEC025, table 7.5.2-4 
      ;
      entities:
      - MEC_OSS
@@ -16,6 +24,9 @@ Package MEC_Common {
      - MEC_APP_Registrant
      - MEC_APP_Subscriber
      - UE_APP
      - MEC_SUB
      - RNIS_CLIENT
      - RNIS_SERVER
      ;
      events:
      - services_running      // services available in the IUT
@@ -28,6 +39,26 @@ Package MEC_Common {
      - having
      - idle_state // Idle state: The MEC platform has services running and MEC Application is authorized to consume services
      - subscribed_to
      - App_Package_subscription
      - App_Package
      - generates
      - idle_state
      - app_package_operational_change_event
      - perform_RNIS_query_to
      - having_RNIS_subscription
      - having_RNIS_subscription_privileges
      - privileges
      - RNIS_subscription
      - perform_RNIS_subscription_query_to
      - cell_change_event
      - rab_establish_event
      - rab_modification_event
      - rab_release_event
      - measurement_repost_event
      - timing_advance_event
      - carrier_aggregation_reconfiguration_event
      - S1_bearer_event
      - expiry_notification_event
      ;
   }