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 "SCCP Library".
The branch, master has been updated
via 56384469e99fd46be02be178e9ad2ffbfb1f32e2 (commit)
from 18db4ad72df0700882b13ea9486cbe3c3dce9f3f (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/libosmo-sccp/commit/?id=56384469e99fd46be02be178e9a…
commit 56384469e99fd46be02be178e9ad2ffbfb1f32e2
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Aug 23 03:14:37 2017 +0200
osmo_ss7_vty: fix 'as' / 'routing-key' command
The VTY definition for this command is flawed and breaks osmo-msc VTY tests.
The small problem is a stray '}' in the definition, the bigger problem is that
square brackets indicating optional arguments must not enclose more than one
argument.
Split up the command in several separate definitions with si arg, with ssn arg,
with both, and with neither.
If si and/or ssn are not passed, set them to zero.
See https://lists.osmocom.org/pipermail/openbsc/2017-August/011026.html
"optional vty items are stricter than expected"
Change-Id: Idc68bfae5457960a9eae5d9648586d6ce719ad68
-----------------------------------------------------------------------
Summary of changes:
src/osmo_ss7_vty.c | 89 +++++++++++++++++++++++++++++++++++-------------------
1 file changed, 58 insertions(+), 31 deletions(-)
hooks/post-receive
--
SCCP Library
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/aoip has been updated
discards 3f07badd3d118b6895af1509dba1a08afc9ac452 (commit)
discards 9163225f879604e84d1577da26bc314eba0dcc14 (commit)
discards 14c95ef4f6b0696ae66206c1f521251e3617e6b4 (commit)
discards f638596f54dc4499b6de7d4e8acb9df9eb6a3583 (commit)
via 386e83938fe716d679a3b302fdbc5e600df56706 (commit)
via 070b2c66510eb2079c56a8f4a13130f494fd44be (commit)
via 3f08ccfe79edfa75c6e0f7eb2068b6cc5014808a (commit)
via 304bdb0c2e0f0919f248785eea7c3ab2cd4ba775 (commit)
via 2d8683e6385d349e23d08e7e09fcb6099ca68f87 (commit)
via 9d14724b2024f48914205f272a02fd6cfddee522 (commit)
via e29e9035b5b2ecb5bb7c2d05becd2311853b1100 (commit)
via 514aae7dbaf95c8122420886ac6c2d3e66962cb2 (commit)
via 30865f583beace8fec3c1fe0adc50fe583c39ee0 (commit)
via 400ae8088643b32caeba05a51bc95ccb80f13f89 (commit)
via a277769b657ad2065f8625626e0f81842f7e91b3 (commit)
via 4e73ea88cd463246f8ee95ba5b9e31bdd693d804 (commit)
via 2ba2b7dd068ae208f60e010aacb05372ca25cbb2 (commit)
via f4d0911666067a7d84da73e6defd749d71142651 (commit)
via 4cca03749c415f4c484e53bffb88d230dc878050 (commit)
via e94d11925152eee995a89d5c5b03a4470693e8e6 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (3f07badd3d118b6895af1509dba1a08afc9ac452)
\
N -- N -- N (386e83938fe716d679a3b302fdbc5e600df56706)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=386e83938fe716d679a3b302fdbc5e60…
commit 386e83938fe716d679a3b302fdbc5e600df56706
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Aug 17 10:32:29 2017 +0200
fixup for: fix handover (signalling only) and add VTX command to trigger
http://cgit.osmocom.org/openbsc/commit/?id=070b2c66510eb2079c56a8f4a13130f4…
commit 070b2c66510eb2079c56a8f4a13130f494fd44be
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Aug 16 16:48:07 2017 +0200
osmo-bsc: fix handover (signalling only) and add VTX command to trigger
Add VTY commands to trigger a handover of an lchan/subscriber
connection.
Fix assertion problem / crash
http://cgit.osmocom.org/openbsc/commit/?id=3f08ccfe79edfa75c6e0f7eb2068b6cc…
commit 3f08ccfe79edfa75c6e0f7eb2068b6cc5014808a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Aug 11 11:08:05 2017 +0200
osmo-msc: cleanup ss7_setup()
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/bsc_msc_data.h | 2 +
openbsc/include/openbsc/gsm_data.h | 2 +-
openbsc/src/libbsc/bsc_vty.c | 81 +++++++++++++++
openbsc/src/libbsc/handover_logic.c | 3 +-
openbsc/src/libmsc/a_iface.c | 29 ++++--
openbsc/src/libmsc/a_iface_bssap.c | 21 +++-
openbsc/src/osmo-bsc/osmo_bsc_audio.c | 8 +-
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 7 +-
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 176 ++++++++++++++++++++++++--------
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 17 +--
openbsc/src/osmo-msc/msc_main.c | 109 ++++++++++++--------
openbsc/tests/msc_vlr/msc_vlr_tests.c | 4 +-
12 files changed, 345 insertions(+), 114 deletions(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The annotated tag, fairwaves/0.15.1-fw.8 has been created
at 6fbf77bf427d064bbf74fc439ca15da77b8de051 (tag)
tagging 2b23b83def1cd91b2cdb968f25b11fed8e2067ed (commit)
replaces fairwaves/0.15.1-fw.7
tagged by Ivan Kluchnikov
on Wed Aug 23 18:35:07 2017 +0300
- Log -----------------------------------------------------------------
Fairwaves 0.15.1-fw.8 version.
Ivan Kluchnikov (6):
handover_logic: set correct link to bts for subscriber_connection in case of moving this connection to another bts
handover_decision: Fix condition for power budget handover attempt
handover_decision: Add more log messages to get more information about HO causes in logs
transaction: Add new function trans_find_by_lchan
handover: Implement proper handover procedure handling at any stage of the call
debian: Update changelog to 0.15.1-fw.8
-----------------------------------------------------------------------
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, fairwaves/master-rebase has been updated
via 2b23b83def1cd91b2cdb968f25b11fed8e2067ed (commit)
from 9507a7a1ea627e07370c9d264816bb190b3b91b8 (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=2b23b83def1cd91b2cdb968f25b11fed…
commit 2b23b83def1cd91b2cdb968f25b11fed8e2067ed
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Aug 23 18:33:13 2017 +0300
debian: Update changelog to 0.15.1-fw.8
Change-Id: Ia6e53901efb6de4b60ff09ef2499594dc611bf1d
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, fairwaves/master-rebase has been updated
via 9507a7a1ea627e07370c9d264816bb190b3b91b8 (commit)
from 8623c372ccd739b073c405bf475be3c3f0aab5e3 (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=9507a7a1ea627e07370c9d264816bb19…
commit 9507a7a1ea627e07370c9d264816bb190b3b91b8
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Aug 23 18:09:50 2017 +0300
handover: Implement proper handover procedure handling at any stage of the call
Enhancements for each stage of handover procedure should be implemented in order to support handover at any stage of the call.
For these purposes new in_handover state and ho_queue for call control messages was introduced for gsm_subscriber_connection.
Stage 1: HO-Command is sent to MS
gsm_subscriber_connection state should be changed to in_handover=1.
In this state all transmission of signalling layer messages (except RR messages needed for handover procedure)
should be suspended until resuming is indicated.
All call control messages for connection received from network side should be buffered in ho_queue.
All call control messages for connection received from MS side should be ignored.
Channel mode modification procedures should be also suspended.
Stage 2: HO-Detect is received from MS
Audio path should be switched on network side.
Stage 3-1: HO-Complete is received from MS
Resumption procedure after successful handover should be performed:
- gsm_subscriber_connection state should be changed to normal (in_handover=0).
- all buffered call control messages (ho_queue) should be sent to MS on new lchan.
- suspended channel mode modification procedures should be performed on new lchan.
Stage 3-2: HO-Fail is received from MS
Resumption procedure after failed handover should be performed:
- gsm_subscriber_connection state should be changed to normal (in_handover=0).
- all buffered call control messages (ho_queue) should be sent to MS on old lchan.
- suspended channel mode modification procedures should be performed on old lchan.
Stage 3-3: T3103 expired: Handover has failed without HO-Complete or HO-Fail
Resumption procedure should not be performed in case of T3103 expired:
- gsm_subscriber_connection state should be changed to normal (in_handover=0).
- all buffered call control messages (ho_queue) should be cleaned without sending them to MS.
- suspended channel mode modification procedures should not be performed.
Change-Id: Icb9b5c35ef0c894af2ea762e539f1a9216447fb7
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/bsc_api.h | 1 +
openbsc/include/openbsc/gsm_data.h | 2 +
openbsc/src/libbsc/bsc_api.c | 19 +++
openbsc/src/libbsc/handover_logic.c | 35 +++---
openbsc/src/libmsc/gsm_04_08.c | 224 ++++++++++++++++++++++++++----------
5 files changed, 199 insertions(+), 82 deletions(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, fairwaves/master-rebase has been updated
via 8623c372ccd739b073c405bf475be3c3f0aab5e3 (commit)
via ee594b10352dee30458d48fdc6d661a9b9576f76 (commit)
via 688915abc7d64bf8e0ce25db96ccf14f98e917f9 (commit)
from 4cd60620fc46a386637ec24c502224e4221b3dd8 (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=8623c372ccd739b073c405bf475be3c3…
commit 8623c372ccd739b073c405bf475be3c3f0aab5e3
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Aug 23 17:53:37 2017 +0300
transaction: Add new function trans_find_by_lchan
Function returns transaction for given lchan.
In case of active call hold procedure it could be two transactions in a list with links to the same lchan:
* transaction for call on hold
* transaction for active call.
In this case function ignores transaction which was put on hold and returns active call transaction.
Change-Id: I41171d4e61abfa5f2b01d6fbf4a0ac98073d97a9
http://cgit.osmocom.org/openbsc/commit/?id=ee594b10352dee30458d48fdc6d661a9…
commit ee594b10352dee30458d48fdc6d661a9b9576f76
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Aug 23 17:51:22 2017 +0300
handover_decision: Add more log messages to get more information about HO causes in logs
Change-Id: Ib0a0787ac8b877ac63455d72886389b546e7a337
http://cgit.osmocom.org/openbsc/commit/?id=688915abc7d64bf8e0ce25db96ccf14f…
commit 688915abc7d64bf8e0ce25db96ccf14f98e917f9
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Wed Aug 23 17:39:36 2017 +0300
handover_decision: Fix condition for power budget handover attempt
Handover attempt for power budget case should be performed every N SACCH frames,
where N = Power Budget Interval.
First measurement report with mr->nr = 0 was used for the first handover attempt
in this case, which is not correct, because first usable report should have
mr->nr = net->handover.pwr_interval-1.
Moreover using the first measurement report with mr->nr = 0 for handover attempt
could lead to unnecessary handover, because usually av_rxlev for first measurement report
from MS is worse than for following reports.
Change-Id: If7f54a4cb179eaa9e5eb147b9477633ac618e69e
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/transaction.h | 1 +
openbsc/src/libbsc/handover_decision.c | 24 ++++++++++++++++++------
openbsc/src/libmsc/transaction.c | 26 ++++++++++++++++++++++++++
3 files changed, 45 insertions(+), 6 deletions(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, pmaier/aoip3 has been updated
via b64cdb2aca08d29ca45966006befd0507d063018 (commit)
from ed29a134b3bff8adfe117df1744307154a7ab131 (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=b64cdb2aca08d29ca45966006befd050…
commit b64cdb2aca08d29ca45966006befd0507d063018
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Aug 23 10:34:42 2017 +0200
osmo-msc: #if BUILD_IU for ss7_setup()
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-msc/msc_main.c | 22 ++++++++++++++++------
1 file changed, 16 insertions(+), 6 deletions(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, aoip has been updated
via 304bdb0c2e0f0919f248785eea7c3ab2cd4ba775 (commit)
via 2d8683e6385d349e23d08e7e09fcb6099ca68f87 (commit)
via 9d14724b2024f48914205f272a02fd6cfddee522 (commit)
via e29e9035b5b2ecb5bb7c2d05becd2311853b1100 (commit)
via 514aae7dbaf95c8122420886ac6c2d3e66962cb2 (commit)
via 30865f583beace8fec3c1fe0adc50fe583c39ee0 (commit)
via 400ae8088643b32caeba05a51bc95ccb80f13f89 (commit)
from a277769b657ad2065f8625626e0f81842f7e91b3 (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=304bdb0c2e0f0919f248785eea7c3ab2…
commit 304bdb0c2e0f0919f248785eea7c3ab2cd4ba775
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Aug 16 11:49:54 2017 +0200
fix typo
http://cgit.osmocom.org/openbsc/commit/?id=2d8683e6385d349e23d08e7e09fcb609…
commit 2d8683e6385d349e23d08e7e09fcb6099ca68f87
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Aug 16 11:13:51 2017 +0200
fixup: fix possible null pointer deref
Check for nullpointer - just to be sure, there was no crash at
this point.
http://cgit.osmocom.org/openbsc/commit/?id=9d14724b2024f48914205f272a02fd6c…
commit 9d14724b2024f48914205f272a02fd6cfddee522
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Aug 16 11:10:31 2017 +0200
cosmetic: fix ugly variable naming
http://cgit.osmocom.org/openbsc/commit/?id=e29e9035b5b2ecb5bb7c2d05becd2311…
commit e29e9035b5b2ecb5bb7c2d05becd2311853b1100
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Aug 15 11:01:18 2017 +0200
osmo-bsc: fix (null) string in VTY config
When writing the config file the options bsc-addr, and msc-addr,
a (null) string is written to the config file, which prevents
the config file from reading it back.
memorize the string names given to bsc-addr and msc-addr and
write them back, also check if the strings are NULL in case
the user did not set any names.
http://cgit.osmocom.org/openbsc/commit/?id=514aae7dbaf95c8122420886ac6c2d3e…
commit 514aae7dbaf95c8122420886ac6c2d3e66962cb2
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Aug 11 15:51:07 2017 +0200
osmo-bsc: pointcodes in human readable form
use osmo_sccp_addr_name() instead of osmo_sccp_addr_dump()
http://cgit.osmocom.org/openbsc/commit/?id=30865f583beace8fec3c1fe0adc50fe5…
commit 30865f583beace8fec3c1fe0adc50fe583c39ee0
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Aug 11 16:25:42 2017 +0200
osmo-msc: point codes in human readable form
use osmo_sccp_addr_name() instead of osmo_sccp_addr_dump()
http://cgit.osmocom.org/openbsc/commit/?id=400ae8088643b32caeba05a51bc95ccb…
commit 400ae8088643b32caeba05a51bc95ccb80f13f89
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Aug 11 13:59:29 2017 +0200
osmo-bsc: cleanup osmo_bsc_sigtran_init()
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/bsc_msc_data.h | 2 +
openbsc/include/openbsc/gsm_data.h | 2 +-
openbsc/src/libmsc/a_iface.c | 29 +++--
openbsc/src/libmsc/a_iface_bssap.c | 21 +++-
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 7 +-
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 180 ++++++++++++++++++++++----------
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 17 +--
7 files changed, 178 insertions(+), 80 deletions(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 8c80095017f693a9e96b9118e33786f8887ffe0c (commit)
from d49a6aa136efcb9106abfa432e148e643db7ac1e (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/Sockets.cpp | 14 +++++++-------
CommonLibs/Sockets.h | 8 ++++----
CommonLibs/SocketsTest.cpp | 4 ++--
Transceiver52M/Transceiver.cpp | 11 ++++++-----
Transceiver52M/Transceiver.h | 7 +++++--
Transceiver52M/osmo-trx.cpp | 24 ++++++++++++++++--------
6 files changed, 40 insertions(+), 28 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, aoip has been updated
discards 3f07badd3d118b6895af1509dba1a08afc9ac452 (commit)
discards 9163225f879604e84d1577da26bc314eba0dcc14 (commit)
discards 14c95ef4f6b0696ae66206c1f521251e3617e6b4 (commit)
discards f638596f54dc4499b6de7d4e8acb9df9eb6a3583 (commit)
via a277769b657ad2065f8625626e0f81842f7e91b3 (commit)
via 4e73ea88cd463246f8ee95ba5b9e31bdd693d804 (commit)
via 2ba2b7dd068ae208f60e010aacb05372ca25cbb2 (commit)
via f4d0911666067a7d84da73e6defd749d71142651 (commit)
via 4cca03749c415f4c484e53bffb88d230dc878050 (commit)
via e94d11925152eee995a89d5c5b03a4470693e8e6 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (3f07badd3d118b6895af1509dba1a08afc9ac452)
\
N -- N -- N (a277769b657ad2065f8625626e0f81842f7e91b3)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=a277769b657ad2065f8625626e0f8184…
commit a277769b657ad2065f8625626e0f81842f7e91b3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Aug 22 18:53:40 2017 +0200
fix msc_vlr tests after libosmocore uses localtime for SMS
libosmocore change-id I4efdb1eaae43aced33961b64d4f14b0040321c10 changes the
gsm340_gen_scts() from gmtime to localtime, meaning that by feeding a mere zero
as timestamp, we get different results depending on the local machine's
timezone setting. Instead of calling gsm340_gen_scts() with zero, simply write
a bunch of bytes as time so that the tests get identical SMS bytes every time.
Change-Id: I8a980535ac3e538676ad23d2eccc368bb8b57759
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 64 ++++++++++++++++++++++-----------
openbsc/tests/msc_vlr/msc_vlr_tests.c | 4 +--
2 files changed, 46 insertions(+), 22 deletions(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)