osmo-msc/openbsc/src/gprs
Holger Hans Peter Freyther faf1f64a2d gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged information
GSM 04.64 8.4.2 asks to ignore UI frames if the DLCI is not known,
or if the "(V(UR)- 32) <= N(U) < V(UR)". E.g. if we want to have
V(UR) == 511 and this frame is dropped, we would ignore N(U)'s
0 to 510. Calculate the delta.

The code is based on Jonathan Santos's "LLC UI window" fix but the
issue was discovered independly.
2012-01-06 18:52:05 +01:00
..
.gitignore update gitignore 2011-01-14 14:38:42 +01:00
Makefile.am misc: Linking fixes for Ubuntu 11.10 Compiler 2011-10-16 17:08:51 +02:00
crc24.c misc: Remove sys/types.h includes from the files 2011-04-18 17:31:39 +02:00
gb_proxy.c misc: Remove sys/types.h includes from the files 2011-04-18 17:31:39 +02:00
gb_proxy_main.c src: port openBSC over libosmo-abis 2011-08-19 22:38:35 +02:00
gb_proxy_vty.c gb_proxy: Make sure each parameter has some sort of documentation 2011-11-06 21:41:51 +01:00
gprs_gmm.c GPRS GMM: When we receive a RA UPD REQ, we are NORMAL even after SUSPEND 2011-10-16 21:35:21 +02:00
gprs_llc.c gprs: Honor GSM 04.64 8.4.2 Receipt of unacknowledged information 2012-01-06 18:52:05 +01: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 src: use new library libosmogsm and new path to headers in libosmocore 2011-03-23 18:17:56 +01:00
gprs_sndcp.c gprs: Fix compiler warnings in the code 2011-10-14 23:37:27 +02: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_gbproxy.cfg [GPRS] NS: VTY: Move all local ip/port bind values into 'ns' node 2010-05-19 15:09:09 +02: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_libgtp: remove bogus unreached second return statement 2011-07-16 13:47:37 +02:00
sgsn_main.c gprs: Fix compiler warnings in the code 2011-10-14 23:37:27 +02:00
sgsn_vty.c sgsn: Make sure each parameter has some sort of documentation 2011-11-06 21:41:51 +01:00