Dear List,

I tried to set up Osmo-CBC with a Nokia MetroSite BTS according to the
wiki. But every time the CBSP clinet of the BSC connects to the CBC
server, the BSC log indicates:

DCBS cbsp_link.c:150 CBSP Client connected to CBC:
(r=127.0.0.1:48049<->l=127.0.0.1:46133)
DCBS smscb.c:805 (bts=0) Rx CBSP RESET: clearing all state; disabling broadcast

Same time on the CBC:

<0002> cbsp_link.c:265 New CBSP link connection from 127.0.0.1:46133
<0002> cbsp_link_fsm.c:181 local-bsc: RESTART (CBS) but re-sending not
implemented yet

The BTS is configured with CCCH+SDCCH4+CBCH, and these are the
relevant sections:

osmo-cbc.cfg:

cbc
 unknown-peers reject
 ecbe
  local-ip 127.0.0.1
  local-port 12345
 cbsp
  local-ip 127.0.0.1
  local-port 48049
 sbcap
  local-ip 127.0.0.1
  local-port 29168
 peer cbsp local-bsc
  mode server
  remote-port 46133
  remote-ip 127.0.0.1

osmo-bsc.cfg:

cbc
 mode client
 client
  remote-ip 127.0.0.1
  local-ip 127.0.0.1
  local-port 46133

Every other CS service is working fine on the BTS.

Is there anything else I might have missed?

Regards,
Csaba

Reply via email to