fix rsl_enc_chan_nr() for SDCCH4

This commit is contained in:
Harald Welte 2010-03-04 10:12:50 +01:00
parent 4fb20757c6
commit 098cd4b503
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ uint8_t rsl_enc_chan_nr(uint8_t type, uint8_t subch, uint8_t timeslot)
subch &= 0x01;
break;
case RSL_CHAN_SDCCH4_ACCH:
subch &= 0x07;
subch &= 0x03;
break;
case RSL_CHAN_SDCCH8_ACCH:
subch &= 0x07;