# This configuration file example shows how to configure the srsRAN Project gNB to allow srsUE to connect to it. # This specific example uses ZMQ in place of a USRP for the RF-frontend, and creates an FDD cell with 10 MHz bandwidth. # To run the srsRAN Project gNB with this config, use the following command: # sudo ./gnb -c gnb_zmq.yaml gnb_id: 0x19B cu_up: upf: bind_addr: 192.168.83.136 ext_addr: auto udp_max_rx_msgs: 256 pool_threshold: 0.9 no_core: false cu_cp: amf: addr: 192.168.83.131 # The address or hostname of the AMF. port: 38412 bind_addr: 192.168.83.136 # A local IP that the gNB binds to for traffic from the AMF. supported_tracking_areas: - tac: 1 plmn_list: - plmn: "00101" tai_slice_support_list: - sst: 1 sd: 1 inactivity_timer: 7200 # Sets the UE/PDU Session/DRB inactivity timer to 7200 seconds. Supported: [1 - 7200]. security: #integrity: not_needed # Optional TEXT (not_needed). Sets the default integrity protection indication for DRBs. confidentiality: not_needed # Optional TEXT (required,not_needed,preferred). Sets the default integrity confidentiality indication for DRBs. nea_pref_list: nea0,nea2,nea1 nia_pref_list: nia2,nia1 ru_sdr: device_driver: zmq # The RF driver name. device_args: tx_port=tcp://192.168.83.136:2000,rx_port=tcp://192.168.83.137:2001,base_srate=23.04e6 # Optionally pass arguments to the selected RF driver. #device_args: tx_port=tcp://192.168.83.136:2000,rx_port=tcp://192.168.83.137:2002,base_srate=23.04e6 srate: 23.04 # RF sample rate might need to be adjusted according to selected bandwidth. tx_gain: 75 # Transmit gain of the RF might need to adjusted to the given situation. rx_gain: 75 # Receive gain of the RF might need to adjusted to the given situation. cell_cfg: dl_arfcn: 368500 # ARFCN of the downlink carrier (center frequency). band: 3 # The NR band. channel_bandwidth_MHz: 20 # Bandwith in MHz. Number of PRBs will be automatically derived. common_scs: 15 # Subcarrier spacing in kHz used for data. plmn: "00101" # PLMN broadcasted by the gNB. tac: 1 # Tracking area code (needs to match the core configuration). pdcch: common: ss0_index: 0 # Set search space zero index to match srsUE capabilities coreset0_index: 12 # Set search CORESET Zero index to match srsUE capabilities dedicated: ss2_type: common # Search Space type, has to be set to common dci_format_0_1_and_1_1: false # Set correct DCI format (fallback) prach: prach_config_index: 1 # Sets PRACH config to match what is expected by srsUE log: filename: /tmp/gnb.log # Path of the log file. all_level: debug # Logging level applied to all layers. rrc_level: debug f1ap_level: debug f1ap_json_enabled: true hex_max_size: 0 pcap: mac_enable: true # Set to true to enable MAC-layer PCAPs. mac_filename: /tmp/gnb_mac.pcap # Path where the MAC PCAP is stored. ngap_enable: true # Set to true to enable NGAP PCAPs. ngap_filename: /tmp/gnb_ngap.pcap # Path where the NGAP PCAP is stored. f1ap_enable: true f1ap_filename: /tmp/gnb_f1ap.pcap