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, master has been updated
via 9c0751fc60e6282b5f5ff791d53f6f862f1c9c79 (commit)
from 74a8f0831dbcbe40694d19dcf173185593f91be2 (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/libosmocore/commit/?id=9c0751fc60e6282b5f5ff791d53f…
commit 9c0751fc60e6282b5f5ff791d53f6f862f1c9c79
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 02:41:46 2016 +0200
osmo_select_main(): drop useless call to osmo_timers_check()
osmo_timers_check() does nothing more than counting the active timers. It is of
no use to count them when not using the return value in any way.
Change-Id: I8d35ca90a4c16d6f1c7f9793d663e5479783efed
-----------------------------------------------------------------------
Summary of changes:
src/select.c | 2 --
1 file changed, 2 deletions(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 74a8f0831dbcbe40694d19dcf173185593f91be2 (commit)
from 8a3409c4b7fefe4333b619498f2cad0c7c3ae81c (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/libosmocore/commit/?id=74a8f0831dbcbe40694d19dcf173…
commit 74a8f0831dbcbe40694d19dcf173185593f91be2
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Sep 27 13:51:51 2016 +0200
AMR: add function to check speech frames
Add convenience function osmo_amr_is_speech() to check if given AMR
frame is speech frame: non-speech frames often require special
processing.
Change-Id: Ifaab02a2f581acc302b367d34fd2fc28a4d1e2e3
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/codec/codec.h | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 7e5bb6283dbfe9c44d5be85b2cd04675153c011e (commit)
from 3ea9fece6dab31a8dc8f1bf9badad9bb80149fbd (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=7e5bb6283dbfe9c44d5be85b2cd04675…
commit 7e5bb6283dbfe9c44d5be85b2cd04675153c011e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Sep 28 08:20:58 2016 +0800
COSMETIC: 'if' is not a function, so there is space before '('
Change-Id: Ic22623dffce998d70a3c67aa6e445de98f558ed7
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_llc.c | 4 ++--
openbsc/src/gprs/gprs_sndcp.c | 2 +-
openbsc/src/gprs/sgsn_libgtp.c | 4 ++--
openbsc/src/libmgcp/mgcp_protocol.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_sccp.c | 2 +-
5 files changed, 7 insertions(+), 7 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 3ea9fece6dab31a8dc8f1bf9badad9bb80149fbd (commit)
via 255dbfe65579d73fa35db376cf68726acc86fb02 (commit)
via 23c3aa37acd9eadcb7d7c740e1413ebf153dcc64 (commit)
via c3f72f63afde926dfc46827d6880055597515fb6 (commit)
via 2afffd5cf67ad84c4fd8e589798b8697b809ebc5 (commit)
via e289a2a86a845759fe1ac75365a6dc54ee9671d3 (commit)
via 8d878e8a283a3bfa59d4a0fc39baec406c86cc1e (commit)
from 57e8a1fee0316ca97b8fea83c3a5af94056c15fd (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=3ea9fece6dab31a8dc8f1bf9badad9bb…
commit 3ea9fece6dab31a8dc8f1bf9badad9bb80149fbd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 27 11:53:23 2016 +0200
cosmetic: bs11: also use ts_is_tch()
Use the recently added ts_is_tch() function instead of an explicit switch to
determine TCH pchan types. This is a cosmetic change since the bs11 does not
support dynamic channels (which was the main motivator behind ts_is_tch()).
Change-Id: Idf8ce51c76a83210fe3d70e18c51bbaffebb8ad5
http://cgit.osmocom.org/openbsc/commit/?id=255dbfe65579d73fa35db376cf68726a…
commit 255dbfe65579d73fa35db376cf68726acc86fb02
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Sep 25 15:07:01 2016 +0200
dyn TS: fix: e1_config.c: switch(pchan) for dyn TS
Add ts_is_tch() in gsm_data_shared.h/.c and use it to replace a switch on the
pchan in e1_config.c.
This patch is not due to an actual observed failure. A general grep for switch
on pchan turned up this instance that doesn't handle dyn TS properly. Hence
this patch is not actually tested with real equipment.
Change-Id: Ide4f156034bab77140d2d9a8c462d68ae6f0d6a6
http://cgit.osmocom.org/openbsc/commit/?id=23c3aa37acd9eadcb7d7c740e1413ebf…
commit 23c3aa37acd9eadcb7d7c740e1413ebf153dcc64
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Sep 25 15:15:59 2016 +0200
dyn TS: fix: abis_om2000: also handle dyn TS as TCH
Add ts2comb() to switch on dyn TS so that dyn TS in TCH mode are also treated
like normal TCH/H or TCH/F pchans. Use ts2comb() instead of pchan2comb().
Change-Id: Iddc51a4409488d91db59228ca66aaab73ce3f1df
http://cgit.osmocom.org/openbsc/commit/?id=c3f72f63afde926dfc46827d68800555…
commit c3f72f63afde926dfc46827d6880055597515fb6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Sep 25 15:33:02 2016 +0200
dyn TS: fix: ts_subslots() for TCH/F_PDCH in PDCH mode
In gsm_data_shared.c, add ts_pchan() to determine actual pchan type for dynamic
and non-dynamic TS.
Use in ts_subslots() to fix the value returned for TCH/F_PDCH in PDCH mode.
Adjust the assertion in channel_test.c accordingly.
Drop GSM_PCHAN_TCH_F_PDCH, which is now handled in ts_pchan().
Explicitly add GSM_PCHAN_PDCH as zero in subslots_per_pchan[] (cosmetic).
Adjust the comment in subslots_per_pchan[].
The fix for the number of subslots affects only one caller: bts_chan_load() in
chan_alloc.c. Before this, it would always include a TCH/F_PDCH in the
load_counter->total, now it is skipped when in PDCH mode. Whether this is the
way bts_chan_load() should handle dynamic TS is a separate discussion, so far
I'm only making sure that the two dyn TS kinds act in the same way:
TCH/F_TCH/H_PDCH is only counted when in TCH mode, and TCH/F_PDCH should match.
Change-Id: Icd6668667ad2be7ad20866ffd185bf3b8711ccd6
http://cgit.osmocom.org/openbsc/commit/?id=2afffd5cf67ad84c4fd8e589798b8697…
commit 2afffd5cf67ad84c4fd8e589798b8697b809ebc5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Sep 25 17:01:20 2016 +0200
Revert "bts: extend bts_chan_load to allow counting tch only"
This reverts commit 308cb0719dca3ba8eed1eff2a2124d44f34d9a28.
Problems in this commit:
openbsc/src/libbsc/chan_alloc.c:523: case GSM_PCHAN_TCH_F_PDCH:
This is actually wrong, GSM_PCHAN_TCH_F_PDCH use ts->flags, not ts->dyn below
(due to historical reasons and could be unified).
560: if (only_count_tch && !chan_is_tch(ts))
This has exactly one effect: it excludes GSM_PCHAN_TCH_F_PDCH when in PDCH
mode, because for all other PDCH (plain PDCH and TCH/F_TCH/H_PDCH in PDCH mode)
below ts_subslots() returns 0 and skips the for() loop. I consider this a bug
in TCH/F_PDCH, to be fixed in an upcoming commit.
I don't see why we need the only_count_tch argument, because this should
normally only count TCH, weren't it for the TCH/F_PDCH bug.
If dyn TS should be counted differently, we should do this in a different way.
Change-Id: I34dbbaf53a800115e3d03bd44028cad675f3b525
http://cgit.osmocom.org/openbsc/commit/?id=e289a2a86a845759fe1ac75365a6dc54…
commit e289a2a86a845759fe1ac75365a6dc54ee9671d3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Sep 25 15:58:01 2016 +0200
channel_test: test nr of subslots for dyn pchan, with error
Add test_dyn_ts_subslots() and call from main(). Update channel_test.ok.
This includes erratic assert to show a bug for TCH/F_PDCH in PDCH mode: the nr
of subslots should be the same as for a normal PDCH, i.e. zero. This will be
adjusted along with the fix in an upcoming commit.
Change-Id: I09685be3fb3ed1ead4577b772a9fbc31967980d1
http://cgit.osmocom.org/openbsc/commit/?id=8d878e8a283a3bfa59d4a0fc39baec40…
commit 8d878e8a283a3bfa59d4a0fc39baec406c86cc1e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Sep 25 15:47:36 2016 +0200
channel test: prepare to add another test function
Move the main() guts to test_request_chan(), so that I can add another test in
an upcoming commit.
Change-Id: I1349d0f416806416080d4667ad697f7db1ea252d
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/chan_alloc.h | 2 +-
openbsc/include/openbsc/gsm_data_shared.h | 1 +
openbsc/src/libbsc/abis_om2000.c | 18 +++++++++++--
openbsc/src/libbsc/bsc_ctrl_commands.c | 2 +-
openbsc/src/libbsc/bsc_vty.c | 2 +-
openbsc/src/libbsc/bts_siemens_bs11.c | 8 +-----
openbsc/src/libbsc/chan_alloc.c | 29 +++------------------
openbsc/src/libbsc/e1_config.c | 7 +-----
openbsc/src/libbsc/paging.c | 2 +-
openbsc/src/libcommon/gsm_data_shared.c | 42 ++++++++++++++++++++++++++-----
openbsc/tests/channel/channel_test.c | 42 ++++++++++++++++++++++++++++---
openbsc/tests/channel/channel_test.ok | 1 +
12 files changed, 102 insertions(+), 54 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, neels/sndcp_bisect_bad has been created
at 97991d56800fdc913e6fdf95cac68d598f66b498 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
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, neels/sndcp_bisect has been created
at 205e0d4421135485069fd39f1e4b89210bfed37d (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=205e0d4421135485069fd39f1e4b8921…
commit 205e0d4421135485069fd39f1e4b89210bfed37d
Author: Philipp <pmaier(a)sysmocom.de>
Date: Fri Sep 2 13:38:01 2016 +0200
SNDCP: add V.42bis data compression functionality
- Add compression control for V.42bis Add code to handle compression
(gprs_sndcp_dcomp.c/h)
- Add Adjustments in SNDCP
- Add VTY commands
Change-Id: I6d36cbdf2f5c5f83ca9ba57c70452f02b8582e7e
http://cgit.osmocom.org/openbsc/commit/?id=25cc3daa78482280c96e8cb744c6b147…
commit 25cc3daa78482280c96e8cb744c6b147741e02a1
Author: Philipp <pmaier(a)sysmocom.de>
Date: Fri Sep 2 13:32:38 2016 +0200
V.42bis: integration and unit test
- Edit previously committed V.42bis implementation to function
outside IAXmodem.
- Add unit test to verify the correct function of V.42bis
Change-Id: I689413f2541b6def0625ce6bd96f1f488f05f99d
Conflicts:
openbsc/include/openbsc/Makefile.am
openbsc/include/openbsc/debug.h
http://cgit.osmocom.org/openbsc/commit/?id=068483cc81130d23cbdd2e935aa68c5a…
commit 068483cc81130d23cbdd2e935aa68c5a8c2cd329
Author: Philipp <pmaier(a)sysmocom.de>
Date: Mon Aug 1 18:13:40 2016 +0200
V.42bis: add sourcecode from IAXmodem (SPANDSP)
V.42bis is a data compression method found in modems. It has also
been specified for GPRS as data compression algorithm.
The implementation has been taken from IAXmodem:
https://sourceforge.net/p/iaxmodem/code/HEAD/tree/
svn checkout svn://svn.code.sf.net/p/iaxmodem/code/ iaxmodem-code
Revision: r36
Change-Id: Iabedece9f97ca944a1e3f747bb073e532c4e9dca
http://cgit.osmocom.org/openbsc/commit/?id=97991d56800fdc913e6fdf95cac68d59…
commit 97991d56800fdc913e6fdf95cac68d598f66b498
Author: Philipp <pmaier(a)sysmocom.de>
Date: Fri Aug 26 17:00:21 2016 +0200
SNDCP: add RFC1144 header compression functionality
- Add module to handle compression entities
- Add module to control header compression
- Introduce VTY commands for heade compression configuration
- Add changes in sndcp and llc to integrate header compression
Change-Id: Ia00260dc09978844c2865957b4d43000b78b5e43
http://cgit.osmocom.org/openbsc/commit/?id=4b12e5f142bc368676ae091de5cbbbe9…
commit 4b12e5f142bc368676ae091de5cbbbe933be8d12
Author: Philipp <pmaier(a)sysmocom.de>
Date: Fri Aug 26 16:58:41 2016 +0200
RFC1144: integration and unit-test
The previously pushed slhc implementation has been modified to compile
and function outside of the kernel. Also debug log messages were added
and datatypes ware matched. The implementation is now ready to be used
Change-Id: I7a638e88a43b3eb9d006751a03ef2570e36613f0
http://cgit.osmocom.org/openbsc/commit/?id=6a1d3b3b1e9c640dbaa3df23def6848a…
commit 6a1d3b3b1e9c640dbaa3df23def6848a8dac5485
Author: Philipp <pmaier(a)sysmocom.de>
Date: Mon Aug 22 10:26:35 2016 +0200
RFC1144: add slhc code from linux kernel
SLHC is an Implementation of RFC1144 TCP/IP header compression. We will need
RFC1144 compression to compress GPRS TCP/IP traffic. The implementation pushed
with this commit was taken from:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
commit 29b4817d4018df78086157ea3a55c1d9424a7cfc
Change-Id: Ied69c143678dc4a64cecc671f5c4dfebe19d8519
http://cgit.osmocom.org/openbsc/commit/?id=1bbb2fb2dd155504cc985a9018c2c221…
commit 1bbb2fb2dd155504cc985a9018c2c2213704199d
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Aug 10 12:08:03 2016 +0200
SNDCP: add SNDCP-XID encoder/decoder and unit test
The SNDCP-XID (or layer-3 xid) is used to exchange layer-3 parameters
such as compression. The encoder encodes a bytestream that is then
sent as regular XID field from LLC.
We will need the SNDCP-XID to negotiate the parameters for our
upcomming GPRS data and header compression features
Change-Id: If2d63fe2550864cafef3156b1dc0629037c49c1e
http://cgit.osmocom.org/openbsc/commit/?id=79ef9aee911335bb128e8f1e9a62bdfc…
commit 79ef9aee911335bb128e8f1e9a62bdfc4d4c0f28
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Mon Aug 29 18:45:42 2016 +0200
bts: extend bts_chan_load to allow counting tch only
Change-Id: I86f1d502649747b6b9aefcb39081b14110e8f494
http://cgit.osmocom.org/openbsc/commit/?id=d1ee84c7065fc07464e9c6916941b79f…
commit d1ee84c7065fc07464e9c6916941b79fd28a226a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 27 19:28:40 2016 +0200
tmp log
Change-Id: Ie14d37b9a573e8eb748308665580103916d415a2
http://cgit.osmocom.org/openbsc/commit/?id=13ce4e7c12fa3f8a2dc9e4e7bdea1141…
commit 13ce4e7c12fa3f8a2dc9e4e7bdea11416c9b1ca3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 27 19:28:30 2016 +0200
sccp_sap_up: check for null UE, add len to msg log
Change-Id: I7cb4477cc088e17ddf20ff3d5c4e1d4b4cafee7e
http://cgit.osmocom.org/openbsc/commit/?id=84a14fce5b3f5d2696fcb51fc9310d68…
commit 84a14fce5b3f5d2696fcb51fc9310d683a9307b9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:00:16 2016 +0200
sgsn_ranap_iu_event: handle some events without valid MM context
Change-Id: Ia7e74087d56996104b6d3935b1cf12166ff67f3a
http://cgit.osmocom.org/openbsc/commit/?id=574cbbe876aff068e1134de6b70f711d…
commit 574cbbe876aff068e1134de6b70f711d30147bc1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Sep 19 18:30:49 2016 +0200
IuCS: store assigned rab_id in gsm_subscriber_connection
Change-Id: I7fda4304631fc24bbd1bebe911b8403a942fcf53
http://cgit.osmocom.org/openbsc/commit/?id=6d9daf418e7473e43921cb036ef67db8…
commit 6d9daf418e7473e43921cb036ef67db824fb208a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:28:35 2016 +0200
bridge calls via mgcpgw
Change-Id: Ie259e30bc532fe9817c96562022ac33443d5747a
http://cgit.osmocom.org/openbsc/commit/?id=0552a8775a585948f3796e45e751c11c…
commit 0552a8775a585948f3796e45e751c11c5a28dea6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:29:30 2016 +0200
also do call assignment for MT calls, upon Call Confirmed
Change-Id: I863fa73948f61aaffd7f4472f3abc3e44228e31f
http://cgit.osmocom.org/openbsc/commit/?id=a0de633e63733f9392e92844f25c48fb…
commit a0de633e63733f9392e92844f25c48fb29b1b172
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 13:39:07 2016 +0200
IuCS: implement msc_call_assignment() for IuCS
Send IuCS RAB Activation upon MNCC_CALL_PROC_REQ.
Implement function msc_call_assignment(): decide between sending A-iface BSSMAP
Assignment Request or IuCS RAB Assignment Request.
Implement iu_rab_act_cs() to send the IuCS RAB Assignment Request. The IP
address and port of the MGCPGW sent in the RAB Assignment are still hardcoded.
The A-interface extension is not implemented yet.
Declare ranap_new_msg_rab_assign_voice() to avoid including
ranap_msg_factory.h, which would require adding ASN1 CFLAGS to Makefile.am.
The mgcpgw_client as well as some more osmo-iuh functions are now linked from
libmsc, hence add some dummy stubs to libiudummy and db_test.c.
Change-Id: Iaae51d1fbbfc28fad1c0b85e161d53d80a420a19
http://cgit.osmocom.org/openbsc/commit/?id=84681a41d7e4b2f5ef7e5dc12a0878ce…
commit 84681a41d7e4b2f5ef7e5dc12a0878ceb83095ef
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:21:10 2016 +0200
cscn: add mgcpgw client (with dummy read cb so far)
Store the mgcpgw client data in struct gsm_network.
Initialize VTY and bind the client.
Change-Id: Ifc4efb1ca44fa34c29bf23b35addb54155296d68
http://cgit.osmocom.org/openbsc/commit/?id=f122e7c49bbf3c485b0ff200591e3b65…
commit f122e7c49bbf3c485b0ff200591e3b65d9dfb689
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 13:39:07 2016 +0200
libmgcp: add mgcpgw client API
Add an API to send MGCP messages to an MGCP GW, from the perspective of
an MSC instructing the GW to setup RTP streams.
The mgcp_protocol.h is mostly for the MGCP GW itself, other implementations
forward incoming MGCP messages. So a simpler approach for an MGCP GW client
is useful.
osmo-cscn is going to use this to route RTP streams (for 3G).
Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135
http://cgit.osmocom.org/openbsc/commit/?id=920375e5522997dded3a01e93bc587ef…
commit 920375e5522997dded3a01e93bc587ef9f9dde68
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 6 20:08:58 2016 +0200
IuCS: cosmetic prep for msc_call_assignment()
Rename gsm48_cc_tx_call_proc() to gsm48_cc_tx_call_proc_and_assign() to mark
the place where the A-interface will send a BSSAP Assignment Request / where
the IuCS-interface will send a RAB Assignment Request.
Add function msc_call_assignment() to decide between A-iface and IuCS
assignment, to be implemented in subsequent commit.
Change-Id: I0695e233d57d13658793b0e63bb7c3ff224909a0
http://cgit.osmocom.org/openbsc/commit/?id=9fb14a7485800ed492f5cb44e996f1cf…
commit 9fb14a7485800ed492f5cb44e996f1cfd570d951
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 17:52:32 2016 +0200
IuCS: send RANAP CommonID
Add libiu function to send a CommonID message down a UE connection,
iu_tx_common_id(); add also a corresponding stub to libiudummy for linking with
tests.
Add libmsc function msc_tx_common_id() to call the above. Add this mostly to
clearly indicate in msc_ifaces.h that libmsc is calling out of the MSC; also
to do conn->via_iface checking.
Call msc_tx_common_id() after ciphering is established, in
_gsm48_rx_mm_serv_req_sec_cb()'s GSM_SECURITY_SUCCEEDED case.
Change-Id: I576ddd5bbabfc989149debd2f8a9743db6d26043
http://cgit.osmocom.org/openbsc/commit/?id=05d9c765fe73e86517ba3acf23a92056…
commit 05d9c765fe73e86517ba3acf23a920563f1de163
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 31 15:40:18 2016 +0200
cosmetic: msc_handler, bsc_handler: drop extra whitespace
The extra ws made me not find these lines when grepping for 'dtap ='.
Change-Id: I45e5c9e7df4704546872aab15adf407298943435
http://cgit.osmocom.org/openbsc/commit/?id=46c93cf221c470d971a4a8485fa46836…
commit 46c93cf221c470d971a4a8485fa46836625b44d6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 2 08:34:57 2016 +0200
SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSN
http://cgit.osmocom.org/openbsc/commit/?id=86d0af6436b256a7c6deb3e592a0a9be…
commit 86d0af6436b256a7c6deb3e592a0a9be34df167d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Aug 18 01:06:18 2016 +0200
cscn: add cmdline error message
Change-Id: I30c13a604160268756b7413f1733f92300eb241b
http://cgit.osmocom.org/openbsc/commit/?id=aca1e104987196d663b44939ddd30ab1…
commit aca1e104987196d663b44939ddd30ab1f388666f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:21:55 2016 +0200
cosmetic: remove legacy comment from gsm0408_loc_upd_rej()
http://cgit.osmocom.org/openbsc/commit/?id=bc3f068bf8b2bf52e715caa3ea9b9f14…
commit bc3f068bf8b2bf52e715caa3ea9b9f1491540860
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:20:54 2016 +0200
cosmetic: make gsm0408_loc_upd_rej() static
http://cgit.osmocom.org/openbsc/commit/?id=74c436ae77bdabb039c9881da85f41cf…
commit 74c436ae77bdabb039c9881da85f41cfedc4612a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:18:03 2016 +0200
LU counters: count completion and failure, not messages sent
From a human admin viewpoint it doesn't make sense to count the messages sent:
When we use TMSIs, we first send a LU Accept with a new TMSI, and then expect
the MS to respond with a TMSI Realloc Complete message. When that fails to come
through, the LU actually ends in failure, even though a LU Accept was sent.
In 3G, if a UE sends an Iu Release during LU (e.g. user enables flight mode),
we cancel the LU without sending any reply at all, so nothing would be counted.
Instead, count Location Updating results, i.e. completion and failures.
http://cgit.osmocom.org/openbsc/commit/?id=7111a938c20b17faf652058d5da8f23e…
commit 7111a938c20b17faf652058d5da8f23eada838c8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:21:52 2016 +0200
remove handle_abisip_signal()
Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41
http://cgit.osmocom.org/openbsc/commit/?id=9053652c63a667a70a934c0e056d5679…
commit 9053652c63a667a70a934c0e056d56791cf87855
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 15:35:37 2016 +0200
gsm0408_clear_request(): actually free the released conn
By having conn->in_release == 1, calling msc_release_connection() has no
effect and thus never frees the conn. So, after all pending requests have
been discarded, also discard and free the unused connection.
http://cgit.osmocom.org/openbsc/commit/?id=6b77bde77d8dd1cf33cd475295e0344c…
commit 6b77bde77d8dd1cf33cd475295e0344c09685061
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:24:12 2016 +0200
add iu.h to gsm_subscriber.c
Change-Id: I398aaa4a7328a58fb0d563725f3bea26482929ef
http://cgit.osmocom.org/openbsc/commit/?id=6f957f60dd960ac697a809213cfa5481…
commit 6f957f60dd960ac697a809213cfa5481b585da0a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:39 2016 +0200
gsm_04_08.c: iu.h
Change-Id: I624612b5d5cd70770326347634aee2a42ba88945
http://cgit.osmocom.org/openbsc/commit/?id=e67c3d1761fe60646c32e36f7d002d49…
commit e67c3d1761fe60646c32e36f7d002d49babb0b8f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:09:47 2016 +0200
temporary dev: set debug log level almost everywhere
Change-Id: I0d5a36560e7edde27497de57e579f5b1d00eb525
http://cgit.osmocom.org/openbsc/commit/?id=9f4c17408bdf1f18c4a4d23a03c9a527…
commit 9f4c17408bdf1f18c4a4d23a03c9a5275bbe69c3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:26:47 2016 +0200
comment on mscsplit, indent comment
http://cgit.osmocom.org/openbsc/commit/?id=4a410ebea61ae16fb6c004b26dc6ed75…
commit 4a410ebea61ae16fb6c004b26dc6ed753a4c23ff
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:44:39 2016 +0200
move to libbsc: lchan_next_meas_rep() -- TODO really?
Change-Id: I4ea799c5fa61f81c404e6ef1b9ac86a8faa1fb49
http://cgit.osmocom.org/openbsc/commit/?id=b4384765b8ca20d97dbe3d0eb46a18eb…
commit b4384765b8ca20d97dbe3d0eb46a18eb4b6255e9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:59:16 2016 +0200
move to libbsc: gsm_bts_neighbor() -- TODO really?
Change-Id: I63d4835dc7aabdf176e0ca634a6a4ca527612693
http://cgit.osmocom.org/openbsc/commit/?id=505e4aef9fce3c664b7f3dccb721f0a6…
commit 505e4aef9fce3c664b7f3dccb721f0a65dfe7f83
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:21:58 2016 +0200
gsm0408_test: use NULL for root ctx -- TODO really?
http://cgit.osmocom.org/openbsc/commit/?id=1869da888c877af902c4b789458020e9…
commit 1869da888c877af902c4b789458020e995085ba3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:30:26 2016 +0200
gsm_04_08: remove apply_codec_restrictions() -- TODO really?
This function is wrongly placed on the MSC level.
Unfortunately I cannot remember the very plausible details that hwelte had
back in the days to argue for this change. (Refactoring an old commit that
fails to explain in more detail.)
Change-Id: I82623847e652a59a921d2fb142b77cf22420a746
http://cgit.osmocom.org/openbsc/commit/?id=f29b13db28449891a35c70e7d9b17e16…
commit f29b13db28449891a35c70e7d9b17e16ce9f3a87
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:14:33 2016 +0200
move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLIT
http://cgit.osmocom.org/openbsc/commit/?id=74aecc63901127b5a75eadedf8374c3c…
commit 74aecc63901127b5a75eadedf8374c3c49b837bf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:04:28 2016 +0200
include msc_ifaces.h in gsm_04_08.c
Change-Id: I11be1bdfe6993f89b34319e7d1526c729d6e0cde
http://cgit.osmocom.org/openbsc/commit/?id=3b8a6712f71f5d9fbe91d1ea5524ff3c…
commit 3b8a6712f71f5d9fbe91d1ea5524ff3c39146735
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:04:56 2016 +0200
complete IuCS paging implementation
Add paging timeout to struct gsm_subscriber. Previously, paging timeout was
implemented only on BSC level, where each request has its own timeout value.
The MSC will still send individual requests to BSC or RNC level, where they
timeout individually. However, the MSC must also have an own timeout to be sure
to discard stale pagings that the BSC or RNC never replied for.
Add handle_paging_resp(), copying the few libmsc relevant parts of
gsm48_handle_paging_resp().
http://cgit.osmocom.org/openbsc/commit/?id=cf63ce4059fbd8b869ff6b13eddb1278…
commit cf63ce4059fbd8b869ff6b13eddb12788376d411
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:57:25 2016 +0200
paging: add todo comments for paging and mscsplit
Change-Id: I7e72c9db2837ea5edf45f6037cb0288a264d492c
http://cgit.osmocom.org/openbsc/commit/?id=e340c8f04089ac52d1b43f2839a85d8a…
commit e340c8f04089ac52d1b43f2839a85d8adc63b9fd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 2 15:57:53 2016 +0200
paging: actually verify subscriber authorization
Before this, any paging response would be accepted by the CN, without
checking the database whether the subscriber is in fact authorized.
The probability that a subscriber would be able to take unauthorized action
is slim, nevertheless checking authorization status with the database should
happen before we accept a connection.
http://cgit.osmocom.org/openbsc/commit/?id=315b597cb2c0d70a8f2d4e382930dfbc…
commit 315b597cb2c0d70a8f2d4e382930dfbcffc8896f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 2 15:55:22 2016 +0200
paging: change subscr_paging_cb() into subscr_rx_paging_response()
Remove one layer of callback indirection in paging. When a paging response
arrives, we always want to first secure the connection, thus a fixed
subscr_rx_paging_response() function is more appropriate and avoids having
to store a cbfn. The actual actions to be taken upon successful paging are
of course still in callback functions stored with each subscriber.
Remove paging_request_stop() call from subscr_paging_dispatch(), which stops
paging on all BTSs, which is not the responsibility of libmsc.
Change-Id: Ic2c785c9cc48b2c2c6557cbe1060d25afa89e38d
http://cgit.osmocom.org/openbsc/commit/?id=066c3afe03cc2dd13876f3f109bb2ced…
commit 066c3afe03cc2dd13876f3f109bb2ced33c498e9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:55 2016 +0200
move subscr auth check to gsm_subscriber.c
add subscr_authorized(), subscr_authorized_imsi()
Change-Id: If2ef06b1229351127c61477ca14653d6ae4cb6bb
http://cgit.osmocom.org/openbsc/commit/?id=0a234a58838bb91d41c7196642160464…
commit 0a234a58838bb91d41c719664216046472546b47
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:11:25 2016 +0200
auth log
Change-Id: Icd9f8505388a06ee768d2176cb2b9187953098ef
http://cgit.osmocom.org/openbsc/commit/?id=50acdcc7cd6d924f4e21859058cae2b1…
commit 50acdcc7cd6d924f4e21859058cae2b162446cd9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:09:46 2016 +0200
iu auth wip
Change-Id: Icc2522252cf15c54f1a1ea5255314a0de8bfba03
http://cgit.osmocom.org/openbsc/commit/?id=2ef201fe095c62ccb80c16599354e5e7…
commit 2ef201fe095c62ccb80c16599354e5e74a7c02f4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:03:09 2016 +0200
Iu auth wip
Change-Id: I44effcca80dc6850178174dc957bcd5608b0ae14
http://cgit.osmocom.org/openbsc/commit/?id=cff4f9d604948213f00394e5f625c978…
commit cff4f9d604948213f00394e5f625c978577ccb90
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:21:32 2016 +0200
cosmetic prep: change int -> bool authorize_subscriber()
Upcoming function subscr_authorized() will flip this to bool, so separate
this change cosmetically.
Change-Id: Iba0184a71afa01141ef06c474cb554e79ad8f5d5
http://cgit.osmocom.org/openbsc/commit/?id=272798b22773d391bc01feffaddfd3af…
commit 272798b22773d391bc01feffaddfd3af96dd3d3d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:07:23 2016 +0200
subscr_request_channel() -> subscr_request_conn()
Change-Id: Ife8e10b240693a8d369139881774f1892044aa65
http://cgit.osmocom.org/openbsc/commit/?id=13b8124704b26f42a55421512272d381…
commit 13b8124704b26f42a55421512272d381dfcd00fe
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:13 2016 +0200
move subscr_request to gsm_subscriber.h
Change-Id: Idbbd39b0e068da17aafa97e315143509c69c50ea
http://cgit.osmocom.org/openbsc/commit/?id=183ac45372743d87a4ecc2eb77c98ff2…
commit 183ac45372743d87a4ecc2eb77c98ff214dc748b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:01:01 2016 +0200
add gsm_encr to subscr_conn
Change-Id: Id5797cd1f1bfa2cca2d3fbabc1981aa75546421b
http://cgit.osmocom.org/openbsc/commit/?id=4b7d89092a09a6ba1194ca7d68ccb915…
commit 4b7d89092a09a6ba1194ca7d68ccb915fe624a67
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:57:14 2016 +0200
osmo-nitb becomes osmo-cscn
Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b
http://cgit.osmocom.org/openbsc/commit/?id=14f5026aa2d2ae877ca416a11bb6bb3e…
commit 14f5026aa2d2ae877ca416a11bb6bb3e501e5b50
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 17:13:28 2016 +0200
remove unneccessary linking from some tests
The recent shifts and cuts have made some library linking for bsc, channel and
db tests unnecessary.
http://cgit.osmocom.org/openbsc/commit/?id=2c2f46465d2b9cd3838fee203c3c6f4e…
commit 2c2f46465d2b9cd3838fee203c3c6f4ef86abc1d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:46:23 2016 +0200
msc_release_connection(): don't call gsm0808_clear()
gsm0808_clear() is all about clearing lchans. To be able to link libmsc without
libbsc, don't call it directly.
Change-Id: I149146fc3cb99ef4a21ee2a798231bb070f398cd
http://cgit.osmocom.org/openbsc/commit/?id=272cb0ad738468bb67b530112b8774a3…
commit 272cb0ad738468bb67b530112b8774a3d1376da8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 21:44:32 2016 +0200
cut off libbsc paging, pending paging in libmsc
Temporarily disable all paging to be able to link libmsc without libbsc.
Skip the paging part of channel_test because the paging is now disabled.
In osmo-nitb, paging is done on BSC level and MSC level "at the same time".
When the new CSCN is fully operational, paging will be controlled separately on
the MSC level, and the BSC (RNC) level will be instructed over an IuCS or
A-interface to negotiate paging with the MS (UE). This MSC level paging does
not yet exist and will be added in subsequent commits.
Change-Id: I8b6920ddc54fc3f2876a59664e6722666d8a8a4a
http://cgit.osmocom.org/openbsc/commit/?id=17403d60fb878bbaf721c20d0fcafe4e…
commit 17403d60fb878bbaf721c20d0fcafe4e3b6c199a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 13:09:14 2016 +0200
libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)
In osmo-nitb, libmsc would directly call the functions on the BSC level, not
always via the bsc_api. When separating libmsc from libbsc, some functions are
missing from the linkage.
Hence duplicate these functions to libmsc, add an msc_ prefix for clarity, also
add a _tx to gsm0808_cipher_mode():
* add msc_gsm0808_tx_cipher_mode() (dummy/stub)
* add msc_gsm48_tx_mm_serv_ack()
* add msc_gsm48_tx_mm_serv_rej()
Call these from libmsc instead of
* gsm0808_cipher_mode()
* gsm48_tx_mm_serv_ack()
* gsm48_tx_mm_serv_rej()
Also add a comment relatd to msc_gsm0808_tx_cipher_mode() in two places.
Change-Id: I5b276853d3af71f5e3f0a031fd17b4fff0580020
http://cgit.osmocom.org/openbsc/commit/?id=f5bcde0efc166d633ebf36edc3010cc4…
commit f5bcde0efc166d633ebf36edc3010cc4479ce1aa
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 20:40:34 2016 +0200
Use new msc_tx_dtap() instead of gsm0808_submit_dtap()
Aim: msc_tx_dtap() shall redirect to IuCS or A interfaces depending on subscr
conn.
Change-Id: I30d961f16eb7b9c0ab9cc3f43198098d3f1a909f
http://cgit.osmocom.org/openbsc/commit/?id=88d61a232cdd6fe4fb1c2c7bf9c86a6e…
commit 88d61a232cdd6fe4fb1c2c7bf9c86a6eb1dd3677
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:41:08 2016 +0200
add libiudummy, to avoid linking Iu deps in tests
Change-Id: I4a66c4122011dbc87c6fcb336ab0461b86522c98
http://cgit.osmocom.org/openbsc/commit/?id=287ae7f98a743e05b4d28396e5c7da05…
commit 287ae7f98a743e05b4d28396e5c7da0572c86f90
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:59:02 2016 +0200
move to libxsc: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO move to libfilter instead?
Change-Id: I00ca0caf8224de029f53f4dedb1146e3cf7650ec
http://cgit.osmocom.org/openbsc/commit/?id=e1627a2f555082f397a5a457f5f8ab8b…
commit e1627a2f555082f397a5a457f5f8ab8b6dccabf6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:37:59 2016 +0200
msc_compl_l3(): publish in .h, tweak return value
Use new libmsc enum values for return val, to avoid dependency on libbsc
headers.
Make callable from other scopes: publish in osmo_msc.h and remove 'static' in
osmo_msc.c
Change-Id: If24007445899e9c75553a0dbf843ada3566b3380
http://cgit.osmocom.org/openbsc/commit/?id=91d291a8799ea51d2cba16dc88ecf219…
commit 91d291a8799ea51d2cba16dc88ecf219a765f190
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:58:46 2016 +0200
add cscn vty, remove nitb vty
Change-Id: I8f8980d6cfbf26f1b0e0197939833e55dbe521fb
http://cgit.osmocom.org/openbsc/commit/?id=02da797ee2e8bf4191a1a26f1b01b1e3…
commit 02da797ee2e8bf4191a1a26f1b01b1e3804ce125
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:56:06 2016 +0200
add iucs.[hc]
Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b
http://cgit.osmocom.org/openbsc/commit/?id=9053d88a4bd1920544cd72c55e38e0bc…
commit 9053d88a4bd1920544cd72c55e38e0bc39a310d8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:59:55 2016 +0200
add DIUCS debug log constant
Change-Id: Id347a3024fa495a1ab680db7320648d933a4018b
http://cgit.osmocom.org/openbsc/commit/?id=2b9f029334abbfedee15ff77759593d2…
commit 2b9f029334abbfedee15ff77759593d20733a84f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:16:45 2016 +0200
gsm0408_loc_upd_rej(): remove bts use (used only for debug log)
Change-Id: I3ac38f4b701ad8308470573260fa91a4b04c2f18
http://cgit.osmocom.org/openbsc/commit/?id=aecc06d1495ad0efe8e8be68b2fbf24a…
commit aecc06d1495ad0efe8e8be68b2fbf24a84b7f53e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:43 2016 +0200
gsm_04_08, gsm_subscriber: decouple lac from bts
The idea is to not have a direct pointer to a bts struct (into BSC land), but a
LAC to resolve the BSC or RNC depending on the appropriate A or IuCS interface.
subscr_update(): remove bts arg, add lac arg.
Pass conn->lac to gsm48_generate_lai() instead of bts->location_area_code.
Change-Id: I9f2b298a785bf4b2a1b3fcdd91b8256106b2d9de
http://cgit.osmocom.org/openbsc/commit/?id=0c27588e75c5a04793ca865806568b8d…
commit 0c27588e75c5a04793ca865806568b8d1278adc2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:35 2016 +0200
subscr_update_expire_lu(): remove bts arg
Change-Id: I26cafd9389aac65e53dc4280a1687c6b8bce3106
http://cgit.osmocom.org/openbsc/commit/?id=d90fad1323431b1c27e182692852352a…
commit d90fad1323431b1c27e182692852352aedbb8355
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:03:18 2016 +0200
move t3212 to network level (periodic lu)
Set the T3212 default value in struct gsm_network and take that value when
creating a BTS.
Adjust VTY accordingly.
Change-Id: Ifb730f9d0106fe195adc30459a39290a07313b50
http://cgit.osmocom.org/openbsc/commit/?id=ea2f3eb0609d9660824cccc6faf98beb…
commit ea2f3eb0609d9660824cccc6faf98beb1dfe5614
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:50 2016 +0200
libmsc: iucs dev: disable large parts of the code
Change-Id: I3ef6ca26150b6102a0fa22a88a60d9a442d640b4
http://cgit.osmocom.org/openbsc/commit/?id=fb779f1b3a1a2763bc6e8fdd1633d39b…
commit fb779f1b3a1a2763bc6e8fdd1633d39bb689e3a1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.
Add msc_ifaces.[hc], a_iface.c, with a general msc_tx_dtap() to redirect to
different interfaces depending on the actual subscriber connection.
While iu_tx() is going to be functional fairly soon, the a_tx() is going to be
just a dummy for some time (see comment).
Add via_iface marker to gsm_subscriber_connection with enum values IFACE_A and
IFACE_IU so far.
Add Iu specific fields in a sub-struct: the UE connection pointer and an
indicator for the Integrity Protection status on Iu (to be fully implemented in
later commits).
Add lac member to gsm_subscriber_connection, to allow decoupling from
bts->location_area_code. The conn->lac will actually be set in iu.c in an
upcoming commit ("add iucs.[hc]").
Change-Id: Idf8020a30562426e8f939706bf5c2188d5a09798
http://cgit.osmocom.org/openbsc/commit/?id=f6ff1ad7e86d86e0edb5489e4ba7d8f6…
commit f6ff1ad7e86d86e0edb5489e4ba7d8f65fef06ce
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:13:32 2016 +0200
don't use lchan in libmsc
Change-Id: Ic7ed7faa2bcc7aae799f41ed4abc2c001bfb61b7
http://cgit.osmocom.org/openbsc/commit/?id=cc80bbdc9a110a0dc20e747d8aa85988…
commit cc80bbdc9a110a0dc20e747d8aa8598871257061
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 17:06:42 2015 +0100
gsm_04_08.c: Don't set msg->lchan nor msg->dst
the BSC-side of the API behind gsm0808_submit_dtap() is doing
this resolving again anyway. So let's avoid doing it twice, and avoid
having more dependency of the MSC down into the lchan details.
Conflicts:
openbsc/src/libmsc/gsm_04_08.c
Change-Id: I14254be68ee1a48e9f1ce968233414d86c6ba9d5
http://cgit.osmocom.org/openbsc/commit/?id=70e087e5170286a74d2fe122d57e4ca0…
commit 70e087e5170286a74d2fe122d57e4ca003461024
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:00:23 2016 +0200
gsm_subscriber_connection: mark BSC specific items
The struct shall be split in two later.
Change-Id: Ib9666225fb9bfec2cf1e364343560571869fe6a7
http://cgit.osmocom.org/openbsc/commit/?id=8a84beb396b76ef0a34814fdc2fb38d5…
commit 8a84beb396b76ef0a34814fdc2fb38d59f534c88
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:56:42 2016 +0200
osmo-nitb: exit when MNCC socket init failed
http://cgit.osmocom.org/openbsc/commit/?id=26d7568cc5923f3bded14d06307c6d66…
commit 26d7568cc5923f3bded14d06307c6d660e18f451
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:12:00 2016 +0200
split bsc_bootstrap_network() in alloc and config
Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a
http://cgit.osmocom.org/openbsc/commit/?id=8aa3dbd6966ceb265dea4117b3d5e001…
commit 8aa3dbd6966ceb265dea4117b3d5e001e586b073
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 17:15:44 2016 +0200
split subscr_con_allocate()/_free() in bsc_ and msc_
Rename current subscr_con_allocate() and subscr_con_free to bsc_*,
and add two separate msc_subscr_con_allocate() and _free().
The msc_subscr_con_free() ignores all lchan members.
In libbsc use bsc_*, in libmsc use msc_*.
Change-Id: I3cf7c7cafdf4672ec7b26058bba8a77159855257
Future: there will be distinct subscr conns for libbsc and libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=4252217cd1de390f6c1107a17ef7d873…
commit 4252217cd1de390f6c1107a17ef7d87394418af1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 03:24:41 2016 +0200
move to libxsc: net timezone VTY config
Leave the timezone VTY output in libbsc's config_write_net(), until the BSC/MSC
separation of struct gsm_network is completed.
Change-Id: I9712b2e07b4f1ab8d2e4ad40a8d771e98ed25b20
http://cgit.osmocom.org/openbsc/commit/?id=9e4a1e537a1a835cbe67e51e2e0a7c22…
commit 9e4a1e537a1a835cbe67e51e2e0a7c228ca04a15
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:29:33 2016 +0200
Move timezone settings up to network level
Time zone used to be configurable per-BTS. In the upcoming MSC-split, no BTS
structures will be available on the MSC level. To simplify, drop the ability to
manage several time zones in a core network and place the time zone config on
the network VTY level, i.e. in gsm_network. If we are going to re-add fine
grained time zone settings, it should probably be tied to the LAC.
Adjust time zone VTY config code (to be moved to libxsc in subsequent commit).
Adjust time zone Ctrl Interface code.
Change-Id: I69848887d92990f3d6f969be80f6ef91f6bdbbe8
http://cgit.osmocom.org/openbsc/commit/?id=d2dfcf2926772533ebd448df2e62db90…
commit d2dfcf2926772533ebd448df2e62db90cf39de05
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:56:43 2016 +0200
reinvent connection_for_subscr() and move to libmsc
Implement connection_for_subscr() from a completely different angle: instead of
looking up lchans in bts structs, look up the subscriber in the global list of
gsm_subscriber_connection. static lchan_find() is thus obsoleted.
All callers of connection_for_subscr() live in libmsc, so move to libmsc.
The move and edit are done in a single commit since the old and new
implementation have nothing in common.
Future: osmo-cscn will use this, without bts being present.
Remove implementation of connection_for_subscr() from channel_test.c -- it is
possible that the abort() in there was intended for a regression test, but
actually it seems the implementation was merely added for linking reasons, and
the abort() added to guard against the NULL return value: no comment nor the
commit log indicate that the abort() is test critical; the addition was the
only change in channel_test.c for that commit; at the same time a
connection_for_subscr() call was added in libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=be6f4771e2fe44b752e5f713bc9953c0…
commit be6f4771e2fe44b752e5f713bc9953c005838f24
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:53:23 2016 +0200
bsc vty: rename show_net_cmd to bsc_show_net_cmd
Future: there will be an MSC-land show-net-cmd, so rename to something with
bsc in its name.
http://cgit.osmocom.org/openbsc/commit/?id=98f036f2dea491b3cfccc68759b7c6c3…
commit 98f036f2dea491b3cfccc68759b7c6c38b4261bb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:16:58 2016 +0200
move to libxsc: network VTY that isn't BSC-specific
Keep only BSC specific bits of the 'network' VTY node in bsc_vty.c, move more
general VTY commands to xsc_vty.c.
Add arg to xsc_vty_init() to pass a config_write_net() function. Pass a libbsc
specific config_write_net() function.
Future: upcoming omso-cscn will re-use the VTY bits moved to libxsc and pass a
different config_write_net() function.
Change-Id: I871b7b32a0c56fdce983e409cf244ec487d24e71
http://cgit.osmocom.org/openbsc/commit/?id=25d291b735f67699b6f3ff193465cda4…
commit 25d291b735f67699b6f3ff193465cda4b1bcec10
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:48:39 2016 +0200
move to libxsc: global vty gsm_network pointer
Move gsmnet_from_vty() and the bsc_gsmnet global to xsc_vty.c.
Rename bsc_gsmnet to vty_global_gsm_network and make it static to xsc_vty.c, to
clearly mark the global variable for VTY use only.
Introduce xsc_vty_init() to set vty_global_gsm_network.
Change-Id: I26c5c47de08f899b896813d09612d5cb2f8e42d6
http://cgit.osmocom.org/openbsc/commit/?id=e7a1f9707916804a27d0cf68cf8502f3…
commit e7a1f9707916804a27d0cf68cf8502f3a48ec3cb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 03:03:50 2016 +0200
tests: drop unused libmsc, unneeded duplicate libbsc linking
Because of libxsc, tests/gsm0408,subscr,trau no longer need libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=a7644ce66178799ff21589998e7f8551…
commit a7644ce66178799ff21589998e7f85511ed52231
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:27:32 2016 +0200
sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter
libbsc and libmsc will have separate subscriber connection structs. Hence don't
rely on gsm_subscriber_connection, but work on a direct pointer to the counter
for the next RP reference.
The only very thin function in gsm_04_11_helper.c thus becomes obsolete: drop
the entire file.
Change-Id: I2a2e9ba6a981a385d1f8f07acbe03536ffed0072
http://cgit.osmocom.org/openbsc/commit/?id=65e16e1d8f4b0e52071558331e31719a…
commit 65e16e1d8f4b0e52071558331e31719abfbb0283
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:30:17 2016 +0200
factor out & introduce struct gsm_encr, in xsc.h
Factor out encryption info from struct gsm_lchan as struct gsm_encr, placed in
xsc.h.
Change-Id: I94015fb9dd511c37c1e3058a0963c780b3f700ac
Future: this will be used by libmsc's subscriber connection, for osmo-cscn.
http://cgit.osmocom.org/openbsc/commit/?id=6ed57776cbaa0bbc8b83504a4531cfb9…
commit 6ed57776cbaa0bbc8b83504a4531cfb9de9e65ee
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:04:00 2016 +0200
fix build: osmo-bsc_nat: change linking order
Moving gsm48_create* to libxsc affected linking of osmo-bsc_nat, resulting
in an undefined reference to gsm48_extract_mi().
Fix the issue by placing libfilter.a left of libbsc.a.
http://cgit.osmocom.org/openbsc/commit/?id=cf79e0953b8ade074e793ad9fd9737f4…
commit cf79e0953b8ade074e793ad9fd9737f44e3913cc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
move to libxsc: factor out gen of USSD notify and release complete -- TODO subscr_conn
Both libmsc and libbsc need distinct gsm0480_send_ussdNotify() and
gsm0480_send_releaseComplete() functions to account for the distinct subscriber
connection structs.
The current functions live in libmsc, so add the same in libbsc in new file
gsm_04_80_utils.c.
To avoid too much code dup, move the message generation part of
gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() to new functions
gsm0480_gen_ussdNotify() and gsm0480_gen_releaseComplete(), placed in libxsc.
Change-Id: I33a84e3c28576ced91d2ea24103123431f551173
http://cgit.osmocom.org/openbsc/commit/?id=e2e0782b1e42d2cb104dd9a896c89dcf…
commit e2e0782b1e42d2cb104dd9a896c89dcf911ee6c7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:58:51 2016 +0200
move to libxsc: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()
Used by libbsc, libmsc as well as osmo-bsc and osmo-bsc_nat.
http://cgit.osmocom.org/openbsc/commit/?id=f55495a28aee2f033609ade8170011c9…
commit f55495a28aee2f033609ade8170011c943e55769
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:46:29 2016 +0200
move to libxsc: net init 3: actual move
Reincarnate gsm_network_init() as the parts not specific to libbsc.
Move from bsc_network_init() those bits that are not BSC specific (and useful
for upcoming osmo-cscn).
Add libxsc to all linkages that use gsm_network_init().
Note: the only requirement to allow linking gsm_network_init() without libbsc
is to keep the call to gsm_net_update_ctype() out of libxsc. The other items
are kept out of libxsc because it makes sense semantically. But the separation
is not strong in that the BSC specific data members are of course still
omnipresent in struct gsm_network. If bsc_network_init() is not called, these
are not initialized properly -- for now no users of uninitialized members
exist.
So this is just a first step towards a sensible split of the BSC and MSC
gsm_network structs. The long term aim should be to have entirely separate
structs with some common general items.
http://cgit.osmocom.org/openbsc/commit/?id=58a8c07ce64bff6ce72b4399fc924064…
commit 58a8c07ce64bff6ce72b4399fc9240648640ae9f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:57:04 2016 +0200
move to libxsc: net init 2: move bsc_network_init decl to osmo_bsc.h
bsc_network_init() is more fit to live in a BSC specific header.
Change-Id: I9edfb1e748bb1cb484fadd48b0406f5b3098e89b
http://cgit.osmocom.org/openbsc/commit/?id=127d04860074eb69ceac01252e91e9e6…
commit 127d04860074eb69ceac01252e91e9e6da948dd4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:45:26 2016 +0200
move to libxsc: net init 1: rename to bsc_network_init
The gsm_network_init() function initializes a whole lot of BSC specific stuff.
Aiming to move some of it to libxsc, first rename it to bsc_network_init().
This will retain the BSC specific stuff when the move is done.
Adjust all callers.
Future: osmo-cscn will call the more generic part and not the BSC specific
part.
Change-Id: I4816ae19374390fc5c64972f7cad2e9ec3d8bcc3
http://cgit.osmocom.org/openbsc/commit/?id=03582c6098f0c8792c224c27505fecbb…
commit 03582c6098f0c8792c224c27505fecbbb001f4a8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:28:25 2016 +0200
define mncc_recv_cb_t to avoid code dup
Put mncc_recv_cb_t in xsc.h to avoid header include complications: if placing
right above struct gsm_network, one must include gsm_data.h to use
mncc_recv_cb_t as function parameter in a header, which will include
gsm_data_shared.h, which will include xsc.h (future knowledge). Since I will
need to use mncc_recv_cb_t in xsc.h, including gsm_data.h from there would
introduce an #include loop. Avoid that and define mncc_recv_cb_t in xsc.h to
begin with.
Change-Id: I2e64cffa563750ce9f3172ffba6f9cf5b9280e9c
http://cgit.osmocom.org/openbsc/commit/?id=f91b603bb29cdb8c93eca35ca1223d72…
commit f91b603bb29cdb8c93eca35ca1223d72cb809968
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Add empty libxsc
This will gradually soak up code shared by libbsc and libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=b82deb4d16bd9ef2330fc66189daf29f…
commit b82deb4d16bd9ef2330fc66189daf29f35999659
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Sep 26 22:49:12 2016 +0200
log VTY telnet bind only once
After libosmocore 55dc2edc89c1a85187ef8aafc09f7d922383231f which outputs
'telnet at <ip> <port>' from telnet_init_dynif(), there's no need to log the
telnet VTY bind here anymore.
Change-Id: I97a730b28759df1d549a5049f47a3da1c16a3447
http://cgit.osmocom.org/openbsc/commit/?id=660f2ad54b254a95db670016bce1f7e9…
commit 660f2ad54b254a95db670016bce1f7e95600e416
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Sep 26 12:59:36 2016 +0200
vty_test_runner.py: raise exception when MSC socket connection fails
Instead of below error, raise an exception to describe what's happening.
Seen in a jenkins run on https://gerrit.osmocom.org/#/c/945/2:
ERROR: testBSCreload (__main__.TestVTYNAT)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./vty_test_runner.py", line 787, in testBSCreload
msc = nat_msc_test(self, ip, port)
File "./vty_test_runner.py", line 1251, in nat_msc_test
return conn
UnboundLocalError: local variable 'conn' referenced before assignment
Change-Id: Iae26e7345267a21aed0b108b089453832889c9fa
http://cgit.osmocom.org/openbsc/commit/?id=72c781a0d61e3d08660ec96037f5bb24…
commit 72c781a0d61e3d08660ec96037f5bb249c6c298b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Sep 26 03:18:32 2016 +0200
cosmetic: vty_test_runner.py: add comment for vim auto settings
Change-Id: I61a0476a0317b011432bb4f6f593cfdcaf1c072b
http://cgit.osmocom.org/openbsc/commit/?id=5822f3f2eab34edc4b4946a62d23febc…
commit 5822f3f2eab34edc4b4946a62d23febc4243b5b8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:09:47 2016 +0200
mscsplit: directly access gsm_network backpointer from gsm_subscriber_connection
The previous commit added a network backpointer to gsm_subscriber_connection.
Use it wherever it makes sense, to skip the step through the bts structure.
In some places, remove local variables that become unused.
Change-Id: I34537025986713291e14c8212a81539b497befd4
http://cgit.osmocom.org/openbsc/commit/?id=e88be14c3acdeb615ae1a2050a424de0…
commit e88be14c3acdeb615ae1a2050a424de0ceb50090
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 22:33:01 2016 +0200
mscsplit: add gsm_network backpointer to gsm_subscriber_connection
We want to be able to use a network backpointer without having to go through a
gsm_bts struct.
This commit adds the network pointer, the subsequent commit applies direct
access to the network structure from gsm_subscriber_connection.
Change-Id: If8870972f1b3e333c2a4cce97cdc95bdee0382a1
http://cgit.osmocom.org/openbsc/commit/?id=8e14b8a99b424a20b79430900fb3d5d3…
commit 8e14b8a99b424a20b79430900fb3d5d32152cd5b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:18:08 2016 +0200
mscsplit: abis vty: decouple from global bsc_gsmnet variable
Publish gsmnet_from_vty() in openbsc/vty.h and use in the abis VTY functions.
Change-Id: Ib65a18db06b8bc4fc7d56bf56dd64a52cc1cd253
http://cgit.osmocom.org/openbsc/commit/?id=95e556085f58c0592d4faace20927ed3…
commit 95e556085f58c0592d4faace20927ed3d957cce7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:40:19 2016 +0200
mscsplit: bsc_vty_init(): decouple from global bsc_gsmnet
Add an explicit gsm_network pointer instead of using the bsc_gsmnet global.
This allows passing a gsm_network struct from the main() scope, which helps to
decouple libmsc from libbsc.
Change-Id: I9e2c0d9c18d4cebb5efb71565ad84df2bc2e0251
http://cgit.osmocom.org/openbsc/commit/?id=1a7808838adaaea2cf7fb3ec6fae7796…
commit 1a7808838adaaea2cf7fb3ec6fae7796f37e0c1c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 13:53:47 2016 +0200
mscsplit: talloc_ctx_init(): decouple from global tall_bsc_ctx
Decouple the talloc context allocations from global tall_bsc_ctx pointer.
It appears that talloc_ctx_init() was intended for general use, since it is
located in libcommon. It is currently used only by osmo-nitb; but the upcoming
osmo-cscn will use it as well.
Instead of defining in osmo-nitb main file, add definition in gsm_data.h.
Change-Id: I168106599b788f586be0ff0af4699b9746c1b103
http://cgit.osmocom.org/openbsc/commit/?id=f42053f4691748ab08e9179fdc473131…
commit f42053f4691748ab08e9179fdc473131357d048c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 19:12:44 2016 +0200
mscsplit: gsm_network_init(): add explicit root talloc ctx
Decouple the root talloc context from libbsc's global talloc_bsc_ctx.
This allows to define the root talloc ctx from a main() scope, which in turn
helps decouple libmsc from libbsc.
Change-Id: I92f6b47b1eeea2e8f3fba66f25d7e708e5659f8a
http://cgit.osmocom.org/openbsc/commit/?id=0116815f01314817f49d22809bf86f01…
commit 0116815f01314817f49d22809bf86f01b350780e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:03:12 2016 +0200
mscsplit: move subscriber conns list into struct gsm_network
Replace the global sub_connections llist with gsm_network.subscr_conns.
Initialize and apply where applicable.
Remove bsc_api_sub_connections(), callers now access gsm_network->subscr_conns
directly.
This allows using the subscr_conns from libmsc without having to link libbsc.
Change-Id: Ice2a7ca04910bcfaaff22539abe68a6349e8631c
http://cgit.osmocom.org/openbsc/commit/?id=b243aac29d3a76852f80de1bd372a636…
commit b243aac29d3a76852f80de1bd372a6365fb951f9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 13:39:33 2016 +0200
mscsplit: bsc_init: don't pass telnet dummy conn
We want to create the telnet for VTY only after reading the config file, and
the dummy_conn was a workaround to be able to do so, but is not needed:
gsmnet_from_vty() used to expect vty->priv to point to a gsm_network struct,
but that is not actually the case anymore. It is using a static pointer to
store the gsm_network struct instead.
Change-Id: I51e7224c5a4cd5baf564bee871cf2fa6e885cda7
-----------------------------------------------------------------------
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, sysmocom/ipa_nano3G has been deleted
was e5c5fd80e1fa77fc766e43003c35947fe99a0840
-----------------------------------------------------------------------
e5c5fd80e1fa77fc766e43003c35947fe99a0840 hnbgw: vty conformance: rename iuh 'bind' command to 'local-ip'
-----------------------------------------------------------------------
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/ipa_nano3g has been deleted
was e5c5fd80e1fa77fc766e43003c35947fe99a0840
-----------------------------------------------------------------------
e5c5fd80e1fa77fc766e43003c35947fe99a0840 hnbgw: vty conformance: rename iuh 'bind' command to 'local-ip'
-----------------------------------------------------------------------
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/ipa_nano3G has been updated
discards e2e7969aad00f0401f8d720e9798bfcdc053d76b (commit)
discards 27c5a6a3ecdacbcf2ba9ce20bed3b103553d4da0 (commit)
discards aa3ac3460e511a8f3802467ca1c85d4ea9f2c918 (commit)
discards fbb1784dff11e8bdd7d943a55f06b94afaf07537 (commit)
discards 90a7d87c7859914c7dd62d8ac1cd86dd7fe35383 (commit)
discards 798ea087a1100f1dd0f7d45955f448e3ddae0ab8 (commit)
discards 2bf77d4326221470891660cc5cd56d7dbeaf4bcc (commit)
discards c8b4a9e0531b802aa97c5e9fc2c38fa047abe1f4 (commit)
discards 3a422ea1a51856ea4eb23f789a23bad51d22f010 (commit)
discards 49b02ff1f6c8310b6c590439c9929dce256ceb82 (commit)
discards 91e95e56af4ceebb356259d95d292106196098a9 (commit)
discards 3f2cbce3b5254d7c45b9747d780f761a9a0cad61 (commit)
discards 611da8766a096064dee126fd52281a51cde46be7 (commit)
discards af72046c1c738f078988583e83124666252d89c4 (commit)
discards c81398023a86a64548199332e1a5c07765fc9ecb (commit)
discards 562bd57f2d658e6885acd8ff2e4485838b3e24a9 (commit)
discards e228ecc58ca180151a8596e728cf4227166c03ae (commit)
discards 4a696614aca0493ee6914f073bc328d8b924731e (commit)
discards 57a53f60b1f011061689157d1afde0c9b48e87c1 (commit)
discards 97ddaf9a797d83ddd0fec217c052684d2d4dce38 (commit)
discards 4e5efc33f76bcdddd6be5dd38b6ded24b948fe0a (commit)
discards 77d64765e2885da365b282f584ca26614dd101af (commit)
discards 521561dc29d1961f8cfb61b43ffc38e135c387cd (commit)
discards a7715446e2daf4a827be733d1397f8c4763de49b (commit)
discards 8dd046e8602b99540b0eea6c1cff64a3df826981 (commit)
discards 8178490a8777e7f88aee5c7013ae3faa8b986b94 (commit)
discards adc436d50301f8a89ab0ebdd58bf4f78d1558add (commit)
discards 0d6ab6d5c85b9b946098f492db079e178ce7b003 (commit)
discards 45e410346a6ba6bb7f5e1703482fb1fd81f842a3 (commit)
discards 8407f8bc53a4cef1c8af819c879b0483b377a4f3 (commit)
discards 1b499c2d3b44a441ebaece9bb182e944a5a75ffa (commit)
discards bc5171eb5aee2cdd59e19b96ad232a42875ac531 (commit)
discards ef709ff7c2fa08642a79735466a6e2c3c79aac3d (commit)
discards 37df7e2db0c7d25f01ab01fea8b9d14db3b3445a (commit)
discards 2b7478a557a49334605aebd70c932b4f716ca17c (commit)
discards 3887da3b3cea3018959e019cbc0e181b750f7b03 (commit)
discards 6132e24f49b511cb680e8aa1986d11d7d71bed0d (commit)
discards 6ebfdc2e106153c6708d6f1f923c93d8cc2f8f21 (commit)
discards d8c6b740f4cb8b0856fc0fede14c3598eda8dcfe (commit)
discards 857b7cf3f4cc42d84c76ec2b78851bd8b68b13c4 (commit)
discards 9af88683de0fab9d6b9fcdc92c95605031a19a6f (commit)
discards 83ebfbf81739a4935ced009805fbc30d8b4b10e4 (commit)
discards d9ab2846a9705bd4a29827de23fbe27c47c39658 (commit)
via 102ed77e45d3146bf9f0d293819df8c4fe6e37d7 (commit)
via 7d3ca8e5eda66f7228065ae508a9658477ee0543 (commit)
via dafc7610c2aa10ede956e03bf7d7e6c69b0bc44d (commit)
via f39ec3ce13c377794e6d0e39610f1d505eb0d817 (commit)
via 0fdb5c0385749ecd278d3703b10c481a83b589ac (commit)
via 74e3f5781b70d40ba4729c44c8d7bbc33b1a4d55 (commit)
via a0bd950fa8ed97408d5ad2c2386eab9644a5b289 (commit)
via 18d1c11abb5fad08ae417630788a93a09ed1910a (commit)
via e09b2ca827412655ef8ea2fc4ccc7f398b9b1947 (commit)
via 92087fcedccd659a97aa043e496ab005bca6376b (commit)
via c1fa7ac446c18d13b461fcf7edf55c453b00be24 (commit)
via dad5fd1d64139ec794b4f6e5b2c1afb59e453836 (commit)
via 17a884b31adc589211484212ef6e14f0a4cfdea5 (commit)
via fa1fe8d7ee7e04a036db4ba0eb89378fd6f81b41 (commit)
via eca1867a993c9413434901add27eb0939edf87d8 (commit)
via d6482dbd98c42b6bdb5eda4189eb17e8093cc864 (commit)
via 62e016ae6fb362f13ef6e7299c557332f4e8e5fd (commit)
via 949501480946114d10ed7a9ede678ea259e00518 (commit)
via 82317255dd061d471b2e027e67f47db260d7e5e4 (commit)
via a3555787c2d5cc6775c5d3f5bbf65f83af4a1ac5 (commit)
via cbe96a617be94c71ee72340ed6675b2cb02c1880 (commit)
via dc7373e35373659d1e7fe30fcf45a8cad5bd4b5c (commit)
via 80795d0467b878ddc6d9fd5f2cf1c72587ca29fc (commit)
via 40d094d6d0d958895d13d51829213e19f1b4f94b (commit)
via 9223e3af443de9f4e8ab26a313e730e0b59bb75b (commit)
via f32e5fb159ebdf002d2fe9ee81f8a55cc829e7db (commit)
via 2818d2cb985771d4882062249342f14ee663d5f7 (commit)
via ad4b7e24e63f4bd24cdd73cb45341bf179fc31d7 (commit)
via c100397235e88c7847b86ca401caf8b1cb6a8122 (commit)
via 852496b677792c681f65bb5fdd9221430d6a90e4 (commit)
via 562a29ed0023f4ae12a58e7ceac701c501901cdb (commit)
via 7e7642334a09d3a53865b5afcf70d41014efec46 (commit)
via d64f978cf4140d2c843222e41324e7f60cc90104 (commit)
via 8317a570932e4c2f1bc8504edcdea17d35f7d0ea (commit)
via d87cc2ed6c8de91a7e61b6a95f0b7cb9ef4101bf (commit)
via a35a0573211ac78a523070b04a7c40ad28aa5d78 (commit)
via 8d8e892b16c6d5ca9edaf23fa32c987f46c8739d (commit)
via 3fe2b9966866528fd04d10d399e76d9e5be57ed1 (commit)
via 9c25cf67be3cf11bd6f8ea0e7046b51d728cf73c (commit)
via 31af967ab9aa2787783afbf3165ffee326edbc2b (commit)
via 2b593d651072d4cf048f59620386ebe65026a7ff (commit)
via 24f3171cffbdc24eaeebdf0801b333c0ee066565 (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 (e2e7969aad00f0401f8d720e9798bfcdc053d76b)
\
N -- N -- N (102ed77e45d3146bf9f0d293819df8c4fe6e37d7)
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=102ed77e45d3146bf9f0d293819df8c4…
commit 102ed77e45d3146bf9f0d293819df8c4fe6e37d7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Sep 26 02:24:53 2016 +0200
CID 148863
Change-Id: I4c5d9ff7dcf1532bbfce137c552ccd768412b17b
http://cgit.osmocom.org/openbsc/commit/?id=7d3ca8e5eda66f7228065ae508a96584…
commit 7d3ca8e5eda66f7228065ae508a9658477ee0543
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 25 15:40:54 2016 +0200
RAB Assignment: IuPS + IuCS: use shorter 32 bit IP address format
This is needed for the ip.access nano3G femto cell.
Change-Id: I80fe96505c24cf8730e48f24a34004a51e95ee32
http://cgit.osmocom.org/openbsc/commit/?id=dafc7610c2aa10ede956e03bf7d7e6c6…
commit dafc7610c2aa10ede956e03bf7d7e6c69b0bc44d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:00:16 2016 +0200
sgsn_ranap_iu_event: handle some events without valid MM context
Change-Id: Ia7e74087d56996104b6d3935b1cf12166ff67f3a
http://cgit.osmocom.org/openbsc/commit/?id=f39ec3ce13c377794e6d0e39610f1d50…
commit f39ec3ce13c377794e6d0e39610f1d505eb0d817
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Sep 19 18:30:49 2016 +0200
IuCS: store assigned rab_id in gsm_subscriber_connection
Change-Id: I7fda4304631fc24bbd1bebe911b8403a942fcf53
http://cgit.osmocom.org/openbsc/commit/?id=0fdb5c0385749ecd278d3703b10c481a…
commit 0fdb5c0385749ecd278d3703b10c481a83b589ac
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:28:35 2016 +0200
bridge calls via mgcpgw
Change-Id: Ie259e30bc532fe9817c96562022ac33443d5747a
http://cgit.osmocom.org/openbsc/commit/?id=74e3f5781b70d40ba4729c44c8d7bbc3…
commit 74e3f5781b70d40ba4729c44c8d7bbc33b1a4d55
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:29:30 2016 +0200
also do call assignment for MT calls, upon Call Confirmed
Change-Id: I863fa73948f61aaffd7f4472f3abc3e44228e31f
http://cgit.osmocom.org/openbsc/commit/?id=a0bd950fa8ed97408d5ad2c2386eab96…
commit a0bd950fa8ed97408d5ad2c2386eab9644a5b289
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 13:39:07 2016 +0200
IuCS: implement msc_call_assignment() for IuCS
Send IuCS RAB Activation upon MNCC_CALL_PROC_REQ.
Implement function msc_call_assignment(): decide between sending A-iface BSSMAP
Assignment Request or IuCS RAB Assignment Request.
Implement iu_rab_act_cs() to send the IuCS RAB Assignment Request. The IP
address and port of the MGCPGW sent in the RAB Assignment are still hardcoded.
The A-interface extension is not implemented yet.
Declare ranap_new_msg_rab_assign_voice() to avoid including
ranap_msg_factory.h, which would require adding ASN1 CFLAGS to Makefile.am.
The mgcpgw_client as well as some more osmo-iuh functions are now linked from
libmsc, hence add some dummy stubs to libiudummy and db_test.c.
Change-Id: Iaae51d1fbbfc28fad1c0b85e161d53d80a420a19
http://cgit.osmocom.org/openbsc/commit/?id=18d1c11abb5fad08ae417630788a93a0…
commit 18d1c11abb5fad08ae417630788a93a09ed1910a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:21:10 2016 +0200
cscn: add mgcpgw client (with dummy read cb so far)
Store the mgcpgw client data in struct gsm_network.
Initialize VTY and bind the client.
Change-Id: Ifc4efb1ca44fa34c29bf23b35addb54155296d68
http://cgit.osmocom.org/openbsc/commit/?id=e09b2ca827412655ef8ea2fc4ccc7f39…
commit e09b2ca827412655ef8ea2fc4ccc7f398b9b1947
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 13:39:07 2016 +0200
libmgcp: add mgcpgw client API
Add an API to send MGCP messages to an MGCP GW, from the perspective of
an MSC instructing the GW to setup RTP streams.
The mgcp_protocol.h is mostly for the MGCP GW itself, other implementations
forward incoming MGCP messages. So a simpler approach for an MGCP GW client
is useful.
osmo-cscn is going to use this to route RTP streams (for 3G).
Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135
http://cgit.osmocom.org/openbsc/commit/?id=92087fcedccd659a97aa043e496ab005…
commit 92087fcedccd659a97aa043e496ab005bca6376b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 6 20:08:58 2016 +0200
IuCS: cosmetic prep for msc_call_assignment()
Rename gsm48_cc_tx_call_proc() to gsm48_cc_tx_call_proc_and_assign() to mark
the place where the A-interface will send a BSSAP Assignment Request / where
the IuCS-interface will send a RAB Assignment Request.
Add function msc_call_assignment() to decide between A-iface and IuCS
assignment, to be implemented in subsequent commit.
Change-Id: I0695e233d57d13658793b0e63bb7c3ff224909a0
http://cgit.osmocom.org/openbsc/commit/?id=c1fa7ac446c18d13b461fcf7edf55c45…
commit c1fa7ac446c18d13b461fcf7edf55c453b00be24
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 17:52:32 2016 +0200
IuCS: send RANAP CommonID
Add libiu function to send a CommonID message down a UE connection,
iu_tx_common_id(); add also a corresponding stub to libiudummy for linking with
tests.
Add libmsc function msc_tx_common_id() to call the above. Add this mostly to
clearly indicate in msc_ifaces.h that libmsc is calling out of the MSC; also
to do conn->via_iface checking.
Call msc_tx_common_id() after ciphering is established, in
_gsm48_rx_mm_serv_req_sec_cb()'s GSM_SECURITY_SUCCEEDED case.
Change-Id: I576ddd5bbabfc989149debd2f8a9743db6d26043
http://cgit.osmocom.org/openbsc/commit/?id=dad5fd1d64139ec794b4f6e5b2c1afb5…
commit dad5fd1d64139ec794b4f6e5b2c1afb59e453836
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 31 15:40:18 2016 +0200
cosmetic: msc_handler, bsc_handler: drop extra whitespace
The extra ws made me not find these lines when grepping for 'dtap ='.
Change-Id: I45e5c9e7df4704546872aab15adf407298943435
http://cgit.osmocom.org/openbsc/commit/?id=17a884b31adc589211484212ef6e14f0…
commit 17a884b31adc589211484212ef6e14f0a4cfdea5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 2 08:34:57 2016 +0200
SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSN
http://cgit.osmocom.org/openbsc/commit/?id=fa1fe8d7ee7e04a036db4ba0eb89378f…
commit fa1fe8d7ee7e04a036db4ba0eb89378fd6f81b41
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Aug 18 01:06:18 2016 +0200
cscn: add cmdline error message
Change-Id: I30c13a604160268756b7413f1733f92300eb241b
http://cgit.osmocom.org/openbsc/commit/?id=eca1867a993c9413434901add27eb093…
commit eca1867a993c9413434901add27eb0939edf87d8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:21:55 2016 +0200
cosmetic: remove legacy comment from gsm0408_loc_upd_rej()
http://cgit.osmocom.org/openbsc/commit/?id=d6482dbd98c42b6bdb5eda4189eb17e8…
commit d6482dbd98c42b6bdb5eda4189eb17e8093cc864
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:20:54 2016 +0200
cosmetic: make gsm0408_loc_upd_rej() static
http://cgit.osmocom.org/openbsc/commit/?id=62e016ae6fb362f13ef6e7299c557332…
commit 62e016ae6fb362f13ef6e7299c557332f4e8e5fd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:18:03 2016 +0200
LU counters: count completion and failure, not messages sent
From a human admin viewpoint it doesn't make sense to count the messages sent:
When we use TMSIs, we first send a LU Accept with a new TMSI, and then expect
the MS to respond with a TMSI Realloc Complete message. When that fails to come
through, the LU actually ends in failure, even though a LU Accept was sent.
In 3G, if a UE sends an Iu Release during LU (e.g. user enables flight mode),
we cancel the LU without sending any reply at all, so nothing would be counted.
Instead, count Location Updating results, i.e. completion and failures.
http://cgit.osmocom.org/openbsc/commit/?id=949501480946114d10ed7a9ede678ea2…
commit 949501480946114d10ed7a9ede678ea259e00518
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:21:52 2016 +0200
remove handle_abisip_signal()
Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41
http://cgit.osmocom.org/openbsc/commit/?id=82317255dd061d471b2e027e67f47db2…
commit 82317255dd061d471b2e027e67f47db260d7e5e4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 15:35:37 2016 +0200
gsm0408_clear_request(): actually free the released conn
By having conn->in_release == 1, calling msc_release_connection() has no
effect and thus never frees the conn. So, after all pending requests have
been discarded, also discard and free the unused connection.
http://cgit.osmocom.org/openbsc/commit/?id=a3555787c2d5cc6775c5d3f5bbf65f83…
commit a3555787c2d5cc6775c5d3f5bbf65f83af4a1ac5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:24:12 2016 +0200
add iu.h to gsm_subscriber.c
Change-Id: I398aaa4a7328a58fb0d563725f3bea26482929ef
http://cgit.osmocom.org/openbsc/commit/?id=cbe96a617be94c71ee72340ed6675b2c…
commit cbe96a617be94c71ee72340ed6675b2cb02c1880
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:39 2016 +0200
gsm_04_08.c: iu.h
Change-Id: I624612b5d5cd70770326347634aee2a42ba88945
http://cgit.osmocom.org/openbsc/commit/?id=dc7373e35373659d1e7fe30fcf45a8ca…
commit dc7373e35373659d1e7fe30fcf45a8cad5bd4b5c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:09:47 2016 +0200
temporary dev: set debug log level almost everywhere
Change-Id: I0d5a36560e7edde27497de57e579f5b1d00eb525
http://cgit.osmocom.org/openbsc/commit/?id=80795d0467b878ddc6d9fd5f2cf1c725…
commit 80795d0467b878ddc6d9fd5f2cf1c72587ca29fc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:26:47 2016 +0200
comment on mscsplit, indent comment
http://cgit.osmocom.org/openbsc/commit/?id=40d094d6d0d958895d13d51829213e19…
commit 40d094d6d0d958895d13d51829213e19f1b4f94b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:44:39 2016 +0200
move to libbsc: lchan_next_meas_rep() -- TODO really?
Change-Id: I4ea799c5fa61f81c404e6ef1b9ac86a8faa1fb49
http://cgit.osmocom.org/openbsc/commit/?id=9223e3af443de9f4e8ab26a313e730e0…
commit 9223e3af443de9f4e8ab26a313e730e0b59bb75b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:59:16 2016 +0200
move to libbsc: gsm_bts_neighbor() -- TODO really?
Change-Id: I63d4835dc7aabdf176e0ca634a6a4ca527612693
http://cgit.osmocom.org/openbsc/commit/?id=f32e5fb159ebdf002d2fe9ee81f8a55c…
commit f32e5fb159ebdf002d2fe9ee81f8a55cc829e7db
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:21:58 2016 +0200
gsm0408_test: use NULL for root ctx -- TODO really?
http://cgit.osmocom.org/openbsc/commit/?id=2818d2cb985771d4882062249342f14e…
commit 2818d2cb985771d4882062249342f14ee663d5f7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:30:26 2016 +0200
gsm_04_08: remove apply_codec_restrictions() -- TODO really?
This function is wrongly placed on the MSC level.
Unfortunately I cannot remember the very plausible details that hwelte had
back in the days to argue for this change. (Refactoring an old commit that
fails to explain in more detail.)
Change-Id: I82623847e652a59a921d2fb142b77cf22420a746
http://cgit.osmocom.org/openbsc/commit/?id=ad4b7e24e63f4bd24cdd73cb45341bf1…
commit ad4b7e24e63f4bd24cdd73cb45341bf179fc31d7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:14:33 2016 +0200
move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLIT
http://cgit.osmocom.org/openbsc/commit/?id=c100397235e88c7847b86ca401caf8b1…
commit c100397235e88c7847b86ca401caf8b1cb6a8122
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:04:28 2016 +0200
include msc_ifaces.h in gsm_04_08.c
Change-Id: I11be1bdfe6993f89b34319e7d1526c729d6e0cde
http://cgit.osmocom.org/openbsc/commit/?id=852496b677792c681f65bb5fdd922143…
commit 852496b677792c681f65bb5fdd9221430d6a90e4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:04:56 2016 +0200
complete IuCS paging implementation
Add paging timeout to struct gsm_subscriber. Previously, paging timeout was
implemented only on BSC level, where each request has its own timeout value.
The MSC will still send individual requests to BSC or RNC level, where they
timeout individually. However, the MSC must also have an own timeout to be sure
to discard stale pagings that the BSC or RNC never replied for.
Add handle_paging_resp(), copying the few libmsc relevant parts of
gsm48_handle_paging_resp().
http://cgit.osmocom.org/openbsc/commit/?id=562a29ed0023f4ae12a58e7ceac701c5…
commit 562a29ed0023f4ae12a58e7ceac701c501901cdb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:57:25 2016 +0200
paging: add todo comments for paging and mscsplit
Change-Id: I7e72c9db2837ea5edf45f6037cb0288a264d492c
http://cgit.osmocom.org/openbsc/commit/?id=7e7642334a09d3a53865b5afcf70d410…
commit 7e7642334a09d3a53865b5afcf70d41014efec46
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 2 15:57:53 2016 +0200
paging: actually verify subscriber authorization
Before this, any paging response would be accepted by the CN, without
checking the database whether the subscriber is in fact authorized.
The probability that a subscriber would be able to take unauthorized action
is slim, nevertheless checking authorization status with the database should
happen before we accept a connection.
http://cgit.osmocom.org/openbsc/commit/?id=d64f978cf4140d2c843222e41324e7f6…
commit d64f978cf4140d2c843222e41324e7f60cc90104
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 2 15:55:22 2016 +0200
paging: change subscr_paging_cb() into subscr_rx_paging_response()
Remove one layer of callback indirection in paging. When a paging response
arrives, we always want to first secure the connection, thus a fixed
subscr_rx_paging_response() function is more appropriate and avoids having
to store a cbfn. The actual actions to be taken upon successful paging are
of course still in callback functions stored with each subscriber.
Remove paging_request_stop() call from subscr_paging_dispatch(), which stops
paging on all BTSs, which is not the responsibility of libmsc.
Change-Id: Ic2c785c9cc48b2c2c6557cbe1060d25afa89e38d
http://cgit.osmocom.org/openbsc/commit/?id=8317a570932e4c2f1bc8504edcdea17d…
commit 8317a570932e4c2f1bc8504edcdea17d35f7d0ea
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:55 2016 +0200
move subscr auth check to gsm_subscriber.c
add subscr_authorized(), subscr_authorized_imsi()
Change-Id: If2ef06b1229351127c61477ca14653d6ae4cb6bb
http://cgit.osmocom.org/openbsc/commit/?id=d87cc2ed6c8de91a7e61b6a95f0b7cb9…
commit d87cc2ed6c8de91a7e61b6a95f0b7cb9ef4101bf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:11:25 2016 +0200
auth log
Change-Id: Icd9f8505388a06ee768d2176cb2b9187953098ef
http://cgit.osmocom.org/openbsc/commit/?id=a35a0573211ac78a523070b04a7c40ad…
commit a35a0573211ac78a523070b04a7c40ad28aa5d78
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:09:46 2016 +0200
iu auth wip
Change-Id: Icc2522252cf15c54f1a1ea5255314a0de8bfba03
http://cgit.osmocom.org/openbsc/commit/?id=8d8e892b16c6d5ca9edaf23fa32c987f…
commit 8d8e892b16c6d5ca9edaf23fa32c987f46c8739d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:03:09 2016 +0200
Iu auth wip
Change-Id: I44effcca80dc6850178174dc957bcd5608b0ae14
http://cgit.osmocom.org/openbsc/commit/?id=3fe2b9966866528fd04d10d399e76d9e…
commit 3fe2b9966866528fd04d10d399e76d9e5be57ed1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:21:32 2016 +0200
cosmetic prep: change int -> bool authorize_subscriber()
Upcoming function subscr_authorized() will flip this to bool, so separate
this change cosmetically.
Change-Id: Iba0184a71afa01141ef06c474cb554e79ad8f5d5
http://cgit.osmocom.org/openbsc/commit/?id=9c25cf67be3cf11bd6f8ea0e7046b51d…
commit 9c25cf67be3cf11bd6f8ea0e7046b51d728cf73c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:07:23 2016 +0200
subscr_request_channel() -> subscr_request_conn()
Change-Id: Ife8e10b240693a8d369139881774f1892044aa65
http://cgit.osmocom.org/openbsc/commit/?id=31af967ab9aa2787783afbf3165ffee3…
commit 31af967ab9aa2787783afbf3165ffee326edbc2b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:13 2016 +0200
move subscr_request to gsm_subscriber.h
Change-Id: Idbbd39b0e068da17aafa97e315143509c69c50ea
http://cgit.osmocom.org/openbsc/commit/?id=2b593d651072d4cf048f59620386ebe6…
commit 2b593d651072d4cf048f59620386ebe65026a7ff
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:01:01 2016 +0200
add gsm_encr to subscr_conn
Change-Id: Id5797cd1f1bfa2cca2d3fbabc1981aa75546421b
http://cgit.osmocom.org/openbsc/commit/?id=24f3171cffbdc24eaeebdf0801b333c0…
commit 24f3171cffbdc24eaeebdf0801b333c0ee066565
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:57:14 2016 +0200
osmo-nitb becomes osmo-cscn
Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b
-----------------------------------------------------------------------
Summary of changes:
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 network interface library".
The branch, sysmocom/sctp has been updated
discards d484b0593112222cef3f106da654df07c3d40919 (commit)
via b830719b392dc96fd7987fb3dfba31a92a6fa38b (commit)
via cd7e778f966a1631d68e581e45810e0e813fd6c6 (commit)
via f468e720ad7f564ca9e8d4c02848026fa1100e3d (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 (d484b0593112222cef3f106da654df07c3d40919)
\
N -- N -- N (b830719b392dc96fd7987fb3dfba31a92a6fa38b)
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-netif/commit/?id=b830719b392dc96fd7987fb3df…
commit b830719b392dc96fd7987fb3dfba31a92a6fa38b
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed Jan 6 16:41:44 2016 +0100
stream.c: Handle SCTP in osmo_stream_srv_recv()
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
tests/osmux/osmux_test.c | 10 ++++++++++
2 files changed, 11 insertions(+)
hooks/post-receive
--
Osmocom network interface library