osmo-gbproxy/src
Daniel Willmann 28ec0e33fc gbproxy_peer: Free all related BVCs if the cell is freed
Previously the SGSN BVCs would still be present after the related Cell
was freed. This caused some inconsistencies if a BVC with the same BVCI
was established again. The symptoms of this were cells that were attached
to no SGSN or the same one multiple times and crashes.

This patch ensures that the SGSN-side BVCs are also freed when the cell
is freed and that this fact is reflected when handling reset
notifications.

Change-Id: Iedeede8917e2870e0b62a2050ccb331109167017
2021-12-06 16:55:47 +01:00
..
Makefile.am Move vty node into gbproxy_vty.c 2021-02-12 16:26:22 +01:00
debug.h Remove unused log categories 2021-02-12 15:47:22 +01:00
gb_proxy.c gbproxy_peer: Free all related BVCs if the cell is freed 2021-12-06 16:55:47 +01:00
gb_proxy_ctrl.c gbproxy_ctrl: Ignore SIG-BVCI in ctrl commands 2021-07-19 16:10:36 +02:00
gb_proxy_main.c gbproxy_main: Process options after all initialization is done 2021-04-22 13:40:13 +02:00
gb_proxy_peer.c gbproxy_peer: Free all related BVCs if the cell is freed 2021-12-06 16:55:47 +01:00
gb_proxy_vty.c gbproxy_vty: Remove redundant command "show gbproxy links" 2021-06-16 14:55:25 +02:00