libosmocore/src/gb
Jacob Erlbeck b43baf20c5 gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsg
Currently sending SUSPEND/RESUME messages to this function (like it
is done in the osmo-sgsn) results in STATUS messages complaining
about an unknown BVCI. The reason is, that these messages rely on a
TLLI/RAI pair to identify the context and do not contain an explicit
BVCI.

This patch modifies bssgp_rcvmsg() to only complain about and unknown
BVCI if one is given but a matching context is not found (except for
RESET messages). The ctx argument is removed from the functions
handling SUSPEND and RESUME since it will always be NULL then.

Sponsored-by: On-Waves ehf
2014-10-23 18:53:02 +02:00
..
Makefile.am build: remove unused all_includes and use AM_CPPFLAGS 2014-10-03 08:48:31 +02:00
common_vty.c libosmogb: move files to proper location and fix build 2012-06-17 23:05:26 +08:00
common_vty.h libosmogb: move files to proper location and fix build 2012-06-17 23:05:26 +08:00
gprs_bssgp.c gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsg 2014-10-23 18:53:02 +02:00
gprs_bssgp_bss.c Doc: Adding new parameter descriptions in gprs_bssgp_bss.c 2012-09-30 16:59:33 +02:00
gprs_bssgp_util.c gprs: Set bssgph field in bssgp_msgb_alloc() 2014-09-23 16:30:49 +02:00
gprs_bssgp_vty.c BSSGP: print per-bvc flow control parameters on vty 2012-09-07 12:13:09 +02:00
gprs_ns.c gprs-ns: Fix reset state handling 2014-10-09 07:52:43 +02:00
gprs_ns_frgre.c Fix build on Cygwin 2013-01-12 15:10:58 +01:00
gprs_ns_vty.c gb/vty: Fix the VTY node string for L_NS_NODE 2013-10-24 10:01:18 +02:00
libosmogb.map gb: Add functions to access the LL part of the NS-VC objects 2013-10-15 09:48:41 +02:00