Cisco IXM with basic station

Installed and configured basic station on Cisco IXM gateway, connects to the Chirpstack server, but only sends stats, I never see any uplinks or lorawan frames.

Basic config in the cpf config, followed the instructions and configured the chirpstack bridge on port 3001 and basic station.

Any help would be appreciated, also trace on gateway shows channels disabled, but not sure hot to enable them. GPS and radio all shows normal in the status commands

log from cisco gateway
SX1301#0 : 903.0MHz rf_chain=0
2023-05-24 04:57:15.045 [RAL:VERB] ch 0,0 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 0,1 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 0,2 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 0,3 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 0,4 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 0,5 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 0,6 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 0,7 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 0,8 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 0,9 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] SX1301#1 : 903.0MHz rf_chain=1
2023-05-24 04:57:15.045 [RAL:VERB] ch 1,0 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 1,1 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 1,2 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 1,3 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 1,4 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 1,5 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 1,6 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 1,7 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 1,8 : disabled
2023-05-24 04:57:15.045 [RAL:VERB] ch 1,9 : disabled

ok I have the channels being pushed to the gateway and enabled since I added them into the chirpstack bridge toml file. I can now see a join request, but I am not sure I have it exactly right. This is my config for the frequencies, has anyone have this working with the cisco ixm US915 channel plan, any suggestions greatly appreciated

Concentrator configuration.

Note: this is defined twice as the Cisco gateway has two SX1301 chips.

[[backend.basic_station.concentrators]]
# Multi-SF channel configuration.
[backend.basic_station.concentrators.multi_sf]

# Frequencies (Hz).
frequencies=[
  902300000,
  902500000,
  902700000,
  902900000,
  903100000,
  903300000,
  903500000,
  903700000,
]

# LoRa STD channel.
[backend.basic_station.concentrators.lora_std]

# Frequency (Hz).
frequency=903000000

# Bandwidth (Hz).
bandwidth=500000

# Spreading factor.
spreading_factor=8

# FSK channel.
[backend.basic_station.concentrators.fsk]

# Frequency (Hz).
frequency=904600000

[[backend.basic_station.concentrators]]
# Multi-SF channel configuration.
[backend.basic_station.concentrators.multi_sf]

# Frequencies (Hz).
frequencies=[
 903900000,
  904100000,
  904300000,
  904500000,
  904700000,
  904900000,
  905100000,
  905300000,
]

# LoRa STD channel.
[backend.basic_station.concentrators.lora_std]

# Frequency (Hz).
frequency=904600000

# Bandwidth (Hz).
bandwidth=500000

# Spreading factor.
spreading_factor=8

# FSK channel.
[backend.basic_station.concentrators.fsk]

 # Frequency (Hz).
frequency=904600000