[abis_rsl] Set lchan->tch_mode properly when responding to CHAN_RQD

This fixes the 'only first call works' problem that some of us were
having with the nanoBTS.
(the field just happenned to be 0 == GSM48_CMODE_SIGN after startup)

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Harald Welte 2009-08-28 23:28:28 +09:00
parent b43d92279b
commit 77234e1b0d

View file

@ -1085,6 +1085,7 @@ static int rsl_rx_chan_rqd(struct msgb *msg)
lchan->ms_power = ms_pwr_ctl_lvl(bts->band, bts->ms_max_power);
lchan->bs_power = 0; /* 0dB reduction, output power = Pn */
lchan->rsl_cmode = RSL_CMOD_SPD_SIGN;
lchan->tch_mode = GSM48_CMODE_SIGN;
rsl_chan_activate_lchan(lchan, 0x00, rqd_ta);
/* create IMMEDIATE ASSIGN 04.08 messge */