osmo-msc/openbsc/src/gprs
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
..
.gitignore update gitignore 2011-01-14 14:38:42 +01:00
Makefile.am move grps_gsup_client.c to libcommon/gsup_client.c 2016-12-13 14:54:02 +00:00
crc24.c misc: Remove sys/types.h includes from the files 2011-04-18 17:31:39 +02:00
gb_proxy.c gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_info 2016-11-15 22:32:02 +00:00
gb_proxy_main.c msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx 2016-10-13 13:14:41 +00:00
gb_proxy_patch.c move gsm_04_08_gprs.h to libosmocore 2016-04-29 13:10:37 +02:00
gb_proxy_peer.c move gsm_04_08_gprs.h to libosmocore 2016-04-29 13:10:37 +02:00
gb_proxy_tlli.c gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_info 2016-11-15 22:32:02 +00:00
gb_proxy_vty.c gbproxy: Add quirk commands to allow upgrade from pre-release 2015-09-24 10:28:43 +02:00
gprs_gb_parse.c Improve GPRS logging 2016-12-21 10:27:24 +00:00
gprs_gmm.c gprs: Fix compiler warning about uninitalized cause code 2017-01-27 22:18:06 +00:00
gprs_llc.c cosmetic: Rename phone to ms 2016-12-23 11:19:15 +01:00
gprs_llc_parse.c Improve GPRS logging 2016-12-21 10:27:24 +00:00
gprs_llc_vty.c Improve GPRS logging 2016-12-21 10:27:24 +00:00
gprs_llc_xid.c Improve GPRS logging 2016-12-21 10:27:24 +00:00
gprs_sgsn.c Improve GPRS logging 2016-12-21 10:27:24 +00:00
gprs_sndcp.c various comment / whitespace tweaks (libmsc, gprs, libcommon-cs) 2017-01-26 03:19:35 +01:00
gprs_sndcp_comp.c compression: Fix nullpointer deref 2017-01-25 19:44:54 +00:00
gprs_sndcp_dcomp.c sndcp: fixup for coverity scan defect CID 149097 2016-11-27 18:27:57 +00:00
gprs_sndcp_pcomp.c sndcp: fixup for coverity scan defect CID 149097 2016-11-27 18:27:57 +00:00
gprs_sndcp_vty.c Moving grs_sndcp.h header file to include 2016-08-27 04:45:55 +00:00
gprs_sndcp_xid.c sndcp: Allow empty SNDCP-XID indications 2016-12-23 11:19:15 +01:00
gprs_subscriber.c cosmetic: use osmo_strlcpy() everywhere 2017-01-23 11:59:01 +00:00
gprs_utils.c move osmo_shift_* / osmo_match_shift_* to libosmogsm 2016-04-29 13:10:37 +02:00
gtphub.c various comment / whitespace tweaks (libmsc, gprs, libcommon-cs) 2017-01-26 03:19:35 +01:00
gtphub_ares.c cosmetic: use osmo_strlcpy() everywhere 2017-01-23 11:59:01 +00:00
gtphub_main.c msgb talloc ctx: initialize in all main() scopes 2016-10-13 13:14:41 +00:00
gtphub_sock.c gtphub: log: limit length of hex dumps. 2015-12-08 12:21:15 +01:00
gtphub_vty.c gtphub VTY: add newlines to some VTY docs' final lines 2015-12-14 16:11:47 +01:00
osmo_sgsn.cfg [GPRS] SGSN: specify the local bind address in the config file 2010-06-02 23:18:40 +02:00
sgsn_ares.c sgsn: Check the return value of osmo_fd_register 2015-06-02 09:46:11 +02:00
sgsn_auth.c cosmetic: use osmo_strlcpy() everywhere 2017-01-23 11:59:01 +00:00
sgsn_cdr.c prepare sgsn_mm_ctx for Gb and Iu mode (UMTS) 2016-06-01 12:09:36 +00:00
sgsn_ctrl.c enable ctrl bind config for various programs 2016-02-25 12:18:04 +01:00
sgsn_libgtp.c SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTP 2016-11-09 15:42:39 +00:00
sgsn_main.c msgb ctx: use new msgb_talloc_ctx_init(), don't access talloc_msgb_ctx 2016-10-13 13:14:41 +00:00
sgsn_vty.c sgsn: Add GTP information to "show pdp-context" 2017-01-26 15:24:07 +01:00
slhc.c RFC1144: integration and unit-test 2016-09-24 03:17:58 +00:00
v42bis.c V.42bis: integration and unit test 2016-09-24 03:17:59 +00:00