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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via fa76f07e56f6f8cbb0f4932394745ff39fa0cfff (commit)
via cb410c1f956abd27aaccb838b7d6193e5ee474d1 (commit)
via 847621dd39bac99e9956b5b5454a7badfe03370b (commit)
from 560f0c54613419869f368c9c380ac73d31289e31 (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/op25/commit/?id=fa76f07e56f6f8cbb0f4932394745ff39fa…
commit fa76f07e56f6f8cbb0f4932394745ff39fa0cfff
Author: Max <ikj1234i(a)yahoo.com>
Date: Sun Feb 26 17:18:22 2017 -0500
ysf tx initial checkin
http://cgit.osmocom.org/op25/commit/?id=cb410c1f956abd27aaccb838b7d6193e5ee…
commit cb410c1f956abd27aaccb838b7d6193e5ee474d1
Author: Max <ikj1234i(a)yahoo.com>
Date: Sun Feb 26 17:17:26 2017 -0500
ysf patch
http://cgit.osmocom.org/op25/commit/?id=847621dd39bac99e9956b5b5454a7badfe0…
commit 847621dd39bac99e9956b5b5454a7badfe03370b
Author: Max <ikj1234i(a)yahoo.com>
Date: Sun Feb 26 17:15:56 2017 -0500
cleanup
-----------------------------------------------------------------------
Summary of changes:
.../op25_repeater/{dmr_bs_tx_bb.h => ysf_tx_sb.h} | 18 +-
op25/gr-op25_repeater/lib/CMakeLists.txt | 1 +
op25/gr-op25_repeater/lib/ambe_encoder.cc | 66 ++-
op25/gr-op25_repeater/lib/ambe_encoder.h | 2 +
op25/gr-op25_repeater/lib/dmr_bs_tx_bb_impl.h | 9 -
op25/gr-op25_repeater/lib/ysf_const.h | 300 ++++++++++++++
op25/gr-op25_repeater/lib/ysf_tx_sb_impl.cc | 452 +++++++++++++++++++++
.../{ambe_encoder_sb_impl.h => ysf_tx_sb_impl.h} | 53 +--
op25/gr-op25_repeater/swig/op25_repeater_swig.i | 4 +
9 files changed, 862 insertions(+), 43 deletions(-)
copy op25/gr-op25_repeater/include/op25_repeater/{dmr_bs_tx_bb.h => ysf_tx_sb.h} (78%)
create mode 100644 op25/gr-op25_repeater/lib/ysf_const.h
create mode 100644 op25/gr-op25_repeater/lib/ysf_tx_sb_impl.cc
copy op25/gr-op25_repeater/lib/{ambe_encoder_sb_impl.h => ysf_tx_sb_impl.h} (60%)
hooks/post-receive
--
Software-defined analyzer for APCO P25
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, stumpf/virt-phy has been updated
via 3c270ce25b6ad5434ca37402fc46308230de4c06 (commit)
from 2bddabe45a4c29f1aacd7d03ef0a2ff8aebe1546 (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/osmo-bts/commit/?id=3c270ce25b6ad5434ca37402fc46308…
commit 3c270ce25b6ad5434ca37402fc46308230de4c06
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sun Feb 26 14:36:58 2017 +0100
VIRT-PHY: Using IANA-registered port 4729 for GSMTAP for virt um.
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-virtual/example_configs/osmobts-virtual-log-disabled.cfg | 4 ++--
src/osmo-bts-virtual/example_configs/osmobts-virtual.cfg | 4 ++--
src/osmo-bts-virtual/include/virtphy/virtual_um.h | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 Open Source GSM Base Band stack".
The branch, stumpf/virt-phy has been updated
via eb6a9c6b884cbd6b7788b0c20bcdebc012405311 (commit)
via 6fdce28ce344ce0d606619879ce281e03bbeff39 (commit)
from 673872646c38b8ace6535dfb61c111ba9fc301c2 (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/osmocom-bb/commit/?id=eb6a9c6b884cbd6b7788b0c20bcde…
commit eb6a9c6b884cbd6b7788b0c20bcdebc012405311
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sun Feb 26 14:43:01 2017 +0100
VIRT-PHY: Data and traffic req from l23 now use scheduler.
Msgs are not put on virt um directly in the handler like before, but are
scheduled. FN they are scheduled with not yet properly calculated.
Also, code was extracted from lactl_sap.c into own files.
http://cgit.osmocom.org/osmocom-bb/commit/?id=6fdce28ce344ce0d606619879ce28…
commit 6fdce28ce344ce0d606619879ce281e03bbeff39
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sun Feb 26 14:37:45 2017 +0100
VIRT-PHY: Using IANA-registered port 4729 for GSMTAP for virt um.
-----------------------------------------------------------------------
Summary of changes:
src/host/virt_phy/include/virtphy/l1ctl_sap.h | 2 +
src/host/virt_phy/include/virtphy/virtual_um.h | 4 +-
src/host/virt_phy/src/Makefile.am | 2 +-
src/host/virt_phy/src/gsmtapl1_if.c | 5 ++
src/host/virt_phy/src/l1ctl_sap.c | 66 +----------------
src/host/virt_phy/src/l1ctl_sock.c | 2 +-
src/host/virt_phy/src/virt_prim_data.c | 98 ++++++++++++++++++++++++++
src/host/virt_phy/src/virt_prim_traffic.c | 92 ++++++++++++++++++++++++
src/host/virt_phy/src/virtphy.c | 2 +-
9 files changed, 204 insertions(+), 69 deletions(-)
create mode 100644 src/host/virt_phy/src/virt_prim_data.c
create mode 100644 src/host/virt_phy/src/virt_prim_traffic.c
hooks/post-receive
--
The Open Source GSM Base Band stack
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, master has been updated
via 44468ad531b7baa1c5692d224b2f11695af47970 (commit)
from 577a1256525a2177f6dee10857b245c09d1e9d82 (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=44468ad531b7baa1c5692d224b2f1169…
commit 44468ad531b7baa1c5692d224b2f11695af47970
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 24 17:54:22 2017 +0100
smpp_test_runner.py: fix socket leak
Each running test would open up another socket without ever closing unused
ones. Close the sockets after each test is done.
Change-Id: I0a42caab3bb8c9c9d04b033e4de9efe0ca8fd2af
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/smpp_test_runner.py | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 577a1256525a2177f6dee10857b245c09d1e9d82 (commit)
via 8b24e9f2035c36abe1310a3b5bbe212b10fe4d08 (commit)
from c634063ea37875f38a31c5ff643a5fed43d7cafa (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=577a1256525a2177f6dee10857b245c0…
commit 577a1256525a2177f6dee10857b245c09d1e9d82
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 24 19:58:13 2017 +0100
python tests: remove process 'Launch' message, now at osmoutil
Change-Id: Id8eb70ddfdc1d0d9f90aa5343a4ea522042c34ee
http://cgit.osmocom.org/openbsc/commit/?id=8b24e9f2035c36abe1310a3b5bbe212b…
commit 8b24e9f2035c36abe1310a3b5bbe212b10fe4d08
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 24 20:01:00 2017 +0100
vty_rest_runner.py: remove debug monitoring for TCP sockets
Change-Id: I7361bb0ce5302d00ccb18dc04eeb75ee1f6844a8
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/ctrl_test_runner.py | 1 -
openbsc/tests/smpp_test_runner.py | 1 -
openbsc/tests/vty_test_runner.py | 23 -----------------------
3 files changed, 25 deletions(-)
hooks/post-receive
--
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, stumpf/virt-phy has been updated
via 2bddabe45a4c29f1aacd7d03ef0a2ff8aebe1546 (commit)
via f512d5badc6f162de46e36174dcfc865896a0f12 (commit)
from 72c7700900b78cdf576ab3394261db7813292489 (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/osmo-bts/commit/?id=2bddabe45a4c29f1aacd7d03ef0a2ff…
commit 2bddabe45a4c29f1aacd7d03ef0a2ff8aebe1546
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sat Feb 25 17:18:04 2017 +0100
VIRT-PHY: Fixed timeslot in gsmtap-msg on downlink which was always 0.
Timeslot is not encoded in the chan_nr accessible in the channel
description but was taken from there and so it was always 0.
http://cgit.osmocom.org/osmo-bts/commit/?id=f512d5badc6f162de46e36174dcfc86…
commit f512d5badc6f162de46e36174dcfc865896a0f12
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Feb 13 13:39:13 2017 +0100
VIRT-PHY: Uplink flag and arfcn check for incoming messages.
All incoming messages with an arfcn unequal that of the bts are ignored.
All incoming messages in which the uplink flag in the arfcn is unset are
ignored.
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-virtual/l1_if.c | 13 +++++++++++++
src/osmo-bts-virtual/scheduler_virtbts.c | 2 ++
2 files changed, 15 insertions(+)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 Open Source GSM Base Band stack".
The branch, stumpf/virt-phy has been updated
via 673872646c38b8ace6535dfb61c111ba9fc301c2 (commit)
via 08c28c226bc5b42702d3f8360512cb8327a1bc4f (commit)
from 2f59101184173ae033e11bb2fe1963612b87720a (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/osmocom-bb/commit/?id=673872646c38b8ace6535dfb61c11…
commit 673872646c38b8ace6535dfb61c111ba9fc301c2
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sat Feb 25 16:17:12 2017 +0100
VIRT-PHY: Uplink scheduler implementation.
Implemented simple scheduler depending on frame number in downlink. It
will be executed each time we receive a msg on downlink and send out all
scheduled uplink msgs with a sched_fn smaller than the one of this
received downlink msg.
Further refactored l1ctl_sap by extracting rach and fbsb logic and
putting it to own files virt_prim_fbsb.c and virt_prim_rach.c
Added simple states to the ms layer 1 model, indicating if the ms is
currently searching for bts, syncing to or camping on a bts. Downlink
will be handled differently dependent of the state.
http://cgit.osmocom.org/osmocom-bb/commit/?id=08c28c226bc5b42702d3f8360512c…
commit 08c28c226bc5b42702d3f8360512cb8327a1bc4f
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Mon Feb 13 13:42:43 2017 +0100
VIRT-PHY: Uplink flag and arfcn check.
Incoming messages with the uplinks flag set in the arfcn or another
arfcn than the cell's we are camping on are ignored.
-----------------------------------------------------------------------
Summary of changes:
src/host/virt_phy/Makefile.am | 4 +-
src/host/virt_phy/include/virtphy/gsmtapl1_if.h | 5 +-
src/host/virt_phy/include/virtphy/l1ctl_sap.h | 2 +
src/host/virt_phy/include/virtphy/virt_l1_model.h | 19 ++-
src/host/virt_phy/include/virtphy/virt_l1_sched.h | 32 +++++
src/host/virt_phy/src/Makefile.am | 7 +-
src/host/virt_phy/src/gsmtapl1_if.c | 127 ++++++++++-------
src/host/virt_phy/src/l1ctl_sap.c | 159 +++-------------------
src/host/virt_phy/src/virt_l1_sched_simple.c | 135 ++++++++++++++++++
src/host/virt_phy/src/virt_prim_fbsb.c | 113 +++++++++++++++
src/host/virt_phy/src/virt_prim_rach.c | 140 +++++++++++++++++++
src/host/virt_phy/src/virtphy.c | 2 +
12 files changed, 548 insertions(+), 197 deletions(-)
create mode 100644 src/host/virt_phy/include/virtphy/virt_l1_sched.h
create mode 100644 src/host/virt_phy/src/virt_l1_sched_simple.c
create mode 100644 src/host/virt_phy/src/virt_prim_fbsb.c
create mode 100644 src/host/virt_phy/src/virt_prim_rach.c
hooks/post-receive
--
The Open Source GSM Base Band stack
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, master has been updated
via c634063ea37875f38a31c5ff643a5fed43d7cafa (commit)
from 0e5d807297f4fd1222fafece864519c70f7965a3 (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=c634063ea37875f38a31c5ff643a5fed…
commit c634063ea37875f38a31c5ff643a5fed43d7cafa
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jun 10 18:55:28 2015 -0400
utils: 'meas_json' utility to convert measurement feed into a JSON feed.
Change-Id: I56631969384da245eed8ffc14845c76a5d4de8d4
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/utils/Makefile.am | 17 ++++
openbsc/src/utils/meas_json.c | 189 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 206 insertions(+)
create mode 100644 openbsc/src/utils/meas_json.c
hooks/post-receive
--
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 0e5d807297f4fd1222fafece864519c70f7965a3 (commit)
from a369e24cb9a583ef9906a8ef9125f6ca8c6f80bf (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=0e5d807297f4fd1222fafece864519c7…
commit 0e5d807297f4fd1222fafece864519c70f7965a3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jan 10 00:49:56 2017 +0100
add struct gprs_subscr, separating gprs from gsm_subscriber
Prepare for replacing gsm_subscriber with vlr_subscriber. vlr_subscriber will
not make sense to be used in gprs, so have a dedicated GPRS subscriber struct.
(Could change if the gprs code were to use libvlr; is currently independent).
Related: OS#1592
Change-Id: Ia8b391ee009c8545763cba04505be3947835120e
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 1 +
openbsc/include/openbsc/gprs_sgsn.h | 19 ++--
openbsc/include/openbsc/gprs_subscriber.h | 31 ++++++
openbsc/include/openbsc/gsm_data.h | 2 +
openbsc/include/openbsc/gsm_subscriber.h | 1 -
openbsc/src/gprs/gprs_gmm.c | 1 +
openbsc/src/gprs/gprs_sgsn.c | 6 +-
openbsc/src/gprs/gprs_subscriber.c | 159 +++++++++++++++++++++---------
openbsc/src/gprs/sgsn_auth.c | 8 +-
openbsc/src/gprs/sgsn_libgtp.c | 2 +-
openbsc/src/gprs/sgsn_vty.c | 89 +++++++++--------
openbsc/tests/sgsn/sgsn_test.c | 93 +++++++++--------
openbsc/tests/sgsn/sgsn_test.ok | 8 ++
13 files changed, 269 insertions(+), 151 deletions(-)
create mode 100644 openbsc/include/openbsc/gprs_subscriber.h
hooks/post-receive
--
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via a369e24cb9a583ef9906a8ef9125f6ca8c6f80bf (commit)
via a42855f09fc74bdc801fdd7adfef27e2cdf3f371 (commit)
via 9762b4c5794edba56b2976fcae5097e514a4b080 (commit)
via fe291de36b8cf80818dc97b4ad4d790fc01e96ec (commit)
from d2b3399c047c601f6c08ae33368f2020dfb9f935 (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=a369e24cb9a583ef9906a8ef9125f6ca…
commit a369e24cb9a583ef9906a8ef9125f6ca8c6f80bf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 23 21:57:23 2017 +0100
cosmetic: rename struct osmo_msc_data to bsc_msc_data
With the OsmoMSC program coming up, the name osmo_msc_data becomes even
more confusing than it already is. Clearly indicate it as libbsc's data of
a remote MSC by prefixing with bsc_.
Also, the Osmocom community has in the meantime agreed to have the osmo_
prefix only in libosmocore, to avoid naming conflicts in case things are
moved there. So while renaming anyway, also drop the osmo_ prefix.
Change-Id: I0dfbcb7d1a579211180f71319982820d8700afab
http://cgit.osmocom.org/openbsc/commit/?id=a42855f09fc74bdc801fdd7adfef27e2…
commit a42855f09fc74bdc801fdd7adfef27e2cdf3f371
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 23 21:49:55 2017 +0100
cosmetic: rename osmo_msc_data.h to bsc_msc_data.h
With the OsmoMSC program coming up, the name osmo_msc_data becomes even
more confusing than it already is. Clearly indicate it as libbsc's data of
a remote MSC by prefixing with bsc_.
Also, the Osmocom community has in the meantime agreed to have the osmo_
prefix only in libosmocore, to avoid naming conflicts in case things are
moved there. So while renaming anyway, also drop the osmo_ prefix.
Change-Id: I13554563ce9289de126ba0d4cf329bafcda35607
http://cgit.osmocom.org/openbsc/commit/?id=9762b4c5794edba56b2976fcae5097e5…
commit 9762b4c5794edba56b2976fcae5097e514a4b080
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 23 21:41:20 2017 +0100
cosmetic: clarify BSC's remote MSC data vs. OsmoMSC
Change-Id: I74dd2b3f935d39b8caa718e2c8a51cc81bddf1b9
http://cgit.osmocom.org/openbsc/commit/?id=fe291de36b8cf80818dc97b4ad4d790f…
commit fe291de36b8cf80818dc97b4ad4d790fc01e96ec
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Feb 23 21:06:12 2017 +0100
cosmetic: gsm_data.h, README: rename CSCN to MSC
We're discarding the name OsmoCSCN for the benefit of OsmoMSC. But "CSCN" has
already crept into the master branch in two places; apply the rename.
See OS#1958
Change-Id: Ib4274eb3c172ada1fe7f05746740b456370bc93d
-----------------------------------------------------------------------
Summary of changes:
openbsc/README | 2 +-
openbsc/include/openbsc/Makefile.am | 2 +-
.../openbsc/{osmo_msc_data.h => bsc_msc_data.h} | 14 +++--
openbsc/include/openbsc/gsm_data.h | 2 +-
openbsc/include/openbsc/osmo_bsc.h | 10 ++--
openbsc/include/openbsc/osmo_bsc_grace.h | 4 +-
openbsc/include/openbsc/signal.h | 4 +-
openbsc/src/libbsc/bsc_ctrl_commands.c | 2 +-
openbsc/src/libbsc/bsc_rf_ctrl.c | 2 +-
openbsc/src/libbsc/bsc_vty.c | 2 +-
openbsc/src/libbsc/net_init.c | 2 +-
openbsc/src/libcommon/gsm_data.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_api.c | 24 ++++----
openbsc/src/osmo-bsc/osmo_bsc_audio.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 12 ++--
openbsc/src/osmo-bsc/osmo_bsc_ctrl.c | 10 ++--
openbsc/src/osmo-bsc/osmo_bsc_filter.c | 10 ++--
openbsc/src/osmo-bsc/osmo_bsc_grace.c | 8 +--
openbsc/src/osmo-bsc/osmo_bsc_main.c | 6 +-
openbsc/src/osmo-bsc/osmo_bsc_msc.c | 56 ++++++++---------
openbsc/src/osmo-bsc/osmo_bsc_sccp.c | 6 +-
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 70 +++++++++++-----------
openbsc/src/osmo-nitb/bsc_hack.c | 2 +-
openbsc/tests/bsc/bsc_test.c | 6 +-
24 files changed, 133 insertions(+), 127 deletions(-)
rename openbsc/include/openbsc/{osmo_msc_data.h => bsc_msc_data.h} (89%)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)