osmo-msc/openbsc/src
Neels Hofmeyr 402006dfdf define mncc_recv_cb_t to avoid code dup
Put mncc_recv_cb_t in common_cs.h to avoid header include complications: if placing
right above struct gsm_network, one must include gsm_data.h to use
mncc_recv_cb_t as function parameter in a header, which will include
gsm_data_shared.h, which will include common_cs.h (future knowledge). Since I will
need to use mncc_recv_cb_t in common_cs.h, including gsm_data.h from there would
introduce an #include loop. Avoid that and define mncc_recv_cb_t in common_cs.h to
begin with.

Change-Id: I2e64cffa563750ce9f3172ffba6f9cf5b9280e9c
2016-11-24 16:58:30 +01:00
..
gprs Add support for pdpctx_timer_stop 2016-11-23 12:23:41 +00:00
ipaccess abisip-find: use protocol constant 2016-11-15 22:35:38 +00:00
libbsc define mncc_recv_cb_t to avoid code dup 2016-11-24 16:58:30 +01:00
libcommon Support configuration of CON MO Groups/Paths from VTY 2016-11-13 21:22:29 +01:00
libcommon-cs Add empty libcommon-cs 2016-11-24 16:58:30 +01:00
libfilter Consistenly format variables in */Makefile.am files 2016-09-15 15:55:02 +02:00
libiu info log: iu: add line break to and tweak rx RAB Ass Resp log 2016-10-30 18:28:27 +00:00
libmgcp COSMETIC: 'if' is not a function, so there is space before '(' 2016-09-28 00:47:28 +00:00
libmsc ussd: Add band-aid for interrogationSS 2016-11-18 19:04:37 +00:00
libtrau Consistenly format variables in */Makefile.am files 2016-09-15 15:55:02 +02:00
osmo-bsc msgb talloc ctx: initialize in all main() scopes 2016-10-13 13:14:41 +00:00
osmo-bsc_mgcp msgb talloc ctx: initialize in all main() scopes 2016-10-13 13:14:41 +00:00
osmo-bsc_nat fix use after free in bsc_config_free 2016-11-10 03:19:22 +01:00
osmo-nitb Cosmetic: Add missing switch to usage help 2016-11-01 21:56:23 +00:00
utils bs11_config: remove compiler waring about unused variable 2016-11-11 15:34:05 +00:00
Makefile.am Add empty libcommon-cs 2016-11-24 16:58:30 +01:00