aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-06 09:41:50 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-06 09:41:50 +0800
commit76fc4a34b8a51a724cacdd01ef4581c6dc3d624b (patch)
treec02809a8ac6dac63277368511ccb6a0fd23e2aa2 /openbsc/include/openbsc/gsm_data.h
parent78891078fec12099122d474db6c974cd98cc11b5 (diff)
chan: Add configuration to handle paging any with TCH
It is possible that the MSC is not sending the channel type it needs for the operations it wants to do. Add a configuration option to assign a TCH in case of paging any requests. It can be a good idea to leave SDCCHs free for location updating requests and use the TCH for SMS-MT and CC-MT.
Diffstat (limited to 'openbsc/include/openbsc/gsm_data.h')
-rw-r--r--openbsc/include/openbsc/gsm_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index d97dc4f9e..453b39776 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -715,6 +715,9 @@ struct gsm_network {
enum gsm_chan_t ctype_by_chreq[16];
+ /* Use a TCH for handling requests of type paging any */
+ int pag_any_tch;
+
int msc_prio;
};