1. 23 Feb, 2024 1 commit
    • batuhan duyuler's avatar
      Neigbourcell Configuration - Measurement Configuration for Inter gNB - N2 Handover · 607f192c
      batuhan duyuler authored
      - NeighbourCell and Measurement Configurations are prepared.
      
      NeighbourCell Configuration includes:
      	- neighbour_gNB_ID (This is needed for AMF to identify gNB exists in it's context
      	- neighbour_nr_cell_id (This is needed for target gNB)
      	- neighbour_physical_cellId (This is needed for UE in the meas report)
      	- neighbour_absoluteFrequencySSB (This is needed for UE in meas report)
      	- neighbour_subcarrierSpacing (This is needed for UE in meas report)
      	- neighbour_mnc (This is needed for AMF)
      	- neighbour_mcc (This is needed for AMF)
      	- neighbour_mnc_length (This is needed for AMF)
      	- neighbour_tracking_area_code (This is needed for AMF)
      
      NR Measurement Event Configuration Includes:
      	- enableA2 & enableA3 (gNB activates the event reporting according to these vars)
      	- thresholdA2 & A2_TTT (configurable reporting parameters)
      	- thresholdA3 & A3_Hysteresis & A3_TTT (configurable reporting parameters)
      
      - These parameters are read in the configuration parsing part and written under RRC structure
      - Event Based Measurement Configuration is prepared according to enableA3 parameter.
      - Measurement Configuration of UE is cloned under UE Context. When a measurement report comes,
      looping through the UE's meas config and matching the measIDs. With this measID, report configs
      extracted and processing in different ways.
      607f192c
  2. 16 Feb, 2024 1 commit
  3. 15 Feb, 2024 4 commits
  4. 14 Feb, 2024 6 commits
  5. 13 Feb, 2024 8 commits
  6. 12 Feb, 2024 17 commits
  7. 09 Feb, 2024 3 commits