osmo-msc/openbsc/src/osmo-bsc
Holger Hans Peter Freyther 7a77d0155f amr: Attempt to unbreak the AMR support in the BSC
The signature of mr_config and the BSC implementation didn't
match and the compiler was warning about it:

osmo_bsc_api.c:530:2: warning: initialization from incompatible pointer type
 .mr_config = bsc_mr_config,
 ^
osmo_bsc_api.c:530:2: warning: (near initialization for ‘bsc_handler.mr_config’)

Change the mr_config again and provide an implementation
that will set the ms and bts data structure. It would be
better to put the size outside of the IE but I am not going
to change it right now. It would also be nice to either move
the AMR setting into the "nitb" structure or have the msc
data be used _after_ the bts settings. This needs to be
cleaned up in the next step.

Manually verified by placing a MO call and checking that
both the channel mode modify and the mode modify request
contain the multi rate config with the rate mr config
(length two bytes, version 1, icmi==1, no start mode being
set).
2015-10-02 15:30:29 +02:00
..
Makefile.am Fix build wrt. missing CFLAGS constituents 2015-06-19 20:56:53 +02:00
osmo_bsc_api.c amr: Attempt to unbreak the AMR support in the BSC 2015-10-02 15:30:29 +02:00
osmo_bsc_audio.c handover: Fix the handover signalling for IP based BTSes 2012-12-26 10:32:02 +01:00
osmo_bsc_bssap.c Replace ad-hoc function with generic one from libosmocore 2015-05-17 19:09:32 +02:00
osmo_bsc_ctrl.c nitb: Move the rf-lock commands from osmo-bsc to libbsc 2015-02-10 21:37:16 +01:00
osmo_bsc_filter.c GSM/GPRS 04.08: Don't print numeric mobile identity types 2015-08-18 19:35:02 +02:00
osmo_bsc_grace.c bsc: Change paging strategy based on override or not 2015-04-01 19:26:26 +02:00
osmo_bsc_main.c vty: Change the return type from enum to int 2015-09-24 15:39:30 +02:00
osmo_bsc_msc.c bsc: Rename core_ncc to core_mnc 2015-07-13 11:06:10 +02:00
osmo_bsc_sccp.c bsc: Add a "IPA PING" to the SCCP CR messages 2014-09-05 12:25:32 +02:00
osmo_bsc_vty.c bsc: Rename core_ncc to core_mnc 2015-07-13 11:06:10 +02:00