osmo-msc/openbsc/src/gprs
Holger Hans Peter Freyther ffd6856249 gbproxy: Address two unaligned memory access warnings
The lines 461 and 303 were producing unaligned memory access as
the BVCI was not aligned properly. Introduce a tlvp_val16_unal to
read 16bit from the data, use memcpy to the stack to make sure
that it is working in the aligned and unaligned case.
2012-09-11 16:23:31 +02:00
..
.gitignore update gitignore 2011-01-14 14:38:42 +01:00
Makefile.am use new external libosmogb (part of libosmocore.git) 2012-06-17 23:34:34 +08:00
crc24.c misc: Remove sys/types.h includes from the files 2011-04-18 17:31:39 +02:00
gb_proxy.c gbproxy: Address two unaligned memory access warnings 2012-09-11 16:23:31 +02:00
gb_proxy_main.c libgb: make sure all BSSGP functions have bssgp_ prefix 2012-06-17 13:05:48 +08:00
gb_proxy_vty.c VTY: improve VTY prompt and make sure exit/end works everywhere 2012-08-17 13:16:10 +02:00
gprs_gmm.c add some comments regarding the free() / release of pdp contextx 2012-07-14 12:17:42 +02:00
gprs_llc.c GPRS LLC: fix segfault when transmitting downlink unit-data without mmctx 2012-07-04 21:53:12 +02:00
gprs_llc_vty.c Fix build of bsc-nat and GPRS code after include path change 2011-03-23 18:33:26 +01:00
gprs_sgsn.c SGSN: Code to help debug / fix sgsn crash in cb_data_ind() 2012-07-14 12:18:28 +02:00
gprs_sndcp.c split libgb into a separate library for outside use 2012-06-16 15:14:00 +08:00
gprs_sndcp.h src: use namespace prefix osmo_timer* for timer functions 2011-05-06 12:11:06 +02:00
gprs_sndcp_vty.c Fix build of bsc-nat and GPRS code after include path change 2011-03-23 18:33:26 +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_libgtp.c SGSN: Code to help debug / fix sgsn crash in cb_data_ind() 2012-07-14 12:18:28 +02:00
sgsn_main.c gb: suspend_ref was changed to a plain uint8_t, update the code 2012-08-03 10:08:32 +02:00
sgsn_vty.c VTY: improve VTY prompt and make sure exit/end works everywhere 2012-08-17 13:16:10 +02:00