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, neels/mnc3 has been created
at ad815da6ef13fab95fd8238dffa5879b0e18da3e (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=ad815da6ef13fab95fd8238dffa5…
commit ad815da6ef13fab95fd8238dffa5879b0e18da3e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Feb 20 16:30:49 2018 +0100
fu
Change-Id: I7cfc52590b0d3e4bc94c9cb08133a271545de9d6
http://cgit.osmocom.org/libosmocore/commit/?id=962c4ac6718b043d4e5bea65c0ae…
commit 962c4ac6718b043d4e5bea65c0ae4f13a9d7e06b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Feb 20 16:18:33 2018 +0100
test lai
Change-Id: I15b003a2d1cdda6590bd4f8cd5f5041c9597a866
http://cgit.osmocom.org/libosmocore/commit/?id=f211a785b6ff71f6fa40aa4d5747…
commit f211a785b6ff71f6fa40aa4d57471b3b1cf21c92
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Feb 20 16:05:24 2018 +0100
fu
Change-Id: I34cf75530d08c6c25cbabbb39b0f0f58323233b6
http://cgit.osmocom.org/libosmocore/commit/?id=b0c5bd269f5e6cbc3ad8bf57b5ad…
commit b0c5bd269f5e6cbc3ad8bf57b5ad7287a4a4b623
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Feb 20 15:14:14 2018 +0100
GSM_MNC_INVALID
Change-Id: Ieee7add0bd6d94cf84743a49794bbcd38561b72f
http://cgit.osmocom.org/libosmocore/commit/?id=55a64364d4fed1010e26e173b9fa…
commit 55a64364d4fed1010e26e173b9fa8cb989a43026
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Feb 20 15:15:10 2018 +0100
gsm0408_test: RA test: include 3-digit leading-zeros tests
Change-Id: Ied9376212eae10f5d85f2422747cbb03ef18a74a
http://cgit.osmocom.org/libosmocore/commit/?id=1286a1d07682fe9cc0728ebf97a8…
commit 1286a1d07682fe9cc0728ebf97a8f27f418729b0
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Feb 20 15:12:23 2018 +0100
gsm0408_test: check for new mnc_3_digits flag
Note that on the input side, the 3-digits flag may be left false when the MNC
is >99 anyway. On the decoded side, the flag is set accurately.
Change-Id: I89765613d8c5bd939a6957f7443ac88475f1b93c
http://cgit.osmocom.org/libosmocore/commit/?id=208d5facc06135ad4b655b39cbb3…
commit 208d5facc06135ad4b655b39cbb3bab406437b08
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Feb 20 13:47:08 2018 +0100
RA id: implement 3-digit MNC with leading zeros
Enable representing three-digit MNC with leading zeros. The MNCs 23 and 023 are
actually different; so far we treated both as 23. An incoming BCD of 023 would
be re-encoded as 23, dropping the leading zero.
To mainain ABI compatibility, add mnc_3_digits flag to the end of struct
grps_ra_id. The default behavior upon allocation will be the flag set to false,
which yields exactly the previous behavior.
Add new API to handle this additional flag:
- gsm48_mcc_mnc_to_bcd2(), gsm48_mcc_mnc_from_bcd2(), while current
gsm48_mcc_mnc_to_bcd(), gsm48_mcc_mnc_from_bcd() behave the same.
- gsm48_mnc_from_str() to detect leading zeros.
- gsm48_mnc_cmp() to compare MNC values including leading zeros.
Change-Id: Id2240f7f518494c9df6c8bda52c0d5092f90f221
http://cgit.osmocom.org/libosmocore/commit/?id=9406a9a1b2554f32bbdd81ba82d6…
commit 9406a9a1b2554f32bbdd81ba82d6ef94b8423085
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Feb 20 15:14:03 2018 +0100
gsm0408_test: RA test: include min/max value cases
(Preparation for adding 3-digit MNC)
Change-Id: Ifbc167de0cc039858112677b8d0cd14a2c8af086
http://cgit.osmocom.org/libosmocore/commit/?id=3fcdbf574323379683b6f9fd9fd3…
commit 3fcdbf574323379683b6f9fd9fd3645764f22a0a
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Feb 20 15:13:18 2018 +0100
gsm0408_test: include BCD representation in test output
(Preparation for adding 3-digit MNC)
Change-Id: I7f8ae05fa3e4a6fc004212757b05ca8a14c9ef45
http://cgit.osmocom.org/libosmocore/commit/?id=c0e4c4fdd55a5ce96e8c0e581658…
commit c0e4c4fdd55a5ce96e8c0e58165824953c6d2f79
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Feb 20 15:11:25 2018 +0100
cosmetic: gsm0408_test: RA test cases as array-of-struct
(Preparation for adding 3-digit MNC)
Change-Id: Ic6c645ebf82d5f8d9d51c4c4cc804a0172008156
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications