From aebea482f54a97deaca8688c79af3809a756240c Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 25 Mar 2010 04:58:08 +0100 Subject: channel request: Store the to be assigned channel type in the GSM Network Store the mapping from request to channel type in the GSM Network struct as there is some policy involved with handling the request. E.g. in a half rate network we don't want emergy calls to be getting a TCH/F, or we want to have a different policy for early/late assignment of phone calls. Update the table when creating the network and when the neci is changed. --- openbsc/src/bs11_config.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openbsc/src/bs11_config.c') diff --git a/openbsc/src/bs11_config.c b/openbsc/src/bs11_config.c index 80f9ba956..de426aa9c 100644 --- a/openbsc/src/bs11_config.c +++ b/openbsc/src/bs11_config.c @@ -870,3 +870,8 @@ int main(int argc, char **argv) exit(0); } + +/* dummy to be able to compile */ +void gsm_net_update_ctype(struct gsm_network *net) +{ +} -- cgit v1.2.3