Skip to content
Discussion options

You must be logged in to vote

I found the solution, I changed this three parameters and now it works (I also changed a lot more things):

  • gnb_ids needs to be equal
  • plmn needs to be equal
  • tac ideally needs to be different

Code for the CU:

# Example config for a locally deployed CU listening on the localhost interface for a DU connection

cu_cp:
  max_nof_dus: 3
  amf:
    addr: 10.53.1.2
    port: 38412
    bind_addr: 10.53.1.1
    supported_tracking_areas:
      - tac: 7
        plmn_list:
          - plmn: "00101"
            tai_slice_support_list:
              - sst: 1
  inactivity_timer: 7200
  f1ap:
    bind_addr: 127.0.10.1

cu_up:
  gtpu_queue_size: 2048                # Optional INT (2048). Sets the GTP-U qu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HeloisaJ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant