This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, laforge/gprs-suspend has been created
at b900a4c412318cdd3447840884d5f9403a9e4575 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=b900a4c412318cdd3447840884d5f940…
commit b900a4c412318cdd3447840884d5f9403a9e4575
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Jul 11 09:50:29 2017 +0200
pcu_sock: Forward incoming RR GPRS SUSPEND REQ to PCU socket
s specified in 3GPP TS 03.60 Section 16.2.1 and 44.018 Section 3.4.15,
a Class B MS is sending a "RR GPRS SUSPEND REQ" via a DCCH to the BTS if
it wants to suspend GPRS services. The BSS is now responsible to
somehow forward this to the SGSN. As the Gs interface between BSC and
SGSN is both optional and doesn't have any provision to forward this
message, we have to send it over to the PCU so it can use regular BSSGP
signaling to inform the SGSN of the SUSPEND REQUEST.
This patch requires libosmocore Change-Id
I90113044460a6c511ced14f588876c4280d1cac7 for the related definition of
struct gsm48_gprs_susp_req.
This patch follows the same logic of whatwas introdiced in osmo-bts as
Change-Id I3c1af662c8f0d3d22da200638480f6ef05c3ed1f.
Change-Id: I05ac5de16c9d5122c179b3f9b273a0c9c7661e29
Closes: OS#2249
http://cgit.osmocom.org/openbsc/commit/?id=63c780c51e13394756338394bee3852d…
commit 63c780c51e13394756338394bee3852dbc2c33ed
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Jul 11 09:32:45 2017 +0200
update pcuif_proto with TXT_IND and SUSP_REQ definitions from osmo-bts.git
Change-Id: I25335a90bfb33953242a09e2af550edf2a799721
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)