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, fairwaves/sup-ussd has been updated
via ea0fc34f8d9d7e5e236ad4266ef3ef06e7979ee3 (commit)
via 63f1c568b451028fa7ab1af816e91b676820d52a (commit)
via 2b02d4f9807bb0597e12321c1bdc1300c9a3ef98 (commit)
via ea23fcbff77c3781c826d9911d20add47c274515 (commit)
via e6e9f0d18e94af75562e6645e281245388816c74 (commit)
via 3f81324f7b8a64fb241e48a1d86d0efec8abc6d4 (commit)
via 5efc93f5251f8bb3fe05ae7e09115cd950cc2b71 (commit)
via bfcabfdf6f2224118d572f6225c0bc51f00d1752 (commit)
via ceff7aebcfd462d7ec55af197e9d20180ed1c0d9 (commit)
from 8670d23649d7827d28074b12506b516c1a87290b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=ea0fc34f8d9d7e5e236ad4266ef3ef06…
commit ea0fc34f8d9d7e5e236ad4266ef3ef06e7979ee3
Author: Sergey Kostanbaev <sergey.kostanbaev(a)gmail.com>
Date: Tue Oct 27 17:32:30 2015 +0300
ussd_proxy: handle multiple USSD sessions
http://cgit.osmocom.org/openbsc/commit/?id=63f1c568b451028fa7ab1af816e91b67…
commit 63f1c568b451028fa7ab1af816e91b676820d52a
Author: Sergey Kostanbaev <sergey.kostanbaev(a)gmail.com>
Date: Tue Oct 27 16:22:17 2015 +0300
ussd_proxy: handle session timeout
http://cgit.osmocom.org/openbsc/commit/?id=2b02d4f9807bb0597e12321c1bdc1300…
commit 2b02d4f9807bb0597e12321c1bdc1300c9a3ef98
Author: Sergey Kostanbaev <sergey.kostanbaev(a)gmail.com>
Date: Tue Oct 27 14:39:59 2015 +0300
ussd_proxy: handle error callback
http://cgit.osmocom.org/openbsc/commit/?id=ea23fcbff77c3781c826d9911d20add4…
commit ea23fcbff77c3781c826d9911d20add47c274515
Author: Sergey Kostanbaev <sergey.kostanbaev(a)gmail.com>
Date: Mon Oct 26 20:47:49 2015 +0300
ussd_proxy: handle USSD dialogs into sip INFO messages
http://cgit.osmocom.org/openbsc/commit/?id=e6e9f0d18e94af75562e6645e2812453…
commit e6e9f0d18e94af75562e6645e281245388816c74
Author: Sergey Kostanbaev <sergey.kostanbaev(a)gmail.com>
Date: Mon Oct 26 14:25:09 2015 +0300
ussd_proxy: handle basic errors to release channel
http://cgit.osmocom.org/openbsc/commit/?id=3f81324f7b8a64fb241e48a1d86d0efe…
commit 3f81324f7b8a64fb241e48a1d86d0efec8abc6d4
Author: Sergey Kostanbaev <sergey.kostanbaev(a)gmail.com>
Date: Mon Oct 26 13:35:48 2015 +0300
ussd_proxy: properly set To and From SIP headers
http://cgit.osmocom.org/openbsc/commit/?id=5efc93f5251f8bb3fe05ae7e09115cd9…
commit 5efc93f5251f8bb3fe05ae7e09115cd950cc2b71
Author: Sergey Kostanbaev <sergey.kostanbaev(a)gmail.com>
Date: Mon Oct 26 11:21:19 2015 +0300
Add forgotten Makefile
http://cgit.osmocom.org/openbsc/commit/?id=bfcabfdf6f2224118d572f6225c0bc51…
commit bfcabfdf6f2224118d572f6225c0bc51f00d1752
Author: Sergey Kostanbaev <sergey.kostanbaev(a)gmail.com>
Date: Sun Oct 25 02:35:18 2015 +0300
add standalone ussd_proxy utility based on sip sofia
http://cgit.osmocom.org/openbsc/commit/?id=ceff7aebcfd462d7ec55af197e9d2018…
commit ceff7aebcfd462d7ec55af197e9d20180ed1c0d9
Author: Kirill Zakharenko <earwin(a)gmail.com>
Date: Sat Oct 24 18:27:20 2015 +0300
debian: added libosip2 to build dependencies
-----------------------------------------------------------------------
Summary of changes:
debian/control | 3 +-
openbsc/src/reg-proxy/Makefile.am | 14 +-
openbsc/src/reg-proxy/test_sip.py | 90 ++-
openbsc/src/reg-proxy/ussd_proxy.c | 1346 ++++++++++++++++++++++++++++++++++++
4 files changed, 1425 insertions(+), 28 deletions(-)
create mode 100644 openbsc/src/reg-proxy/ussd_proxy.c
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)