mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
[bssap] Open a traffic channel for the paging any reason
In the case the MS is requesting a channel with the paging any channel reason, use a TCH. This allows us to keep using very early assignment and the SDCCHs are kept free for location updating requests.
This commit is contained in:
@@ -282,8 +282,8 @@ static const enum gsm_chan_t ctype_by_chreq[] = {
|
||||
[CHREQ_T_VOICE_CALL_TCH_H] = GSM_LCHAN_TCH_H,
|
||||
[CHREQ_T_DATA_CALL_TCH_H] = GSM_LCHAN_TCH_H,
|
||||
[CHREQ_T_LOCATION_UPD] = GSM_LCHAN_SDCCH,
|
||||
[CHREQ_T_PAG_R_ANY_NECI1] = GSM_LCHAN_SDCCH,
|
||||
[CHREQ_T_PAG_R_ANY_NECI0] = GSM_LCHAN_SDCCH,
|
||||
[CHREQ_T_PAG_R_ANY_NECI1] = GSM_LCHAN_TCH_H,
|
||||
[CHREQ_T_PAG_R_ANY_NECI0] = GSM_LCHAN_TCH_F,
|
||||
[CHREQ_T_PAG_R_TCH_F] = GSM_LCHAN_TCH_F,
|
||||
[CHREQ_T_PAG_R_TCH_FH] = GSM_LCHAN_TCH_F,
|
||||
};
|
||||
|
Reference in New Issue
Block a user