osmo-msc/openbsc/src
Philipp Maier 6934a0fa9e gprs: Fix compiler warning about uninitalized cause code
in gprs_gmm.c:gsm48_rx_gmm_ra_upd_req the variable reject_cause
is not initalized, which is ok, since it gets initalized before
the jump into the "rejected" path. However, the compiler still
throws a warning. This commit fixes the problem by preinitalizing
the reject_cause to GMM_CAUSE_PROTO_ERR_UNSPEC

Change-Id: I84cffb631e4cad3d4748512b47e3876208f53727
2017-01-27 22:18:06 +00:00
..
gprs gprs: Fix compiler warning about uninitalized cause code 2017-01-27 22:18:06 +00:00
ipaccess build: remove obsolete $LIBCRYPT in two places 2016-12-21 10:26:15 +00:00
libbsc Implement VTY configuration to control Early Classmark Sending 2017-01-26 15:24:07 +01:00
libcommon cosmetic: use osmo_strlcpy() everywhere 2017-01-23 11:59:01 +00:00
libcommon-cs various comment / whitespace tweaks (libmsc, gprs, libcommon-cs) 2017-01-26 03:19:35 +01:00
libfilter Consistenly format variables in */Makefile.am files 2016-09-15 15:55:02 +02:00
libiu use new OSMO_VALUE_STRING 2016-12-21 14:02:07 +00:00
libmgcp mgcp_protocol: Ensure we don't call strtok_r with NULL data 2016-12-09 15:35:31 +00:00
libmsc various comment / whitespace tweaks (libmsc, gprs, libcommon-cs) 2017-01-26 03:19:35 +01:00
libtrau cosmetic: use osmo_strlcpy() everywhere 2017-01-23 11:59:01 +00:00
osmo-bsc Fix some typos in stdout output 2016-12-20 17:39:55 +01:00
osmo-bsc_mgcp msgb talloc ctx: initialize in all main() scopes 2016-10-13 13:14:41 +00:00
osmo-bsc_nat CTRL: remove boilerplate 2017-01-25 11:52:45 +00:00
osmo-nitb fix 'osmo-nitb --version' segfault 2016-12-31 18:25:36 +01:00
utils cosmetic: use osmo_strlcpy() everywhere 2017-01-23 11:59:01 +00:00
Makefile.am Add empty libcommon-cs 2016-11-24 16:58:30 +01:00