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
via 7be811ed95d004f92d98880bc8eaef6c28c3373d (commit)
from 687f048ab04ed135eeb11deb29e6b4cb9727c27d (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=7be811ed95d004f92d98880bc8eaef6c…
commit 7be811ed95d004f92d98880bc8eaef6c28c3373d
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 | 16 ++++
openbsc/include/openbsc/gsm_subscriber.h | 1 -
openbsc/include/openbsc/vty.h | 2 +
openbsc/src/libbsc/bsc_vty.c | 137 +++++++++++++++++++++++++++++++
openbsc/src/libbsc/net_init.c | 1 +
openbsc/src/libcommon/common_vty.c | 19 +++++
openbsc/src/libcommon/gsm_data.c | 40 +++++++++
openbsc/src/libmsc/gsm_04_08.c | 42 ++++++++--
openbsc/src/libmsc/smpp_vty.c | 10 ---
openbsc/tests/vty_test_runner.py | 42 +++++++++-
10 files changed, 290 insertions(+), 20 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/virt-net has been updated
discards 5dc7c39ea317c4c7d6f27880d4fcaed20fbb51ae (commit)
This update discarded existing revisions and left the branch pointing at
a previous point in the repository history.
* -- * -- N (687f048ab04ed135eeb11deb29e6b4cb9727c27d)
\
O -- O -- O (5dc7c39ea317c4c7d6f27880d4fcaed20fbb51ae)
The removed revisions are not necessarilly gone - if another reference
still refers to them they will stay in the repository.
No new revisions were added by this update.
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 16 -----
openbsc/include/openbsc/vty.h | 2 -
openbsc/src/libbsc/bsc_vty.c | 138 -------------------------------------
openbsc/src/libbsc/net_init.c | 1 -
openbsc/src/libcommon/common_vty.c | 19 -----
openbsc/src/libcommon/gsm_data.c | 41 -----------
openbsc/src/libmsc/gsm_04_08.c | 42 +++--------
openbsc/src/libmsc/smpp_vty.c | 10 +++
openbsc/tests/vty_test_runner.py | 40 -----------
9 files changed, 18 insertions(+), 291 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 9960e8de3b6b89a30f0da6e41180f9c2dbc8cc88 (commit)
via 67fd3b1a0281c87f4f83e2771b0d851930d1fdaa (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 (9960e8de3b6b89a30f0da6e41180f9c2dbc8cc88)
\
N -- N -- N (67fd3b1a0281c87f4f83e2771b0d851930d1fdaa)
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=67fd3b1a0281c87f4f83e2771b0d8519…
commit 67fd3b1a0281c87f4f83e2771b0d851930d1fdaa
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/gsm_subscriber.h | 1 -
openbsc/src/libbsc/bsc_vty.c | 45 ++++++++++++++++----------------
openbsc/src/libcommon/gsm_data.c | 1 -
openbsc/src/libmsc/gsm_04_08.c | 2 +-
openbsc/tests/vty_test_runner.py | 20 +++++++-------
6 files changed, 35 insertions(+), 38 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 code for Iuh interface".
The branch, neels/wip has been updated
discards 0c504da8d52b4d1810c23256eb371a87a11544a1 (commit)
discards b995df160220898e50ecb590b7332f3b6a7b02ec (commit)
via 7353b024a274f9b638d3ad1f34a8417bfbd83923 (commit)
via 5e2cdab3756c4ea87931e610c80175ac6de461a8 (commit)
via 75e6e41828dbb3f49ff259913de2488b761ce718 (commit)
via ceceee80e428f92c07675dd499865e66955d9bf1 (commit)
via e74ed20877680f3609f38ce8f80a4a904890be94 (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 (0c504da8d52b4d1810c23256eb371a87a11544a1)
\
N -- N -- N (7353b024a274f9b638d3ad1f34a8417bfbd83923)
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=7353b024a274f9b638d3ad1f34a8417…
commit 7353b024a274f9b638d3ad1f34a8417bfbd83923
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=5e2cdab3756c4ea87931e610c80175a…
commit 5e2cdab3756c4ea87931e610c80175ac6de461a8
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=75e6e41828dbb3f49ff259913de2488…
commit 75e6e41828dbb3f49ff259913de2488b761ce718
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 02:38:16 2016 +0200
hnb-test: request Iu Release, handle Iu Release Command
http://cgit.osmocom.org/osmo-iuh/commit/?id=ceceee80e428f92c07675dd499865e6…
commit ceceee80e428f92c07675dd499865e66955d9bf1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 02:37:04 2016 +0200
Allow Iu Release Command decoding in wrong place
http://cgit.osmocom.org/osmo-iuh/commit/?id=e74ed20877680f3609f38ce8f80a4a9…
commit e74ed20877680f3609f38ce8f80a4a904890be94
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 02:32:05 2016 +0200
ranap_msg_factory: add Iu Release Complete msg generator
Needed by hnb-test.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/ranap/ranap_msg_factory.h | 3 +++
src/ranap_common_cn.c | 6 ++++++
src/ranap_msg_factory.c | 28 ++++++++++++++++++++++++++++
src/tests/hnb-test-layers.h | 1 +
src/tests/hnb-test-ranap.c | 4 ++++
src/tests/hnb-test.c | 20 ++++++++++++++++++++
6 files changed, 62 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, sysmocom/iu-cs has been updated
discards cc81c6ec16ebfc0555b2a253c82c6c1aa15b6d97 (commit)
via 0538cb841c3c18ffd1cce0fbe9697d76cd229b64 (commit)
via 7e760acc651da0f0d06dac0b45765b926c6798d1 (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 (cc81c6ec16ebfc0555b2a253c82c6c1aa15b6d97)
\
N -- N -- N (0538cb841c3c18ffd1cce0fbe9697d76cd229b64)
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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
src/ranap_msg_factory.c | 1 +
1 file changed, 1 insertion(+)
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 f84db1fd1d272085a5a1eb8c3c607840995d0b54 (commit)
discards 1411df019c6cf43976d61ce3e4901f18b3271538 (commit)
discards cc81c6ec16ebfc0555b2a253c82c6c1aa15b6d97 (commit)
via 0c504da8d52b4d1810c23256eb371a87a11544a1 (commit)
via b995df160220898e50ecb590b7332f3b6a7b02ec (commit)
via 0538cb841c3c18ffd1cce0fbe9697d76cd229b64 (commit)
via 7e760acc651da0f0d06dac0b45765b926c6798d1 (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 (f84db1fd1d272085a5a1eb8c3c607840995d0b54)
\
N -- N -- N (0c504da8d52b4d1810c23256eb371a87a11544a1)
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=0c504da8d52b4d1810c23256eb371a8…
commit 0c504da8d52b4d1810c23256eb371a87a11544a1
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=b995df160220898e50ecb590b7332f3…
commit b995df160220898e50ecb590b7332f3b6a7b02ec
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=0538cb841c3c18ffd1cce0fbe9697d7…
commit 0538cb841c3c18ffd1cce0fbe9697d76cd229b64
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:
src/ranap_msg_factory.c | 1 +
1 file changed, 1 insertion(+)
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, master has been updated
via 7e760acc651da0f0d06dac0b45765b926c6798d1 (commit)
from 4a0a69a88d90a403b2f6e62d9ee5badd1213d4d3 (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=7e760acc651da0f0d06dac0b45765b9…
commit 7e760acc651da0f0d06dac0b45765b926c6798d1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Apr 19 01:41:17 2016 +0200
add missing comment in ranap_msg_factory.c
-----------------------------------------------------------------------
Summary of changes:
src/ranap_msg_factory.c | 1 +
1 file changed, 1 insertion(+)
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, sysmocom/iu-cs has been updated
discards 7ba6bd8faae15680a059490ddac4eb73dabce25d (commit)
via cc81c6ec16ebfc0555b2a253c82c6c1aa15b6d97 (commit)
via 4a0a69a88d90a403b2f6e62d9ee5badd1213d4d3 (commit)
via a9f5566482f164564fe639da434aa9e8d6dc12c0 (commit)
via 68b7a4786887dc0b055780f650a5a16e6e57bba2 (commit)
via c28ed375b3f26ef2e43a63f491e5287ac03c8115 (commit)
via 4470f93074d2281b87ebbf53e0205b1b390bf21a (commit)
via 26779f8573262fe80a2079e2e9a5956ec0c79f17 (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 (7ba6bd8faae15680a059490ddac4eb73dabce25d)
\
N -- N -- N (cc81c6ec16ebfc0555b2a253c82c6c1aa15b6d97)
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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
README | 2 +
include/osmocom/ranap/ranap_msg_factory.h | 7 ++
src/hnbgw_cn.c | 2 +
src/ranap_common_cn.c | 10 ++
src/ranap_msg_factory.c | 31 +++++++
src/tests/hnb-test-layers.h | 16 ++++
src/tests/hnb-test-ranap.c | 73 ++++++++-------
src/tests/hnb-test-rua.c | 22 +----
src/tests/hnb-test.c | 147 ++++++++++++++----------------
9 files changed, 180 insertions(+), 130 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 "Osmocom code for Iuh interface".
The branch, master has been updated
via 4a0a69a88d90a403b2f6e62d9ee5badd1213d4d3 (commit)
via a9f5566482f164564fe639da434aa9e8d6dc12c0 (commit)
via 68b7a4786887dc0b055780f650a5a16e6e57bba2 (commit)
via c28ed375b3f26ef2e43a63f491e5287ac03c8115 (commit)
via 4470f93074d2281b87ebbf53e0205b1b390bf21a (commit)
via 26779f8573262fe80a2079e2e9a5956ec0c79f17 (commit)
from 37017f5df819fc13418826caa203afe5d3b8148a (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/ranap/ranap_msg_factory.h | 7 ++
src/ranap_common_cn.c | 10 ++
src/ranap_msg_factory.c | 31 +++++++
src/tests/hnb-test-layers.h | 16 ++++
src/tests/hnb-test-ranap.c | 73 ++++++++-------
src/tests/hnb-test-rua.c | 22 +----
src/tests/hnb-test.c | 147 ++++++++++++++----------------
7 files changed, 176 insertions(+), 130 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 "Osmocom code for Iuh interface".
The branch, neels/wip has been updated
discards d047834fb7765326a16be0e365430fdc135772a9 (commit)
discards 899c7cefab16e77f96b76b0ef1366635dc6264ae (commit)
discards 3ce14549ca64438d6084293ab8c9a451c823946b (commit)
discards 23c80b2e2d73c656f5e1251fb97ad9df846fe15e (commit)
discards 8776da8f437f00216ae028923164362845d94e8a (commit)
discards 8f7082988a1f46786e0741a6f7bbaa6db39771fb (commit)
discards 3799e786f20c54dcde25b3b9a9b37df2d4549d9b (commit)
discards dcd0b7f613a6d8ee075f726ab7925de2753cc437 (commit)
discards 290487c1a7b5aa610e49e1370e454386bd9985ec (commit)
via f84db1fd1d272085a5a1eb8c3c607840995d0b54 (commit)
via 1411df019c6cf43976d61ce3e4901f18b3271538 (commit)
via cc81c6ec16ebfc0555b2a253c82c6c1aa15b6d97 (commit)
via 4a0a69a88d90a403b2f6e62d9ee5badd1213d4d3 (commit)
via a9f5566482f164564fe639da434aa9e8d6dc12c0 (commit)
via 68b7a4786887dc0b055780f650a5a16e6e57bba2 (commit)
via c28ed375b3f26ef2e43a63f491e5287ac03c8115 (commit)
via 4470f93074d2281b87ebbf53e0205b1b390bf21a (commit)
via 26779f8573262fe80a2079e2e9a5956ec0c79f17 (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 (d047834fb7765326a16be0e365430fdc135772a9)
\
N -- N -- N (f84db1fd1d272085a5a1eb8c3c607840995d0b54)
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=f84db1fd1d272085a5a1eb8c3c60784…
commit f84db1fd1d272085a5a1eb8c3c607840995d0b54
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=1411df019c6cf43976d61ce3e4901f1…
commit 1411df019c6cf43976d61ce3e4901f18b3271538
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=cc81c6ec16ebfc0555b2a253c82c6c1…
commit cc81c6ec16ebfc0555b2a253c82c6c1aa15b6d97
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)
http://cgit.osmocom.org/osmo-iuh/commit/?id=4a0a69a88d90a403b2f6e62d9ee5bad…
commit 4a0a69a88d90a403b2f6e62d9ee5badd1213d4d3
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=a9f5566482f164564fe639da434aa9e…
commit a9f5566482f164564fe639da434aa9e8d6dc12c0
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=68b7a4786887dc0b055780f650a5a16…
commit 68b7a4786887dc0b055780f650a5a16e6e57bba2
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=c28ed375b3f26ef2e43a63f491e5287…
commit c28ed375b3f26ef2e43a63f491e5287ac03c8115
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=4470f93074d2281b87ebbf53e0205b1…
commit 4470f93074d2281b87ebbf53e0205b1b390bf21a
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=26779f8573262fe80a2079e2e9a5956…
commit 26779f8573262fe80a2079e2e9a5956ec0c79f17
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:
hooks/post-receive
--
Osmocom code for Iuh interface