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 53f0b4deb6026b0c83a10d6a915a3a0c2e7caaf5 (commit)
from d935d88a8c5dbc3bce5476545a785a7a35cfc2d3 (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=53f0b4deb6026b0c83a10d6a915a3a0…
commit 53f0b4deb6026b0c83a10d6a915a3a0c2e7caaf5
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Jan 26 11:39:16 2017 +0100
cosmetic: Fix log output
In BTS::rcv_rach() the log output is messed up because of a stray
"\n". This commit removes that.
Change-Id: I40d01c71982ad83589f070cf0047a4ae04695411
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 4 +--
tests/tbf/TbfTest.err | 90 +++++++++++++++++----------------------------------
2 files changed, 32 insertions(+), 62 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 "Osmocom code for Iuh interface".
The branch, master has been updated
via ad14ff96c376bdf60f017c067ba090c2908c6fc6 (commit)
from 32b821005e69813cea335f6b88568db6144111b9 (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-iuh/commit/?id=ad14ff96c376bdf60f017c067ba090c…
commit ad14ff96c376bdf60f017c067ba090c2908c6fc6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 23 15:06:40 2017 +0100
cs RAB: add nAS_SynchronisationIndicator
This is mimicking the IEs found in a trace from a production 3G environment. We
have no reason to add this other than knowing that other operators seem to do
this.
This came up while trying to fix voice RAB for the nano3G, but this patch had
no effect on that. Now that it's here, we might as well keep it.
Change-Id: I14c22b0befb308bac2eded662fe13a58c8478743
-----------------------------------------------------------------------
Summary of changes:
src/ranap_msg_factory.c | 10 +++++++++-
src/tests/test-ranap.ok | 20 ++++++++++----------
2 files changed, 19 insertions(+), 11 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh 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 6b883f784835943e1b3dbcf816dd2a949dd6805d (commit)
via 8cde66242a6223d0f84b89ece0ec933d6f0cd8e5 (commit)
via 00c069726ed79a79581f13e6654deabbadcff1d9 (commit)
from 8089d51f7483926cc253b19550e5fed4171d9b9f (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=6b883f784835943e1b3dbcf816dd2a9…
commit 6b883f784835943e1b3dbcf816dd2a949dd6805d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 31 16:40:28 2017 +0100
auth: verify test sets from 3GPP TS 55.205
Put to-text conversion of the 3GPP TS 55.205 PDF's section defining the test
vectors in tests/auc/gen_ts_55_205_test_sets/ts55_205_test_sets.txt and add
python script to generate auc_ts_55_205_test_sets.c from that at build time.
The generated auc_ts_55_205_test_sets.c runs through all 19 test sets,
verifying that our gsm_milenage() matches the reference data.
Change-Id: Idff9d757ab956179aa41ada2a223fd9f439aafbd
http://cgit.osmocom.org/osmo-hlr/commit/?id=8cde66242a6223d0f84b89ece0ec933…
commit 8cde66242a6223d0f84b89ece0ec933d6f0cd8e5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jan 31 02:10:40 2017 +0100
tests: auc_3g_test: implement vector generation test
Change-Id: I291bccd62661ff5790dc43d91dc63a9e4b0e0ff2
http://cgit.osmocom.org/osmo-hlr/commit/?id=00c069726ed79a79581f13e6654deab…
commit 00c069726ed79a79581f13e6654deabbadcff1d9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jan 31 01:19:27 2017 +0100
Add test suite skeleton with empty test (auc_3g_test)
Change-Id: I6359b0809ce8578850fd65887a568714fb35dbd8
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 6 +
Makefile.am | 1 +
configure.ac | 5 +
src/auc.c | 6 +-
tests/Makefile.am | 50 ++
tests/auc/Makefile.am | 55 ++
tests/auc/auc_3g_test.c | 324 +++++++
tests/auc/auc_3g_test.err | 106 +++
tests/auc/auc_3g_test.ok | 2 +
tests/auc/auc_ts_55_205_test_sets.err | 304 +++++++
tests/auc/auc_ts_55_205_test_sets.ok | 2 +
tests/auc/gen_ts_55_205_test_sets/Makefile.am | 6 +
tests/auc/gen_ts_55_205_test_sets/func_template.c | 64 ++
tests/auc/gen_ts_55_205_test_sets/main_template.c | 115 +++
tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py | 99 +++
.../gen_ts_55_205_test_sets/ts55_205_test_sets.txt | 972 +++++++++++++++++++++
tests/testsuite.at | 16 +
17 files changed, 2131 insertions(+), 2 deletions(-)
create mode 100644 tests/Makefile.am
create mode 100644 tests/auc/Makefile.am
create mode 100644 tests/auc/auc_3g_test.c
create mode 100644 tests/auc/auc_3g_test.err
create mode 100644 tests/auc/auc_3g_test.ok
create mode 100644 tests/auc/auc_ts_55_205_test_sets.err
create mode 100644 tests/auc/auc_ts_55_205_test_sets.ok
create mode 100644 tests/auc/gen_ts_55_205_test_sets/Makefile.am
create mode 100644 tests/auc/gen_ts_55_205_test_sets/func_template.c
create mode 100644 tests/auc/gen_ts_55_205_test_sets/main_template.c
create mode 100755 tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py
create mode 100644 tests/auc/gen_ts_55_205_test_sets/ts55_205_test_sets.txt
create mode 100644 tests/testsuite.at
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 "An utility library for Open Source Mobile Communications".
The branch, pmaier/rbs2000 has been updated
discards c4cfa99e6f60013ad52d0899cbee38631349572b (commit)
discards d2f57da8e4991c0e56efc05ae1abb58188ec720a (commit)
discards 9ec008117b5adf59692d6fb632b9ce015ac1c05c (commit)
discards dc706285aea449fc6a1a5bc2a79249ee57ba2c06 (commit)
via f127087625f8ece65b4c2a9d22a895d796303893 (commit)
via 937b0d5a01b070329d5359902bc0a170ab8d6d72 (commit)
via 97264990ea6567340a11fe1c834a199d567c085f (commit)
via 06fdf28f69b13ee166ef43828e6d17ac7f125dbe (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 (c4cfa99e6f60013ad52d0899cbee38631349572b)
\
N -- N -- N (f127087625f8ece65b4c2a9d22a895d796303893)
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/libosmocore/commit/?id=f127087625f8ece65b4c2a9d22a8…
commit f127087625f8ece65b4c2a9d22a895d796303893
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Feb 1 12:00:45 2017 +0100
lapd_core: Fix MDL-ERROR ind after RELEASE ind
in lapd_t200_cb() The RELEASE INDICATION is transmitted before
the MDL ERROR INIDCATION, this prevents the MDL ERROR INDICATION
from being sent because the RELASE INDICATION close to connection
eraly. This commit puts the messages into the correct order.
http://cgit.osmocom.org/libosmocore/commit/?id=937b0d5a01b070329d5359902bc0…
commit 937b0d5a01b070329d5359902bc0a170ab8d6d72
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Dec 8 10:45:06 2016 +0100
lapd_core: fix program flow
when the lapd core is in state LAPD_STATE_SABM_SENT, and the
retransmission counter exceeds (link down) lapd_t200_cb() will
send an RELASE_INDICATION and an MDL_ERROR_INDICATION to L3.
This action is done before the state is processed. This seems
to be no problem with standard retransmission counts (n200),
but may cause timing problems that lead to deadlock states when
custom timer configurations are in use. (Ericsson RBS).
This commit moves the functions calls for sending the indications
mentioned above to the very end of the if branch to relax the
timing again. (See lapd_t200_cb())
http://cgit.osmocom.org/libosmocore/commit/?id=97264990ea6567340a11fe1c834a…
commit 97264990ea6567340a11fe1c834a199d567c085f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Dec 9 14:07:18 2016 +0100
select: add functionality to check socket state
osmo_fd_register() is used to register socket file descriptors,
after registering a socket, there is no way to test if the socket
is still registered or actually registered at all.
This commit adds a new function osmo_fd_register_check() that can
be used to check in advance, if the socket fd is registered,
before performing further operations.
http://cgit.osmocom.org/libosmocore/commit/?id=06fdf28f69b13ee166ef43828e6d…
commit 06fdf28f69b13ee166ef43828e6d17ac7f125dbe
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Dec 8 17:23:26 2016 +0100
lapd_core: Improve debug output
The debug output of lapd core has no references to the dl objects,
since we have multiple links, seeing which action is for which
object is impossible. This commit adds pointer references (dl=%p)
to each log line.
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 A-bis protcol interface library".
The branch, pmaier/siu has been updated
discards 68f9a012fa40c599f425076175bd3941b5057b04 (commit)
discards 99b6a764a85d7cb7707f419228accf5304b2ac72 (commit)
discards 3e1c2e66000eb6643457ae3798c6f217688aaf94 (commit)
discards 5188254b99510ec1bac3d8805ee7efba39476c49 (commit)
discards 5969280e8494d2bb81b65e72ebba6598dc6a6613 (commit)
discards 9e54b3c8d5d5561954e2915afeff2cba0b4b3985 (commit)
discards 10f8de1dc8f57a434d97d6f73ee19cdd45b0980a (commit)
discards 32bef442da47252919c45c81d084b0588f806b89 (commit)
via 97a8c786dabe16c69d393939385173eb005dc226 (commit)
via 2413ab74e2dbb183f94a50637aaecf5c7fce7fd6 (commit)
via 5d780a24588559e6f7d9ef1d438a5d44e1dca4ba (commit)
via 67576744f5a8d410bd20d75f04e1a96d2c16eb49 (commit)
via 2b97c1e7e5c39a6be598db992fa91d49fccb452e (commit)
via 808b9f046a3e0c2fc5b998bb19b6b22970d8b9f6 (commit)
via 53ee47a69792cf7d55e839630d77b243bccefce4 (commit)
via c3e9741a35cd4a16ff77a5f54551ca0e38aaebe9 (commit)
via 254745880bb2ff7f17fe158fb7bfb5e1dc530906 (commit)
via 30ffa7ade5aa55e95cf888bbdd9028f2983d663c (commit)
via c9fa25e8316b8af3e9f11b9e79368092df466972 (commit)
via 4c4a1c2035cd884d300fc0a04cb9995b16eade62 (commit)
via efb43c012ba95fc9373704ade7b583dffb46b621 (commit)
via 5f3871e3626a407c01af42d72a9e8ea010938dc2 (commit)
via bf42e0a91fcf79efa9b68c38568021e4d68c87b2 (commit)
via ac2ad3b437bd20a766daed0cb668e394a0a2bc4e (commit)
via 7c840be4765700e6a6efc54ddbbff4c279f91cca (commit)
via 78d0486ffdbb404c01315f28b24ef0688a57a99b (commit)
via b0a4235805a690ddad47d890e183b29c03322515 (commit)
via 519217f0eafee4fe71c49e5310c6f26621f0a6e1 (commit)
via 14dd30a13e27afcbdc7cce7203d07b50de48fa53 (commit)
via 34260c892390c6831a0a5fb906bc3bffcfd08896 (commit)
via ae3a993bd637b3994db0183abe8cfc6eeb796d51 (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 (68f9a012fa40c599f425076175bd3941b5057b04)
\
N -- N -- N (97a8c786dabe16c69d393939385173eb005dc226)
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/libosmo-abis/commit/?id=97a8c786dabe16c69d393939385…
commit 97a8c786dabe16c69d393939385173eb005dc226
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Feb 1 13:51:03 2017 +0100
lapd: Reduce N200 (SABM retransmission count)
N200 is set to 300, which turned out to be uncomfortably high, the
commit reduces the value to 50
http://cgit.osmocom.org/libosmo-abis/commit/?id=2413ab74e2dbb183f94a50637aa…
commit 2413ab74e2dbb183f94a50637aaecf5c7fce7fd6
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Dec 8 17:17:33 2016 +0100
lapd: Improve log output
Add pointer address output to the sap alloc/free functions in
order to track the objects later in the debug output (we have three
of them)
http://cgit.osmocom.org/libosmo-abis/commit/?id=5d780a24588559e6f7d9ef1d438…
commit 5d780a24588559e6f7d9ef1d438a5d44e1dca4ba
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Dec 5 19:45:37 2016 +0100
unixsocket: make socket connection fault tolerant
When the l2tpd is killed, the unix socket will permanently loose the connection,
even if l2tpd is restarted the connection is still blocked. This commit adds
some fault tolerance mechanisms to automatically reconnect the socket as soon
as it is available again.
http://cgit.osmocom.org/libosmo-abis/commit/?id=67576744f5a8d410bd20d75f04e…
commit 67576744f5a8d410bd20d75f04e1a96d2c16eb49
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Nov 16 14:06:36 2016 +0100
unixsocket: Ensure superchannel is disabled for new connections
When the BSC is shut down or disconnected it may happen that the
SIU stays in superchannel mode, while the BTS is falling back
into its normal communication mode. This causes a permanent
link failure because the SIU is still trying to reconnect on
the superchannel.
This patch ensures that for every new connection the superchannel
is taken down by default. If the connection was still good, SIU
and BTS will switch back to normal mode together. If not. The
SIU will switch back alone while the BTS is already switched
back by itsself.
http://cgit.osmocom.org/libosmo-abis/commit/?id=2b97c1e7e5c39a6be598db992fa…
commit 2b97c1e7e5c39a6be598db992fa91d49fccb452e
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 8 16:58:23 2016 +0100
unixsocket/e1inp_ericsson_set_altc: do more validation checks on *line parameter
Change-Id: Ieb195c41df066c1f3dd999db42075f20a072d652
http://cgit.osmocom.org/libosmo-abis/commit/?id=808b9f046a3e0c2fc5b998bb19b…
commit 808b9f046a3e0c2fc5b998bb19b6b22970d8b9f6
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 8 16:57:44 2016 +0100
unixsocket/e1inp_ericsson_set_altc: increase allocation of msgb
Change-Id: If72a46fb6c70dacc91d17e9652ded804d8f7f292
http://cgit.osmocom.org/libosmo-abis/commit/?id=53ee47a69792cf7d55e839630d7…
commit 53ee47a69792cf7d55e839630d77b243bccefce4
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 8 16:16:15 2016 +0100
add e1inp_ericsson_set_altc() to unixsocket driver
e1inp_ericsson_set_altc() set the a-bis lower traffic channel mode.
timeslot is needed to bootstrap the siu.
superchannel is used for everything else
Change-Id: I3eeac681f238cdbc4bb19e18155f0b0e93aefeb7
http://cgit.osmocom.org/libosmo-abis/commit/?id=c3e9741a35cd4a16ff77a5f5455…
commit c3e9741a35cd4a16ff77a5f54551ca0e38aaebe9
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 1 22:05:13 2016 +0100
add basic unixsocket support
Allow to connect to a unix socket communicating with LAPD.
Missing for merge:
- SOL_PACKET is not portable to *BSD
- unix socket path not configurable
Change-Id: Ia5723b09a5c68a0505829dc732def981e60a907a
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 ++
debian/control | 59 +++++++++++++++++++++++++++++--------
debian/copyright | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++
debian/rules | 7 ++++-
src/e1_input.c | 10 +------
src/input/ipa.c | 6 ++--
src/input/ipaccess.c | 31 +++++++++++++-------
src/input/lapd.c | 2 +-
src/input/misdn.c | 4 +--
src/input/rs232.c | 2 +-
src/subchan_demux.c | 13 +-------
src/trau/osmo_ortp.c | 48 ++++++++++++++++++------------
12 files changed, 196 insertions(+), 72 deletions(-)
create mode 100644 .gitreview
create mode 100644 debian/copyright
hooks/post-receive
--
Osmocom A-bis protcol interface 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 "UNNAMED PROJECT".
The branch, neels/auc_tests has been updated
discards d35d8972fff70ed43a9cb3c3dcba09fd7495f9cf (commit)
discards f2f1dee925784b34cbbc4a21af3fe919d9e384d6 (commit)
discards b2cf3d970b4ecb5788ca320938f37f1a1e583890 (commit)
discards fd4e26e050c2dc2367bef00d1631980da0dd1d0e (commit)
discards c77381bb6d893b65776aa257b3cc3aaa7b034e6d (commit)
discards e0b2c59d5c04f4bf9c69cfe6cb57cd3ab3dbc38d (commit)
discards 45c806e773fac23124ac5ec1670af2976780b399 (commit)
discards 7bae179417bbbaa130eab627772890fad4ce15a1 (commit)
discards fced66cdd32e55c63f0512ea60c1eae8d6179c38 (commit)
via 53c153bdbbb419bb282da0183a1bbfa314473c21 (commit)
via 65cc7b1b142eb2d762cb0ec03134e5fb103b2abb (commit)
via cb4f8989d259adb80c191a04b884da2597d6f1b2 (commit)
via 8089d51f7483926cc253b19550e5fed4171d9b9f (commit)
via d71dbec7b6df3535ee05471fa1986a8eb26463c2 (commit)
via 862f1dc4fd9256f7cd01a32ac70d1ec6737fa816 (commit)
via 24537b95bd4f8bfddeaaa23d75d5ab8a94aa4497 (commit)
via 7685a7875743f6ccc72f814d7c620214703ddeba (commit)
via 7f9491fe5fa8b4e6dba1bf4087c5aede2fd1daf9 (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 (d35d8972fff70ed43a9cb3c3dcba09fd7495f9cf)
\
N -- N -- N (53c153bdbbb419bb282da0183a1bbfa314473c21)
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/osmo-hlr/commit/?id=53c153bdbbb419bb282da0183a1bbfa…
commit 53c153bdbbb419bb282da0183a1bbfa314473c21
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 31 16:40:28 2017 +0100
auth: verify test sets from 3GPP TS 55.205
Put to-text conversion of the 3GPP TS 55.205 PDF's section defining the test
vectors in tests/auc/gen_ts_55_205_test_sets/ts55_205_test_sets.txt and add
python script to generate auc_ts_55_205_test_sets.c from that at build time.
The generated auc_ts_55_205_test_sets.c runs through all 19 test sets,
verifying that our gsm_milenage() matches the reference data.
Change-Id: Idff9d757ab956179aa41ada2a223fd9f439aafbd
http://cgit.osmocom.org/osmo-hlr/commit/?id=65cc7b1b142eb2d762cb0ec03134e5f…
commit 65cc7b1b142eb2d762cb0ec03134e5fb103b2abb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jan 31 02:10:40 2017 +0100
tests: auc_3g_test: implement vector generation test
Change-Id: I291bccd62661ff5790dc43d91dc63a9e4b0e0ff2
http://cgit.osmocom.org/osmo-hlr/commit/?id=cb4f8989d259adb80c191a04b884da2…
commit cb4f8989d259adb80c191a04b884da2597d6f1b2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jan 31 01:19:27 2017 +0100
Add test suite skeleton with empty test (auc_3g_test)
Change-Id: I6359b0809ce8578850fd65887a568714fb35dbd8
-----------------------------------------------------------------------
Summary of changes:
src/hlr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 8089d51f7483926cc253b19550e5fed4171d9b9f (commit)
via d71dbec7b6df3535ee05471fa1986a8eb26463c2 (commit)
via 862f1dc4fd9256f7cd01a32ac70d1ec6737fa816 (commit)
via 24537b95bd4f8bfddeaaa23d75d5ab8a94aa4497 (commit)
via 7685a7875743f6ccc72f814d7c620214703ddeba (commit)
via 7f9491fe5fa8b4e6dba1bf4087c5aede2fd1daf9 (commit)
via ca43e30be3a27d573e24f85452415b0b6bcefa67 (commit)
from 5b581ac6eba4adba0733cf4c20f41f4c7bcc2a3b (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=8089d51f7483926cc253b19550e5fed…
commit 8089d51f7483926cc253b19550e5fed4171d9b9f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 30 13:49:49 2017 +0100
comment: sql: describe auc_2g and auc_3g columns
Change-Id: Ie4edc69ff11a83a4c0f79097f43a2cb206dfe405
http://cgit.osmocom.org/osmo-hlr/commit/?id=d71dbec7b6df3535ee05471fa1986a8…
commit d71dbec7b6df3535ee05471fa1986a8eb26463c2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Feb 1 04:42:27 2017 +0100
sql: auc_3g: set sqn NOT NULL DEFAULT 0
Change-Id: Ibb765f30295b441e563bb0e06ed39987f79a60d6
http://cgit.osmocom.org/osmo-hlr/commit/?id=862f1dc4fd9256f7cd01a32ac70d1ec…
commit 862f1dc4fd9256f7cd01a32ac70d1ec6737fa816
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Feb 1 04:40:13 2017 +0100
cosmetic: sql: indicate VARCHAR size of key columns as 32
Notably this has no functional effect (according to
https://sqlite.org/faq.html#q9 ), but it can't hurt to indicate intent.
Change-Id: I2b0f9369318085c1482c6d2d8db56699466bfbf3
http://cgit.osmocom.org/osmo-hlr/commit/?id=24537b95bd4f8bfddeaaa23d75d5ab8…
commit 24537b95bd4f8bfddeaaa23d75d5ab8a94aa4497
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 30 13:47:22 2017 +0100
sql: fix 3g_auc's column K data type
K is the SIM card's 128bit secret key, so the type should be VARCHAR like the
other key columns. The db code already reads the column as text and parses as
hex, so a VARCHAR column matches that.
Change-Id: Iaa8d33e303760bd15dcb7dc8bb8b9b24bf6c8f14
http://cgit.osmocom.org/osmo-hlr/commit/?id=7685a7875743f6ccc72f814d7c62021…
commit 7685a7875743f6ccc72f814d7c620214703ddeba
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 30 23:30:26 2017 +0100
main: add VTY and '-c config-file' option
Add config file, mainly for logging control.
Open VTY on the OMSO_VTY_PORT_HLR added to libosmocore in
commit 92fa18e6b800a27aa064a5fb8321cddd7383ae20
aka change-id I08cb52d9399a27e6876e45da36f434708c4fddef.
Add hlr_vty.h/c for standard VTY setup.
Add -c option to pass config file.
Add --version option.
Change-Id: Iedb884345a597371a337b0c67eb6013b7d5d1ce1
http://cgit.osmocom.org/osmo-hlr/commit/?id=7f9491fe5fa8b4e6dba1bf4087c5aed…
commit 7f9491fe5fa8b4e6dba1bf4087c5aede2fd1daf9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jan 30 13:30:47 2017 +0100
main: add option parsing with db file and default options
Parse commandline options, supporting general Osmocom options as copied from
osmo-nitb (bsc_hack.c): version, logging and daemonize options.
Set the HLR database file from cmdline option, log the filename in db_open().
(VTY config file in next patch.)
Change-Id: I279d517e1310e398b0a2382349e62be8e65364c1
-----------------------------------------------------------------------
Summary of changes:
sql/hlr.sql | 14 ++--
src/Makefile.am | 2 +
src/db.c | 1 +
src/hlr.c | 140 ++++++++++++++++++++++++++++++++++++--
src/{rand_urandom.c => hlr_vty.c} | 32 +++++----
src/{rand_urandom.c => hlr_vty.h} | 29 +++-----
6 files changed, 174 insertions(+), 44 deletions(-)
copy src/{rand_urandom.c => hlr_vty.c} (59%)
copy src/{rand_urandom.c => hlr_vty.h} (67%)
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 "An utility library for Open Source Mobile Communications".
The branch, pmaier/rbs2000 has been updated
discards bdb7ec8d4c93be5d96f5b97e13f856783b659b5d (commit)
discards 0cb2cd6d8d91cde7203fefe6436f447a4a9b91a8 (commit)
discards 92d3bbb23e1e2904bedb2ffc4deb34e478ddaa1c (commit)
discards 7c36b0a63a454c7a39c7533e23c9aa011eddf471 (commit)
discards 96402001ce3044995ae77e23aab558a593447677 (commit)
discards 68280f29d7ede9e34e0fd5a80f75ff6b29ba5189 (commit)
via c4cfa99e6f60013ad52d0899cbee38631349572b (commit)
via d2f57da8e4991c0e56efc05ae1abb58188ec720a (commit)
via 9ec008117b5adf59692d6fb632b9ce015ac1c05c (commit)
via dc706285aea449fc6a1a5bc2a79249ee57ba2c06 (commit)
via 133aa26d118d381302c074d74defd4cdf4bd1117 (commit)
via 4a7f87cdc848891f7306109a009e51684b6c5c0e (commit)
via 92fa18e6b800a27aa064a5fb8321cddd7383ae20 (commit)
via 48f55833476439fc45fa4eaa4327beccdc92d44b (commit)
via 319f321da54c39b6d17d02e209407f943d43044c (commit)
via 6030ce844e057e3c3aeb7c3ff02cc092a6edb82d (commit)
via abba1537a7c4c12bd695e089cef9d29adb04fed0 (commit)
via 75c0e2f371a9e0e8a3ca90675ec2d9692f9ad7da (commit)
via 44c0f63de64ffeaffff7429f3e5e474fe8dd5343 (commit)
via 505a22fc5102b69cdb7a910fb65da67e41d7f649 (commit)
via b0a4234c49ba6338bc78fe83b7f85af2571b70f6 (commit)
via 0aeda1b17fffa486a57ae84876eb059bb16b9a6e (commit)
via 6e8c172476454789b32356baa15cdc781f67b054 (commit)
via aa1bc012c87041966cfc17b44674e3c7eb3a2250 (commit)
via d8494bc9b7f981fed961252fbe29fced2f94daef (commit)
via 12142950625df5e16be936057be388290c07750f (commit)
via 8928747a3ea1c1d02239b422c0ad25b8e22bcaf2 (commit)
via ace80bb5695e4e7cc61cddcb9190645500a331a7 (commit)
via b41b48e76a0057f9cf7b9c98dea86dbb93b602bb (commit)
via df83eced6826b65db623aa77cd4a40d307d79486 (commit)
via 449324b2646b3a42f621756e4556f795c1f791d1 (commit)
via f2899c674e6dc43142edbfffeacc1b0c40a2f885 (commit)
via 1a7d64ccd12bb73852f665af0bf853351a0717f9 (commit)
via 1c67e754b8e5bd25f966152d9bca347dbc75ec4e (commit)
via 2f0b0c955b4031a9dd95829322455cf883d40f53 (commit)
via c32bfd5824b99b9af14b66d17a58fdf9c3bddb45 (commit)
via 1251afe2542417426ffe9a4aace2603f06eb15bd (commit)
via b632e03f6588636d3ea4f642154754f0aca33988 (commit)
via 87218edb9acedb0eb797c47357bac472eacd8c29 (commit)
via d02c8af6ccb73a18dba5d09112730246d05c187d (commit)
via 85908a9c2f218b6665b8e90005b900c74875e806 (commit)
via ebcf02de6cb40bc035c2e94bd6929ffa9a61ed78 (commit)
via c0c84323455bf65ef8bb40888dd537da1321d1e4 (commit)
via 341939142242fb3a8e3e6e153a582af5aff16889 (commit)
via 8808bb49a20e3e569b230b1b8acdf6f74e1c6bd2 (commit)
via addeaa39b172b4114bffbbfdd3dd09a029eb37b3 (commit)
via ecbcdf52ec7c165c7933346441c02030833aba78 (commit)
via 07352fee098758431ae1434c47c054d94887a6d4 (commit)
via 848de8f1df561f4253f754ec3f2415e541071420 (commit)
via 592fcc97c004b7e3e84ed6960ea9989157c94f75 (commit)
via dbd3a92f70325b7a02d0a637929732f297fb2612 (commit)
via 0bee65c0d89f81a4b90aa3d484016d9ba680dd46 (commit)
via edc8db21fa4fec3a87d7892d219ae26135858e9c (commit)
via b1edd16e75dfe6af6949d495ac38b35ec029cc97 (commit)
via 53e2672e1169883983cd3efba3ced2d644ad4ffa (commit)
via 6cfa56ba0c887d63c40efbab369541681f13fe21 (commit)
via 3faa0148054ae47924e20a3c3cae4cdf969ab695 (commit)
via 15492bcb2653e0213caf0db6d44f09f4d05c9b4e (commit)
via 6431adde78638db7dac0717f74de92ef8b491d73 (commit)
via c014f606d055bb0ab09b6b9128078cb7a4e06c4c (commit)
via eeacf906dd961002dba7e53ec9144d08a2b2d0ee (commit)
via c7155df3ecb0a4f583a7d0e0bedc8cbb847a8fb4 (commit)
via b805cc19925b6815957ff470696887bfd74f2639 (commit)
via cba8eb9b21afd26ce65ef5098f6a178bce800bb7 (commit)
via 1514f34dcfed3a8c46678861c488f7dbde856957 (commit)
via d2510459a8b5f4ae0ee3740dd36ca1c4abd290b6 (commit)
via c68ce3b9fe1314f8133eed1e7246fdfee9295744 (commit)
via 1db37820aaa0e83cfc7f26270f5bb3a6d9a27189 (commit)
via a0f74f218bd5c805d1c190af54d80ed781241148 (commit)
via 5e5954db8b2f340a10877ebabc895f27ad319231 (commit)
via 126def710563e1d4b5f16f354176a2088d17e28c (commit)
via 7309e19358240100e56f2d6af8af61a5bb5630da (commit)
via b6d58e8cc0cbf4654efe986eb706f8d3a91a6c76 (commit)
via 18080960e1f85bb315d927d18e52656973834813 (commit)
via 4e72ee0d0f678ec91dee5ad33e8796b56e8c078d (commit)
via 06ac9b40ed600cd36e1c0a158eb8f2ca01b1941f (commit)
via 42b59c1bf080a5ae785f576ba749afdf3bde598d (commit)
via 2ae5f186929a720b5604e2bd19ef54606b37fb87 (commit)
via 5c5c78aacd4cd15e1147c2e5dbb4dc9fca4da7e5 (commit)
via a3953e0536a07b571fe3314d6e257db79b2dbe64 (commit)
via 725698a4f15b9403620951961984b68ed4148992 (commit)
via 6a13e7f563e3983c51363704bd2a65e691bafc3e (commit)
via 886d6fdec605e47ec19a3e37dd9596c525178a54 (commit)
via a4842afc83334f97653e6cca6220b19f53696509 (commit)
via 748022694c57ce7b9412469b8190c7d232818a69 (commit)
via d1a145e5e782d07140422b85da9f55dd4b35a206 (commit)
via ca13574ba4eeb2c9e3ad865a570e6b5d3f05a3b6 (commit)
via a280b82f8ea9ef5fc1aa6e2357d27d9d91219173 (commit)
via 42240de04ce95e458b7b05cfa8357dae40e90b35 (commit)
via 85b42c46184118db2aaa50e44e97966523dd0269 (commit)
via 9adf32fb60206065026e9c3ef7088ef6bcc013be (commit)
via 3cc757df1822114bf446dc2d5f6a95da92321a25 (commit)
via d981efa97603594080d90956eb9e08bce8f4c371 (commit)
via dd97950d26f0d5642bf4522219c1f7e475de6454 (commit)
via c0f00072929b126b21ba7bdfa2c93327ba652d08 (commit)
via 9795cf1b126d5567dbd0a25b56e9ba75be9513c1 (commit)
via fd9ec3bc7dee3037754005c9e44dfce7246a6659 (commit)
via aa00f99be2e4cc64ede20d8c9548b83054696581 (commit)
via a65e99331a9699a09d2661b595c1723eea51873f (commit)
via a24be85dc41885ee77072af9f079c69c575061e9 (commit)
via 665d48bf15602e8666b292dbe66881786af2ea95 (commit)
via 5f460dee3d9c0dca3221d80ca5a9701521e647c7 (commit)
via dda5e7991c5dd55845a176848c6dc98bc37cfe6c (commit)
via 0898a007bac173f0a61564914d54d0496a851235 (commit)
via c7f52c4c84d6a8898048738c4db9266289c40b45 (commit)
via d7c0a373ff38b28a14fd7ee1cc6be3cfbddbd850 (commit)
via 909cbecbb9d3223b3b372849564600bb9be7fbda (commit)
via bc1d758299a1c9ac3f5902f6417cdbcc1d5c1db4 (commit)
via 25774b9839a9842affc6fef925166b3b9481b466 (commit)
via c3c28528de78fd5d50c3a141c2176c0da5dd7075 (commit)
via ec9bd5262847f8e697c1c43e14ba48030a44672b (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 (bdb7ec8d4c93be5d96f5b97e13f856783b659b5d)
\
N -- N -- N (c4cfa99e6f60013ad52d0899cbee38631349572b)
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/libosmocore/commit/?id=c4cfa99e6f60013ad52d0899cbee…
commit c4cfa99e6f60013ad52d0899cbee38631349572b
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Feb 1 12:00:45 2017 +0100
lapd_core: Fix MDL-ERROR ind after RELEASE ind
in lapd_t200_cb() The RELEASE INDICATION is transmitted before
the MDL ERROR INIDCATION, this prevents the MDL ERROR INDICATION
from being sent because the RELASE INDICATION close to connection
eraly. This commit puts the messages into the correct order.
http://cgit.osmocom.org/libosmocore/commit/?id=d2f57da8e4991c0e56efc05ae1ab…
commit d2f57da8e4991c0e56efc05ae1abb58188ec720a
Author: Philipp <pmaier(a)sysmocom.de>
Date: Thu Dec 8 10:45:06 2016 +0100
lapd_core: fix program flow
when the lapd core is in state LAPD_STATE_SABM_SENT, and the
retransmission counter exceeds (link down) lapd_t200_cb() will
send an RELASE_INDICATION and an MDL_ERROR_INDICATION to L3.
This action is done before the state is processed. This seems
to be no problem with standard retransmission counts (n200),
but may cause timing problems that lead to deadlock states when
custom timer configurations are in use. (Ericsson RBS).
This commit moves the functions calls for sending the indications
mentioned above to the very end of the if branch to relax the
timing again. (See lapd_t200_cb())
http://cgit.osmocom.org/libosmocore/commit/?id=9ec008117b5adf59692d6fb632b9…
commit 9ec008117b5adf59692d6fb632b9ce015ac1c05c
Author: Philipp <pmaier(a)sysmocom.de>
Date: Fri Dec 9 14:07:18 2016 +0100
select: add ability to check if a socket is registered
osmo_fd_register() is used to register socket file descriptors,
after registering a socket, there is no way to test if the socket
is still registered or actually registered at all.
This commit adds a new function osmo_fd_register_check() that can
be used to check in advance, if the socket fd is registered,
before performing further operations.
http://cgit.osmocom.org/libosmocore/commit/?id=dc706285aea449fc6a1a5bc2a792…
commit dc706285aea449fc6a1a5bc2a79249ee57ba2c06
Author: Philipp <pmaier(a)sysmocom.de>
Date: Thu Dec 8 17:23:26 2016 +0100
lapd_core: Improve debug output
The debug output of lapd core has no references to the dl objects,
since we have multiple links, seeing which action is for which
object is impossible. This commit adds pointer references (dl=%p)
to each log line.
http://cgit.osmocom.org/libosmocore/commit/?id=133aa26d118d381302c074d74def…
commit 133aa26d118d381302c074d74defd4cdf4bd1117
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Nov 29 12:42:05 2016 +0100
gsm0408: add chreq_type for CHREQ_T_PDCH_ONE_PHASE and CHREQ_T_PDCH_TWO_PHASE
For BSC-located pcu the BSC must understand the PDCH chan request.
Change-Id: Ice44dcaaf798f93af3652a96c567f8e16a6cf784
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 3 +
Makefile.am | 2 +-
TODO-RELEASE | 14 +-
configure.ac | 10 +
contrib/fsm-to-dot.py | 710 +++++++++++++++++++
debian/changelog | 26 +
debian/control | 230 ++++++-
debian/copyright | 237 +++++--
debian/docs | 0
debian/libosmocodec-doc.doc-base | 7 +
debian/libosmocodec-doc.install | 1 +
debian/libosmocore-dev.dirs | 8 -
debian/libosmocore-dev.install | 1 -
debian/libosmocore-doc.doc-base | 7 +
debian/libosmocore-doc.install | 1 +
.../{libosmocore7.install => libosmocore8.install} | 0
debian/libosmogsm-doc.doc-base | 7 +
debian/libosmogsm-doc.install | 1 +
.../{libosmogsm5.install => libosmogsm7.install} | 0
debian/libosmovty-doc.doc-base | 7 +
debian/libosmovty-doc.install | 1 +
debian/patches/debian-changes-0.1.17-1 | 46 --
debian/patches/series | 1 -
debian/rules | 35 +-
doc/osmocom-authn-protocol.txt | 250 +++++++
include/Makefile.am | 1 +
include/osmocom/core/bitvec.h | 5 +-
include/osmocom/core/crc16.h | 12 +
include/osmocom/core/fsm.h | 87 ++-
include/osmocom/core/gsmtap.h | 20 +
include/osmocom/core/linuxlist.h | 16 +
include/osmocom/core/logging.h | 81 ++-
include/osmocom/core/socket.h | 2 +
include/osmocom/core/utils.h | 5 +
include/osmocom/ctrl/control_cmd.h | 24 +
include/osmocom/ctrl/ports.h | 1 +
include/osmocom/gsm/abis_nm.h | 1 +
include/osmocom/gsm/gsm0480.h | 5 +
include/osmocom/gsm/gsup.h | 4 +-
include/osmocom/gsm/oap.h | 72 ++
include/osmocom/gsm/protocol/gsm_12_21.h | 49 ++
include/osmocom/gsm/tlv.h | 2 +
include/osmocom/vty/misc.h | 8 +
include/osmocom/vty/ports.h | 2 +
src/Makefile.am | 7 +-
src/bitvec.c | 45 ++
src/codec/Makefile.am | 3 +-
src/codec/gsm690.c | 4 +-
src/crc16.c | 42 ++
src/ctrl/Makefile.am | 6 +-
src/ctrl/control_vty.c | 2 +-
src/fsm.c | 151 +++-
src/gb/gprs_ns_vty.c | 8 +
src/gsm/Makefile.am | 7 +-
src/gsm/abis_nm.c | 135 ++++
src/gsm/gprs_cipher_core.c | 2 +-
src/gsm/gsm0411_utils.c | 10 +-
src/gsm/gsm0480.c | 45 +-
src/gsm/gsm_04_08_gprs.c | 8 +-
src/gsm/gsup.c | 12 +-
src/gsm/ipa.c | 1 -
src/gsm/lapd_core.c | 13 +-
src/gsm/libosmogsm.map | 13 +
src/gsm/oap.c | 184 +++++
src/gsm/tlv_parser.c | 60 ++
src/gsmtap_util.c | 3 -
src/logging.c | 46 +-
src/logging_gsmtap.c | 134 ++++
src/macaddr.c | 6 +
src/serial.c | 28 +-
src/sim/Makefile.am | 4 +-
src/socket.c | 44 +-
src/timer.c | 3 +-
src/utils.c | 15 +-
src/vty/Makefile.am | 5 +-
src/vty/command.c | 19 +
src/vty/fsm_vty.c | 177 +++++
src/vty/logging_vty.c | 33 +
src/write_queue.c | 11 +-
tests/Makefile.am | 12 +-
tests/bitvec/bitvec_test.c | 42 +-
tests/bitvec/bitvec_test.ok | 2 +
tests/codec/codec_test.ok | 4 +-
tests/conv/conv_test.c | 62 +-
tests/conv/conv_test.ok | 8 +
tests/fsm/fsm_test.c | 2 +-
tests/fsm/fsm_test.err | 2 +-
tests/gsup/gsup_test.c | 5 -
tests/lapd/lapd_test.c | 3 +-
tests/logging/logging_test.c | 21 +
tests/logging/logging_test.err | 13 +-
tests/msgb/msgb_test.c | 2 +-
tests/oap/Makefile.am | 37 +
tests/oap/oap_test.c | 182 +++++
tests/oap/oap_test.ok | 42 ++
tests/stats/stats_test.c | 5 +-
tests/testsuite.at | 13 +
tests/write_queue/wqueue_test.c | 81 +++
tests/write_queue/wqueue_test.ok | 1 +
utils/{conv_gen.py => conv_codes_gsm.py} | 326 +--------
utils/conv_gen.py | 756 ++-------------------
101 files changed, 3619 insertions(+), 1290 deletions(-)
create mode 100755 contrib/fsm-to-dot.py
delete mode 100644 debian/docs
create mode 100644 debian/libosmocodec-doc.doc-base
create mode 100644 debian/libosmocodec-doc.install
delete mode 100644 debian/libosmocore-dev.dirs
create mode 100644 debian/libosmocore-doc.doc-base
create mode 100644 debian/libosmocore-doc.install
rename debian/{libosmocore7.install => libosmocore8.install} (100%)
create mode 100644 debian/libosmogsm-doc.doc-base
create mode 100644 debian/libosmogsm-doc.install
rename debian/{libosmogsm5.install => libosmogsm7.install} (100%)
create mode 100644 debian/libosmovty-doc.doc-base
create mode 100644 debian/libosmovty-doc.install
delete mode 100644 debian/patches/debian-changes-0.1.17-1
create mode 100644 doc/osmocom-authn-protocol.txt
create mode 100644 include/osmocom/gsm/oap.h
create mode 100644 src/gsm/oap.c
create mode 100644 src/logging_gsmtap.c
create mode 100644 src/vty/fsm_vty.c
create mode 100644 tests/oap/Makefile.am
create mode 100644 tests/oap/oap_test.c
create mode 100644 tests/oap/oap_test.ok
create mode 100644 tests/write_queue/wqueue_test.c
create mode 100644 tests/write_queue/wqueue_test.ok
copy utils/{conv_gen.py => conv_codes_gsm.py} (71%)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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, neels/auc_tests has been updated
discards 3d4587778e00b08a84cfa80d55f45278639b6246 (commit)
via d35d8972fff70ed43a9cb3c3dcba09fd7495f9cf (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 (3d4587778e00b08a84cfa80d55f45278639b6246)
\
N -- N -- N (d35d8972fff70ed43a9cb3c3dcba09fd7495f9cf)
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/osmo-hlr/commit/?id=d35d8972fff70ed43a9cb3c3dcba09f…
commit d35d8972fff70ed43a9cb3c3dcba09fd7495f9cf
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 31 16:40:28 2017 +0100
auth: verify test sets from 3GPP TS 55.205
Put to-text conversion of the 3GPP TS 55.205 PDF's section defining the test
vectors in tests/auc/gen_ts_55_205_test_sets/ts55_205_test_sets.txt and add
python script to generate auc_ts_55_205_test_sets.c from that at build time.
The generated auc_ts_55_205_test_sets.c runs through all 19 test sets,
verifying that our gsm_milenage() matches the reference data.
Change-Id: Idff9d757ab956179aa41ada2a223fd9f439aafbd
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 3 +++
1 file changed, 3 insertions(+)
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 "UNNAMED PROJECT".
The branch, neels/auc_tests has been updated
discards 7d2ae679549a49a8d6a9b2845714f757f4b07ea2 (commit)
discards b88db40ff90aa7020faaf971132adefe1dc34980 (commit)
via 3d4587778e00b08a84cfa80d55f45278639b6246 (commit)
via f2f1dee925784b34cbbc4a21af3fe919d9e384d6 (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 (7d2ae679549a49a8d6a9b2845714f757f4b07ea2)
\
N -- N -- N (3d4587778e00b08a84cfa80d55f45278639b6246)
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/osmo-hlr/commit/?id=3d4587778e00b08a84cfa80d55f4527…
commit 3d4587778e00b08a84cfa80d55f45278639b6246
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jan 31 16:40:28 2017 +0100
auth: add test with test data from 3GPP TS 55.205
Put to-text conversion of the 3GPP TS 55.205 PDF's section defining the test
vectors in tests/auc/gen_ts_55_205_test_sets/ts55_205_test_sets.txt and add
python script to generate auc_ts_55_205_test_sets.c from that at build time.
The generated auc_ts_55_205_test_sets.c runs through all 19 test sets,
verifying that our gsm_milenage() matches the reference data.
Change-Id: Idff9d757ab956179aa41ada2a223fd9f439aafbd
http://cgit.osmocom.org/osmo-hlr/commit/?id=f2f1dee925784b34cbbc4a21af3fe91…
commit f2f1dee925784b34cbbc4a21af3fe919d9e384d6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jan 31 02:10:40 2017 +0100
tests: auc_3g_test: implement vector generation test
Change-Id: I291bccd62661ff5790dc43d91dc63a9e4b0e0ff2
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
UNNAMED PROJECT