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 "UNNAMED PROJECT".
The branch, master has been updated
via 9b0a51fb8761f448d6ab604eb7f39bf197c5b59d (commit)
via 119bed52fa77294ad810dc9cc29dcdb933b89c3f (commit)
via abd4b7d7057bf4f33e9720c12853348562720c38 (commit)
via 4e64b8821d73b29edab2e0a945ba3c05587cfd3a (commit)
via 8e9f30f3e12b59d2a432bd0306f08a9825d42f5e (commit)
via e34932099218d7b8c4e00629242551edced2e2fb (commit)
via cb320b8ddf91037872b0fe47a2b8f8d5ac26da4f (commit)
via ac0b59d93a11687060f4a2328961d6d5bff3426a (commit)
via 2bdab3d2911badc892f62bb34c83c20e4eb79b85 (commit)
from f6ab3d8e9cc90a5bc028334ca96001a612a3e001 (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/python/osmo-python-tests/commit/?id=9b0a51fb8761f44…
commit 9b0a51fb8761f448d6ab604eb7f39bf197c5b59d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 02:38:42 2017 +0100
osmoutil: end_proc: wait for term in a loop
Recent commit b59b677c9b13483aac72b15f4f797863d841d958 called proc.terminate()
instead of killing right away, with a .1 second sleep. Reduce this sleep to
a minuscule first wait_time, remaining tolerant for processes that take longer.
Actually all of our current processes are very fast to terminate. This patch
was created while looking for a different problem, now that it's there we might
as well keep it.
Change-Id: I98849e4550116c5666fdf6f5d4cbb576ffa3e14a
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=119bed52fa77294…
commit 119bed52fa77294ad810dc9cc29dcdb933b89c3f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Feb 28 02:44:25 2017 +0100
osmoutil: add pick_test() to pick unittest tests by name
Change-Id: I92f90c334169f31920c63dd5c5ac8dac215065e6
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=abd4b7d7057bf4f…
commit abd4b7d7057bf4f33e9720c12853348562720c38
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:03:44 2017 +0100
speed up python tests more than 10 fold by sleeping less
The VTYInteract tests gave a constant sleep(1) grace period for the process to
startup. This caused the test to take minutes for no reason at all.
Add code to VTYInteract._connect_socket() to try and connect right away,
retrying up to three seconds in .1 second intervals. This flies through most
tests without any sleep() at all.
When TCP socket debugging is switched on, also print how many connection tries
it took to connect the VTY socket.
Note that the openbsc python tests also add some sleep()s that also need to be
removed to benefit from this.
Change-Id: Icc337f52a93d5fe31fc4ff235ccaf4e0fe75fa39
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=4e64b8821d73b29…
commit 4e64b8821d73b29edab2e0a945ba3c05587cfd3a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:31:02 2017 +0100
cosmetic: put socket connection code in separate function
Prepare for upcoming patch that adds connection retries to speed up tests.
Change-Id: I2dddf8794b4241898373178c8a1aa2e98b01095c
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=8e9f30f3e12b59d…
commit 8e9f30f3e12b59d2a432bd0306f08a9825d42f5e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:17:22 2017 +0100
tcp_debug: don't abort when socket can't be removed
It appears that during some error conditions, the socket will not be in the tcp
socket debug tracking list, and on top of an exception this barfs as well.
Let's not care about the tcp debug list and avoid confusing error messages.
Change-Id: I8daa317fed8fc7e720dccb70fd5f7fc74fde423f
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=e34932099218d7b…
commit e34932099218d7b8c4e00629242551edced2e2fb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:12:14 2017 +0100
cosmetic: early exit instead of if-cascade
It appears that during some error conditions, the socket will not be in the tcp
socket debug tracking list, and on top of an exception this barfs as well.
Let's not care about the tcp debug list and avoid confusing error messages.
Change-Id: Ib7b0e45fa1f5551da2fc81b71dcc227eee533f44
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=cb320b8ddf91037…
commit cb320b8ddf91037872b0fe47a2b8f8d5ac26da4f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:11:13 2017 +0100
debug_tcp_sockets: clearly mark as global var
Change-Id: I56e26590ea380c7deab7ce132d688b37eb2d11a3
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=ac0b59d93a11687…
commit ac0b59d93a11687060f4a2328961d6d5bff3426a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 01:02:45 2017 +0100
debug: also output nr of open file descriptors for 'tcp debug'
Change-Id: I8a583df549f3e2b79068fd8cd32b75473539410d
http://cgit.osmocom.org/python/osmo-python-tests/commit/?id=2bdab3d2911badc…
commit 2bdab3d2911badc892f62bb34c83c20e4eb79b85
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Feb 27 00:58:19 2017 +0100
tcp debugging: allow switching on TCP debug by env var
Print monitoring info about TCP sockets when the env var
OSMOPY_DEBUG_TCP_SOCKETS is present and not "0".
Makes it easy to enable it on jenkins without blowing up output of normal runs
"at home".
Change-Id: I46212d07a2c1be05672a37766457e6c98b68f90d
-----------------------------------------------------------------------
Summary of changes:
osmopy/obscvty.py | 68 +++++++++++++++++++++++++++++++++++-------------
osmopy/osmodumpdoc.py | 1 -
osmopy/osmotestconfig.py | 1 -
osmopy/osmotestvty.py | 1 -
osmopy/osmoutil.py | 46 ++++++++++++++++++++++++++++----
5 files changed, 91 insertions(+), 26 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 89ef1f32976b47e053b45674d766232ec5d2e236 (commit)
via eb522cf5e5dcb2795667734433837314842b6103 (commit)
from 8242b8e0fc7909a13f199e6897429f06a2db201a (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=89ef1f32976b47e053b45674d766232ec5d…
commit 89ef1f32976b47e053b45674d766232ec5d2e236
Author: Max <ikj1234i(a)yahoo.com>
Date: Mon Mar 6 09:17:50 2017 -0500
initial dstar checkin
http://cgit.osmocom.org/op25/commit/?id=eb522cf5e5dcb2795667734433837314842…
commit eb522cf5e5dcb2795667734433837314842b6103
Author: Max <ikj1234i(a)yahoo.com>
Date: Mon Mar 6 09:17:16 2017 -0500
initial dstar checkin
-----------------------------------------------------------------------
Summary of changes:
.../op25_repeater/{ysf_tx_sb.h => dstar_tx_sb.h} | 16 +-
op25/gr-op25_repeater/lib/CMakeLists.txt | 1 +
op25/gr-op25_repeater/lib/ambe.c | 94 ++-
op25/gr-op25_repeater/lib/ambe.h | 1 +
op25/gr-op25_repeater/lib/ambe3600x2400_const.h | 884 +++++++++++++++++++++
op25/gr-op25_repeater/lib/ambe_encoder.cc | 153 +++-
op25/gr-op25_repeater/lib/ambe_encoder.h | 2 +
op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc | 162 ++++
.../{dmr_bs_tx_bb_impl.h => dstar_tx_sb_impl.h} | 33 +-
op25/gr-op25_repeater/lib/p25p2_vf.cc | 156 ++++
op25/gr-op25_repeater/lib/p25p2_vf.h | 1 +
op25/gr-op25_repeater/swig/op25_repeater_swig.i | 4 +
12 files changed, 1423 insertions(+), 84 deletions(-)
copy op25/gr-op25_repeater/include/op25_repeater/{ysf_tx_sb.h => dstar_tx_sb.h} (79%)
create mode 100644 op25/gr-op25_repeater/lib/ambe3600x2400_const.h
create mode 100644 op25/gr-op25_repeater/lib/dstar_tx_sb_impl.cc
copy op25/gr-op25_repeater/lib/{dmr_bs_tx_bb_impl.h => dstar_tx_sb_impl.h} (68%)
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 "Python scripting interface to the OsmoNITB MNCC interface".
The branch, master has been updated
via 08207d9e6fcc9b5e48f1b4dd6a2e99df69264cb2 (commit)
from 19f678d2592680a08b38fd537a93ea133c7155cd (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/mncc-python/commit/?id=08207d9e6fcc9b5e48f1b4dd6a2e…
commit 08207d9e6fcc9b5e48f1b4dd6a2e99df69264cb2
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Mar 5 17:39:18 2017 +0100
mncc_sock.py: Fix typo and say connecting
We don't have a connection yet, so let's say this meant connecting.
Change-Id: Iba0423add3ae4d6920fed74800b0c2b298dda501
-----------------------------------------------------------------------
Summary of changes:
mncc_sock.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Python scripting interface to the OsmoNITB MNCC interface
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 "UNNAMED PROJECT".
The branch, master has been updated
via adc6648841d50f459fe2ef5b044146838a7a3b21 (commit)
via d4bebbd8554ff221453fade22371646f941184f0 (commit)
from 4436dececdd2180c7148be113f0841d0a4bcb5fb (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-hlr/commit/?id=adc6648841d50f459fe2ef5b0441468…
commit adc6648841d50f459fe2ef5b044146838a7a3b21
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Feb 20 11:23:20 2017 +0100
Make subscr parameter to db_subscr_get() optional
This allows to check for subscriber's presence in DB without the need to
bother with unused structure allocation.
While at it also call to db_remove_reset() and return explicitly instead
of using goto to make it a bit easier to follow the code.
Change-Id: I83b0f4a5dacb97614721690ef55bc1311624a58e
http://cgit.osmocom.org/osmo-hlr/commit/?id=d4bebbd8554ff221453fade22371646…
commit d4bebbd8554ff221453fade22371646f941184f0
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Mar 2 12:00:19 2017 +0100
Add global HLR struct
Introduce g_hlr of type 'struct hlr' which holds pointers to all
globally accessible variables.
Change-Id: I275d3d54482f696e3378606b2406c7e0ad939e0f
Related: OS#1645
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 1 +
src/db_hlr.c | 14 +++++++++-----
src/db_test.c | 23 +++++++++++++----------
src/hlr.c | 31 +++++++++++++++++--------------
src/{hlr_vty.h => hlr.h} | 18 +++++++++++-------
5 files changed, 51 insertions(+), 36 deletions(-)
copy src/{hlr_vty.h => hlr.h} (70%)
hooks/post-receive
--
UNNAMED PROJECT
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 0b61932e7f1efd8d6f914da48d9304ff31c9d6d1 (commit)
from 6ee49d8416ffba435ad7cc9fe5c685ec538c5571 (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=0b61932e7f1efd8d6f914da48d9304ff…
commit 0b61932e7f1efd8d6f914da48d9304ff31c9d6d1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Feb 28 02:37:39 2017 +0100
vty tests: close msc socket after nat_msc_test
Change-Id: Ib64cf8690627803e1b4a8497ea63f1e766960478
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/vty_test_runner.py | 50 ++++++++++++++++++++++------------------
1 file changed, 27 insertions(+), 23 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 6ee49d8416ffba435ad7cc9fe5c685ec538c5571 (commit)
from 3f8a8f7736c6a6ef41c0a1572488acbafdbc35e2 (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=6ee49d8416ffba435ad7cc9fe5c685ec…
commit 6ee49d8416ffba435ad7cc9fe5c685ec538c5571
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Feb 28 16:53:07 2017 +0100
sgsn: fix problem with leading-zero-IMSIs
When the IMSI ACL is maintained via the VTY, users may enter IMSIs
without leading zeros. Especially in test environments, where
MCC=001 and MNC=01 is common, it is likely that someone enters the
corresponding IMSI (001010000000001) without the two zeros at the
beginning.
This patch fixes the problem by sanitizing the IMSI, eventually
missing zeros in the beginning will be automatically added.
Change-Id: I56ba0da61978bbdce71d0e320166c52b20b42517
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/sgsn_vty.c | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 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 "UNNAMED PROJECT".
The branch, master has been updated
via 1275a3f91a744e011b0dba82b09124d249c7abb5 (commit)
from a01e2ee177d42bdbeaea00f28bcdd65bc27f96e2 (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-pcu/commit/?id=1275a3f91a744e011b0dba82b09124d…
commit 1275a3f91a744e011b0dba82b09124d249c7abb5
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Feb 21 19:35:23 2017 +0100
BTS: Convert relative frame numbers to absolute frame numbers
The implementation of the method rcv_rach() in class BTS, restores
the absolute frame number of the incoming RACH-Request by using
the relative frame number (RFn = Fn mod 42432) from the rach
request and the already known internal absolute frame number
m_cur_fn, which is continusly updated by the CCU interface.
In some rare cases, a RACH request might be received by the BTS,
a very short time before the frame number wraps in its 42432.
Depending on the PCU location, RACH request might be received
by the BSC, which forwards it to the PCU. It is then likely
that, while the RACH request is being forwarded to the PCU, the
PCU internal absolute frame number wraps before the RACH
can be processed. The relative frame number from the rach
request would then be interpreted as if it were received after
the wrapping of the internal frame number modulos.
This commit adds logic to detect and resolve this race condition.
Also a unit test is added to check some cornercases.
Change-Id: I74f00c11e5739d49f370ce6c357149e81d9aa759
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 71 ++++++++++++++++-----
src/bts.h | 2 +
tests/Makefile.am | 13 +++-
tests/fn/FnTest.cpp | 175 ++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/fn/FnTest.ok | 50 +++++++++++++++
tests/testsuite.at | 6 ++
6 files changed, 301 insertions(+), 16 deletions(-)
create mode 100644 tests/fn/FnTest.cpp
create mode 100644 tests/fn/FnTest.ok
hooks/post-receive
--
UNNAMED PROJECT
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 3f8a8f7736c6a6ef41c0a1572488acbafdbc35e2 (commit)
from 0436e42472a48a91cc6f743b3bca3f09a2ffd490 (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=3f8a8f7736c6a6ef41c0a1572488acba…
commit 3f8a8f7736c6a6ef41c0a1572488acbafdbc35e2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Feb 28 02:43:29 2017 +0100
vty tests: allow picking specific tests to run by name
Depends: osmo-python-tests change-id I92f90c334169f31920c63dd5c5ac8dac215065e6
Change-Id: I849455e0423e1a63d6890aef7f9c6075ad53a920
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/vty_test_runner.py | 5 +++++
1 file changed, 5 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, neels/vlr has been updated
via 0dc3d4082d6d12857c5abe5f498c1a65a34d4c90 (commit)
via 4b00ca792aab430115311b85a914a73c09534213 (commit)
via f2df53f1ef535d99d2d04cd8d4b1d9b50f5d6ea0 (commit)
from ffe71752448cc48fd27ba68628219dd2eeb78cfa (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=0dc3d4082d6d12857c5abe5f498c1a65…
commit 0dc3d4082d6d12857c5abe5f498c1a65a34d4c90
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Mar 4 03:34:50 2017 +0100
vlr: fix: don't send CM Service Accept after Ciphering Command
Ciphering Mode Command is an implicit CM Service Accept, if we're sending
both we're confusing the MS.
Change-Id: I3a04debe9b01c086e7f44b6139cb8796fcc71d38
Conflicts:
openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.c
openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.err
http://cgit.osmocom.org/openbsc/commit/?id=4b00ca792aab430115311b85a914a73c…
commit 4b00ca792aab430115311b85a914a73c09534213
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Mar 4 21:09:12 2017 +0100
fix: vlr: clear last_tuple when receiving auth tuples
When receiving more than one auth tuple during AUTS resync, the VLR would go on
to send the second tuple instead of the first. The unit test didn't catch that
because its fake HLR message contained only one tuple.
Adjust the test to send two tuples to catch this error.
Fix the code to clear vlr_subscr->last_tuple whenever new auth tuples are
received.
Change-Id: I1f84e7d2619aa8d9a0dcdfb50745feeb040264b9
http://cgit.osmocom.org/openbsc/commit/?id=f2df53f1ef535d99d2d04cd8d4b1d9b5…
commit f2df53f1ef535d99d2d04cd8d4b1d9b50f5d6ea0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Mar 4 03:15:53 2017 +0100
gsup_client: allow passing a unit id to identify with HLR
Before, each GSUP client would contact the HLR with an identical unit id, i.e.
"SGSN-00-00-00-00-00-00", with the result that some messages were sucked off by
the wrong client.
Pass explicit unit name from each gsup client user, so that OsmoMSC is "MSC"
and OsmoSGSN is "SGSN". Hence the HLR can properly route the messages.
Todo: also set some values instead of the zeros.
Change-Id: I3f8d6dd47c7013920e2a4bde006ed77afd974e80
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsup_client.h | 7 +++++--
openbsc/include/openbsc/vlr.h | 5 ++---
openbsc/src/gprs/gprs_subscriber.c | 1 +
openbsc/src/libcommon/gsup_client.c | 16 +++++++++++++---
openbsc/src/libcommon/gsup_test_client.c | 4 ++--
openbsc/src/libmsc/gsm_04_08.c | 2 +-
openbsc/src/libvlr/vlr.c | 10 +++++++---
openbsc/src/libvlr/vlr_access_req_fsm.c | 5 ++++-
openbsc/tests/msc_vlr/msc_vlr_test_gsm_ciph.c | 8 ++++----
openbsc/tests/msc_vlr/msc_vlr_test_gsm_ciph.err | 10 ++++------
openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.c | 12 ++++++++++++
openbsc/tests/msc_vlr/msc_vlr_test_umts_authen.err | 12 ++++++------
openbsc/tests/vlr/vlr_test.c | 2 +-
13 files changed, 62 insertions(+), 32 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 0b22f2dc6a831103055635e92404353d548d7557 (commit)
from c961c340647e34e59d8cdadb6468e6ac0bde8a3d (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=0b22f2dc6a831103055635e92404353…
commit 0b22f2dc6a831103055635e92404353d548d7557
Author: Sebastian Stumpf <sebastian.stumpf87(a)googlemail.com>
Date: Sat Mar 4 15:45:00 2017 +0100
VIRT-PHY: TCH processed as FACCH to enable signaling on TCH.
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-virtual/l1_if.c | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)