daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gbproxy/+/27610 )
Change subject: gbproxy: Ensure PtP-BVCs are reset when we reset the SGSN SIG-BVC ......................................................................
gbproxy: Ensure PtP-BVCs are reset when we reset the SGSN SIG-BVC
Related: SYS#5908 Depends-on: If240dd13f0f674693018c93390386b2c8afb97af (libosmocore.git) Change-Id: I6560d8ce1ee6a0d7d42d625b76f6dd637dedb6c0 --- M TODO-RELEASE M src/gb_proxy.c 2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gbproxy refs/changes/10/27610/1
diff --git a/TODO-RELEASE b/TODO-RELEASE index 1c5d61f..f17d4ce 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1 +1,2 @@ #component what description / commit summary line +configure.ac libosmocore depend on next released libosmocore after 1.6.0 with (struct bssgp_bvc_fsm_ops)->reset_ack_notification diff --git a/src/gb_proxy.c b/src/gb_proxy.c index 298e132..b4a53bc 100644 --- a/src/gb_proxy.c +++ b/src/gb_proxy.c @@ -848,6 +848,7 @@
const struct bssgp_bvc_fsm_ops sgsn_sig_bvc_fsm_ops = { .reset_notification = sgsn_sig_bvc_reset_notif, + .reset_ack_notification = sgsn_sig_bvc_reset_notif, };
/***********************************************************************