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, neels/wip has been updated
discards 6dd6af58b4f2b3a6cdc73d5f9f35afcac8944e7c (commit)
discards 13516c2d512b238a5bdeec9872c4d033a9ce5a5a (commit)
discards 724ad04a34d72dc7fa313d695d4fd8de377eae36 (commit)
discards 45fec9224cf95d6578b839984e6cb59eb17b5164 (commit)
discards 6268c495342b4404c1abac45ce93ef842ce485d1 (commit)
discards 680a982e1f3766644eff361623f21d9c7e06b6f3 (commit)
discards 89ed6d9a183f8c7f1fff497c3a6a91c135580012 (commit)
discards d472d1299d7c93abe7e54a59f9a1145b7e4cf8e3 (commit)
discards 7ba6bd8faae15680a059490ddac4eb73dabce25d (commit)
via d047834fb7765326a16be0e365430fdc135772a9 (commit)
via 899c7cefab16e77f96b76b0ef1366635dc6264ae (commit)
via 3ce14549ca64438d6084293ab8c9a451c823946b (commit)
via 23c80b2e2d73c656f5e1251fb97ad9df846fe15e (commit)
via 8776da8f437f00216ae028923164362845d94e8a (commit)
via 8f7082988a1f46786e0741a6f7bbaa6db39771fb (commit)
via 3799e786f20c54dcde25b3b9a9b37df2d4549d9b (commit)
via dcd0b7f613a6d8ee075f726ab7925de2753cc437 (commit)
via 290487c1a7b5aa610e49e1370e454386bd9985ec (commit)
via 37017f5df819fc13418826caa203afe5d3b8148a (commit)
via 04861ef1ed4da11b6118df445631d8121e643954 (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 (6dd6af58b4f2b3a6cdc73d5f9f35afcac8944e7c)
\
N -- N -- N (d047834fb7765326a16be0e365430fdc135772a9)
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-iuh/commit/?id=d047834fb7765326a16be0e365430fd…
commit d047834fb7765326a16be0e365430fdc135772a9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Apr 13 19:09:41 2016 +0200
debug log: rx-unitdata
http://cgit.osmocom.org/osmo-iuh/commit/?id=899c7cefab16e77f96b76b0ef136663…
commit 899c7cefab16e77f96b76b0ef1366635dc6264ae
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 5 11:53:09 2016 +0200
hnb-test: plmn_id: use 0xf for unused digit
http://cgit.osmocom.org/osmo-iuh/commit/?id=3ce14549ca64438d6084293ab8c9a45…
commit 3ce14549ca64438d6084293ab8c9a451c823946b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 00:06:28 2016 +0200
hnb-test: add Security Mode Command handling
http://cgit.osmocom.org/osmo-iuh/commit/?id=23c80b2e2d73c656f5e1251fb97ad9d…
commit 23c80b2e2d73c656f5e1251fb97ad9df846fe15e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 01:21:41 2016 +0200
ranap_msg_factory: add Security Mode Complete msg generator
Needed by hnb-test to reply to a Security Mode Command message.
http://cgit.osmocom.org/osmo-iuh/commit/?id=8776da8f437f00216ae028923164362…
commit 8776da8f437f00216ae028923164362845d94e8a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 00:13:11 2016 +0200
RANAP Initiating msg: rx and free Security Mode Command
Add the Security Mode Command procedure code to cn_ranap_rx_initiating_msg_co()
and cn_ranap_free_initiating_msg_co(), for hnb-test (see comments in the code).
http://cgit.osmocom.org/osmo-iuh/commit/?id=8f7082988a1f46786e0741a6f7bbaa6…
commit 8f7082988a1f46786e0741a6f7bbaa6db39771fb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 01:24:34 2016 +0200
hnb-test: cosmetic: rename hnb_test_nas_tx_dt() to hnb_test_tx_dt()
Not all Direct Transfer messages contain a NAS PDU, see Security Mode
Complete.
http://cgit.osmocom.org/osmo-iuh/commit/?id=3799e786f20c54dcde25b3b9a9b37df…
commit 3799e786f20c54dcde25b3b9a9b37df2d4549d9b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 00:13:53 2016 +0200
hnb-test: simplify crossing message layers
Adding the Security Mode Control command would break the current scheme of
callbacks across layers. This brought to my attention that the scheme is indeed
unnecessarily complex, so simplify it.
Instead of passing callbacks, call functions directly. Add hnb-test-layers.h to
declare those functions that cross from main to rua, to ranap and back to main
and remove the callback type definitions.
Instead of copying the NAS PDU to a newly allocated msgb, pass the data and len
directly to hnb_test_nas_rx_dtap().
Instead of repeatedly checking the gsm48_hdr length, just pass the struct
gsm48_hdr* and len around and assume the basic header length has been checked.
In some places, rename 'length' to 'len' for cosmetic consistency.
http://cgit.osmocom.org/osmo-iuh/commit/?id=dcd0b7f613a6d8ee075f726ab7925de…
commit dcd0b7f613a6d8ee075f726ab7925de2753cc437
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 18 17:04:17 2016 +0200
hnb-test: generate SRES from hardcoded Ki
Previously the SRES was hardcoded, but the CN changed to generate the SRES.
So now, generate the SRES while still using the hardcoded Ki.
Fixes the Authentication Response message when testing IuCS Location Update.
http://cgit.osmocom.org/osmo-iuh/commit/?id=290487c1a7b5aa610e49e1370e45438…
commit 290487c1a7b5aa610e49e1370e454386bd9985ec
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Jan 14 12:52:53 2016 +0100
move dummy_cn to 127.0.0.2 (Iu-PS) because I'm testing Osmo-CSCN on 127.0.0.1 (Iu-CS)
-----------------------------------------------------------------------
Summary of changes:
README | 2 ++
src/hnbgw_cn.c | 2 ++
2 files changed, 4 insertions(+)
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 "Osmocom code for Iuh interface".
The branch, neels/wip has been updated
discards e8feb1311bfbde30dc05d17d03b9ede791e7c0c9 (commit)
discards 6c03f71124781601f29feda62b928fa929cffcf4 (commit)
discards 775e2ec955c597a2c72f4cfb8f23d98555e395ad (commit)
discards 1091106cfa5b59f29c9a783e7d638b8286c08263 (commit)
discards 8f0e95fb5bdbe6f58dbb03d3880aa65ba3705651 (commit)
discards c34a517c9062641fc3ac59e09c52d5d7ca8dc438 (commit)
via 6dd6af58b4f2b3a6cdc73d5f9f35afcac8944e7c (commit)
via 13516c2d512b238a5bdeec9872c4d033a9ce5a5a (commit)
via 724ad04a34d72dc7fa313d695d4fd8de377eae36 (commit)
via 45fec9224cf95d6578b839984e6cb59eb17b5164 (commit)
via 6268c495342b4404c1abac45ce93ef842ce485d1 (commit)
via 680a982e1f3766644eff361623f21d9c7e06b6f3 (commit)
via 89ed6d9a183f8c7f1fff497c3a6a91c135580012 (commit)
via d472d1299d7c93abe7e54a59f9a1145b7e4cf8e3 (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 (e8feb1311bfbde30dc05d17d03b9ede791e7c0c9)
\
N -- N -- N (6dd6af58b4f2b3a6cdc73d5f9f35afcac8944e7c)
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-iuh/commit/?id=6dd6af58b4f2b3a6cdc73d5f9f35afc…
commit 6dd6af58b4f2b3a6cdc73d5f9f35afcac8944e7c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Apr 13 19:09:41 2016 +0200
debug log: rx-unitdata
http://cgit.osmocom.org/osmo-iuh/commit/?id=13516c2d512b238a5bdeec9872c4d03…
commit 13516c2d512b238a5bdeec9872c4d033a9ce5a5a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 5 11:53:09 2016 +0200
hnb-test: plmn_id: use 0xf for unused digit
http://cgit.osmocom.org/osmo-iuh/commit/?id=724ad04a34d72dc7fa313d695d4fd8d…
commit 724ad04a34d72dc7fa313d695d4fd8de377eae36
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 00:06:28 2016 +0200
hnb-test: add Security Mode Command handling
http://cgit.osmocom.org/osmo-iuh/commit/?id=45fec9224cf95d6578b839984e6cb59…
commit 45fec9224cf95d6578b839984e6cb59eb17b5164
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 01:21:41 2016 +0200
ranap_msg_factory: add Security Mode Complete msg generator
Needed by hnb-test to reply to a Security Mode Command message.
http://cgit.osmocom.org/osmo-iuh/commit/?id=6268c495342b4404c1abac45ce93ef8…
commit 6268c495342b4404c1abac45ce93ef842ce485d1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 00:13:11 2016 +0200
RANAP Initiating msg: rx and free Security Mode Command
Add the Security Mode Command procedure code to cn_ranap_rx_initiating_msg_co()
and cn_ranap_free_initiating_msg_co(), for hnb-test (see comments in the code).
http://cgit.osmocom.org/osmo-iuh/commit/?id=680a982e1f3766644eff361623f21d9…
commit 680a982e1f3766644eff361623f21d9c7e06b6f3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 01:24:34 2016 +0200
hnb-test: cosmetic: rename hnb_test_nas_tx_dt() to hnb_test_tx_dt()
Not all Direct Transfer messages contain a NAS PDU, see Security Mode
Complete.
http://cgit.osmocom.org/osmo-iuh/commit/?id=89ed6d9a183f8c7f1fff497c3a6a91c…
commit 89ed6d9a183f8c7f1fff497c3a6a91c135580012
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 00:13:53 2016 +0200
hnb-test: simplify crossing message layers
Adding the Security Mode Control command would break the current scheme of
callbacks across layers. This brought to my attention that the scheme is indeed
unnecessarily complex, so simplify it.
Instead of passing callbacks, call functions directly. Add hnb-test-layers.h to
declare those functions that cross from main to rua, to ranap and back to main
and remove the callback type definitions.
Instead of copying the NAS PDU to a newly allocated msgb, pass the data and len
directly to hnb_test_nas_rx_dtap().
Instead of repeatedly checking the gsm48_hdr length, just pass the struct
gsm48_hdr* and len around and assume the basic header length has been checked.
In some places, rename 'length' to 'len' for cosmetic consistency.
http://cgit.osmocom.org/osmo-iuh/commit/?id=d472d1299d7c93abe7e54a59f9a1145…
commit d472d1299d7c93abe7e54a59f9a1145b7e4cf8e3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 18 17:04:17 2016 +0200
hnb-test: generate SRES from hardcoded Ki
Previously the SRES was hardcoded, but the CN changed to generate the SRES.
So now, generate the SRES while still using the hardcoded Ki.
Fixes the Authentication Response message when testing IuCS Location Update.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/ranap/ranap_msg_factory.h | 7 +++++++
src/ranap_msg_factory.c | 31 +++++++++++++++++++++++++++++++
src/tests/hnb-test-layers.h | 2 +-
src/tests/hnb-test-ranap.c | 13 ++++++++++++-
src/tests/hnb-test.c | 14 ++++++++------
5 files changed, 59 insertions(+), 8 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 "Osmocom code for Iuh interface".
The branch, neels/wip has been updated
discards 5ebdd65cdf5d6d82f5b3742488317349c37eae90 (commit)
discards a959c952830e52fd263dec1553ac5360cccff870 (commit)
discards 0a2a0317fd810a53491a921813615a50537a83a9 (commit)
discards 9870862c72a7965378f6b597cd1c93225c02fe84 (commit)
discards fddbeff0947e707335419380a2648c8d3579d065 (commit)
discards 83114b794abf54d9af133932dd56661a5761d9d1 (commit)
discards d4a01811c58bad86c792910648656d839773de5a (commit)
discards 8341ace2c9c5fdcfd0c65e8d6737ef5019c09dcf (commit)
via e8feb1311bfbde30dc05d17d03b9ede791e7c0c9 (commit)
via 6c03f71124781601f29feda62b928fa929cffcf4 (commit)
via 775e2ec955c597a2c72f4cfb8f23d98555e395ad (commit)
via 1091106cfa5b59f29c9a783e7d638b8286c08263 (commit)
via 8f0e95fb5bdbe6f58dbb03d3880aa65ba3705651 (commit)
via c34a517c9062641fc3ac59e09c52d5d7ca8dc438 (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 (5ebdd65cdf5d6d82f5b3742488317349c37eae90)
\
N -- N -- N (e8feb1311bfbde30dc05d17d03b9ede791e7c0c9)
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-iuh/commit/?id=e8feb1311bfbde30dc05d17d03b9ede…
commit e8feb1311bfbde30dc05d17d03b9ede791e7c0c9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 5 11:53:09 2016 +0200
hnb-test: plmn_id: use 0xf for unused digit
http://cgit.osmocom.org/osmo-iuh/commit/?id=6c03f71124781601f29feda62b928fa…
commit 6c03f71124781601f29feda62b928fa929cffcf4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 00:13:11 2016 +0200
RANAP Initiating msg: rx and free Security Mode Command
Add the Security Mode Command procedure code to cn_ranap_rx_initiating_msg_co()
and cn_ranap_free_initiating_msg_co(), for hnb-test (see comments in the code).
http://cgit.osmocom.org/osmo-iuh/commit/?id=775e2ec955c597a2c72f4cfb8f23d98…
commit 775e2ec955c597a2c72f4cfb8f23d98555e395ad
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 00:06:28 2016 +0200
hnb-test: add Security Mode Command handling
http://cgit.osmocom.org/osmo-iuh/commit/?id=1091106cfa5b59f29c9a783e7d638b8…
commit 1091106cfa5b59f29c9a783e7d638b8286c08263
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 00:13:53 2016 +0200
hnb-test: simplify crossing message layers
Adding the Security Mode Control command would break the current scheme of
callbacks across layers. This brought to my attention that the scheme is indeed
unnecessarily complex, so simplify it.
Instead of passing callbacks, call functions directly. Add hnb-test-layers.h to
declare those functions that cross from main to rua, to ranap and back to main
and remove the callback type definitions.
Instead of copying the NAS PDU to a newly allocated msgb, pass the data and len
directly to hnb_test_nas_rx_dtap().
Instead of repeatedly checking the gsm48_hdr length, just pass the struct
gsm48_hdr* and len around and assume the basic header length has been checked.
In some places, rename 'length' to 'len' for cosmetic consistency.
http://cgit.osmocom.org/osmo-iuh/commit/?id=8f0e95fb5bdbe6f58dbb03d3880aa65…
commit 8f0e95fb5bdbe6f58dbb03d3880aa65ba3705651
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 18 17:04:17 2016 +0200
hnb-test: generate SRES from hardcoded Ki
Previously the SRES was hardcoded, but the CN changed to generate the SRES.
So now, generate the SRES while still using the hardcoded Ki.
Fixes the Authentication Response message when testing IuCS Location Update.
http://cgit.osmocom.org/osmo-iuh/commit/?id=c34a517c9062641fc3ac59e09c52d5d…
commit c34a517c9062641fc3ac59e09c52d5d7ca8dc438
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Apr 13 19:09:41 2016 +0200
debug log: rx-unitdata
-----------------------------------------------------------------------
Summary of changes:
src/ranap_common_cn.c | 4 ++++
1 file changed, 4 insertions(+)
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 "Osmocom code for Iuh interface".
The branch, neels/wip has been updated
via 5ebdd65cdf5d6d82f5b3742488317349c37eae90 (commit)
via a959c952830e52fd263dec1553ac5360cccff870 (commit)
via 0a2a0317fd810a53491a921813615a50537a83a9 (commit)
via 9870862c72a7965378f6b597cd1c93225c02fe84 (commit)
via fddbeff0947e707335419380a2648c8d3579d065 (commit)
from 83114b794abf54d9af133932dd56661a5761d9d1 (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=5ebdd65cdf5d6d82f5b374248831734…
commit 5ebdd65cdf5d6d82f5b3742488317349c37eae90
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 00:03:34 2016 +0200
cn_ranap_free_initiating_msg_co: add Security Mode Control freeing
http://cgit.osmocom.org/osmo-iuh/commit/?id=a959c952830e52fd263dec1553ac536…
commit a959c952830e52fd263dec1553ac5360cccff870
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 00:06:28 2016 +0200
hnb-test: add Security Mode Command handling
http://cgit.osmocom.org/osmo-iuh/commit/?id=0a2a0317fd810a53491a921813615a5…
commit 0a2a0317fd810a53491a921813615a50537a83a9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 18 23:55:06 2016 +0200
hnb-test: simplify crossing message layers
Adding the Security Mode Control command breaks the current scheme of callbacks
across layers. This brought to my attention that I have written it overly
complex.
Instead of passing callbacks, call functions directly. Add hnb-test-layers.h to
declare those functions that cross from main to rua, to ranap and back to main
and remove the callback type definitions.
Instead of copying the NAS PDU to a newly allocated msgb, pass the data and len
directly to hnb_test_nas_rx_dtap().
Instead of repeatedly checking the gsm48_hdr length, just pass the struct
gsm48_hdr* and len around and assume the basic header length has been checked.
In some places, rename 'length' to 'len' for cosmetic consistency.
http://cgit.osmocom.org/osmo-iuh/commit/?id=9870862c72a7965378f6b597cd1c932…
commit 9870862c72a7965378f6b597cd1c93225c02fe84
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 18 17:05:00 2016 +0200
Fix return statements upon l3 validity check
http://cgit.osmocom.org/osmo-iuh/commit/?id=fddbeff0947e707335419380a2648c8…
commit fddbeff0947e707335419380a2648c8d3579d065
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 18 17:04:17 2016 +0200
hnb-test: generate SRES from hardcoded Ki
Previously the SRES was hardcoded, but the CN changed to generate the SRES.
So now, generate the SRES while still using the hardcoded Ki.
Fixes the Authentication Response message when testing IuCS Location Update.
-----------------------------------------------------------------------
Summary of changes:
src/ranap_common_cn.c | 3 +
src/tests/hnb-test-layers.h | 16 +++++
src/tests/hnb-test-ranap.c | 31 ++--------
src/tests/hnb-test-rua.c | 22 ++-----
src/tests/hnb-test.c | 139 ++++++++++++++++++++------------------------
5 files changed, 92 insertions(+), 119 deletions(-)
create mode 100644 src/tests/hnb-test-layers.h
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/wip_20160418_1444 has been created
at 4a704079a9a9744c8123e546d126c34f2039f036 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=4a704079a9a9744c8123e546d126c34f…
commit 4a704079a9a9744c8123e546d126c34f2039f036
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 18 14:45:08 2016 +0200
wip
-----------------------------------------------------------------------
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 "Lev Walkin's asn1 compiler".
The branch, neels/wip_20160418_1443 has been created
at 664cf8697c7de1a3770770f8c57127359efde3ff (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/asn1c/commit/?id=664cf8697c7de1a3770770f8c57127359e…
commit 664cf8697c7de1a3770770f8c57127359efde3ff
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 18 14:43:56 2016 +0200
wip
-----------------------------------------------------------------------
hooks/post-receive
--
Lev Walkin's asn1 compiler
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, fairwaves/virt-net has been updated
discards c21a027efdd312c1214bad4a458bc83e7e67f454 (commit)
discards 4848d101bc319c93dbbe6c6c7d4efcd3fb912c50 (commit)
via 5dc7c39ea317c4c7d6f27880d4fcaed20fbb51ae (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 (c21a027efdd312c1214bad4a458bc83e7e67f454)
\
N -- N -- N (5dc7c39ea317c4c7d6f27880d4fcaed20fbb51ae)
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=5dc7c39ea317c4c7d6f27880d4fcaed2…
commit 5dc7c39ea317c4c7d6f27880d4fcaed20fbb51ae
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Fri Apr 8 10:44:28 2016 +0300
Add support of virtual networks for sending network name to ms depending on imsi
Before sending mm info message to ms:
- try to find virtual network with the imsi prefix which matches subscriber's imsi
- if virtual network was found, use long and short network names of this virtual network for subscriber
- if virtual network was not found, use long and short network names of main network for subscriber
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 4 +--
openbsc/include/openbsc/vty.h | 1 +
openbsc/src/libbsc/bsc_vty.c | 44 +++++++----------------
openbsc/src/libcommon/common_vty.c | 10 ++++++
openbsc/src/libcommon/gsm_data.c | 3 +-
openbsc/src/libmsc/gsm_04_08.c | 21 +++++------
openbsc/src/libmsc/smpp_vty.c | 10 ------
openbsc/tests/vty_test_runner.py | 74 +++++++++++++++++---------------------
8 files changed, 68 insertions(+), 99 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, fairwaves/master has been updated
discards 8386248b63b1d2305959c9761a4b8c3d416ea185 (commit)
discards 7541436fa076641c318e5921ef961a57d3562bb7 (commit)
via 9960e8de3b6b89a30f0da6e41180f9c2dbc8cc88 (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 (8386248b63b1d2305959c9761a4b8c3d416ea185)
\
N -- N -- N (9960e8de3b6b89a30f0da6e41180f9c2dbc8cc88)
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=9960e8de3b6b89a30f0da6e41180f9c2…
commit 9960e8de3b6b89a30f0da6e41180f9c2dbc8cc88
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Fri Apr 8 10:44:28 2016 +0300
Add support of virtual networks for sending network name to ms depending on imsi
Before sending mm info message to ms:
- try to find virtual network with the imsi prefix which matches subscriber's imsi
- if virtual network was found, use long and short network names of this virtual network for subscriber
- if virtual network was not found, use long and short network names of main network for subscriber
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 4 ++--
openbsc/include/openbsc/vty.h | 1 +
openbsc/src/libbsc/bsc_vty.c | 44 +++++++++++---------------------------
openbsc/src/libcommon/common_vty.c | 10 +++++++++
openbsc/src/libcommon/gsm_data.c | 3 +--
openbsc/src/libmsc/gsm_04_08.c | 21 ++++++++----------
openbsc/src/libmsc/smpp_vty.c | 10 ---------
openbsc/tests/vty_test_runner.py | 20 +++++------------
8 files changed, 41 insertions(+), 72 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 3a434f8e8c63b9340a8daf165c520caa52cba241 (commit)
via e43f8e040029a1bd72f23e139a787225ae2686a6 (commit)
from 59a1bf3dae0d0a9e914d3c615c6aa7fc8955d7b5 (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=3a434f8e8c63b9340a8daf165c520caa…
commit 3a434f8e8c63b9340a8daf165c520caa52cba241
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Apr 16 15:53:58 2016 -0400
nat/ussd: Add an example of the USSD gateway side-channel
This adds a very basic, use once example in python on how to connect
and deal with the app specific payload and messages. The code is not
complete as the invokeId should be patched according to the initial
invoke. This excercise is left to future readers of that code.
http://cgit.osmocom.org/openbsc/commit/?id=e43f8e040029a1bd72f23e139a787225…
commit e43f8e040029a1bd72f23e139a787225ae2686a6
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Apr 16 12:52:55 2016 -0400
nat/vty: Do not print token update statement
On start this would print one line per BSC and this doesn't add
a lot of value. Let's just remove this logging message.
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/nat/ussd_example.py | 65 ++++++++++++++++++++++++++++++++++
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 5 +--
2 files changed, 66 insertions(+), 4 deletions(-)
create mode 100644 openbsc/contrib/nat/ussd_example.py
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)