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, laforge/wip has been updated via c3851220db0608c322184e02e0e52255470e4640 (commit) via f9c9aa5f20957917fbff340c5824874a273830ff (commit) via 57d873392cf27daf5a7fc7e39f6b068b659e1631 (commit) via ea98b6f6d6e5c17e8686293d86eb443fd1cd8bb6 (commit) via afcaac08eef333411d8241918181bb126d76d695 (commit) via b0de90639b5fe9c62ea8165fd1c49efea2f66477 (commit) via c89c2a6e6a1a2a34413fd186670753ae1574ce89 (commit) via 37166a27cad84fa72825f5cf9e28a57cd2bb5815 (commit) via bc4560cf18e98d0a768c1d7a04ca1f31eb0d0d05 (commit) from c4338deee9f3928eae61689687a1ff7ffee0d7b8 (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=c3851220db0608c322184e02e0e52255...
commit c3851220db0608c322184e02e0e52255470e4640 Author: Harald Welte laforge@gnumonks.org Date: Thu Dec 24 15:41:21 2015 +0100
hnb-test: Add VTY to manually issue Iuh messages
We can now send Iuh messages with commands like 'hnbap hnb register', 'hnbap ue regiter imsi 12345', 'ranap reset cs', 'ranap reset ps', and even establish connection-oriented RUA using 'channel cs lu imsi 12345'
http://cgit.osmocom.org/osmo-iuh/commit/?id=f9c9aa5f20957917fbff340c5824874a...
commit f9c9aa5f20957917fbff340c5824874a273830ff Author: Harald Welte laforge@gnumonks.org Date: Thu Dec 24 15:39:00 2015 +0100
ranap_msg_factory.c: Fix compiler warnings
http://cgit.osmocom.org/osmo-iuh/commit/?id=57d873392cf27daf5a7fc7e39f6b068b...
commit 57d873392cf27daf5a7fc7e39f6b068b659e1631 Author: Harald Welte laforge@gnumonks.org Date: Thu Dec 24 15:33:21 2015 +0100
ranap_msg_factory: use OCTET_STRING_fromBuf() in ranap_new_msg_dt()
When using asn1c, we cannot use buffers allocated elsewhere and/or on the stack as input into encoding.
http://cgit.osmocom.org/osmo-iuh/commit/?id=ea98b6f6d6e5c17e8686293d86eb443f...
commit ea98b6f6d6e5c17e8686293d86eb443fd1cd8bb6 Author: Harald Welte laforge@gnumonks.org Date: Thu Dec 24 15:09:06 2015 +0100
ranap: New ranap_new_msg_initial_ue() funcition
for testing, it is useful if we can also generate an InitialUE message - even though a HNB-GW only needs to receive it.
http://cgit.osmocom.org/osmo-iuh/commit/?id=afcaac08eef333411d8241918181bb12...
commit afcaac08eef333411d8241918181bb126d76d695 Author: Harald Welte laforge@gnumonks.org Date: Thu Dec 24 14:55:45 2015 +0100
asn1helpers.h: Add missing declarations of functions in asn1helpers.c
http://cgit.osmocom.org/osmo-iuh/commit/?id=b0de90639b5fe9c62ea8165fd1c49efe...
commit b0de90639b5fe9c62ea8165fd1c49efea2f66477 Author: Harald Welte laforge@gnumonks.org Date: Thu Dec 24 14:10:17 2015 +0100
hnbgw_rua.c: Incoming context IDs are 24bit wide according to spec
so don't try to decode them to u32, which expects 32bit input values.
http://cgit.osmocom.org/osmo-iuh/commit/?id=c89c2a6e6a1a2a34413fd186670753ae...
commit c89c2a6e6a1a2a34413fd186670753ae1574ce89 Author: Harald Welte laforge@gnumonks.org Date: Thu Dec 24 14:07:05 2015 +0100
RANAP: Replace the last remainng TBCD-STRING with OCTET STRING
in order to work around a bug in asn1c. When we keep the original TBCD-STRING, the APER-encoded PLMNidentity always has an extra leading length byte that the decoder doesn't expect.
http://cgit.osmocom.org/osmo-iuh/commit/?id=37166a27cad84fa72825f5cf9e28a57c...
commit 37166a27cad84fa72825f5cf9e28a57cd2bb5815 Author: Harald Welte laforge@gnumonks.org Date: Thu Dec 24 10:12:09 2015 +0100
improve logging, remove obsolete FIXMEs, return of non-void functions
http://cgit.osmocom.org/osmo-iuh/commit/?id=bc4560cf18e98d0a768c1d7a04ca1f31...
commit bc4560cf18e98d0a768c1d7a04ca1f31eb0d0d05 Author: Harald Welte laforge@gnumonks.org Date: Thu Dec 24 08:46:58 2015 +0100
Implement forwarding of RANAP PAGING from CN to all HNBs
-----------------------------------------------------------------------
Summary of changes: asn1/ranap/RANAP-IEs.asn | 2 +- src/asn1helpers.h | 3 + src/context_map.c | 12 +- src/hnbgw_cn.c | 28 +++-- src/hnbgw_ranap.c | 7 +- src/hnbgw_rua.c | 31 +++-- src/ranap/RANAP_PLMNidentity.c | 72 ++++++------ src/ranap/RANAP_PLMNidentity.h | 4 +- src/ranap_msg_factory.c | 62 +++++++++- src/ranap_msg_factory.h | 6 + src/tests/Makefile.am | 2 +- src/tests/hnb-test.c | 253 +++++++++++++++++++++++++++++++++++++---- src/tests/hnb-test.h | 2 - 13 files changed, 389 insertions(+), 95 deletions(-)
hooks/post-receive
osmocom-commitlog@lists.osmocom.org