From gitosis at osmocom.org Tue Nov 1 15:40:55 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 1 Nov 2016 15:40:55 GMT Subject: openbsc.git branch master updated. 0.15.0-503-g05adbdc Message-ID: <201611011540.uA1FetMj000540@git.osmocom.org> 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 05adbdcb2eabaca8426356ade5ca24a1be6e96d2 (commit) from 87c00564805d9f55f168831cd52cf3f869d70637 (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=05adbdcb2eabaca8426356ade5ca24a1be6e96d2 commit 05adbdcb2eabaca8426356ade5ca24a1be6e96d2 Author: Max Date: Tue Nov 1 11:51:51 2016 +0100 Decrease count_codecs logging verbosity Use channel type name instead of number and log it with DEBUG facility otherwise it produces lots of irrelevant messages for SDCCH* Change-Id: I11b04e0cb02bf6ed01f6076cb31a56d8921d735e ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/abis_rsl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Tue Nov 1 15:41:12 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 1 Nov 2016 15:41:12 GMT Subject: libosmocore.git branch master updated. 0.9.0-274-g61281f4 Message-ID: <201611011541.uA1FfCYa000659@git.osmocom.org> 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 61281f4c4780ede1545e9e8499278789433d3d30 (commit) from 72e43f02c3408ec85c259ee483ac75f01ecb6cad (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=61281f4c4780ede1545e9e8499278789433d3d30 commit 61281f4c4780ede1545e9e8499278789433d3d30 Author: Max Date: Tue Nov 1 10:49:31 2016 +0100 Fix typo in osmo_fsm_log_addr() Previously function parameter was ignored, fsm_log_addr was always set to false. Change-Id: I74f06eab2dfa81dbb95e01f0b4b26448fd1b98f8 ----------------------------------------------------------------------- Summary of changes: src/fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Tue Nov 1 21:56:41 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 1 Nov 2016 21:56:41 GMT Subject: openbsc.git branch master updated. 0.15.0-506-g5e5d94c Message-ID: <201611012156.uA1LufnE001430@git.osmocom.org> 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 5e5d94cd1b81e3ac0cd9b4423567d56394f15fac (commit) via d37981e8f7151c6a5733f52f3209372fe96d2e59 (commit) via b4cb83809226218db18d650aa9c8700370501d37 (commit) from 05adbdcb2eabaca8426356ade5ca24a1be6e96d2 (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=5e5d94cd1b81e3ac0cd9b4423567d56394f15fac commit 5e5d94cd1b81e3ac0cd9b4423567d56394f15fac Author: Philipp Date: Fri Oct 14 18:08:00 2016 +0200 Cosmetic: Add missing switch to usage help Adds the -p --pcap option to the help text. Change-Id: I3e763c30ca13bc51c8b72af8a94558c92439f109 http://cgit.osmocom.org/openbsc/commit/?id=d37981e8f7151c6a5733f52f3209372fe96d2e59 commit d37981e8f7151c6a5733f52f3209372fe96d2e59 Author: Philipp Date: Mon Oct 10 15:11:41 2016 +0200 gsm0408: Adding log output for 3g specific RR messages GSM 04.18, which is the successor of GSM 04.08, describes additional RR 3g specific message types. This commit adds log output for those messages. The behaviour is not changed all affected message types are still forwared to the MSC as they were before. See also 3GPP TS 04.18, section 10.4, table 10.4.1 The change requires to update libosmocore as well, see also commit f48fdb3a108da0dc23d7af4ac021e98e11f07152 in libosmocore.git for details. Change-Id: I41f2242fdf59c3eb4b3f8f7f003c17f7e0df01aa http://cgit.osmocom.org/openbsc/commit/?id=b4cb83809226218db18d650aa9c8700370501d37 commit b4cb83809226218db18d650aa9c8700370501d37 Author: Philipp Date: Thu Sep 29 17:01:57 2016 +0200 OML: Improve OML attribute handling the OML attribute tables are hardcoded. To set variable parameters, the hardcoded data structure (tlv) is patched on byte level during runtime. This patch replaces this mechanism. - Replace hardcoded OML attribute tables with dynamically generated TLV structures. - Add unit tests to check if the OML attribute tables are generated correctly - Put OML attribute table generator code in a separate file: bts_ipaccess_nanobts_omlattr.c Change-Id: Ibeb34a84912d6cf695f553a34c69320fca7d08fa ----------------------------------------------------------------------- Summary of changes: openbsc/.gitignore | 1 + openbsc/configure.ac | 1 + openbsc/include/openbsc/Makefile.am | 1 + .../{misdn.h => bts_ipaccess_nanobts_omlattr.h} | 23 +- openbsc/src/libbsc/Makefile.am | 1 + openbsc/src/libbsc/bsc_api.c | 14 +- openbsc/src/libbsc/bts_ipaccess_nanobts.c | 240 ++--------------- openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c | 232 +++++++++++++++++ openbsc/src/libmsc/gsm_04_08.c | 4 +- openbsc/src/osmo-nitb/bsc_hack.c | 1 + openbsc/tests/Makefile.am | 1 + .../tests/{gsm0408 => nanobts_omlattr}/Makefile.am | 10 +- .../tests/nanobts_omlattr/nanobts_omlattr_test.c | 284 +++++++++++++++++++++ .../tests/nanobts_omlattr/nanobts_omlattr_test.ok | 26 ++ openbsc/tests/testsuite.at | 6 + 15 files changed, 603 insertions(+), 242 deletions(-) copy openbsc/include/openbsc/{misdn.h => bts_ipaccess_nanobts_omlattr.h} (57%) create mode 100644 openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c copy openbsc/tests/{gsm0408 => nanobts_omlattr}/Makefile.am (77%) create mode 100644 openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c create mode 100644 openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.ok hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 2 08:38:12 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 2 Nov 2016 08:38:12 GMT Subject: libosmocore.git branch master updated. 0.9.0-276-gf9c2c56 Message-ID: <201611020838.uA28cCfN063356@git.osmocom.org> 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 f9c2c56c7d05dfdb076840a6c091d6341db725d4 (commit) via 45ebc523c6b4825ab780a528fc87ab5c70bf867f (commit) from 61281f4c4780ede1545e9e8499278789433d3d30 (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=f9c2c56c7d05dfdb076840a6c091d6341db725d4 commit f9c2c56c7d05dfdb076840a6c091d6341db725d4 Author: Vadim Yanitskiy Date: Tue Nov 1 22:19:28 2016 +0700 utils/conv_gen.py: explicitly import reduce() This change finally makes the script able to be executed in Python 3 environment. Due to new Python 3 restrictions, the reduce() should be imported explicitly. Change-Id: Icbc81c29f1a226aeed2c1245a5d60809fe124005 http://cgit.osmocom.org/libosmocore/commit/?id=45ebc523c6b4825ab780a528fc87ab5c70bf867f commit 45ebc523c6b4825ab780a528fc87ab5c70bf867f Author: Vadim Yanitskiy Date: Thu Oct 27 02:19:37 2016 +0700 utils/conv_gen.py: don't mix print and write() This is mostly a code style change, but it also increases the compatibility with Python 3. Change-Id: I5c8271d973f766aeb9cbcab30c4eddfdab54fcbb ----------------------------------------------------------------------- Summary of changes: utils/conv_gen.py | 67 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 35 insertions(+), 32 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Wed Nov 2 08:56:45 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 2 Nov 2016 08:56:45 GMT Subject: libosmocore.git branch master updated. 0.9.0-277-g8b25a3f Message-ID: <201611020856.uA28ujLH068225@git.osmocom.org> 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 8b25a3f5c38a9297f9213cb6e70b7599ba999fbe (commit) from f9c2c56c7d05dfdb076840a6c091d6341db725d4 (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=8b25a3f5c38a9297f9213cb6e70b7599ba999fbe commit 8b25a3f5c38a9297f9213cb6e70b7599ba999fbe Author: Max Date: Tue Nov 1 11:02:17 2016 +0100 Add osmo_fsm_unregister() to header Previously function was defined but not exposed so there were a way to register FSM but no way to unregister it. Change-Id: I2e749d896009784b77d6d5952fcc38e1c131db2b ----------------------------------------------------------------------- Summary of changes: include/osmocom/core/fsm.h | 2 +- tests/fsm/fsm_test.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Wed Nov 2 09:21:11 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 2 Nov 2016 09:21:11 GMT Subject: openbsc.git branch master updated. 0.15.0-507-g0c566a4 Message-ID: <201611020921.uA29LBZw073401@git.osmocom.org> 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 0c566a444b1cb479dce58df091d2ad5e32d21da0 (commit) from 5e5d94cd1b81e3ac0cd9b4423567d56394f15fac (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=0c566a444b1cb479dce58df091d2ad5e32d21da0 commit 0c566a444b1cb479dce58df091d2ad5e32d21da0 Author: Harald Welte Date: Sat Oct 29 22:23:19 2016 +0200 mncc_builtin: Properly reject DTMF As per TS 23.014, a GSM MSC must implement mobile-originated DTMF generation. We gate the DTMF signalling messages to MNCC, and expect the external MNCC handler to deal with it. However, the internal MNCC handler simply ignored such singalling messages, rather than rejecting DTMF altogether. It turns out failure to respond to START DTMF will cause some phones to behave in interesting ways, particularly with modem firmware v6.01.00, see https://osmocom.org/issues/1817). In this case the phone is not able to release the call as the pending response to the START DTMF is probably keping a reference or lock of some sort. Change-Id: I336f0cd0a6396b522d228479a417fd4d606157ac ----------------------------------------------------------------------- Summary of changes: openbsc/src/libmsc/mncc_builtin.c | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 2 09:23:16 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 2 Nov 2016 09:23:16 GMT Subject: libosmo-abis.git branch master updated. 0.3.2-38-g0c7d5f4 Message-ID: <201611020923.uA29NGRW074157@git.osmocom.org> 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 A-bis protcol interface library". The branch, master has been updated via 0c7d5f4a61cc7897a6a8092cd3e0872a39cc98f1 (commit) from 7895e0456a4e3fb48344932e4ca83d216038eadf (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/libosmo-abis/commit/?id=0c7d5f4a61cc7897a6a8092cd3e0872a39cc98f1 commit 0c7d5f4a61cc7897a6a8092cd3e0872a39cc98f1 Author: Philipp Date: Wed Oct 19 18:38:58 2016 +0200 lapd: adding support for ericsson's lapd dialect Ericsson's RBS2111-BTS (and similar) implements a lapdm dialect which uses a link establishment method that differs from the standard. While the BSC is transmitting sabm frames on one specific timeslot, the BTS will periodically scan through all timeslots to check for incoming sabm frames. When the BTS detcts the sabm fames on one of the timeslots it will stay there and continue to commence the link establishment. The described procedure requires a slightly modified lapd profile, the t200 retransmission timeout has to be configured to exactly 300 msek. Otherwise the link establishment will fail. Since the BTS will switch from timeslot to timeslot most of the sabm frames will not be seen by the BTS, so the maximum retransmission has to be increased. This patch suggests a maximum retry count of 300, which is an educated guess and has worked fine during our tests. Change-Id: I892af57013d7ab4216e9e2d0873a69129aaeb8e5 ----------------------------------------------------------------------- Summary of changes: include/osmocom/abis/lapd.h | 9 +++++++++ src/input/lapd.c | 28 ++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) hooks/post-receive -- Osmocom A-bis protcol interface library From gitosis at osmocom.org Wed Nov 2 09:29:55 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 2 Nov 2016 09:29:55 GMT Subject: osmo-bts.git branch master updated. 0.4.0-312-g9d10250 Message-ID: <201611020929.uA29TtHt075760@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via 9d102508a8fdbac7a9e3da59ef410997a86d6103 (commit) from bce25a60f4bbd798b98727e66b25bf343031f7bc (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-bts/commit/?id=9d102508a8fdbac7a9e3da59ef410997a86d6103 commit 9d102508a8fdbac7a9e3da59ef410997a86d6103 Author: Max Date: Tue Oct 18 19:40:47 2016 +0200 Remove obsolete define It was moved to OpenBSC in 582e4f627674f46310a90d9061e82fb342051b42 as it's used by both projects. Change-Id: I8aba987e3cdaa840cf3e14913a8455b0ba759889 ----------------------------------------------------------------------- Summary of changes: include/osmo-bts/gsm_data.h | 3 --- 1 file changed, 3 deletions(-) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Wed Nov 2 09:32:47 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 2 Nov 2016 09:32:47 GMT Subject: openggsn.git branch master updated. 0.92-30-gdbd7024 Message-ID: <201611020932.uA29WlR1076454@git.osmocom.org> 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 OpenGGSN project". The branch, master has been updated via dbd7024919ca9aff470e295dcffb1769bf725ac2 (commit) from f41f5866cebbf88b6ae09ec8bd00c308f4d9f315 (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/openggsn/commit/?id=dbd7024919ca9aff470e295dcffb1769bf725ac2 commit dbd7024919ca9aff470e295dcffb1769bf725ac2 Author: Max Date: Fri Oct 14 13:38:05 2016 +0200 Only send TRAP for defined PDP peer Do not attempt to send TRAP message on PDP context deletion if peer is unknown. Change-Id: I5e02c1d42bb7aaf1ef81a9824aab7b12047cdd3e Fixes: Coverity CID 150135 ----------------------------------------------------------------------- Summary of changes: ggsn/ggsn.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) hooks/post-receive -- The OpenGGSN project From gitosis at osmocom.org Wed Nov 2 10:27:15 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 2 Nov 2016 10:27:15 GMT Subject: osmo-pcu.git branch master updated. 0.2-853-g9434e52 Message-ID: <201611021027.uA2ARF7H089093@git.osmocom.org> 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 "UNNAMED PROJECT". The branch, master has been updated via 9434e52af988cf724b1974a3911f46d14e6f4846 (commit) from f276138202d528ecdd62cbae5d28d1768de4c349 (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-pcu/commit/?id=9434e52af988cf724b1974a3911f46d14e6f4846 commit 9434e52af988cf724b1974a3911f46d14e6f4846 Author: aravind sirsikar Date: Wed Nov 2 15:41:48 2016 +0530 Modify return type of gprs_rlc_dl_window::distance to uint16_t Since there is a "&mod_sns()" present in this function, the outcome is always unsigned. Change-Id: I66f3db4dc27a6cbef146c832bf8b43f1492358a4 ----------------------------------------------------------------------- Summary of changes: src/rlc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- UNNAMED PROJECT From gitosis at osmocom.org Wed Nov 2 10:28:44 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 2 Nov 2016 10:28:44 GMT Subject: osmo-pcu.git branch master updated. 0.2-854-gfb41afa Message-ID: <201611021028.uA2ASiiS089364@git.osmocom.org> 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 "UNNAMED PROJECT". The branch, master has been updated via fb41afaaf69f1abeb56b1d95c0c707448e209b70 (commit) from 9434e52af988cf724b1974a3911f46d14e6f4846 (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-pcu/commit/?id=fb41afaaf69f1abeb56b1d95c0c707448e209b70 commit fb41afaaf69f1abeb56b1d95c0c707448e209b70 Author: aravind sirsikar Date: Wed Nov 2 15:48:00 2016 +0530 EGPRS: fix for EPDAN out of window Fix alignment of EPDAN outside the RLC transmit window, according to section 9.1.8.2.4 in 44.060 version 7.27.0 Release 7. The specification explains that a bit within the uncompressed bitmap whose corresponding BSN is not within the transmit window shall be ignored. Without this fix PCU was dropping the EPDAN message and not updating the status of BSNs which are inside the RLC window. This patch updates the status of the BSNs which are inside the window and ignores the remaining bits. Related: OS#1789 Change-Id: Id07d178970f168f5389016c1eea31eb6b82057b6 ----------------------------------------------------------------------- Summary of changes: src/rlc.cpp | 4 +- src/tbf_dl.cpp | 30 ++++-------- tests/tbf/TbfTest.cpp | 14 ++---- tests/tbf/TbfTest.err | 123 ++++++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 134 insertions(+), 37 deletions(-) hooks/post-receive -- UNNAMED PROJECT From gitosis at osmocom.org Thu Nov 3 04:20:02 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 3 Nov 2016 04:20:02 GMT Subject: openbsc.git branch lynxis/master created. 0.15.0-507-g0c566a4 Message-ID: <201611030420.uA34K21c032501@git.osmocom.org> 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, lynxis/master has been created at 0c566a444b1cb479dce58df091d2ad5e32d21da0 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Thu Nov 3 04:21:05 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 3 Nov 2016 04:21:05 GMT Subject: openbsc.git branch lynxis/om2000-rebase created. 0.15.0-508-g83ab66e Message-ID: <201611030421.uA34L5QN032969@git.osmocom.org> 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, lynxis/om2000-rebase has been created at 83ab66e2f9434938bafec345e979f5c2e355a300 (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=83ab66e2f9434938bafec345e979f5c2e355a300 commit 83ab66e2f9434938bafec345e979f5c2e355a300 Author: Alexander Couzens Date: Wed Nov 2 02:41:41 2016 +0100 abis_om2k: protect mo fsms by NULL check also set them NULL Change-Id: I30df0b9ab8bc47ba9756c8388e977deed0e40200 http://cgit.osmocom.org/openbsc/commit/?id=899b6cac9c3346cdac61ef5b7dd580ee4ba83327 commit 899b6cac9c3346cdac61ef5b7dd580ee4ba83327 Author: Philipp Date: Thu Oct 20 13:55:21 2016 +0200 OM2000: Throw error when MO can not be enabled Throw warning message in case the MO state does not change to enabled after sendeing an Enable-Request message. Change-Id: Idfde8d6f71526e8acfea51835732515a4bee858e http://cgit.osmocom.org/openbsc/commit/?id=d8678f229f3c91d8a9ff596333156a0665b33093 commit d8678f229f3c91d8a9ff596333156a0665b33093 Author: Philipp Date: Wed Oct 19 10:14:35 2016 +0200 OM2000: Add fault report parsing This patch adds parsing for OM2000 MO fault report map parsing, the bits in the fault maps are counted out and displayed. Change-Id: I6e2928f39b09bc08e9ab78bc10bc81e07f7eb55d http://cgit.osmocom.org/openbsc/commit/?id=b9e493633847f811289f258dbb0a1c243ae3e089 commit b9e493633847f811289f258dbb0a1c243ae3e089 Author: Philipp Date: Thu Oct 27 17:54:00 2016 +0200 rbs2000: Add missing bts feature definitions function bts_model_rbs2k_start() in bts_ericsson_rbs2000.c lacks the feature definition for GPRS and EGPRS. Change-Id: I777a67862084aa6cca39cfc43f5708e47608b0e6 http://cgit.osmocom.org/openbsc/commit/?id=1f1c7b4ce545af92f82baae460a50003beb5292a commit 1f1c7b4ce545af92f82baae460a50003beb5292a Author: Philipp Date: Wed Oct 26 14:20:06 2016 +0200 om2000: added support for ericssons sabm negotiation This patch adds support for ericssons sambm negotiation. This patch depends on libosmo-abis commit: 2788c7eacab91cd39d68e316fc8ee87763bbfeb4 Change-Id: I56b1c1cef07a61143fc0e8058480805cddfeff96 http://cgit.osmocom.org/openbsc/commit/?id=d68838322fe63bf2569424bb1a794963402ce9d0 commit d68838322fe63bf2569424bb1a794963402ce9d0 Author: Alexander Couzens Date: Wed Nov 2 01:10:30 2016 +0100 rbs2000: allow to use unixsocket as well Change-Id: Iae5ec9cf9dd396c84b7dd3bf38e66060ac8d0722 ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Thu Nov 3 11:53:11 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 3 Nov 2016 11:53:11 GMT Subject: openbsc.git branch master updated. 0.15.0-508-g350f93e Message-ID: <201611031153.uA3BrBP0031243@git.osmocom.org> 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 350f93e1e4de0bc0201518adeb58faefd0a16fe7 (commit) from 0c566a444b1cb479dce58df091d2ad5e32d21da0 (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=350f93e1e4de0bc0201518adeb58faefd0a16fe7 commit 350f93e1e4de0bc0201518adeb58faefd0a16fe7 Author: Neels Hofmeyr Date: Wed Nov 2 14:33:45 2016 +0100 log: count_codecs(): drop logging of non-TCH lchan types count_codecs() is called on every chan act ack, also for channels other than TCH/F and TCH/H. So this logging happens a lot during normal operation but adds no real information. Also, RSL would be the wrong logging category for this -- RSL is about the RSL communications, not whether our internal code tries to count lchan codecs for the wrong channel types. Change-Id: Ibdac3bbe48745fe6a1c31d6f87369c9066c0374a ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/abis_rsl.c | 3 --- 1 file changed, 3 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Thu Nov 3 12:24:49 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 3 Nov 2016 12:24:49 GMT Subject: libosmo-abis.git branch master updated. 0.3.2-39-g67b81eb Message-ID: <201611031224.uA3COnmo039513@git.osmocom.org> 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 A-bis protcol interface library". The branch, master has been updated via 67b81eb6fe6c29e5f22bb94c83c028bde5f8e47b (commit) from 0c7d5f4a61cc7897a6a8092cd3e0872a39cc98f1 (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/libosmo-abis/commit/?id=67b81eb6fe6c29e5f22bb94c83c028bde5f8e47b commit 67b81eb6fe6c29e5f22bb94c83c028bde5f8e47b Author: Arran Cudbard-Bell Date: Wed Nov 2 11:48:24 2016 -0400 e1_input.h: add missing extern for value string arrays Mark two value string arrays as extern, so symbols aren't created for each source file that includes the headers. Tweaked-by: nhofmeyr (commit log) Signed-off-by: Arran Cudbard-Bell Change-Id: Iebf4b3922a48ca2cc20d478aba06224dd89d38cb ----------------------------------------------------------------------- Summary of changes: include/osmocom/abis/e1_input.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Osmocom A-bis protcol interface library From gitosis at osmocom.org Thu Nov 3 12:31:53 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 3 Nov 2016 12:31:53 GMT Subject: osmo-bts.git branch master updated. 0.4.0-314-gacfccb3 Message-ID: <201611031231.uA3CVrvW041189@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via acfccb3f028c8417df42de9a6400896eb269a614 (commit) via 4008ebb9258b551e23ff66c5f5abf8880f4398d7 (commit) from 9d102508a8fdbac7a9e3da59ef410997a86d6103 (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-bts/commit/?id=acfccb3f028c8417df42de9a6400896eb269a614 commit acfccb3f028c8417df42de9a6400896eb269a614 Author: Max Date: Fri Oct 28 16:52:48 2016 +0200 DTX fix ONSET handling * re-introduce ST_ONSET_F to guard from repetitive ONSET messages in case multiple FACCH occur duriing DTX silence period. * produce ONSET event after both SID FIRST and UPDATE in case of AMR FR. * always dispatch E_SID_F (SID FIRST) signal if in talkspurt. * allow E_SID_* right after ONSET (zero-length talkspurt). * add missing E_ONSET signal description. * fix FSM transitions for AMR HR *Inhibited and First P*. * fix incorrect return from l1if_tch_encode() in ONSET FACCH with incoming SID UPDATE Change-Id: I0e9033c5f169da46aed9a0d1295faff489778dcf Related: OS#1801 http://cgit.osmocom.org/osmo-bts/commit/?id=4008ebb9258b551e23ff66c5f5abf8880f4398d7 commit 4008ebb9258b551e23ff66c5f5abf8880f4398d7 Author: Max Date: Thu Oct 27 16:58:23 2016 +0200 DTX DL: add AMR HR support to scheduling check superfemto.sh: Expand log converter to use case-insensitive matching to accommodate for spelling differences in DSP logs. Add strings/events specific to AMR HR. dtx_check.gawk: Remove redundand variables from output. Add checks specific to AMR HR. Change-Id: Icce3178605f46bbf3cad15d4eaff18a4d164ad1a ----------------------------------------------------------------------- Summary of changes: contrib/dtx_check.gawk | 12 +++++++++-- contrib/superfemto.sh | 45 ++++++++++++++++++++++++--------------- include/osmo-bts/dtx_dl_amr_fsm.h | 1 + src/common/bts.c | 3 +++ src/common/dtx_dl_amr_fsm.c | 35 ++++++++++++++++++++---------- src/common/l1sap.c | 10 +++++---- src/common/msg_utils.c | 39 +++++++++++++++++++++++---------- src/osmo-bts-litecell15/l1_if.c | 2 +- src/osmo-bts-litecell15/tch.c | 3 +-- src/osmo-bts-sysmo/l1_if.c | 2 +- src/osmo-bts-sysmo/tch.c | 3 +-- 11 files changed, 104 insertions(+), 51 deletions(-) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Thu Nov 3 12:36:00 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 3 Nov 2016 12:36:00 GMT Subject: libosmo-sccp.git branch master updated. 0.0.6.3-54-ged9e76e Message-ID: <201611031236.uA3Ca0q0043103@git.osmocom.org> 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 "SCCP Library". The branch, master has been updated via ed9e76e46e530faf2560fc875ecbe83faff8d809 (commit) from 5606386bc907be9846c05e5fa1a5a31de026cafb (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/libosmo-sccp/commit/?id=ed9e76e46e530faf2560fc875ecbe83faff8d809 commit ed9e76e46e530faf2560fc875ecbe83faff8d809 Author: Arran Cudbard-Bell Date: Wed Nov 2 19:03:49 2016 -0400 Fix the .pc files so the -l arg matches the installed libraries Change-Id: I967f3c3031777837fee8717ca3f6bb59d6614149 ----------------------------------------------------------------------- Summary of changes: libosmo-mtp.pc.in | 2 +- libosmo-sccp.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- SCCP Library From gitosis at osmocom.org Thu Nov 3 12:36:57 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 3 Nov 2016 12:36:57 GMT Subject: libosmo-sccp.git branch master updated. 0.0.6.3-55-g8e4bcfe Message-ID: <201611031236.uA3CavXA044040@git.osmocom.org> 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 "SCCP Library". The branch, master has been updated via 8e4bcfef3c69097c8755a14f85504a22132bd7c6 (commit) from ed9e76e46e530faf2560fc875ecbe83faff8d809 (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/libosmo-sccp/commit/?id=8e4bcfef3c69097c8755a14f85504a22132bd7c6 commit 8e4bcfef3c69097c8755a14f85504a22132bd7c6 Author: Arran Cudbard-Bell Date: Wed Nov 2 13:32:56 2016 -0400 Add missing xua.pc file Change-Id: I5081799e1d7c7f5f3206e5f38060540bb4e3289b Signed-off-by: Arran Cudbard-Bell ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- configure.ac | 1 + libosmo-mtp.pc.in => libosmo-xua.pc.in | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) copy libosmo-mtp.pc.in => libosmo-xua.pc.in (63%) hooks/post-receive -- SCCP Library From gitosis at osmocom.org Thu Nov 3 12:37:19 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 3 Nov 2016 12:37:19 GMT Subject: openbsc.git branch master updated. 0.15.0-509-gb748012 Message-ID: <201611031237.uA3CbJVq044452@git.osmocom.org> 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 b748012d3186209c0f4c38ebb7113ce7c60e333b (commit) from 350f93e1e4de0bc0201518adeb58faefd0a16fe7 (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=b748012d3186209c0f4c38ebb7113ce7c60e333b commit b748012d3186209c0f4c38ebb7113ce7c60e333b Author: Neels Hofmeyr Date: Wed Nov 2 14:28:15 2016 +0100 bsc_vty: include dyn TS info in vty show lchan Extend both 'show lchan ' and 'show lchan summary' to include information on dynamic timeslots. Have one common function that prints " as foo" or " switching foo -> bar" to the vty, use it in lchan_dump_full_vty() and lchan_dump_short_vty(). In lchan_dump_short_vty(), split the vty_out call in two in order to interleave the dyn ts info right after the pchan. The summary hence looks e.g. like this for osmocom style dyn ts: BTS 0, TRX 0, Timeslot 5 TCH/F_TCH/H_PDCH as PDCH, Lchan 0, Type NONE, State ACTIVE - L1 MS Power: 0 dBm RXL-FULL-dl: -110 dBm RXL-FULL-ul: -110 dBm or BTS 0, TRX 0, Timeslot 4 TCH/F_TCH/H_PDCH switching NONE -> PDCH, Lchan 0, Type NONE, State BROKEN UNUSABLE - L1 MS Power: 0 dBm RXL-FULL-dl: -110 dBm RXL-FULL-ul: -110 dBm Change-Id: I3eb72ac7f0a520a8eefe171b9fb357f149aa3fda ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/bsc_vty.c | 56 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 53 insertions(+), 3 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Thu Nov 3 13:04:50 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 3 Nov 2016 13:04:50 GMT Subject: libosmo-sccp.git branch master updated. 0.0.6.3-56-gda1ca89 Message-ID: <201611031304.uA3D4oNv052178@git.osmocom.org> 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 "SCCP Library". The branch, master has been updated via da1ca89bcb4c27b03bd04bbc0e588e93ef4b9374 (commit) from 8e4bcfef3c69097c8755a14f85504a22132bd7c6 (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/libosmo-sccp/commit/?id=da1ca89bcb4c27b03bd04bbc0e588e93ef4b9374 commit da1ca89bcb4c27b03bd04bbc0e588e93ef4b9374 Author: Neels Hofmeyr Date: Thu Nov 3 13:03:29 2016 +0000 Revert "Fix the .pc files so the -l arg matches the installed libraries" This reverts commit ed9e76e46e530faf2560fc875ecbe83faff8d809. The libraries in src/ do not have 'osmo' in their name, hence neither in $prefix/lib. This patch caused linking failure. Reproduce: do not have libosmo-sccp installed in the system and make sure no older pkg-config pc files are around. Build all dependencies with an arbitrary --prefix passed to configure scripts. Point PKG_CONFIG_PATH (and optionally LD_LIBRARY_PATH) to this prefix. Finally, build openbsc using the same --prefix: even though libosmo-sccp has been installed, it complains: CCLD osmo-bsc_nat /usr/bin/ld: cannot find -losmo-sccp collect2: error: ld returned 1 exit status Makefile:447: recipe for target 'osmo-bsc_nat' failed Change-Id: I1a113604b2f037b897954fe8d370291d3c1e2a0a ----------------------------------------------------------------------- Summary of changes: libosmo-mtp.pc.in | 2 +- libosmo-sccp.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- SCCP Library From gitosis at osmocom.org Fri Nov 4 16:12:28 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 4 Nov 2016 16:12:28 GMT Subject: wireshark.git branch laforge/om2000-201610 updated. bc7fdd261f9f4549f40163471c1835af36a7c982 Message-ID: <201611041612.uA4GCSTA023906@git.osmocom.org> 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 "wireshark with Osmocom specific dissectors". The branch, laforge/om2000-201610 has been updated via bc7fdd261f9f4549f40163471c1835af36a7c982 (commit) via a4781327378a8c1ce57cba18dbd9855a2a861a30 (commit) via 07789fe21e9dea787086810535ba8fd86509ccf4 (commit) from 59ac5aaf259b5dc1c62aa23fe112f149f9f64104 (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/wireshark/commit/?id=bc7fdd261f9f4549f40163471c1835af36a7c982 commit bc7fdd261f9f4549f40163471c1835af36a7c982 Author: Harald Welte Date: Fri Nov 4 17:00:35 2016 +0100 gsm_abis_pgsl: Decode dissection of codec_rxlev Fix a copy+paste mistake (using the codec_csy string for the codec_rxlev) and use the existing val_str_ext for decoding the GSM/GPRS RxLev value into a dBm value range. Change-Id: Ie19621019977f6a41201cca424de3d44ece309b0 http://cgit.osmocom.org/wireshark/commit/?id=a4781327378a8c1ce57cba18dbd9855a2a861a30 commit a4781327378a8c1ce57cba18dbd9855a2a861a30 Author: Harald Welte Date: Fri Nov 4 16:58:25 2016 +0100 gsm_abis_pgsl: Dissect PACCH uplink messages The P-GSL uplink PACCH messages contain information about the decoded access burst information four consecutive frame numbers. Each burst individually carries receive level, access burst type (8/11bit), validity information and access delay. Change-Id: I9d874d9b2c6de6a5461591e0f1f037ef2c34c143 http://cgit.osmocom.org/wireshark/commit/?id=07789fe21e9dea787086810535ba8fd86509ccf4 commit 07789fe21e9dea787086810535ba8fd86509ccf4 Author: Harald Welte Date: Fri Nov 4 14:39:30 2016 +0100 gsm_abis_pgsl: Fix endianness of frame numbers The frame numbers are stored as 24bit value in little endian byte order, not in big endian (as assumed so far). Change-Id: Ia58db03749375a025e7b3b6b5805687af7601d9a ----------------------------------------------------------------------- Summary of changes: epan/dissectors/packet-gsm_abis_pgsl.c | 104 +++++++++++++++++++++++++++++++-- 1 file changed, 99 insertions(+), 5 deletions(-) hooks/post-receive -- wireshark with Osmocom specific dissectors From gitosis at osmocom.org Fri Nov 4 16:55:56 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 4 Nov 2016 16:55:56 GMT Subject: wireshark.git branch laforge/om2000-201610 updated. 0a8e453bb78b828a0b5d7f5795239a690ac869db Message-ID: <201611041655.uA4Gtu0I038942@git.osmocom.org> 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 "wireshark with Osmocom specific dissectors". The branch, laforge/om2000-201610 has been updated via 0a8e453bb78b828a0b5d7f5795239a690ac869db (commit) via 656ed32780aa7b63d990413778c80797df2f2586 (commit) from bc7fdd261f9f4549f40163471c1835af36a7c982 (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/wireshark/commit/?id=0a8e453bb78b828a0b5d7f5795239a690ac869db commit 0a8e453bb78b828a0b5d7f5795239a690ac869db Author: Harald Welte Date: Fri Nov 4 17:54:42 2016 +0100 gsm_abis_pgsl: Proper interpretation of "Q bits" Regarding the EGPRS header, a value of '1' means bads checksum/quality, and '0' means good quality/checksum. Let's explicitly state this by overriding the default True/False boolean labels with Bad/Good. Change-Id: I2168771d5552345c9c2eb6910f2839013da8210e http://cgit.osmocom.org/wireshark/commit/?id=656ed32780aa7b63d990413778c80797df2f2586 commit 656ed32780aa7b63d990413778c80797df2f2586 Author: Harald Welte Date: Fri Nov 4 17:42:43 2016 +0100 AUTHORS: Update record for Harald Welte The record has become quite a bit out-of-date over the years. Change-Id: Id60e3e0839f27643227ddf79559769d228f17b0f ----------------------------------------------------------------------- Summary of changes: AUTHORS | 11 +++++++++++ epan/dissectors/packet-gsm_abis_pgsl.c | 11 ++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) hooks/post-receive -- wireshark with Osmocom specific dissectors From gitosis at osmocom.org Sat Nov 5 14:27:32 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 5 Nov 2016 14:27:32 GMT Subject: wireshark.git branch laforge/om2000-201610 updated. 02521d44013e715bcebaa1c20169dc61734520c3 Message-ID: <201611051427.uA5ERWfP095585@git.osmocom.org> 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 "wireshark with Osmocom specific dissectors". The branch, laforge/om2000-201610 has been updated via 02521d44013e715bcebaa1c20169dc61734520c3 (commit) via e20a16f266bce981d6f6589fa74f87e58e3ce7d2 (commit) from 0a8e453bb78b828a0b5d7f5795239a690ac869db (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/wireshark/commit/?id=02521d44013e715bcebaa1c20169dc61734520c3 commit 02521d44013e715bcebaa1c20169dc61734520c3 Author: Harald Welte Date: Sat Nov 5 15:26:49 2016 +0100 gsm_abis_pgsl: Fix dissection of PGSL-STATUS-IND The frame number is (as in all messages) three bytes long, not just one byte. Change-Id: I461121d61d2515f51462a3df1086ab988e4afab5 http://cgit.osmocom.org/wireshark/commit/?id=e20a16f266bce981d6f6589fa74f87e58e3ce7d2 commit e20a16f266bce981d6f6589fa74f87e58e3ce7d2 Author: Harald Welte Date: Sat Nov 5 10:38:23 2016 +0100 gsm_abis_pgsl: Dissect Upling Channel Mode Information Element Change-Id: Ibfd490fbdbdb479f0e557be9c0d3ede6f94c5639 ----------------------------------------------------------------------- Summary of changes: epan/dissectors/packet-gsm_abis_pgsl.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) hooks/post-receive -- wireshark with Osmocom specific dissectors From gitosis at osmocom.org Sun Nov 6 09:57:59 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 6 Nov 2016 09:57:59 GMT Subject: wireshark.git branch trunk deleted. 5cfba140eef875ae993a75bfdf4f0bbd36e1f716 Message-ID: <201611060957.uA69vxDF047274@git.osmocom.org> 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 "wireshark with Osmocom specific dissectors". The branch, trunk has been deleted was 5cfba140eef875ae993a75bfdf4f0bbd36e1f716 ----------------------------------------------------------------------- 5cfba140eef875ae993a75bfdf4f0bbd36e1f716 Replace process_RequestOperation macro by a real function to speedup compilation time ----------------------------------------------------------------------- hooks/post-receive -- wireshark with Osmocom specific dissectors From gitosis at osmocom.org Sun Nov 6 09:58:31 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 6 Nov 2016 09:58:31 GMT Subject: wireshark.git branch laforge/om2000-201610 updated. ab76d9f962b26d756ba4e85a74ac16e7eab06bed Message-ID: <201611060958.uA69wVTZ047452@git.osmocom.org> 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 "wireshark with Osmocom specific dissectors". The branch, laforge/om2000-201610 has been updated discards 02521d44013e715bcebaa1c20169dc61734520c3 (commit) discards e20a16f266bce981d6f6589fa74f87e58e3ce7d2 (commit) discards 0a8e453bb78b828a0b5d7f5795239a690ac869db (commit) discards 656ed32780aa7b63d990413778c80797df2f2586 (commit) discards bc7fdd261f9f4549f40163471c1835af36a7c982 (commit) discards a4781327378a8c1ce57cba18dbd9855a2a861a30 (commit) discards 07789fe21e9dea787086810535ba8fd86509ccf4 (commit) discards 59ac5aaf259b5dc1c62aa23fe112f149f9f64104 (commit) discards cdf4c5f717479dd5bc811e1bcb7904467e93007d (commit) discards a73f2bab24bd2942b516cd93ffdf0a5beb66eb23 (commit) discards 61a18bdc82d9c02886b689a3ffb12468bf4083fe (commit) discards 3d63a476ce2d5ab3e9a478e4c9b422624f4deebd (commit) discards 1baf8116479230a3fd73f13dcda4cfe94ece0894 (commit) discards f9b5d0473ff9febe4461055993d6b7c607e0f320 (commit) discards 0927899f1e8bda098d6a9319d0630c535d062f4a (commit) discards e803d63ee8530d6008f545b53e68e0d63c6813cf (commit) via ab76d9f962b26d756ba4e85a74ac16e7eab06bed (commit) via 9b76b7fbc4d28a27d7a2c4291ff363953aa3e7a2 (commit) via 0a4e75090a9fec5811d7a8c2db7c3255d7cd26b6 (commit) via f7be0c5e6a430b04cc3435d5ea014bf12b7c052f (commit) via 5fd80dcd2639adfea73ff482011ec3146b170f4b (commit) via 6cf9b85e2326ab62e1e077533846a53521328aa1 (commit) via 1f82f9f6741ea2816e8146c5f3a543ce93704962 (commit) via a2234596dd6c5c92e669377cfe68b8fb14a30a52 (commit) via 4a4388775afa01984271b2e3cecde2addf727513 (commit) via 9fc508c8f14f144d5997c86be69fcbca36f90bbf (commit) via ef93fd110f4afa3a94a6479eda2d033043d34773 (commit) via f6f6d9ccc8fdc876ede54b54913122841c3ebb4c (commit) via e95519b7f95517780e912df1277f06f707d1176e (commit) via f894379ea73619d6c31e5c4932d93e307741ffec (commit) via 5ba5727ed8f7fa871bf99da20e9650ac9f206c38 (commit) via d7ef9461d3ae5b5a4ddea70846b1185f5c0bd83c (commit) via 315c5f08142dbac8749f7fe9acb015b17e51daf0 (commit) via d143598c56ad234d7db699a152b4955eade50758 (commit) via a414df414cc2b4877a1c93ac7ab46daf2ab49094 (commit) via 10dc31364b12760adb43aeef1de530e77d91a062 (commit) via 4fd28724ca4ee6b37a59f993175f6fb530d1d67e (commit) via 7f033b68066beba82831c8888703531bafda26eb (commit) via c7996990402b7bba13a9df6807797febb9ebaf98 (commit) via 3eae603b73c3709addc8984d23f094496bdb6d62 (commit) via cbd4a461ddba7ce202d6326668b30866863e3513 (commit) via c9262ac6701e8b7541b792593e49b2a62d39eda5 (commit) via 604fa3e2ea78968666c69be4db147e8b6edc09d8 (commit) via dcd0bed7a97edc2f19a63bdf9b7ff6dcb37cd96b (commit) via 9490f5e98db1c18aa527464373ac149ed3ac285b (commit) via 4863d813e90b220dc3800829472b3615f47f1428 (commit) via da7354a6368fd72dcb58410d8572c061884045fc (commit) via 8ea8cb645326ddb111afaa2bb23c978ddec05451 (commit) via 9b25c5ebf7d89a3f676ef96c1d06a2eae8c6a3e3 (commit) via 2c8c42df3cb7c9c1047755bea7f6b545bcf9d3cc (commit) via a01fac7106106b4c7d5a426f74415dbca7169ff1 (commit) via 79b4a05bef50d8413bc6422372ee8b341156c26c (commit) via 1f6c338c487897fab16e95ff5a84fa416c631c37 (commit) via 44fe180d3eb0e4690cb57386c3fc0726ae98cbe1 (commit) via eb56b7172d33605cbb969afd91beb302f89013ed (commit) via 46160ff0394c9aa1fe99c8ac34fb83d70b206460 (commit) via a4f3ca29db9347f81fb6305c791f4fc967dd3eb9 (commit) via 72ba79b279fb88101683c402fb903a965ceef3d7 (commit) via 9e2a9d0eaf4abe10c4f5af3302695aac7d745583 (commit) via c8dd84064df6bf40f525bed4d58cacc584d906b8 (commit) via afd8163813b081ee69679d60949925f6cc646923 (commit) via 54ee7d6006b854632e0f69c1a71b15c16703572e (commit) via c6c4637037b4822e58a1d38de04ff72244be8d0f (commit) via d3e0ce42074bb1a662dbe9b79fb4a1191988ac48 (commit) via 27bd013970476b21ab55ff67eda88cd3228860fe (commit) via 35e4233314f93ffa283cc4b6b050d7a59ca9f062 (commit) via 23eac7dc6921e042d6eb005b10c399380146736f (commit) via dbd762ab1d057bdde46d97b1be5e21b91efa1889 (commit) via 2a651cfc663b87dca4a526a71724b13fb45091cf (commit) via 58335bd86c393943ebb164182f851373d927847e (commit) via 461650544bdc1380ba9ca60e57ed7fdb547cdfc9 (commit) via 85c1a45c38efa4b2ab85da4853b7f439c499c632 (commit) via 0f2f66dee929250af4c39eded6c048c4922fd942 (commit) via 5ec8186268bb4202be9a49c613f1da349c7afabe (commit) via 8a376d4cd35e1e00b4c1bbd30ad85c6eda0561f3 (commit) via e1454337df5cee341f7973fbd8c2d9cc8cba9586 (commit) via 963bd679014aedd04c984d50f85700d4f7165ce8 (commit) via 26e883a75c37e18f633e47dcd85e2648ee1f03ae (commit) via 8ba444b8438395efe352da8c66dd64e9449c60bb (commit) via b0eac84840567f2e535faf01816e3c1a87473213 (commit) via 9ff6bb28d2d0d88d43b53e913cc9b3b6bbecbd3d (commit) via 21b4de0e192da0f6131e0e2731b4f04030f0974e (commit) via 17503b9553f23ff451736f6d6d5bb9237e243f71 (commit) via 206424321c41293bf825a9fecea1d7dbc06258d3 (commit) via 021c79bdf7fd1cb383397f00823e99fe617a5e06 (commit) via f269290252aaec71eca184292eb5ba1681c6e2e6 (commit) via 9a187cca7412707fa6272f7addf70fec5eaa1489 (commit) via b54347127d47276bd023736ee7715ed27557417b (commit) via 959b13b423ecb19f8eca474a1716fd381aa2c4ba (commit) via a3f5f3e461bcf1a5a596ae70513be9ffb270c25b (commit) via d7e874c5d05b353cece337c72fddafde466a321e (commit) via b61cfd7ec17f9646ceecadddbe2b79dcfb72cb96 (commit) via 7bdcf75a5ceec4946e9227f77f31c2a6096161b3 (commit) via 5aacafba8e53b3c17f00181e91418927d1c94efe (commit) via 706c10663499b90639ab8e46e171c4d4952778bf (commit) via 45a023f3d0f616d518a1eb0b08b68c109def3616 (commit) via 03c6937e62b9b35960b65d573399d64b7a8fd147 (commit) via e3b2b2fdc3e6f2c4f1fd659bc6d045f237527036 (commit) via d8fca58c1639904597ef0ba941678dcaf02e6869 (commit) via e3b751f79eeaa0e722b26992af7a8fa30e900ae2 (commit) via 211f321f8530dae7cb2cdd1cbf6c659437dfba26 (commit) via 670a37336910ebaa3f12eaeef14af504e2fdcbcd (commit) via 70b29676b7b829db14a72c9f6522e17d6b2d67cc (commit) via f184dff8763b4145fa786fe57d0ae541375e9dc0 (commit) via c9b5b6c13b7ad8e3172023507797202ea96134c2 (commit) via b86d72a0d18a32dd18d45cdf4a4b738e64780507 (commit) via 42f0695f4d84093a1617ee1f35ee724aa4d98166 (commit) via b8a766a8e644af73b615a8198749f87607f47e47 (commit) via d1a7ed109b37c87546393160e03223e7bf770d57 (commit) via 929ad3805fa31431c39de629e9b09e77e8152709 (commit) via 1e1679db4671ce0745d516e9fb8dbd43a9677d05 (commit) via 23b79f9304e020fa96de699f4fcaa11044df08b7 (commit) via 0420dc1e7ba08e32ef2f80bd890af5e51bb199e7 (commit) via 54bbff9c65b3dad55559212f8bed2d341b47b6dd (commit) via 4728bc201bddc34a7834aedf65704c7aa1c9daf1 (commit) via 183856f7240288f67898b2a2110b7f51a0c0f2b6 (commit) via d36a0c9adc96e1d27e54741652ff996bcb408ec0 (commit) via 882a6ac1ee7965b8a5087ee4c5752f65908a722d (commit) via d47551982b343664cafa3ddfa3b3bb960ed9f34a (commit) via 01147f8369e76927d7a90cfa0b592457a1878839 (commit) via fa0e6adbc44f6c91389fd7bf031b92c5de7be61a (commit) via b92292b48afda02e29da70292f6ef5aee5256a1f (commit) via 8c1a5505de729b5ea80bfbb4fd617b1441ef6e3b (commit) via 9c9b866430477a8eaafe284bdaa36049d5b54eec (commit) via 77005d32b6583d2d8222afc33f715eff6fa72bd9 (commit) via 64b5ae0892078b8b8f970a9875c675f57de6c239 (commit) via 3b1d9913711d4818388e350684cadb94255a98eb (commit) via 3c55e120dbe84cece70a40440b27b897fabe0f04 (commit) via 33f8c27769d8f57a13c040c52e76f3e2392c9ca5 (commit) via bdf99169cc699e36bd47e22514f8ac6b31f59bee (commit) via 9f564e69a22393b8a627c8b05ce51a02258fcc48 (commit) via c553cb19b1a47a06522a8159c8165e481c43566c (commit) via 90720b3dc14cda3e706c64fd5523e494df9354c9 (commit) via 8881c607bf18b11f7330d1dfd9b727b2c801bf13 (commit) via bb85c6bbd1eab1e9f35f993c3013977c11003fb9 (commit) via 78c051625af86d07d501cc3b7e6a29859e992274 (commit) via 12611c631aa1d7bfa12fbcf558bd79181efe14da (commit) via 1f1c16ebf75e110b22ae94a2c156bc435d2a5bfb (commit) via 8f92ca709e4c040150467a5f04f2a9355b80ce82 (commit) via 8ab6d8ba8257d30b9840f4eef6bf600a8eb9a589 (commit) via 63b6eabed8e48a4bf26f3d5c66cbf52214057f2d (commit) via 236f25dfac16755715768c449fcd3b3ebb7175fd (commit) via 120e515bf00fd8f545c9584be997c7b966c5b5c7 (commit) via 4eb3f7fe7896f01607e37adfda125cce76f21d92 (commit) via 1fd33fd4595bb1b6095ffa3300aa760c088abd8d (commit) via d3290b58cf1354d18620eab2862abf74b86831bc (commit) via 3aba4d5e616d81cf6096b2eed6243001d72b0f3d (commit) via 2c0cfe36f128f6cb63bdcde8c05c37299f65064c (commit) via f668368efac390c44739a695be9cd40d98030310 (commit) via 1408f96cd2a5c5983e159f4c0edbbd96a2470111 (commit) via cad7665f8b5d26449408be32218530fb879aecee (commit) via c9f1a607c95094146edbd8f353621f6a509a6bd3 (commit) via 5b9934cb039f395256b7367cea5007d823d9f428 (commit) via dd3b977d09e5605973836223ff3fb8a6b83dd6c5 (commit) via 6500a660c2285aa558be58b084de9554fccdfc09 (commit) via 1fae14257a8a7ade813930097a12dd3e555a9f76 (commit) via 7dfaab3cf79db1f36d4607d5d1ce79c222b8a9ac (commit) via f347af277cd1132f7d9676303c06bbc26b3f22e8 (commit) via 64279d3455af2a676e0431d4bee6132219b4c513 (commit) via 94b4617acaf2a8c8108aa16841d2a321b93623d9 (commit) via 428c631b69ffc506abe475335596f4064eed4260 (commit) via 24895a0288ad59a301a6a07904370f23469c77c0 (commit) via 7466f3965db158fc6917dc326b20fe308402e789 (commit) via 1643e37ae44e0d1329b17781515b04c043bc4e85 (commit) via d3a9f626488a1e05c4150da9365a1aefb1ebd96d (commit) via cfa159ea466f59e26175971c6e606a10f7d32ab7 (commit) via 832852f53364101f9b5ff8717c54525b3f8aaa63 (commit) via 908fd98704df5c7a0bb2a17b720582b9f6137dde (commit) via 43ae42d5e88e106d8779a008313b278416562376 (commit) via 38bf499648000f8a0beb7c02e889f2909e590366 (commit) via 4f39ed97134ae15ff051e79f22dc29d911cdb028 (commit) via 978cbf06eddad1d3b9b57779a035c4acbeab87c1 (commit) via 565f1b13d76bfad50469b0b9e03b2659a6f2453b (commit) via 5c82f910a6f421b6ee2dac2fc4c6a51c9ed505b8 (commit) via 4e31c0c61b7fc38022d82a189953e8b0e4cb8978 (commit) via 7a09f52c8edba3ab5fe4e9e20e9f737c7ea199ad (commit) via c52d9209cc524420f6900c8fdc990047cdddaca9 (commit) via 1a7e21d2fd5b51d93ed3f2d31d0344c774ee5e09 (commit) via 8d0af2f57826b309404c5b7f3b02aaf5b3171f27 (commit) via dab4ea552dbeccbb403b6aff701a9de3bc25a64a (commit) via 3a05d00c800f9e0b57dc5bc2cce4ba1702faa633 (commit) via ddaf566f212979d4cb203a35398cfbcfe82b7818 (commit) via 752c2dde946ac98a199116424cedc8be748cb279 (commit) via 133031db1689e9599022644739f94fc54fda3fc6 (commit) via 39bfca1a7e78786f49d82f42f45a005896991a76 (commit) via a92058ec09e09e24cff542c58ec6dad0287cb8ea (commit) via 4d368de26ea6d43b78aa866cec00f5c197765663 (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 (02521d44013e715bcebaa1c20169dc61734520c3) \ N -- N -- N (ab76d9f962b26d756ba4e85a74ac16e7eab06bed) 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/wireshark/commit/?id=ab76d9f962b26d756ba4e85a74ac16e7eab06bed commit ab76d9f962b26d756ba4e85a74ac16e7eab06bed Author: Harald Welte Date: Wed Oct 26 22:38:20 2016 +0200 HACK: Hand GPRS RLC payload to GPRS LLC dissector this is an ugly hack, as there is no code for packet re-assembly in betwween, i.e. we only get proper dissection if the LLC message was fitting entirely into one RLC block. Nevertheless, sufficient to see things like RAU, ATTACH, IDENTITY procedures. Change-Id: I1fc488aa58353e5f4264b940f9f4c18987148a7d http://cgit.osmocom.org/wireshark/commit/?id=9b76b7fbc4d28a27d7a2c4291ff363953aa3e7a2 commit 9b76b7fbc4d28a27d7a2c4291ff363953aa3e7a2 Author: Harald Welte Date: Wed Oct 26 20:09:31 2016 +0200 WIP: Jacob's EGPRS patch ... with add_new_data_source() to visualize the re-aligned bits Change-Id: I1604dceaf3d91228e87712e099c8a209ff812f4a http://cgit.osmocom.org/wireshark/commit/?id=0a4e75090a9fec5811d7a8c2db7c3255d7cd26b6 commit 0a4e75090a9fec5811d7a8c2db7c3255d7cd26b6 Author: Harald Welte Date: Sun Jul 17 16:22:19 2016 +0200 l2tp: Introduce preference for default pseudowire In some cases, the establishment of the L2TP session is not captured in the pcap file, and thus wireshark cannot determine the l2tp pseudowire to be used for decode. So rather than using a ocmpile-time hard-coded default of cisco hdlc, let's introduce a prference where the user can select the default pseudowire in such cases. Change-Id: I44a6373d4812c9ab5a919514273a41a2ab57142c http://cgit.osmocom.org/wireshark/commit/?id=f7be0c5e6a430b04cc3435d5ea014bf12b7c052f commit f7be0c5e6a430b04cc3435d5ea014bf12b7c052f Author: Harald Welte Date: Sat Jul 16 15:39:17 2016 +0200 L2TP: Add preference to select Ericsson HDLC flavor At some point over the wireshark last years, the connection between the L2TP dissector and the Ericsson HDLC dissector (packet-ehdlc.c) got broken. I cannot poinpoint the exact change when it broke. However, traces with Ericsson L2TP that used to display correctly no longer do so. The problem with Ericsson L2TP is that they simply re-use the HDLC pseudowire (0x0006), but then have frames completely different than what's specified in the RFCs for that. To address this, let's add a protocol preference to allow the user to choose. Change-Id: Idce022ef0f233c01ecffc67dca7f428bde31ef6b http://cgit.osmocom.org/wireshark/commit/?id=5fd80dcd2639adfea73ff482011ec3146b170f4b commit 5fd80dcd2639adfea73ff482011ec3146b170f4b Author: Harald Welte Date: Fri Nov 4 17:42:43 2016 +0100 AUTHORS: Update record for Harald Welte The record has become quite a bit out-of-date over the years. Change-Id: Id60e3e0839f27643227ddf79559769d228f17b0f http://cgit.osmocom.org/wireshark/commit/?id=6cf9b85e2326ab62e1e077533846a53521328aa1 commit 6cf9b85e2326ab62e1e077533846a53521328aa1 Author: Harald Welte Date: Sat Nov 5 15:26:49 2016 +0100 gsm_abis_pgsl: Fix dissection of PGSL-STATUS-IND The frame number is (as in all messages) three bytes long, not just one byte. Change-Id: I461121d61d2515f51462a3df1086ab988e4afab5 http://cgit.osmocom.org/wireshark/commit/?id=1f82f9f6741ea2816e8146c5f3a543ce93704962 commit 1f82f9f6741ea2816e8146c5f3a543ce93704962 Author: Harald Welte Date: Sat Nov 5 10:38:23 2016 +0100 gsm_abis_pgsl: Dissect Uplink Channel Mode Information Element Change-Id: Ibfd490fbdbdb479f0e557be9c0d3ede6f94c5639 http://cgit.osmocom.org/wireshark/commit/?id=a2234596dd6c5c92e669377cfe68b8fb14a30a52 commit a2234596dd6c5c92e669377cfe68b8fb14a30a52 Author: Harald Welte Date: Fri Nov 4 17:54:42 2016 +0100 gsm_abis_pgsl: Proper interpretation of "Q bits" Regarding the EGPRS header, a value of '1' means bads checksum/quality, and '0' means good quality/checksum. Let's explicitly state this by overriding the default True/False boolean labels with Bad/Good. Change-Id: I2168771d5552345c9c2eb6910f2839013da8210e http://cgit.osmocom.org/wireshark/commit/?id=4a4388775afa01984271b2e3cecde2addf727513 commit 4a4388775afa01984271b2e3cecde2addf727513 Author: Harald Welte Date: Fri Nov 4 17:00:35 2016 +0100 gsm_abis_pgsl: Decode dissection of codec_rxlev Fix a copy+paste mistake (using the codec_csy string for the codec_rxlev) and use the existing val_str_ext for decoding the GSM/GPRS RxLev value into a dBm value range. Change-Id: Ie19621019977f6a41201cca424de3d44ece309b0 http://cgit.osmocom.org/wireshark/commit/?id=9fc508c8f14f144d5997c86be69fcbca36f90bbf commit 9fc508c8f14f144d5997c86be69fcbca36f90bbf Author: Harald Welte Date: Fri Nov 4 16:58:25 2016 +0100 gsm_abis_pgsl: Dissect PACCH uplink messages The P-GSL uplink PACCH messages contain information about the decoded access burst information four consecutive frame numbers. Each burst individually carries receive level, access burst type (8/11bit), validity information and access delay. Change-Id: I9d874d9b2c6de6a5461591e0f1f037ef2c34c143 http://cgit.osmocom.org/wireshark/commit/?id=ef93fd110f4afa3a94a6479eda2d033043d34773 commit ef93fd110f4afa3a94a6479eda2d033043d34773 Author: Harald Welte Date: Fri Nov 4 14:39:30 2016 +0100 gsm_abis_pgsl: Fix endianness of frame numbers The frame numbers are stored as 24bit value in little endian byte order, not in big endian (as assumed so far). Change-Id: Ia58db03749375a025e7b3b6b5805687af7601d9a http://cgit.osmocom.org/wireshark/commit/?id=f6f6d9ccc8fdc876ede54b54913122841c3ebb4c commit f6f6d9ccc8fdc876ede54b54913122841c3ebb4c Author: Harald Welte Date: Fri Oct 21 21:55:56 2016 +0200 gsm_abis_pgsl: Hand off into GPRS RLC/MAC dissector Rather than displaying the P-GSL data as "data", let's call the proper GPRS RLC/MAC dissector to get a decode of the payload. As the RLC/MAC payload of P-GSL is one un-aligned stream of bits containing the EGPRS header + RLC data blocks, we need to re-aling the data blocks before calling into the RLC/MAC dissector in case of EGRPS. Change-Id: Ib081606c1b7af2a15ecf3c5f5b3ff44b5096e865 http://cgit.osmocom.org/wireshark/commit/?id=e95519b7f95517780e912df1277f06f707d1176e commit e95519b7f95517780e912df1277f06f707d1176e Author: Franklin "Snaipe" Mathieu Date: Fri Nov 4 15:28:28 2016 +0100 lua: Added new integer sizes in TvbRange * Added support for 3-byte integers in :int() and :le_int() * Added support for 5, 6, and 7-byte integers in :int64() and :le_int64() Change-Id: If9ab4ea806191bc63effe45a081b9c65693c2367 Signed-off-by: Franklin "Snaipe" Mathieu Reviewed-on: https://code.wireshark.org/review/18672 Reviewed-by: Peter Wu Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte http://cgit.osmocom.org/wireshark/commit/?id=f894379ea73619d6c31e5c4932d93e307741ffec commit f894379ea73619d6c31e5c4932d93e307741ffec Author: Pascal Quantin Date: Sat Nov 5 17:21:23 2016 +0100 E.212: fix identification of PLMNs with 3 digits MNC ending with a 0 Split PLMNs arrays in 2 so as to clearly konw if the MNC is 2 or 3 digits long Bug: 13092 Change-Id: Ic5f776f3c1e5141f8739bf2137ebd046f7e4a0d6 Reviewed-on: https://code.wireshark.org/review/18679 Reviewed-by: Pascal Quantin Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=5ba5727ed8f7fa871bf99da20e9650ac9f206c38 commit 5ba5727ed8f7fa871bf99da20e9650ac9f206c38 Author: Dario Lombardo Date: Sat Nov 5 19:31:09 2016 +0100 Qt: move declaration inside ifdef. Variable col is unused if compiled without extcap. Change-Id: Iffc4951d4655e2649ecf350eefb09988370277e6 Reviewed-on: https://code.wireshark.org/review/18680 Reviewed-by: Roland Knall Petri-Dish: Roland Knall Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=d7ef9461d3ae5b5a4ddea70846b1185f5c0bd83c commit d7ef9461d3ae5b5a4ddea70846b1185f5c0bd83c Author: Stig Bj??rlykke Date: Sat Nov 5 13:37:34 2016 +0100 6LoWPAN: Use correct full name 6LoWPAN is not only used over IEEE 802.15.4, so adjust the full name. Change-Id: I56305baa74c0cc9337dfd5e813965035fd7dcec6 Reviewed-on: https://code.wireshark.org/review/18677 Reviewed-by: Stig Bj??rlykke http://cgit.osmocom.org/wireshark/commit/?id=315c5f08142dbac8749f7fe9acb015b17e51daf0 commit 315c5f08142dbac8749f7fe9acb015b17e51daf0 Author: Dario Lombardo Date: Fri Nov 4 09:15:53 2016 +0100 travis: remove matrix steps from osx Change-Id: I172854246fea1858a622178177ca1524f7b4946f Reviewed-on: https://code.wireshark.org/review/18671 Reviewed-by: Alexis La Goutte http://cgit.osmocom.org/wireshark/commit/?id=d143598c56ad234d7db699a152b4955eade50758 commit d143598c56ad234d7db699a152b4955eade50758 Author: Dario Lombardo Date: Thu Nov 3 22:52:31 2016 +0100 travis: move osx first. Change-Id: I08f65a6b5bcc78c4a74ed9f1488bca07cc6a1fd5 Reviewed-on: https://code.wireshark.org/review/18670 Reviewed-by: Alexis La Goutte http://cgit.osmocom.org/wireshark/commit/?id=a414df414cc2b4877a1c93ac7ab46daf2ab49094 commit a414df414cc2b4877a1c93ac7ab46daf2ab49094 Author: Stig Bj??rlykke Date: Thu Nov 3 21:26:00 2016 +0100 bthci_acl: Always show data item Always add the Data (Fragment) item, also for the last frame. Also add link to "Reassembled in #" for all except the last frame. The reassembly logic should be rewritten to use reassemble.h functions to be able to show the fragments frame list, fragment count and reassembled length items. Change-Id: Ib0e17711e182178d0b7ea0fd6903a9144adb757d Reviewed-on: https://code.wireshark.org/review/18659 Petri-Dish: Stig Bj??rlykke Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bj??rlykke http://cgit.osmocom.org/wireshark/commit/?id=10dc31364b12760adb43aeef1de530e77d91a062 commit 10dc31364b12760adb43aeef1de530e77d91a062 Author: Sharvil Nanavati Date: Fri Nov 4 09:53:38 2016 -0700 Bluetooth: HCI: LE: address review comments from review/18661. Change-Id: Ibb97970e38d98f3564eb57995f3f31bebe88cc13 Reviewed-on: https://code.wireshark.org/review/18674 Reviewed-by: Stig Bj??rlykke http://cgit.osmocom.org/wireshark/commit/?id=4fd28724ca4ee6b37a59f993175f6fb530d1d67e commit 4fd28724ca4ee6b37a59f993175f6fb530d1d67e Author: Dario Lombardo Date: Thu Nov 3 22:39:34 2016 +0100 debian-setup: remove libssh-gcrypt-dev from trusty. Change-Id: I62080885a0f9a99ee02ecae8e67caefcefdea0e4 Reviewed-on: https://code.wireshark.org/review/18660 Reviewed-by: Peter Wu Reviewed-by: Balint Reczey Reviewed-by: Dario Lombardo http://cgit.osmocom.org/wireshark/commit/?id=7f033b68066beba82831c8888703531bafda26eb commit 7f033b68066beba82831c8888703531bafda26eb Author: Michal Labedzki Date: Tue Oct 25 11:03:52 2016 +0200 Bluetooth: HCI: Add missing Core4's cmd/evt identifies Add a lof of Command Opcodes. Implement trivial Event: "Inquiry Response Notification" and "Get MWS Transport Layer Configuration" Change-Id: I4ca13878e2f972caae4320e9c0149dc3d75c45a5 Reviewed-on: https://code.wireshark.org/review/18668 Petri-Dish: Michal Labedzki Tested-by: Petri Dish Buildbot Reviewed-by: Michal Labedzki http://cgit.osmocom.org/wireshark/commit/?id=c7996990402b7bba13a9df6807797febb9ebaf98 commit c7996990402b7bba13a9df6807797febb9ebaf98 Author: Michal Labedzki Date: Mon Oct 24 15:49:29 2016 +0200 Qt/Bluetooth: Split LE Meta Events Add 3rd level subtree in Event->LE Meta, because of existance of "Subevent" which is in similar thing to Event or Opcode in CommandComplete. Change-Id: Ib732ab417c5141251736b608de2e4e64b702c20a Reviewed-on: https://code.wireshark.org/review/18667 Reviewed-by: Michal Labedzki http://cgit.osmocom.org/wireshark/commit/?id=3eae603b73c3709addc8984d23f094496bdb6d62 commit 3eae603b73c3709addc8984d23f094496bdb6d62 Author: Michal Labedzki Date: Mon Oct 24 13:03:40 2016 +0200 Bluetooth: HCI: LE: Dissect all LE Features The implementation is up to Core 4 specification. Change-Id: I3fc3f06f8ec6bdd488cff109bdbca275cd0f0121 Reviewed-on: https://code.wireshark.org/review/18666 Reviewed-by: Michal Labedzki http://cgit.osmocom.org/wireshark/commit/?id=cbd4a461ddba7ce202d6326668b30866863e3513 commit cbd4a461ddba7ce202d6326668b30866863e3513 Author: Michal Labedzki Date: Mon Oct 24 12:18:46 2016 +0200 Bluetooth: HCI: LE: Implement missing Meta Events 1. LE Remote Connection Parameter Request 2. LE Data Length Change 3. LE Read Local P-256 Public Key Complete 4. LE Generate DHKey Complete 5. LE Enhanced Connection Complete (implies more meta-info present) Change-Id: I4aac5b66808cd15cc5b6825429b2bff848aa88b4 Reviewed-on: https://code.wireshark.org/review/18665 Reviewed-by: Michal Labedzki http://cgit.osmocom.org/wireshark/commit/?id=c9262ac6701e8b7541b792593e49b2a62d39eda5 commit c9262ac6701e8b7541b792593e49b2a62d39eda5 Author: Michal Labedzki Date: Tue Oct 18 22:33:59 2016 +0200 Bluetooth: Update Assigned Numbers: CompanyIDs It comes from: https://www.bluetooth.com/specifications/assigned-numbers/Company-Identifiers To meet Wireshark requirements make them ASCII in case of some vendors. Change-Id: I66b8ce5a1bc6af03fae6efa18e594d83b586be38 Reviewed-on: https://code.wireshark.org/review/18664 Reviewed-by: Michal Labedzki http://cgit.osmocom.org/wireshark/commit/?id=604fa3e2ea78968666c69be4db147e8b6edc09d8 commit 604fa3e2ea78968666c69be4db147e8b6edc09d8 Author: Sharvil Nanavati Date: Wed Nov 2 16:32:53 2016 -0700 Implement dissector for the LE Enhanced Connection Complete event. BLE connections that use this event cannot be fully decoded since the connection handle is unknown to Wireshark. Change-Id: I56eb6fc7c918b235fb1d68d89b6f1f2847e648e1 Reviewed-on: https://code.wireshark.org/review/18661 Reviewed-by: Sharvil Nanavati Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michal Labedzki http://cgit.osmocom.org/wireshark/commit/?id=dcd0bed7a97edc2f19a63bdf9b7ff6dcb37cd96b commit dcd0bed7a97edc2f19a63bdf9b7ff6dcb37cd96b Author: Alexis La Goutte Date: Thu Nov 3 08:49:10 2016 +0100 USB Audio: Fix dissection of unit descriptors missing the iFeature field Issue reported by Vladimir Vysotsky Bug: 13085 Change-Id: Ibdc1bf662f852818777cfb44fa19d798972390ca Reviewed-on: https://code.wireshark.org/review/18651 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=9490f5e98db1c18aa527464373ac149ed3ac285b commit 9490f5e98db1c18aa527464373ac149ed3ac285b Author: Peter Wu Date: Mon Oct 31 23:16:00 2016 +0100 autotools: propagate git version info to distribution tarball Store the git describe output in the distribution tarball (make dist) and ensure that this version is always used for builds from this tarball. This will prevent the useless "Git Rev Unknown from unknown" output in tar-based builds. It will also prevent git from being invoked in tarball builds. Remove the git branch name since the commit ID (and git tag) in the git describe output is sufficient to identify the source tree. (In SVN, a revision ID had to be paired with a branch name to identify the source tree, in git this is no longer the case.) Change-Id: Iffe142b6efd81e857802eb604d6310cfd301d207 Reviewed-on: https://code.wireshark.org/review/18415 Reviewed-by: Jo??o Valverde Reviewed-by: Peter Wu Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo http://cgit.osmocom.org/wireshark/commit/?id=4863d813e90b220dc3800829472b3615f47f1428 commit 4863d813e90b220dc3800829472b3615f47f1428 Author: Dario Lombardo Date: Wed Nov 2 22:58:45 2016 +0100 wsutil: add initializer (found by clang ccc). Warning: wireshark/wsutil/strtoi.c:113:1: warning: The left operand of '<' is a garbage value DEFINE_WS_STRTOI_BITS(32) ^~~~~~~~~~~~~~~~~~~~~~~~~ wireshark/wsutil/strtoi.c:83:12: note: expanded from macro 'DEFINE_WS_STRTOI_BITS' if (val < 0) \ ~~~ ^ wireshark/wsutil/strtoi.c:114:1: warning: The left operand of '<' is a garbage value DEFINE_WS_STRTOI_BITS(16) ^~~~~~~~~~~~~~~~~~~~~~~~~ wireshark/wsutil/strtoi.c:83:12: note: expanded from macro 'DEFINE_WS_STRTOI_BITS' if (val < 0) \ ~~~ ^ wireshark/wsutil/strtoi.c:115:1: warning: The left operand of '<' is a garbage value DEFINE_WS_STRTOI_BITS(8) ^~~~~~~~~~~~~~~~~~~~~~~~ wireshark/wsutil/strtoi.c:83:12: note: expanded from macro 'DEFINE_WS_STRTOI_BITS' if (val < 0) \ ~~~ ^ 3 warnings generated. Change-Id: I9eef0f2c0d4500531655a8b43509205a1f4e0684 Reviewed-on: https://code.wireshark.org/review/18640 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte http://cgit.osmocom.org/wireshark/commit/?id=da7354a6368fd72dcb58410d8572c061884045fc commit da7354a6368fd72dcb58410d8572c061884045fc Author: John A. Thacker Date: Thu Jul 7 18:24:43 2016 -0400 Fragmentation reassembly as in PPP MP (RFC 1990/2686) Add support for defragmentation of fragments that use the defragmentation scheme of PPP MP (RFC 1990). Instead of getting "sequence_number, fragment_number, last" as in other protocols, PPP MP provides a single sequence number that is effectively "seqnum + fragnum", though it provides flags for both the first and last fragment of a reassembly. See Appendix A of RFC 4623 (PWE3 Fragmentation and Reassembly) for a list of protocols that use this style, including PPP MP (RFC 1990), PWE3 MPLS (RFC 4385), L2TPv2 (RFC 2661), L2TPv3 (RFC 3931), ATM, and Frame Relay. Also add support for the Multi-class Extension to Multilink PPP (RFC 2686), which uses some of the previously reserved bits as classes that distinguish otherwise identical sequence numbers. Bug: 12548 Change-Id: Ic2ce3c50e61ab2eb50e4d92fd353ca4d2a48fe18 Reviewed-on: https://code.wireshark.org/review/16327 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=8ea8cb645326ddb111afaa2bb23c978ddec05451 commit 8ea8cb645326ddb111afaa2bb23c978ddec05451 Author: Michael Mann Date: Wed Nov 2 20:43:32 2016 -0400 packet-bthci_cmd.c: Fix typos found by lintian. Change-Id: I7fd66fadd1cc42951745710ef06613ef098c572d Reviewed-on: https://code.wireshark.org/review/18641 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=9b25c5ebf7d89a3f676ef96c1d06a2eae8c6a3e3 commit 9b25c5ebf7d89a3f676ef96c1d06a2eae8c6a3e3 Author: Michael Mann Date: Wed Nov 2 20:51:10 2016 -0400 Fix lintian found spelling error "identifer" -> "identifier" Change-Id: I78281ce097e36df546338a5dacb03a11bedd2b24 Reviewed-on: https://code.wireshark.org/review/18642 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=2c8c42df3cb7c9c1047755bea7f6b545bcf9d3cc commit 2c8c42df3cb7c9c1047755bea7f6b545bcf9d3cc Author: Michael Mann Date: Wed Nov 2 20:57:04 2016 -0400 Fix lintian found spelling error "occurence" -> "occurrence" Change-Id: I4fcff029ec15a1627dde0d311b063a249f0e0c0a Reviewed-on: https://code.wireshark.org/review/18643 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=a01fac7106106b4c7d5a426f74415dbca7169ff1 commit a01fac7106106b4c7d5a426f74415dbca7169ff1 Author: Michael Mann Date: Wed Nov 2 21:01:26 2016 -0400 Fix lintian found spelling error "occured" -> "occurred" Change-Id: I6010669b880b772ba4a22f13ba03fe48b438e8b7 Reviewed-on: https://code.wireshark.org/review/18644 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=79b4a05bef50d8413bc6422372ee8b341156c26c commit 79b4a05bef50d8413bc6422372ee8b341156c26c Author: Michael Mann Date: Wed Nov 2 21:03:44 2016 -0400 Fix lintian found spelling error "splitted" -> "split" Change-Id: I4b00ef460ae1792cd6f14856493f7a58ab8e0b9a Reviewed-on: https://code.wireshark.org/review/18645 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=1f6c338c487897fab16e95ff5a84fa416c631c37 commit 1f6c338c487897fab16e95ff5a84fa416c631c37 Author: Michael Mann Date: Wed Nov 2 21:05:16 2016 -0400 Fix lintian found spelling error "Reciever" -> "Receiver" Change-Id: I51a0c5a7eb69e5ba06dc01ee3be269f61cb02cf4 Reviewed-on: https://code.wireshark.org/review/18646 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=44fe180d3eb0e4690cb57386c3fc0726ae98cbe1 commit 44fe180d3eb0e4690cb57386c3fc0726ae98cbe1 Author: Michael Mann Date: Wed Nov 2 21:09:16 2016 -0400 Fix lintian found "grammar" error "allow to" -> "allowed to" Change-Id: I4dd0e42df00ab27073b55cfce7da173b0e9dab00 Reviewed-on: https://code.wireshark.org/review/18647 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=eb56b7172d33605cbb969afd91beb302f89013ed commit eb56b7172d33605cbb969afd91beb302f89013ed Author: Guy Harris Date: Wed Nov 2 18:57:12 2016 -0700 RTS_FLAG_NONE is a flags field value, but it's not a flag bit. It's the *absence* of flag bits, so you can't test whether it's set; don't have a field for it. This gets rid of a dissector assertion. Add some more URLs for information about DCE RPC and MS-RPC. Change-Id: I53e8f11692c66e16ae2ec7fd4ba8eb90b0673da4 Reviewed-on: https://code.wireshark.org/review/18648 Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=46160ff0394c9aa1fe99c8ac34fb83d70b206460 commit 46160ff0394c9aa1fe99c8ac34fb83d70b206460 Author: Thomas Wiens Date: Tue Nov 1 12:54:23 2016 +0100 proto: Decode negative values in a bitmask field Allows to use negative values (FT_INT) in a bitmask field. If a field type greater or equal (FT_(U)INT40) is used then also a 64 bit value string and 64 bit format function must be used. Change-Id: Ib86d45bee73a71a784068ab717d35810c6f48017 Reviewed-on: https://code.wireshark.org/review/18601 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=a4f3ca29db9347f81fb6305c791f4fc967dd3eb9 commit a4f3ca29db9347f81fb6305c791f4fc967dd3eb9 Author: Anders Date: Wed Oct 26 10:22:20 2016 +0200 [PER] Use tvb_new_octet_aligned(). Change-Id: Ib29f3cb5b670b4e6e5432922a160f2eb4b780aae Reviewed-on: https://code.wireshark.org/review/18473 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=72ba79b279fb88101683c402fb903a965ceef3d7 commit 72ba79b279fb88101683c402fb903a965ceef3d7 Author: Stig Bj??rlykke Date: Wed Nov 2 20:26:11 2016 +0100 btl2cap: Initialize reassembly values Values in psm_data structure used in reassembly must be initialized to zero to ensure that the reassembly logic works. Change-Id: I47c636dde60f28a8dcd9a366664fd23019a12323 Reviewed-on: https://code.wireshark.org/review/18633 Petri-Dish: Stig Bj??rlykke Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=9e2a9d0eaf4abe10c4f5af3302695aac7d745583 commit 9e2a9d0eaf4abe10c4f5af3302695aac7d745583 Author: Dario Lombardo Date: Wed Nov 2 14:15:41 2016 +0100 sshdump: use g_shell_quote in the right way. Change-Id: I3f71dabe92d3b00192f36fc57ebb7673b2327620 Reviewed-on: https://code.wireshark.org/review/18623 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bj??rlykke http://cgit.osmocom.org/wireshark/commit/?id=c8dd84064df6bf40f525bed4d58cacc584d906b8 commit c8dd84064df6bf40f525bed4d58cacc584d906b8 Author: Julian Cable Date: Fri Mar 11 12:19:14 2016 -0500 Bugfix dissection of DCP-ETSI Fix root cause in dissect_af Bug: 12252 Change-Id: Ia20fc7bad39e80062e177b4ddd7c7bb87accf328 Reviewed-on: https://code.wireshark.org/review/14644 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=afd8163813b081ee69679d60949925f6cc646923 commit afd8163813b081ee69679d60949925f6cc646923 Author: Alexis La Goutte Date: Wed Nov 2 13:28:29 2016 +0100 TLS(1.3): Add new Alert Change-Id: Ice365bf3ca2198b3d81994a5670ac50add3e53dc Reviewed-on: https://code.wireshark.org/review/18620 Reviewed-by: Peter Wu Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=54ee7d6006b854632e0f69c1a71b15c16703572e commit 54ee7d6006b854632e0f69c1a71b15c16703572e Author: Adam Goldman Date: Wed Nov 2 09:16:56 2016 -0400 opa-mad: Fix several issues with the SA and SM parse functions Add support for SA(PortGroupTableRecord). Fixed parse errors in SA(CableInfoRecord), SA(BufferControlTable), SA(PathRecord), SA(PortInfo), & SM/SA(SMInfo). Moved SA(FabricInfoRecord) to be in SA Sections. Remove the attribute modifier 'ALL' bit being incorrectly used in SM/SA. Add support for the valid case when SA returns with zero records and a none zero MAD status. Change-Id: I9bdc87d113be045132a78ecf5c8b4ffa3ac29900 Signed-off-by: Adam Goldman Reviewed-on: https://code.wireshark.org/review/18629 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=c6c4637037b4822e58a1d38de04ff72244be8d0f commit c6c4637037b4822e58a1d38de04ff72244be8d0f Author: R??my L??one Date: Wed Nov 2 16:53:07 2016 +0100 ieee802.15.4: fix small typo Change-Id: I23c58ef5cbf116402d25089bae3d83168b8af974 Reviewed-on: https://code.wireshark.org/review/18632 Reviewed-by: Alexis La Goutte http://cgit.osmocom.org/wireshark/commit/?id=d3e0ce42074bb1a662dbe9b79fb4a1191988ac48 commit d3e0ce42074bb1a662dbe9b79fb4a1191988ac48 Author: Alexis La Goutte Date: Mon Oct 24 09:11:06 2016 +0200 Update .mailmap Change-Id: I9962ced39ce3fd31cff446a99ba1c0b6ebfb1bbf Reviewed-on: https://code.wireshark.org/review/18596 Reviewed-by: Erik de Jong Reviewed-by: Anish Bhatt Reviewed-by: Francisco Javier S??nchez-Roselly Reviewed-by: Mikael Kanstrup Reviewed-by: Franklin Mathieu Reviewed-by: Boris Bochkaryov Reviewed-by: Alexis La Goutte http://cgit.osmocom.org/wireshark/commit/?id=27bd013970476b21ab55ff67eda88cd3228860fe commit 27bd013970476b21ab55ff67eda88cd3228860fe Author: Peter Wu Date: Mon Oct 31 22:49:20 2016 +0100 make-version.pl: fix --print-vcs output Detect earlier whether to write VCSVERSION to version.h such that the --vcs-version output matches the contents of version.h. Change-Id: I5c05087679bb7861cd5884426b39fa362bf23a16 Fixes: v2.1.0rc0-2770-geeded81 ("Add option to disable version.h") Reviewed-on: https://code.wireshark.org/review/18599 Reviewed-by: Jo??o Valverde Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=35e4233314f93ffa283cc4b6b050d7a59ca9f062 commit 35e4233314f93ffa283cc4b6b050d7a59ca9f062 Author: Alexis La Goutte Date: Wed Nov 2 09:47:48 2016 +0100 Openflow (v4/v5): Add vOXM vlan mask field Bug: 12979 Change-Id: I7f0e806081704dfeaf40ce1e4e41271ffd5e3023 Reviewed-on: https://code.wireshark.org/review/18618 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=23eac7dc6921e042d6eb005b10c399380146736f commit 23eac7dc6921e042d6eb005b10c399380146736f Author: Alexis La Goutte Date: Wed Nov 2 08:36:33 2016 +0100 FIX: fix spelling typo found by lintian Change-Id: I3616de3ecd7ca52f2da4af13f35967eeed61414e Reviewed-on: https://code.wireshark.org/review/18613 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=dbd762ab1d057bdde46d97b1be5e21b91efa1889 commit dbd762ab1d057bdde46d97b1be5e21b91efa1889 Author: Alexis La Goutte Date: Wed Nov 2 13:27:14 2016 +0100 btatt: fix spelling typo found by lintian Change-Id: I3fdc71e927bdb0d5408db46656c23b23dc31489a Reviewed-on: https://code.wireshark.org/review/18621 Reviewed-by: Michal Labedzki http://cgit.osmocom.org/wireshark/commit/?id=2a651cfc663b87dca4a526a71724b13fb45091cf commit 2a651cfc663b87dca4a526a71724b13fb45091cf Author: Pascal Quantin Date: Wed Nov 2 09:31:52 2016 +0100 SNA: fix dissection of GDS Variables Decode the header as specified in http://www.retrocomputing.net/info/doc/GA27-3136-20_SNA_Formats.pdf chapter 13. Note that the Information field is not decoded yet. Bug: 13084 Change-Id: Iaaee344ef0b2805906a3eeae1134479abf9d403e Reviewed-on: https://code.wireshark.org/review/18616 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=58335bd86c393943ebb164182f851373d927847e commit 58335bd86c393943ebb164182f851373d927847e Author: Beno??t Canet Date: Tue Oct 18 15:27:37 2016 +0200 Packaging: Add dependencies for lz4 and snappy packages Do it for Debian-like, RPM-based, and MacOS (via Homebrew) systems. Signed-off-by: Beno??t Canet Signed-off-by: Alexis La Goutte Change-Id: I52802301815243021c039da6a27af6c534792439 Reviewed-on: https://code.wireshark.org/review/18272 Reviewed-by: Beno??t Canet Petri-Dish: Alexis La Goutte Petri-Dish: Jeff Morriss Tested-by: Petri Dish Buildbot Reviewed-by: Jeff Morriss Reviewed-by: Dario Lombardo http://cgit.osmocom.org/wireshark/commit/?id=461650544bdc1380ba9ca60e57ed7fdb547cdfc9 commit 461650544bdc1380ba9ca60e57ed7fdb547cdfc9 Author: Dario Lombardo Date: Mon Oct 31 12:37:14 2016 +0100 Qt: add "search authors" feature. Add a search field in the authors tab. The list of authors has became huge and it's very hard to find someone in it. Having a fast way to search yourself or your friends would be fun. Change-Id: I0c6a5e8d5893d6f7b5a3258e63bdc91969f53d31 Reviewed-on: https://code.wireshark.org/review/18594 Reviewed-by: Alexis La Goutte Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo http://cgit.osmocom.org/wireshark/commit/?id=85c1a45c38efa4b2ab85da4853b7f439c499c632 commit 85c1a45c38efa4b2ab85da4853b7f439c499c632 Author: Alexis La Goutte Date: Wed Nov 2 09:51:34 2016 +0100 pre-commit: fix indent Change-Id: I50291be3fd275cde8af42c45c17e52345d1c6215 Reviewed-on: https://code.wireshark.org/review/18619 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=0f2f66dee929250af4c39eded6c048c4922fd942 commit 0f2f66dee929250af4c39eded6c048c4922fd942 Author: Guy Harris Date: Wed Nov 2 01:43:34 2016 -0700 Fix some errors. Th link throughput and latency objects are just 32-bit integers; process them as such and, as they're bytes-per-second and microsecond values, respectively, show them as decimal, rather than as hex, as most of us have 10, not 16, fingers. The ETX metric object is a 16-bit integer; process it as such, and show it in decimal as well. Attach an expert info representing an error to the item in error. Change-Id: I57dfac0127d263724cc6940a0457d63e17616b64 Reviewed-on: https://code.wireshark.org/review/18617 Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=5ec8186268bb4202be9a49c613f1da349c7afabe commit 5ec8186268bb4202be9a49c613f1da349c7afabe Author: Joerg Mayer Date: Wed Nov 2 06:56:30 2016 +0100 Add snappy compression library setup Change-Id: I060d3056dc386f44aec703ddd0fe024866a51fcf Reviewed-on: https://code.wireshark.org/review/18611 Reviewed-by: J??rg Mayer http://cgit.osmocom.org/wireshark/commit/?id=8a376d4cd35e1e00b4c1bbd30ad85c6eda0561f3 commit 8a376d4cd35e1e00b4c1bbd30ad85c6eda0561f3 Author: Jeff Morriss Date: Tue Nov 1 21:29:11 2016 -0400 Validate the Diameter XML files in the pre-commit script. Validation requires xmllint but will pass (with a complaint) if the committer does not have xmllint installed. Change-Id: I336a1c8ad8e1f98805a284d8c4736810b1a9c54e Reviewed-on: https://code.wireshark.org/review/18609 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=e1454337df5cee341f7973fbd8c2d9cc8cba9586 commit e1454337df5cee341f7973fbd8c2d9cc8cba9586 Author: Adam Goldman Date: Tue Nov 1 10:24:48 2016 -0400 opa-mad: Fixed malformed SA(FabricInfoRecord) reserved field Change-Id: I1b20a49008e41728cb10cd11765833a762f66505 Reviewed-on: https://code.wireshark.org/review/18603 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=963bd679014aedd04c984d50f85700d4f7165ce8 commit 963bd679014aedd04c984d50f85700d4f7165ce8 Author: Jeff Morriss Date: Tue Nov 1 21:11:40 2016 -0400 Add a few more T6a/T6b and charging AVPs. Fix a mistake in a comment. Change-Id: Ibb12ff3036fb42fe5e3955c67c7c9989f8ffca63 Reviewed-on: https://code.wireshark.org/review/18610 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=26e883a75c37e18f633e47dcd85e2648ee1f03ae commit 26e883a75c37e18f633e47dcd85e2648ee1f03ae Author: Michael Mann Date: Mon Oct 31 01:10:56 2016 -0400 Move Base32_encode from packet-fc00.c to wsutil (as ws_base32_decode) There could be some reuse out of it, so but it with the rest of the general utilities. Change-Id: I404c135b933660a82678510b9ca2701985c5632a Reviewed-on: https://code.wireshark.org/review/18589 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=8ba444b8438395efe352da8c66dd64e9449c60bb commit 8ba444b8438395efe352da8c66dd64e9449c60bb Author: Parav Pandit Date: Sun Oct 30 04:20:48 2016 -0400 packet-infiniband: Fixed IP based connections & other minor fixes 1. Fixed setting right address type instead of AT_IB for RoCE and RRoCE depending on address type given by pinfo where address type would be IPv4 or IPV6. Fail to do so was resulting into infiniband dissector adding conversation info based on AT_IB type vs payload dissectors dissecting based on pinfo. Fixing this allows to add/search based on right address type. (Tested for Infiniband and RRoCE) 2. Added support to pass already parsed CM attribute id from infiniand to other mad private data dissectors so that right dissection of private data can be done based on CM attribute id (message type). Moved CM attribute id definitions to header file so that private data dissectors based on CM attribute id can reuse these values without duplicate defines. (Tested for Infiniband and RRoCE) 3. Added direction client to server/server to client, (active/passive) to conversation_data for payload dissectors which cannot dissect only based on payload content without knowing the direction. (Tested for RRoCE) 4. Fixed IP CM to claim all 92 bytes of private data (including consumer private data), instead of just 36 bytes of header because its part of IP CM private data. (Tested for Infiniband and RRoCE) 5. Fixed MAD header to claim all 232 (256-24) bytes of data as it belongs to it in the tree. (Tested for Infiniband and RRoCE) 6. Fixed getting ip version by performing AND operation first to extract IP version field. (Tested for RRoCE-IPV4 and Infiniband) Change-Id: I37daca6a089784b61c25e10cdc8f3cf028ca8c58 Tested-by: paravpandit at yahoo.com Reviewed-on: https://code.wireshark.org/review/18573 Tested-by: Petri Dish Buildbot Petri-Dish: Anders Broman Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=b0eac84840567f2e535faf01816e3c1a87473213 commit b0eac84840567f2e535faf01816e3c1a87473213 Author: Pascal Quantin Date: Mon Oct 31 23:02:44 2016 +0100 Small fixes for JSON output - reinitialize the variable used to insert comma between packets when performing a new export - ensure that escaped ASCII characters are code on 4 digits characters Change-Id: Ib557da4843f6b98f793b60e417260ebb27a38b99 Ping-Bug: 13073 Reviewed-on: https://code.wireshark.org/review/18598 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=9ff6bb28d2d0d88d43b53e913cc9b3b6bbecbd3d commit 9ff6bb28d2d0d88d43b53e913cc9b3b6bbecbd3d Author: Joakim Karlsson Date: Tue Nov 1 18:57:04 2016 +0100 gtp: fix and improve user location information * Fixed RAI which was broken * Improved CGI and SAI Change-Id: I1807b628ef54e2f3e94551c26301f1376bef0914 Reviewed-on: https://code.wireshark.org/review/18604 Petri-Dish: Jaap Keuter Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=21b4de0e192da0f6131e0e2731b4f04030f0974e commit 21b4de0e192da0f6131e0e2731b4f04030f0974e Author: Joerg Mayer Date: Wed Nov 2 01:47:00 2016 +0100 Add lz4 setup. Change-Id: If3b51e719a0a745eac0862f882b912e1d0f72587 Reviewed-on: https://code.wireshark.org/review/18608 Reviewed-by: J??rg Mayer http://cgit.osmocom.org/wireshark/commit/?id=17503b9553f23ff451736f6d6d5bb9237e243f71 commit 17503b9553f23ff451736f6d6d5bb9237e243f71 Author: Joakim Karlsson Date: Tue Nov 1 21:11:05 2016 +0100 gtp: correction of octet14 in QoSProfile * Added Spare4 * Corrected order Change-Id: I93384452d73bd519784b8c11ab5671797d16fc99 Reviewed-on: https://code.wireshark.org/review/18606 Petri-Dish: Jaap Keuter Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=206424321c41293bf825a9fecea1d7dbc06258d3 commit 206424321c41293bf825a9fecea1d7dbc06258d3 Author: Sean O. Stalley Date: Tue Nov 1 14:55:35 2016 -0700 MAUSB: Fix width of Cancel Transfer Status field Width of this field was increased in the 1.0a MA USB Update. Change-Id: Ib1a40dee6fbcfd389c982b53c4b51f538c1973e7 Reviewed-on: https://code.wireshark.org/review/18607 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=021c79bdf7fd1cb383397f00823e99fe617a5e06 commit 021c79bdf7fd1cb383397f00823e99fe617a5e06 Author: Arjen Zonneveld Date: Wed Oct 12 22:15:59 2016 +0200 Add BGP dissector support for draft-heitz-idr-large-community-04 Parses large communities as specified in https://tools.ietf.org/html/draft-heitz-idr-large-community-04 Path Attribute - LARGE_COMMUNITY: 65536:1:1 65536:1:2 65536:1:3 Flags: 0xc0, Optional, Transitive: Optional, Transitive, Complete 1... .... = Optional: Optional .1.. .... = Transitive: Transitive ..0. .... = Partial: Complete ...0 .... = Length: Regular length Type Code: LARGE_COMMUNITY (32) Length: 36 Large communities: 65536:1:1 Global Administrator: 65536 Local Data Part 1: 1 Local Data Part 2: 1 Large communities: 65536:1:2 Global Administrator: 65536 Local Data Part 1: 1 Local Data Part 2: 2 Large communities: 65536:1:3 Global Administrator: 65536 Local Data Part 1: 1 Local Data Part 2: 3 Bug: 13083 Change-Id: I8db0601f621ceb6fb2e170ed9bfc2747091495ee Reviewed-on: https://code.wireshark.org/review/18172 Reviewed-by: Alexis La Goutte Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=f269290252aaec71eca184292eb5ba1681c6e2e6 commit f269290252aaec71eca184292eb5ba1681c6e2e6 Author: Joakim Karlsson Date: Tue Nov 1 19:36:32 2016 +0100 gtp: decoding correlation-id Change-Id: Ie9d399c10b6599bfc463e27ca3cfcb3c06d8b588 Reviewed-on: https://code.wireshark.org/review/18605 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=9a187cca7412707fa6272f7addf70fec5eaa1489 commit 9a187cca7412707fa6272f7addf70fec5eaa1489 Author: AndersBroman Date: Tue Nov 1 13:14:47 2016 +0100 [GTPv2] Basic dissection of IE Integer Number and value_string updates. Change-Id: I4b5fa57121b56daf55ac2ae3a966679c5ab874fb Reviewed-on: https://code.wireshark.org/review/18602 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=b54347127d47276bd023736ee7715ed27557417b commit b54347127d47276bd023736ee7715ed27557417b Author: Alexis La Goutte Date: Tue Nov 1 10:00:24 2016 +0100 gsm_dtap: fix spelling typo found by lintian Change-Id: I4f3895195c61b908dd081dd6950b16832d62519f Reviewed-on: https://code.wireshark.org/review/18600 Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=959b13b423ecb19f8eca474a1716fd381aa2c4ba commit 959b13b423ecb19f8eca474a1716fd381aa2c4ba Author: Pascal Quantin Date: Mon Oct 31 21:16:37 2016 +0100 GPRSCDR: remove obsolete ASN.1 files Change-Id: I4264f594a9c60c07a400187148d6c68120986c3c Reviewed-on: https://code.wireshark.org/review/18597 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=a3f5f3e461bcf1a5a596ae70513be9ffb270c25b commit a3f5f3e461bcf1a5a596ae70513be9ffb270c25b Author: Jan Spevak Date: Fri Oct 28 15:58:17 2016 +0200 GPRS_CDR: update record definitions Records defined according to 3GPP TS release 14 in new .asn files. Updated Makefiles and dissector files generated via asn2ws Change-Id: I6da2782c58178550962f63dbd526b827e0d8394b Reviewed-on: https://code.wireshark.org/review/18552 Petri-Dish: Pascal Quantin Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=d7e874c5d05b353cece337c72fddafde466a321e commit d7e874c5d05b353cece337c72fddafde466a321e Author: Jaap Keuter Date: Mon Oct 31 08:27:14 2016 +0100 PW_ACH: Use proper symbolic names Collect all used PW Associated Channel Types and use them in the subdissector table registrations. Change-Id: I5d196bceefdb4560b1f4388ff86898e316e5e2ae Reviewed-on: https://code.wireshark.org/review/18590 Reviewed-by: Jaap Keuter Petri-Dish: Jaap Keuter Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=b61cfd7ec17f9646ceecadddbe2b79dcfb72cb96 commit b61cfd7ec17f9646ceecadddbe2b79dcfb72cb96 Author: Thomas Wiens Date: Mon Oct 31 10:57:49 2016 +0100 bitmask: add missing break statement Change-Id: Ia9cb54431c8c274c46e299b6a6da8cac14bda88e Reviewed-on: https://code.wireshark.org/review/18591 Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=7bdcf75a5ceec4946e9227f77f31c2a6096161b3 commit 7bdcf75a5ceec4946e9227f77f31c2a6096161b3 Author: Dario Lombardo Date: Wed Oct 26 11:57:29 2016 +0200 sshdump: remove default filter from capture mode. This allow to capture without any filter. Bug: 13048 Change-Id: I29fb1a7367375b9f3d83a4f610789ae159735198 Reviewed-on: https://code.wireshark.org/review/18561 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall http://cgit.osmocom.org/wireshark/commit/?id=5aacafba8e53b3c17f00181e91418927d1c94efe commit 5aacafba8e53b3c17f00181e91418927d1c94efe Author: Guy Harris Date: Sun Oct 30 18:47:59 2016 -0700 Handle -K, -n, -N, and -u in the common dissection option code. Also update tfshark to use that code. Change-Id: Ic03fb8ff48c8bfc460298d180b436e53f0076cbe Reviewed-on: https://code.wireshark.org/review/18588 Petri-Dish: Guy Harris Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=706c10663499b90639ab8e46e171c4d4952778bf commit 706c10663499b90639ab8e46e171c4d4952778bf Author: Guy Harris Date: Sun Oct 30 17:37:10 2016 -0700 Have the routine that handles dissection options not exit. Have it return TRUE if the option is OK and FALSE if it isn't, and let its caller exit as appropriate. Also, rename it - it's not adding something to a collection, it's just handling the option. Change-Id: I41863cbb67b7c257d900d3011609891b9b4a7467 Reviewed-on: https://code.wireshark.org/review/18587 Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=45a023f3d0f616d518a1eb0b08b68c109def3616 commit 45a023f3d0f616d518a1eb0b08b68c109def3616 Author: Guy Harris Date: Sun Oct 30 16:06:24 2016 -0700 Don't use proto_tree_add_{uint,uint64}() to add signed integer values. Change-Id: I8c5506b746f16e5b79d024be5594cb71f95eced1 Reviewed-on: https://code.wireshark.org/review/18584 Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=03c6937e62b9b35960b65d573399d64b7a8fd147 commit 03c6937e62b9b35960b65d573399d64b7a8fd147 Author: Guy Harris Date: Sun Oct 30 14:07:33 2016 -0700 Have routines for parsing options that affect dissection. Have them handle -d, -t, --disable-protocol, --disable-heuristic, and --enable-heuristic for TShark and both flavors of Wireshark. Change-Id: I612c276b1f9df8a2092202d23ab3d48be7857e85 Reviewed-on: https://code.wireshark.org/review/18583 Petri-Dish: Guy Harris Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=e3b2b2fdc3e6f2c4f1fd659bc6d045f237527036 commit e3b2b2fdc3e6f2c4f1fd659bc6d045f237527036 Author: Pascal Quantin Date: Sun Oct 30 19:41:26 2016 +0100 POP: replace wmem_strndup by tvb_memcpy gdd3b977 introduced the use of wmem_strndup to ensure that the string is NULL terminated. But it also stops as soon as it finds a NULL character, which can happen with malformed packets. So let's copy all the bytes with tvb_memcpy and add manually a NULL character at the end of the buffer for safeness. Bug: 13074 Change-Id: I9ae65d739a92bc6167e4acfc275e1909f3890815 Reviewed-on: https://code.wireshark.org/review/18582 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=d8fca58c1639904597ef0ba941678dcaf02e6869 commit d8fca58c1639904597ef0ba941678dcaf02e6869 Author: Roland Knall Date: Sun Oct 30 19:48:16 2016 +0100 InterfaceList: Fix build without pcap Change-Id: I2b1a955270e7d3fe0097b09517a268263facd1be Reviewed-on: https://code.wireshark.org/review/18580 Reviewed-by: Roland Knall http://cgit.osmocom.org/wireshark/commit/?id=e3b751f79eeaa0e722b26992af7a8fa30e900ae2 commit e3b751f79eeaa0e722b26992af7a8fa30e900ae2 Author: Gerald Combs Date: Sun Oct 30 08:12:17 2016 -0700 [Automatic update for 2016-10-30] Update manuf, services enterprise-numbers, translations, and other items. Change-Id: I192e3989204931901b9890366860abdfddf990a4 Reviewed-on: https://code.wireshark.org/review/18577 Reviewed-by: Gerald Combs http://cgit.osmocom.org/wireshark/commit/?id=211f321f8530dae7cb2cdd1cbf6c659437dfba26 commit 211f321f8530dae7cb2cdd1cbf6c659437dfba26 Author: Guy Harris Date: Sun Oct 30 02:08:15 2016 -0700 Update libssh to 0.7.3. Also, don't try to uninstall it, as CMake helpfully provides no uninstall target. Change-Id: I936a8adeecc3c1f0ca71d044467846ffc33ae7b2 Reviewed-on: https://code.wireshark.org/review/18574 Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=670a37336910ebaa3f12eaeef14af504e2fdcbcd commit 670a37336910ebaa3f12eaeef14af504e2fdcbcd Author: Graham Bloice Date: Sat Oct 29 18:08:18 2016 +0100 dnp3: improve data link layer dissection Improve the dissection of the data chunks. Change-Id: Ic87c84f0c3ea2ccceecb376698eed6b2f6a4e614 Reviewed-on: https://code.wireshark.org/review/18566 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall http://cgit.osmocom.org/wireshark/commit/?id=70b29676b7b829db14a72c9f6522e17d6b2d67cc commit 70b29676b7b829db14a72c9f6522e17d6b2d67cc Author: Alexis La Goutte Date: Tue Oct 18 17:10:20 2016 +0200 wlan_statistics_dialog (Qt): Fix display when there is no packets_ Make sure we don't pass an invalid value to PercentBarDelegate. Make sure PercentBarDelegate handles invalid values more gracefully. Change-Id: I18f07542be3432d0fcf5dff479eef2ea4d5e7931 Reviewed-on: https://code.wireshark.org/review/18276 Reviewed-by: Gerald Combs Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall http://cgit.osmocom.org/wireshark/commit/?id=f184dff8763b4145fa786fe57d0ae541375e9dc0 commit f184dff8763b4145fa786fe57d0ae541375e9dc0 Author: erikdejong Date: Thu Oct 20 22:14:50 2016 +0200 sip: fix Authorization header with mixed quoted parameters Fix to correctly read unquoted parameter values in Authorization lines. Code in master branch will look for double quotes as the end of a parameter value even in case the value is not enclosed in double quotes. This fix checks if the first character in a value is a double quote in which case it will scan until a non-escaped finishing double quote is found to determine the end of the value string. If no double quote is found as the start of the parameter value it will scan for a comma as the end of the value string. Change-Id: I5322caa146d3213bc94ad24528c2fa23cdea10f2 Bug: 13035 Reviewed-on: https://code.wireshark.org/review/18344 Reviewed-by: Peter Wu Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall http://cgit.osmocom.org/wireshark/commit/?id=c9b5b6c13b7ad8e3172023507797202ea96134c2 commit c9b5b6c13b7ad8e3172023507797202ea96134c2 Author: Dario Lombardo Date: Fri Oct 28 23:00:24 2016 +0200 hpfeeds: restore channel name in tree. The channel name is also set in pinfo->match_string to be printed by the json subdissector. Change-Id: I9a1c4576ce6d253ef415bda7392b37f2c063c2db Reviewed-on: https://code.wireshark.org/review/18560 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall http://cgit.osmocom.org/wireshark/commit/?id=b86d72a0d18a32dd18d45cdf4a4b738e64780507 commit b86d72a0d18a32dd18d45cdf4a4b738e64780507 Author: Michael Mann Date: Thu Oct 27 20:58:23 2016 -0400 Allow ampq messages to be bigger than 64k Also fix a field type conflict noticed in provided capture Bug: 13050 Change-Id: I3d2643299b6db2729641c72b2e1f054f170b4907 Reviewed-on: https://code.wireshark.org/review/18571 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall http://cgit.osmocom.org/wireshark/commit/?id=42f0695f4d84093a1617ee1f35ee724aa4d98166 commit 42f0695f4d84093a1617ee1f35ee724aa4d98166 Author: Joerg Mayer Date: Sat Oct 29 08:59:18 2016 +0200 Fix two warnings when compiling with rpcap support on macOS. One is an unused variable warning turning error, the other is [ 71%] Building C object ui/CMakeFiles/ui.dir/recent.c.o /Users/jmayer/worktmp/wireshark/git/ui/recent.c:494:23: error: implicit conversion loses integer precision: 'glong' (aka 'long') to 'gint' (aka 'int') [-Werror,-Wshorten-64-to-32] rh->auth_type = auth_type; ~ ^~~~~~~~~ 1 error generated. Please review. Change-Id: If838f8fa1e8a76dc8c6cc78db495befdd527da92 Reviewed-on: https://code.wireshark.org/review/18544 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall http://cgit.osmocom.org/wireshark/commit/?id=b8a766a8e644af73b615a8198749f87607f47e47 commit b8a766a8e644af73b615a8198749f87607f47e47 Author: Alexis La Goutte Date: Wed Oct 26 21:38:35 2016 +0200 DHCPv6: Remove check for Relay Data option about Bulk Leasequery reply Bug: 13025 Change-Id: Ie9c12d4f013b5b88b9cce6a09577bc017a3ed655 Reviewed-on: https://code.wireshark.org/review/18480 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=d1a7ed109b37c87546393160e03223e7bf770d57 commit d1a7ed109b37c87546393160e03223e7bf770d57 Author: Pascal Quantin Date: Sun Oct 30 00:14:04 2016 +0200 OpenFlow 1.4: check length to avoid rewinding offset Bug: 13071 Change-Id: Ia9d55212fe8423311222330ed516da35ee9f53de Reviewed-on: https://code.wireshark.org/review/18565 Reviewed-by: Pascal Quantin Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=929ad3805fa31431c39de629e9b09e77e8152709 commit 929ad3805fa31431c39de629e9b09e77e8152709 Author: Pascal Quantin Date: Sat Oct 29 20:15:45 2016 +0200 DCERPC: save strings in wmem file scope Bug: 13072 Change-Id: Ib5f3d91be822a3d7180d95e3299dec978941c1d5 Reviewed-on: https://code.wireshark.org/review/18564 Reviewed-by: Pascal Quantin Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=1e1679db4671ce0745d516e9fb8dbd43a9677d05 commit 1e1679db4671ce0745d516e9fb8dbd43a9677d05 Author: Graham Bloice Date: Sat Oct 29 16:42:19 2016 +0100 dnp3: fix indent and variable names Change-Id: I86339a47f78c7b54e57896cc42184a27b5326cb0 Reviewed-on: https://code.wireshark.org/review/18563 Petri-Dish: Graham Bloice Tested-by: Petri Dish Buildbot Reviewed-by: Graham Bloice http://cgit.osmocom.org/wireshark/commit/?id=23b79f9304e020fa96de699f4fcaa11044df08b7 commit 23b79f9304e020fa96de699f4fcaa11044df08b7 Author: Yasuyuki Tanaka Date: Fri Oct 28 21:07:48 2016 +0200 ieee802154: avoid extra dissection on Payload IEs & Cmd ID Bug:13068 Change-Id: I4db500030ac2608e57bab4281f44576de9792076 Reviewed-on: https://code.wireshark.org/review/18558 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte http://cgit.osmocom.org/wireshark/commit/?id=0420dc1e7ba08e32ef2f80bd890af5e51bb199e7 commit 0420dc1e7ba08e32ef2f80bd890af5e51bb199e7 Author: Yasuyuki Tanaka Date: Fri Oct 28 21:47:38 2016 +0200 ieee802154: handle multiple slotframe descriptors properly Bug: 13069 Change-Id: Ia89b29413b565235c8af40adb5722b9e2528d651 Reviewed-on: https://code.wireshark.org/review/18559 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte http://cgit.osmocom.org/wireshark/commit/?id=54bbff9c65b3dad55559212f8bed2d341b47b6dd commit 54bbff9c65b3dad55559212f8bed2d341b47b6dd Author: J??rg Mayer Date: Sat Oct 29 06:34:17 2016 +0000 Revert "Instead of supressing the warning of policy 42, set MACOSX_RPATH.": --------- CMake Warning (dev): Policy CMP0042 is not set: MACOSX_RPATH is enabled by default. Run "cmake --help-policy CMP0042" for policy details. Use the cmake_policy command to set the policy and suppress this warning. MACOSX_RPATH is not specified for the following targets: epan wiretap wscodecs wsutil This warning is for project developers. Use -Wno-dev to suppress it. ----------- This reverts commit 4728bc201bddc34a7834aedf65704c7aa1c9daf1. Change-Id: I7ea056d56c0352b54be5bebadc35de6173ef593f Reviewed-on: https://code.wireshark.org/review/18562 Reviewed-by: J??rg Mayer http://cgit.osmocom.org/wireshark/commit/?id=4728bc201bddc34a7834aedf65704c7aa1c9daf1 commit 4728bc201bddc34a7834aedf65704c7aa1c9daf1 Author: Joerg Mayer Date: Fri Oct 28 11:49:06 2016 +0200 Instead of supressing the warning of policy 42, set MACOSX_RPATH. Fixes picking up the system libpcap instead of the one in /usr/local/lib/ Change-Id: I488c8512fc2cde145107062a6e8b7815ad764a3b Reviewed-on: https://code.wireshark.org/review/18545 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: J??rg Mayer http://cgit.osmocom.org/wireshark/commit/?id=183856f7240288f67898b2a2110b7f51a0c0f2b6 commit 183856f7240288f67898b2a2110b7f51a0c0f2b6 Author: Mirko Parthey Date: Thu Oct 27 17:43:33 2016 +0200 ISAKMP: Rename identifiers for readability Rename attribute dissecting functions and their local variables to improve code readability, and adjust white space. old new ------------------------------------------------------------------ dissect_rohc_supported dissect_rohc_attribute dissect_transform_ike2_attribute dissect_ike2_transform_attribute option attribute optlen value_len rohc attr_type transform_attr_type attr_type cfg_attr_type attr_type rohc_tree tree transform_attr_type_tree tree cfg_attr_type_tree tree sub_rohc_tree attr_tree sub_transform_attr_type_tree attr_tree sub_cfg_attr_type_tree attr_tree rohc_item attr_item transform_attr_type_item attr_item cfg_attr_type_item attr_item ------------------------------------------------------------------ Change-Id: I135e5deb802edc575e7fddd1bb397272aac0888c Reviewed-on: https://code.wireshark.org/review/18553 Petri-Dish: Alexis La Goutte Reviewed-by: Jo??o Valverde Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=d36a0c9adc96e1d27e54741652ff996bcb408ec0 commit d36a0c9adc96e1d27e54741652ff996bcb408ec0 Author: Dario Lombardo Date: Fri Oct 28 17:10:02 2016 +0200 hpfeeds: don't pass channel name to heuristic dissector. Change-Id: Id7dd6e680b1bf798970c513561139bf19891129c Reviewed-on: https://code.wireshark.org/review/18554 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall http://cgit.osmocom.org/wireshark/commit/?id=882a6ac1ee7965b8a5087ee4c5752f65908a722d commit 882a6ac1ee7965b8a5087ee4c5752f65908a722d Author: Yasuyuki Tanaka Date: Fri Oct 28 17:37:59 2016 +0200 ICMPv6: resolve type errors on proto_tree_add_bitmask() Bug: 13066 Change-Id: Ia00441a6eea49c56f75f1757041bc7732ff32d00 Reviewed-on: https://code.wireshark.org/review/18555 Petri-Dish: Michael Mann Reviewed-by: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=d47551982b343664cafa3ddfa3b3bb960ed9f34a commit d47551982b343664cafa3ddfa3b3bb960ed9f34a Author: Jo??o Valverde Date: Wed Oct 26 17:07:47 2016 +0100 Implement registration of capture dissectors by name Mirror it after protocol dissector API. Change-Id: I7985bcfa9e07654c7cf005efec94efc205d7a304 Reviewed-on: https://code.wireshark.org/review/18496 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=01147f8369e76927d7a90cfa0b592457a1878839 commit 01147f8369e76927d7a90cfa0b592457a1878839 Author: Alexis La Goutte Date: Wed Oct 26 21:09:43 2016 +0200 LACP: Add HP IRF vendor TLV Change-Id: I8c0d18f104bf37686b9b53ad9e7d1b9f8a709f5c Reviewed-on: https://code.wireshark.org/review/18519 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=fa0e6adbc44f6c91389fd7bf031b92c5de7be61a commit fa0e6adbc44f6c91389fd7bf031b92c5de7be61a Author: Alexis La Goutte Date: Wed Oct 26 09:03:07 2016 +0200 LACP: Add field for extra bytes (vendor specific) Change-Id: I0b9725ed8972de3cb84215face3bae65eb27d575 Reviewed-on: https://code.wireshark.org/review/18518 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=b92292b48afda02e29da70292f6ef5aee5256a1f commit b92292b48afda02e29da70292f6ef5aee5256a1f Author: Alexis La Goutte Date: Wed Oct 26 08:04:25 2016 +0200 LACP: Remove if(tree) check and reindent Change-Id: I3c8835f03e52858e7cb3262043a3fc895b1c4d19 Reviewed-on: https://code.wireshark.org/review/18517 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=8c1a5505de729b5ea80bfbb4fd617b1441ef6e3b commit 8c1a5505de729b5ea80bfbb4fd617b1441ef6e3b Author: Jaap Keuter Date: Fri Oct 28 07:37:52 2016 +0200 MPLS: Mark only Bottom-of-Stack label as flow label When preference 'Assume bottom of stack label as flow label' is set all labels are shown as flow labels. This has to be limited to that MPLS label where Bottom-of-Stack is TRUE. Change-Id: Iaa8abd095edb7de7f745a78c742a9347d4dbf3d9 Reviewed-on: https://code.wireshark.org/review/18516 Reviewed-by: Alexis La Goutte Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=9c9b866430477a8eaafe284bdaa36049d5b54eec commit 9c9b866430477a8eaafe284bdaa36049d5b54eec Author: Dario Lombardo Date: Fri Oct 28 12:24:38 2016 +0200 Qt: fix typo in layout_preferences_frame. Change-Id: I3827557445670c4a5b86b1fde0871c8828e91e68 Reviewed-on: https://code.wireshark.org/review/18546 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=77005d32b6583d2d8222afc33f715eff6fa72bd9 commit 77005d32b6583d2d8222afc33f715eff6fa72bd9 Author: Harald Welte Date: Sat Oct 15 20:18:16 2016 +0200 gsm_abis_om2000: Issue Expert Info when Enable Result != ENABLED The point of sending an Enable Request is to enable the respective MO. If the MO responds with any MO state != ENABLED there is something fishy. Let's inform the user with some Expert Info about it. Change-Id: Ib33e5dbc37894049b93bb71782787b8c96c04326 Reviewed-on: https://code.wireshark.org/review/18454 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=64b5ae0892078b8b8f970a9875c675f57de6c239 commit 64b5ae0892078b8b8f970a9875c675f57de6c239 Author: Jeff Morriss Date: Thu Oct 27 17:36:39 2016 -0400 automake: separate crypt C and header files. Only pass the C files files to checkAPIs (to match cmake and to allow checkAPIs to pass this directory). Change-Id: I305aeaaf1882061bad166957ae83383a0f35dfb7 Reviewed-on: https://code.wireshark.org/review/18513 Petri-Dish: Jeff Morriss Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=3b1d9913711d4818388e350684cadb94255a98eb commit 3b1d9913711d4818388e350684cadb94255a98eb Author: Pascal Quantin Date: Fri Oct 28 14:41:40 2016 +0200 ANSI IS-637 A: fix decoding of IA5 SMS Give the right buffer to the decoding function Bug: 13065 Change-Id: I0e41e04fb68602d95ea6f060c1a37c8b8596134d Reviewed-on: https://code.wireshark.org/review/18548 Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=3c55e120dbe84cece70a40440b27b897fabe0f04 commit 3c55e120dbe84cece70a40440b27b897fabe0f04 Author: Joakim Karlsson Date: Thu Oct 27 21:18:13 2016 +0200 diameter: improvement of AVP 18 Will now show country and operator Change-Id: Ic16623c226228ab0c3e31d33cda81953c80551d6 Reviewed-on: https://code.wireshark.org/review/18512 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=33f8c27769d8f57a13c040c52e76f3e2392c9ca5 commit 33f8c27769d8f57a13c040c52e76f3e2392c9ca5 Author: Jo??o Valverde Date: Thu Oct 27 09:24:06 2016 +0100 make-version: Clean up handling of VCSVERSION Change-Id: If8228267da4a9290f5abf99c5ac518c3dec0a283 Reviewed-on: https://code.wireshark.org/review/18443 Petri-Dish: Jo??o Valverde Tested-by: Petri Dish Buildbot Reviewed-by: Jo??o Valverde http://cgit.osmocom.org/wireshark/commit/?id=bdf99169cc699e36bd47e22514f8ac6b31f59bee commit bdf99169cc699e36bd47e22514f8ac6b31f59bee Author: Alexis La Goutte Date: Thu Oct 27 18:22:30 2016 +0200 btavdtp: fix fix spelling typo found by lintian Change-Id: I15d4343787a7c6b1c16ca8aa77ef2ddd159e6ef0 Reviewed-on: https://code.wireshark.org/review/18543 Petri-Dish: Alexis La Goutte Reviewed-by: Michal Labedzki http://cgit.osmocom.org/wireshark/commit/?id=9f564e69a22393b8a627c8b05ce51a02258fcc48 commit 9f564e69a22393b8a627c8b05ce51a02258fcc48 Author: Alexis La Goutte Date: Thu Oct 27 18:19:09 2016 +0200 btatt: fix fix spelling typo found by lintian Change-Id: I405e73d15badfa98c311391f22c57314e83bb9d0 Reviewed-on: https://code.wireshark.org/review/18542 Reviewed-by: Michal Labedzki http://cgit.osmocom.org/wireshark/commit/?id=c553cb19b1a47a06522a8159c8165e481c43566c commit c553cb19b1a47a06522a8159c8165e481c43566c Author: Alexis La Goutte Date: Thu Oct 27 18:16:13 2016 +0200 bthci_cmd: fix fix spelling typo found by lintian Change-Id: Ic7fd85db374df24358e53be66cd2432dca6a23d2 Reviewed-on: https://code.wireshark.org/review/18541 Reviewed-by: Michal Labedzki http://cgit.osmocom.org/wireshark/commit/?id=90720b3dc14cda3e706c64fd5523e494df9354c9 commit 90720b3dc14cda3e706c64fd5523e494df9354c9 Author: Alexis La Goutte Date: Thu Oct 27 18:15:04 2016 +0200 carp: fix fix spelling typo found by lintian Change-Id: I6a6b305863d5ecf2de7acad485d8079dca6993f4 Reviewed-on: https://code.wireshark.org/review/18540 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=8881c607bf18b11f7330d1dfd9b727b2c801bf13 commit 8881c607bf18b11f7330d1dfd9b727b2c801bf13 Author: Alexis La Goutte Date: Thu Oct 27 18:13:56 2016 +0200 glusterfs: fix fix spelling typo found by lintian Change-Id: I8f9f7b237b0191bbccfd65e3f70bf3f638a7c5ad Reviewed-on: https://code.wireshark.org/review/18539 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=bb85c6bbd1eab1e9f35f993c3013977c11003fb9 commit bb85c6bbd1eab1e9f35f993c3013977c11003fb9 Author: Alexis La Goutte Date: Thu Oct 27 18:13:00 2016 +0200 diameter_3gpp: fix fix spelling typo found by lintian Change-Id: Ibee969abd9d393a7d5b4c6ab5b2eb204f54654a1 Reviewed-on: https://code.wireshark.org/review/18538 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=78c051625af86d07d501cc3b7e6a29859e992274 commit 78c051625af86d07d501cc3b7e6a29859e992274 Author: Alexis La Goutte Date: Thu Oct 27 18:09:35 2016 +0200 FIX: fix fix spelling typo found by lintian Change-Id: I090457663759a5ee012402ef746d358aacfbe08c Reviewed-on: https://code.wireshark.org/review/18537 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=12611c631aa1d7bfa12fbcf558bd79181efe14da commit 12611c631aa1d7bfa12fbcf558bd79181efe14da Author: Alexis La Goutte Date: Thu Oct 27 18:07:26 2016 +0200 RSVP: fix fix spelling typo found by lintian Change-Id: I191473b1b95b293665b5617721c33ce978f5ce08 Reviewed-on: https://code.wireshark.org/review/18536 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=1f1c16ebf75e110b22ae94a2c156bc435d2a5bfb commit 1f1c16ebf75e110b22ae94a2c156bc435d2a5bfb Author: Alexis La Goutte Date: Thu Oct 27 18:06:07 2016 +0200 gsm_rlcmac: fix fix spelling typo found by lintian Change-Id: I949067c5f18f48ba954e54e6ca0c224744f85e41 Reviewed-on: https://code.wireshark.org/review/18535 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=8f92ca709e4c040150467a5f04f2a9355b80ce82 commit 8f92ca709e4c040150467a5f04f2a9355b80ce82 Author: Alexis La Goutte Date: Thu Oct 27 18:05:03 2016 +0200 hartip: fix fix spelling typo found by lintian Change-Id: I89798a1dc1931ce44bc511da90726ff27ddfe583 Reviewed-on: https://code.wireshark.org/review/18534 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=8ab6d8ba8257d30b9840f4eef6bf600a8eb9a589 commit 8ab6d8ba8257d30b9840f4eef6bf600a8eb9a589 Author: Alexis La Goutte Date: Thu Oct 27 18:04:37 2016 +0200 usb-audio: fix fix spelling typo found by lintian Change-Id: I853bc068cfca477c2ec5968d8b9a17873ec8011c Reviewed-on: https://code.wireshark.org/review/18533 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=63b6eabed8e48a4bf26f3d5c66cbf52214057f2d commit 63b6eabed8e48a4bf26f3d5c66cbf52214057f2d Author: Alexis La Goutte Date: Thu Oct 27 18:02:29 2016 +0200 ieee802154: fix fix spelling typo found by lintian Change-Id: I0d3d56447aab6f012338016875bc05a9eaf3a2be Reviewed-on: https://code.wireshark.org/review/18532 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=236f25dfac16755715768c449fcd3b3ebb7175fd commit 236f25dfac16755715768c449fcd3b3ebb7175fd Author: Alexis La Goutte Date: Thu Oct 27 18:01:53 2016 +0200 RADIUS: fix fix spelling typo found by lintian Change-Id: Iea8c96064c39d0e4aee5db6c72a8c120c56e495e Reviewed-on: https://code.wireshark.org/review/18531 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=120e515bf00fd8f545c9584be997c7b966c5b5c7 commit 120e515bf00fd8f545c9584be997c7b966c5b5c7 Author: Alexis La Goutte Date: Thu Oct 27 18:00:47 2016 +0200 homeplug-av: fix fix spelling typo found by lintian Change-Id: If75ea5e7e9ce16d270244f2a5aac86ad3abb30eb Reviewed-on: https://code.wireshark.org/review/18529 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=4eb3f7fe7896f01607e37adfda125cce76f21d92 commit 4eb3f7fe7896f01607e37adfda125cce76f21d92 Author: Alexis La Goutte Date: Thu Oct 27 17:59:46 2016 +0200 NTLMSSP: fix fix spelling typo found by lintian Change-Id: I1f4c9340fcb33e2d92fc3d85d2e212da0ab6e1e2 Reviewed-on: https://code.wireshark.org/review/18528 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=1fd33fd4595bb1b6095ffa3300aa760c088abd8d commit 1fd33fd4595bb1b6095ffa3300aa760c088abd8d Author: Alexis La Goutte Date: Thu Oct 27 17:59:08 2016 +0200 WAI: fix fix spelling typo found by lintian Change-Id: I3d468c3b1ff0eb79136bc07859442ebd184c456f Reviewed-on: https://code.wireshark.org/review/18527 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=d3290b58cf1354d18620eab2862abf74b86831bc commit d3290b58cf1354d18620eab2862abf74b86831bc Author: Alexis La Goutte Date: Thu Oct 27 17:58:39 2016 +0200 SSL: fix fix spelling typo found by lintian Change-Id: Ied94f5fa5858fd6d9da7183eb05e32430554ec33 Reviewed-on: https://code.wireshark.org/review/18526 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=3aba4d5e616d81cf6096b2eed6243001d72b0f3d commit 3aba4d5e616d81cf6096b2eed6243001d72b0f3d Author: Alexis La Goutte Date: Thu Oct 27 17:57:17 2016 +0200 mausb: fix fix spelling typo found by lintian Change-Id: I23c5b35d4d55c3d1c78b9a631a1eb728ecf365fa Reviewed-on: https://code.wireshark.org/review/18525 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=2c0cfe36f128f6cb63bdcde8c05c37299f65064c commit 2c0cfe36f128f6cb63bdcde8c05c37299f65064c Author: Alexis La Goutte Date: Thu Oct 27 17:56:18 2016 +0200 MIH: fix fix spelling typo found by lintian Change-Id: Ie8000bfaf086582f36dd88a06cb0b01e0a377096 Reviewed-on: https://code.wireshark.org/review/18524 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=f668368efac390c44739a695be9cd40d98030310 commit f668368efac390c44739a695be9cd40d98030310 Author: Alexis La Goutte Date: Thu Oct 27 17:55:26 2016 +0200 OSPF: fix fix spelling typo found by lintian Change-Id: I8058a9277163fbcdb5ad2e67b44bf0d4e3ea2283 Reviewed-on: https://code.wireshark.org/review/18523 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=1408f96cd2a5c5983e159f4c0edbbd96a2470111 commit 1408f96cd2a5c5983e159f4c0edbbd96a2470111 Author: Alexis La Goutte Date: Thu Oct 27 18:01:16 2016 +0200 mac-lte: fix fix spelling typo found by lintian Change-Id: Ifeff48a14f06e58a4e667d5b9f343b5bfc61911a Reviewed-on: https://code.wireshark.org/review/18530 Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=cad7665f8b5d26449408be32218530fb879aecee commit cad7665f8b5d26449408be32218530fb879aecee Author: Alexis La Goutte Date: Thu Oct 27 17:54:41 2016 +0200 CMAkelists: fix typo on comment Change-Id: I572ebbbae9ac91e2d566a39d0dae462bc40bcac8 Reviewed-on: https://code.wireshark.org/review/18522 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=c9f1a607c95094146edbd8f353621f6a509a6bd3 commit c9f1a607c95094146edbd8f353621f6a509a6bd3 Author: Alexis La Goutte Date: Thu Oct 27 17:53:34 2016 +0200 quic: fix fix spelling typo found by lintian Change-Id: Ifeadd5f7b9760e0ce2a58b2c1a3c497bc5f4cda0 Reviewed-on: https://code.wireshark.org/review/18521 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=5b9934cb039f395256b7367cea5007d823d9f428 commit 5b9934cb039f395256b7367cea5007d823d9f428 Author: Alexis La Goutte Date: Thu Oct 27 17:51:48 2016 +0200 rpcrdma: fix fix spelling typo found by lintian Change-Id: If057ecf07b6707a5b72b8a29ccf6388b16f4826a Reviewed-on: https://code.wireshark.org/review/18520 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=dd3b977d09e5605973836223ff3fb8a6b83dd6c5 commit dd3b977d09e5605973836223ff3fb8a6b83dd6c5 Author: Pascal Quantin Date: Thu Oct 27 21:28:17 2016 +0200 POP: ensure that line buffer is NULL terminated Bug: 13054 Change-Id: Id3bdbaa1b8d6d445daaa66d922bac74ec097b79b Reviewed-on: https://code.wireshark.org/review/18511 Reviewed-by: Peter Wu Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=6500a660c2285aa558be58b084de9554fccdfc09 commit 6500a660c2285aa558be58b084de9554fccdfc09 Author: Roland Knall Date: Tue Oct 25 14:27:56 2016 +0200 ManageInterfacesDialog: New handling of pipes This moves the handling of pipes to the new InterfaceTreeModel as well. It also includes a new PathChooserDelegate and cache handling for adding data to an interface list without putting it into storage Change-Id: Id255a81161b4da517e26127abe8ea7f5eb36d55a Reviewed-on: https://code.wireshark.org/review/18497 Reviewed-by: Roland Knall http://cgit.osmocom.org/wireshark/commit/?id=1fae14257a8a7ade813930097a12dd3e555a9f76 commit 1fae14257a8a7ade813930097a12dd3e555a9f76 Author: Pascal Quantin Date: Thu Oct 27 23:41:51 2016 +0200 merge.c: do not give a NULL pointer when saving SHB comment option Bug: 13060 Change-Id: Ib3dd019f73305e4006b312d324502e4a138c6a16 Reviewed-on: https://code.wireshark.org/review/18514 Reviewed-by: Pascal Quantin Petri-Dish: Pascal Quantin Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=7dfaab3cf79db1f36d4607d5d1ce79c222b8a9ac commit 7dfaab3cf79db1f36d4607d5d1ce79c222b8a9ac Author: Dario Lombardo Date: Mon Oct 24 16:15:22 2016 +0200 checkAPI: move atoi from soft-deprecated to prohibited. The atoi function has been completely removed from the tree. It's still present in the GTK code, but, since GTK compilation has been removed in the default, checkAPI target doesn't complain, as well as the buildbot. Change-Id: I436d6f333b99b9188734155c1f92273420354947 Reviewed-on: https://code.wireshark.org/review/18432 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Jeff Morriss Tested-by: Jeff Morriss Reviewed-by: Dario Lombardo http://cgit.osmocom.org/wireshark/commit/?id=f347af277cd1132f7d9676303c06bbc26b3f22e8 commit f347af277cd1132f7d9676303c06bbc26b3f22e8 Author: Dario Lombardo Date: Mon Oct 24 16:04:02 2016 +0200 ajp13: remove unused variable. Also add expert info for failing conversion. Change-Id: I75bb385c430527e41775822ab0495684ab660c08 Reviewed-on: https://code.wireshark.org/review/18431 Reviewed-by: Peter Wu Petri-Dish: Peter Wu Reviewed-by: Graham Bloice Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo http://cgit.osmocom.org/wireshark/commit/?id=64279d3455af2a676e0431d4bee6132219b4c513 commit 64279d3455af2a676e0431d4bee6132219b4c513 Author: Harald Welte Date: Sat Oct 15 20:04:41 2016 +0200 gsm_abis_om2000: Introduce expert info for unusual situations In OM2000, it is not usual to receive NACK, REJECT or "performed not according to request" type messages. Let's highlight them using expert info as a convenience to the user. Change-Id: I47b865c32fd9ec82ec63699babd31f3849f3006c Reviewed-on: https://code.wireshark.org/review/18453 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=94b4617acaf2a8c8108aa16841d2a321b93623d9 commit 94b4617acaf2a8c8108aa16841d2a321b93623d9 Author: Dario Lombardo Date: Tue Oct 25 14:32:44 2016 +0200 wsutil: add check for input pointers to ws_strtoi functions. Change-Id: I7353a3b00392aa606fad04ef76e8b18ffbabbf5e Reviewed-on: https://code.wireshark.org/review/18449 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu Reviewed-by: Dario Lombardo http://cgit.osmocom.org/wireshark/commit/?id=428c631b69ffc506abe475335596f4064eed4260 commit 428c631b69ffc506abe475335596f4064eed4260 Author: Alexis La Goutte Date: Thu Oct 27 07:44:54 2016 +0200 gsm_abis_om2000: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang Change-Id: I980d684676a9c21afe0dced75a35cc40a962619f Reviewed-on: https://code.wireshark.org/review/18499 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=24895a0288ad59a301a6a07904370f23469c77c0 commit 24895a0288ad59a301a6a07904370f23469c77c0 Author: Alexis La Goutte Date: Thu Oct 27 08:24:10 2016 +0200 s7comm: fix fix spelling typo found by lintian Change-Id: I38da03260d082aaf977f4f32e9206d07e55c1432 Reviewed-on: https://code.wireshark.org/review/18509 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=7466f3965db158fc6917dc326b20fe308402e789 commit 7466f3965db158fc6917dc326b20fe308402e789 Author: Alexis La Goutte Date: Thu Oct 27 08:21:36 2016 +0200 openwire: fix spelling typo found by lintian Change-Id: I586edf633cf3a5b1e95ade69727d5f70e9ff7bf4 Reviewed-on: https://code.wireshark.org/review/18508 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=1643e37ae44e0d1329b17781515b04c043bc4e85 commit 1643e37ae44e0d1329b17781515b04c043bc4e85 Author: Alexis La Goutte Date: Thu Oct 27 08:20:57 2016 +0200 gsm_abis_om2000: fix spelling typo found by lintian Change-Id: Ie52831aa218551e0f55d5479f47cc7cf92c2b069 Reviewed-on: https://code.wireshark.org/review/18507 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=d3a9f626488a1e05c4150da9365a1aefb1ebd96d commit d3a9f626488a1e05c4150da9365a1aefb1ebd96d Author: Alexis La Goutte Date: Thu Oct 27 08:19:50 2016 +0200 simple: fix spelling typo found by lintian Change-Id: I39cfc929466418f73b5a019d0c2df4315d879ced Reviewed-on: https://code.wireshark.org/review/18506 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=cfa159ea466f59e26175971c6e606a10f7d32ab7 commit cfa159ea466f59e26175971c6e606a10f7d32ab7 Author: Alexis La Goutte Date: Thu Oct 27 08:18:49 2016 +0200 smb2: fix spelling typo found by lintian Change-Id: If633d15b34b14f548d2b67c5913685e6587aa98d Reviewed-on: https://code.wireshark.org/review/18505 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=832852f53364101f9b5ff8717c54525b3f8aaa63 commit 832852f53364101f9b5ff8717c54525b3f8aaa63 Author: Alexis La Goutte Date: Thu Oct 27 07:47:40 2016 +0200 gryphon (plugins): fix spelling typo found by lintian Change-Id: I82f87f809ff0a261dacf38a2fb52aa4788403490 Reviewed-on: https://code.wireshark.org/review/18500 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=908fd98704df5c7a0bb2a17b720582b9f6137dde commit 908fd98704df5c7a0bb2a17b720582b9f6137dde Author: Alexis La Goutte Date: Thu Oct 27 08:15:34 2016 +0200 wkssvc(dcerpc): fix spelling typo found by lintian Change-Id: I899cd6fd108ff7fe3ec8908e8cd575c2dc520735 Reviewed-on: https://code.wireshark.org/review/18504 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=43ae42d5e88e106d8779a008313b278416562376 commit 43ae42d5e88e106d8779a008313b278416562376 Author: Alexis La Goutte Date: Thu Oct 27 07:51:47 2016 +0200 ncp: fix spelling typo found by lintian Change-Id: Ib6f44590671ac48461b09af7e297dc5737c3459f Reviewed-on: https://code.wireshark.org/review/18503 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=38bf499648000f8a0beb7c02e889f2909e590366 commit 38bf499648000f8a0beb7c02e889f2909e590366 Author: Alexis La Goutte Date: Thu Oct 27 07:50:19 2016 +0200 docsis (plugins): fix spelling typo found by lintian Change-Id: I730c8df46165d4778174d6931785765d2434d14d Reviewed-on: https://code.wireshark.org/review/18502 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=4f39ed97134ae15ff051e79f22dc29d911cdb028 commit 4f39ed97134ae15ff051e79f22dc29d911cdb028 Author: Alexis La Goutte Date: Thu Oct 27 07:48:46 2016 +0200 ethercat (plugins): fix spelling typo found by lintian Change-Id: I85a86953c89979e975e178fed1ae13dddab304d0 Reviewed-on: https://code.wireshark.org/review/18501 Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=978cbf06eddad1d3b9b57779a035c4acbeab87c1 commit 978cbf06eddad1d3b9b57779a035c4acbeab87c1 Author: Harald Welte Date: Fri Oct 21 21:52:51 2016 +0200 gsm_abis_pgsl: make Incremental Redundancy (IR) IEs conditional There are some IEs in the Downlink Data Indication which are conditional. As the condition cannot be found in the packets themselves (to my knowledge), let's introduce a preference. Change-Id: I408c73e5f48018d3ea4ebcacb7bd94358a9eaac5 Reviewed-on: https://code.wireshark.org/review/18482 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=565f1b13d76bfad50469b0b9e03b2659a6f2453b commit 565f1b13d76bfad50469b0b9e03b2659a6f2453b Author: Michael Mann Date: Wed Oct 26 20:33:10 2016 -0400 Fix compile errors in GTK build Change-Id: Ib28c63e0ead6950b3b11b7c87adc543f80c070ed Reviewed-on: https://code.wireshark.org/review/18498 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=5c82f910a6f421b6ee2dac2fc4c6a51c9ed505b8 commit 5c82f910a6f421b6ee2dac2fc4c6a51c9ed505b8 Author: Alexis La Goutte Date: Wed Oct 26 22:06:41 2016 +0200 bthci_cmd: fix spelling typo found by lintian Change-Id: I6ebc828eb7eafd3ca41275a9b0b9b45a0994a7d3 Reviewed-on: https://code.wireshark.org/review/18493 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=4e31c0c61b7fc38022d82a189953e8b0e4cb8978 commit 4e31c0c61b7fc38022d82a189953e8b0e4cb8978 Author: Gerald Combs Date: Wed Oct 26 14:28:00 2016 -0700 Qt: WLAN Statistics performance improvements. In the WLAN statistics dialog, add our stations to the tree in the background. This returns control to the user immediately after tapping. Add notes about further performance improvements. Change-Id: Ie7ff818b8d835ecb38f5ff702a0d0e8f2635abb2 Reviewed-on: https://code.wireshark.org/review/18495 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs http://cgit.osmocom.org/wireshark/commit/?id=7a09f52c8edba3ab5fe4e9e20e9f737c7ea199ad commit 7a09f52c8edba3ab5fe4e9e20e9f737c7ea199ad Author: Dave Pifke Date: Wed Oct 26 08:56:18 2016 +0200 packet-mbtcp: Allow decode as Modbus RTU over USB Modbus RTU is typically seen over serial links, which can be captured by sniffing USB traffic. This patch enables decoding USB payloads as Modbus RTU. Bug: 13055 Change-Id: I70d970760aa1b37b0f56dda9d3384e72d27c9d0a Reviewed-on: https://code.wireshark.org/review/18468 Reviewed-by: Jaap Keuter Petri-Dish: Jaap Keuter Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=c52d9209cc524420f6900c8fdc990047cdddaca9 commit c52d9209cc524420f6900c8fdc990047cdddaca9 Author: Alexis La Goutte Date: Wed Oct 26 21:45:02 2016 +0200 Driver.pm (pidl): fix spelling typo found by lintian Change-Id: Idb288beb54c91e100c164e0026b39bfe27daec39 Reviewed-on: https://code.wireshark.org/review/18485 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=1a7e21d2fd5b51d93ed3f2d31d0344c774ee5e09 commit 1a7e21d2fd5b51d93ed3f2d31d0344c774ee5e09 Author: Alexis La Goutte Date: Wed Oct 26 21:53:59 2016 +0200 wccp: fix spelling typo found by lintian Change-Id: I9ce35505d4b35e2c2bcacd13eca075005e05c307 Reviewed-on: https://code.wireshark.org/review/18488 Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=8d0af2f57826b309404c5b7f3b02aaf5b3171f27 commit 8d0af2f57826b309404c5b7f3b02aaf5b3171f27 Author: Dario Lombardo Date: Tue Oct 25 11:52:28 2016 +0200 Gtk: remove atoi calls and use ws_strtoi functions. Change-Id: Ie38bdd27d9e3810e3a64b985dfd5621a3aa6d073 Reviewed-on: https://code.wireshark.org/review/18445 Reviewed-by: Peter Wu Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=dab4ea552dbeccbb403b6aff701a9de3bc25a64a commit dab4ea552dbeccbb403b6aff701a9de3bc25a64a Author: Pascal Quantin Date: Wed Oct 26 21:06:58 2016 +0200 Update libssh to 0.7.3 Change-Id: Ib5f93d0e3be2866e665713af3a1fa95a4f3253b7 Reviewed-on: https://code.wireshark.org/review/18481 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=3a05d00c800f9e0b57dc5bc2cce4ba1702faa633 commit 3a05d00c800f9e0b57dc5bc2cce4ba1702faa633 Author: Alexis La Goutte Date: Wed Oct 26 22:05:18 2016 +0200 synphasor: fix spelling typo found by lintian Change-Id: I9ab5b6c20b544ec09f808cee62a3aa611baf3dae Reviewed-on: https://code.wireshark.org/review/18492 Reviewed-by: Jeff Morriss http://cgit.osmocom.org/wireshark/commit/?id=ddaf566f212979d4cb203a35398cfbcfe82b7818 commit ddaf566f212979d4cb203a35398cfbcfe82b7818 Author: Alexis La Goutte Date: Wed Oct 26 22:04:04 2016 +0200 spice: fix spelling typo found by lintian Change-Id: Ie558ae44a8978cc61679ffeb4b2c1c800b2d6371 Reviewed-on: https://code.wireshark.org/review/18491 Reviewed-by: Jeff Morriss http://cgit.osmocom.org/wireshark/commit/?id=752c2dde946ac98a199116424cedc8be748cb279 commit 752c2dde946ac98a199116424cedc8be748cb279 Author: Alexis La Goutte Date: Wed Oct 26 22:01:19 2016 +0200 u3v: fix spelling typo found by lintian Change-Id: I03f79e4502694042a78762f4711712a31f7ca028 Reviewed-on: https://code.wireshark.org/review/18490 Reviewed-by: Jeff Morriss http://cgit.osmocom.org/wireshark/commit/?id=133031db1689e9599022644739f94fc54fda3fc6 commit 133031db1689e9599022644739f94fc54fda3fc6 Author: Alexis La Goutte Date: Wed Oct 26 21:58:30 2016 +0200 uds: fix spelling typo found by lintian Change-Id: I78efa2fd9d3a4d1261f0276af85329ee05dbb5e3 Reviewed-on: https://code.wireshark.org/review/18489 Reviewed-by: Jeff Morriss http://cgit.osmocom.org/wireshark/commit/?id=39bfca1a7e78786f49d82f42f45a005896991a76 commit 39bfca1a7e78786f49d82f42f45a005896991a76 Author: Alexis La Goutte Date: Wed Oct 26 21:52:55 2016 +0200 mpeg-audio: fix spelling typo found by lintian Change-Id: Ie4f5db3f3f07388d3a6194839e33c939dbc0e92d Reviewed-on: https://code.wireshark.org/review/18487 Reviewed-by: Peter Wu http://cgit.osmocom.org/wireshark/commit/?id=a92058ec09e09e24cff542c58ec6dad0287cb8ea commit a92058ec09e09e24cff542c58ec6dad0287cb8ea Author: Alexis La Goutte Date: Wed Oct 26 21:47:23 2016 +0200 ncp2222.py: fix spelling typo found by lintian Change-Id: If077e05568efc4dc8981da9558047fe147b5d139 Reviewed-on: https://code.wireshark.org/review/18486 Reviewed-by: Peter Wu http://cgit.osmocom.org/wireshark/commit/?id=4d368de26ea6d43b78aa866cec00f5c197765663 commit 4d368de26ea6d43b78aa866cec00f5c197765663 Author: Alexis La Goutte Date: Wed Oct 26 21:44:25 2016 +0200 wslua_pref(.c): fix spelling typo found by lintian Change-Id: Ie371e144a9b385d893ead67c03688841039b8319 Reviewed-on: https://code.wireshark.org/review/18484 Reviewed-by: Peter Wu ----------------------------------------------------------------------- Summary of changes: .mailmap | 6 + .travis.yml | 6 +- AUTHORS | 7 +- CMakeLists.txt | 2 +- Makefile.am | 4 + capture_opts.h | 16 +- debian/control | 3 +- debian/libwireshark0.symbols | 7 + debian/libwsutil0.symbols | 1 + diameter/TGPP.xml | 9 + diameter/dictionary.xml | 128 +- epan/capture_dissectors.c | 63 +- epan/capture_dissectors.h | 64 +- epan/column.c | 2 +- epan/crypt/Makefile.am | 14 +- epan/dissectors/Makefile.am | 2 +- .../asn1/gprscdr/3GPPGenericChargingDataTypes.asn | 431 --- epan/dissectors/asn1/gprscdr/CMakeLists.txt | 4 +- .../asn1/gprscdr/GPRSChargingDataTypes.asn | 1838 ++++++++---- .../asn1/gprscdr/GPRSChargingDataTypesV1171.asn | 979 ------ .../asn1/gprscdr/GPRSChargingDataTypesV1260.asn | 1204 -------- .../asn1/gprscdr/GPRSChargingDataTypesV641.asn | 262 +- .../asn1/gprscdr/GPRSChargingDataTypesV8e0.asn | 847 ------ .../asn1/gprscdr/GPRSChargingDataTypesV9f0.asn | 908 ------ .../asn1/gprscdr/GenericChargingDataTypes.asn | 500 +++- .../asn1/gprscdr/GenericChargingDataTypesV1171.asn | 672 ----- .../asn1/gprscdr/GenericChargingDataTypesV1250.asn | 668 ----- .../asn1/gprscdr/GenericChargingDataTypesV641.asn | 434 --- .../asn1/gprscdr/GenericChargingDataTypesV8e0.asn | 590 ---- .../asn1/gprscdr/GenericChargingDataTypesV9f0.asn | 594 ---- epan/dissectors/asn1/gprscdr/Makefile.am | 15 +- epan/dissectors/asn1/gprscdr/gprscdr.cnf | 27 +- .../asn1/gprscdr/packet-gprscdr-template.c | 2 +- .../asn1/kerberos/packet-kerberos-template.c | 2 + .../asn1/kerberos/packet-kerberos-template.h | 6 - epan/dissectors/asn1/mpeg-audio/mpeg-audio.asn | 2 +- epan/dissectors/packet-6lowpan.c | 2 +- epan/dissectors/packet-ajp13.c | 31 +- epan/dissectors/packet-amqp.c | 22 +- epan/dissectors/packet-ansi_637.c | 2 +- epan/dissectors/packet-ap1394.c | 5 +- epan/dissectors/packet-arcnet.c | 19 +- epan/dissectors/packet-arp.c | 8 +- epan/dissectors/packet-arp.h | 1 - epan/dissectors/packet-atalk.c | 4 +- epan/dissectors/packet-atm.c | 9 +- epan/dissectors/packet-ax25-kiss.c | 14 +- epan/dissectors/packet-ax25.c | 7 +- epan/dissectors/packet-ax25.h | 31 - epan/dissectors/packet-bfd.c | 6 +- epan/dissectors/packet-bgp.c | 49 + epan/dissectors/packet-bluetooth.c | 169 +- epan/dissectors/packet-bluetooth.h | 2 + epan/dissectors/packet-bpq.c | 12 +- epan/dissectors/packet-btatt.c | 20 +- epan/dissectors/packet-btavdtp.c | 2 +- epan/dissectors/packet-bthci_acl.c | 17 +- epan/dissectors/packet-bthci_cmd.c | 53 +- epan/dissectors/packet-bthci_evt.c | 506 +++- epan/dissectors/packet-btl2cap.c | 10 +- epan/dissectors/packet-carp.c | 2 +- epan/dissectors/packet-chdlc.c | 12 +- epan/dissectors/packet-chdlc.h | 3 - epan/dissectors/packet-clip.c | 3 - epan/dissectors/packet-dcerpc-netlogon.c | 2 + epan/dissectors/packet-dcerpc-nt.c | 4 +- epan/dissectors/packet-dcerpc-spoolss.c | 2 +- epan/dissectors/packet-dcerpc-wkssvc.c | 2 +- epan/dissectors/packet-dcerpc.c | 12 +- epan/dissectors/packet-dcp-etsi.c | 33 +- epan/dissectors/packet-dhcpv6.c | 6 - epan/dissectors/packet-diameter_3gpp.c | 19 +- epan/dissectors/packet-dnp.c | 150 +- epan/dissectors/packet-dof.c | 4 +- epan/dissectors/packet-e212.c | 3136 ++++++++++---------- epan/dissectors/packet-e212.h | 7 +- epan/dissectors/packet-eap.c | 16 +- epan/dissectors/packet-enc.c | 4 +- epan/dissectors/packet-eth.c | 27 +- epan/dissectors/packet-eth.h | 3 - epan/dissectors/packet-fc00.c | 47 +- epan/dissectors/packet-fddi.c | 13 +- epan/dissectors/packet-fix.h | 6 +- epan/dissectors/packet-fr.c | 36 +- epan/dissectors/packet-glusterfs.c | 2 +- epan/dissectors/packet-gmr1_bcch.c | 4 +- epan/dissectors/packet-gprscdr.c | 1486 +++++++++- epan/dissectors/packet-gprscdr.h | 2 +- epan/dissectors/packet-gre.c | 4 +- epan/dissectors/packet-gsm_a_dtap.c | 2 +- epan/dissectors/packet-gsm_abis_om2000.c | 12 +- epan/dissectors/packet-gsm_abis_pgsl.c | 6 +- epan/dissectors/packet-gsm_rlcmac.c | 2 +- epan/dissectors/packet-gsmtap.c | 7 - epan/dissectors/packet-gtp.c | 202 +- epan/dissectors/packet-gtpv2.c | 79 +- epan/dissectors/packet-hartip.c | 2 +- epan/dissectors/packet-homeplug-av.c | 2 +- epan/dissectors/packet-hpfeeds.c | 19 +- epan/dissectors/packet-i2c.c | 4 +- epan/dissectors/packet-icmp.c | 4 +- epan/dissectors/packet-icmpv6.c | 79 +- epan/dissectors/packet-ieee80211-prism.c | 15 +- epan/dissectors/packet-ieee80211-radiotap.c | 14 +- epan/dissectors/packet-ieee80211-wlancap.c | 10 +- epan/dissectors/packet-ieee80211.c | 23 +- epan/dissectors/packet-ieee80211.h | 7 - epan/dissectors/packet-ieee802154.c | 52 +- epan/dissectors/packet-ieee8021ah.c | 16 +- epan/dissectors/packet-infiniband.c | 190 +- epan/dissectors/packet-infiniband.h | 10 + epan/dissectors/packet-ip.c | 28 +- epan/dissectors/packet-ip.h | 2 - epan/dissectors/packet-ipfc.c | 9 +- epan/dissectors/packet-ipsec.c | 6 +- epan/dissectors/packet-ipv6.c | 30 +- epan/dissectors/packet-ipv6.h | 5 - epan/dissectors/packet-ipx.c | 14 +- epan/dissectors/packet-ipx.h | 2 - epan/dissectors/packet-isakmp.c | 474 +-- epan/dissectors/packet-isl.c | 13 +- epan/dissectors/packet-isl.h | 2 - epan/dissectors/packet-kerberos.c | 14 +- epan/dissectors/packet-kerberos.h | 8 +- epan/dissectors/packet-lacp.c | 150 +- epan/dissectors/packet-llc.c | 84 +- epan/dissectors/packet-llc.h | 4 - epan/dissectors/packet-mac-lte.c | 4 +- epan/dissectors/packet-mausb.c | 4 +- epan/dissectors/packet-mbtcp.c | 3 + epan/dissectors/packet-mih.c | 2 +- epan/dissectors/packet-mpeg-audio.c | 2 +- epan/dissectors/packet-mpls-echo.c | 2 +- epan/dissectors/packet-mpls-pm.c | 22 +- epan/dissectors/packet-mpls-psc.c | 3 +- epan/dissectors/packet-mpls.c | 4 +- epan/dissectors/packet-mpls.h | 29 +- epan/dissectors/packet-mplstp-oam.c | 3 +- epan/dissectors/packet-ncp.c | 2 +- epan/dissectors/packet-netanalyzer.c | 2 +- epan/dissectors/packet-netbios.c | 7 +- epan/dissectors/packet-netflow.c | 4 +- epan/dissectors/packet-netrom.c | 5 +- epan/dissectors/packet-ntlmssp.c | 6 +- epan/dissectors/packet-null.c | 52 +- epan/dissectors/packet-opa-mad.c | 465 ++- epan/dissectors/packet-openflow_v4.c | 10 + epan/dissectors/packet-openflow_v5.c | 46 +- epan/dissectors/packet-openwire.c | 2 +- epan/dissectors/packet-ospf.c | 6 +- epan/dissectors/packet-per.c | 71 +- epan/dissectors/packet-pktap.c | 12 +- epan/dissectors/packet-pop.c | 12 +- epan/dissectors/packet-ppi.c | 5 +- epan/dissectors/packet-ppp.c | 217 +- epan/dissectors/packet-ppp.h | 3 - epan/dissectors/packet-pw-oam.c | 3 +- epan/dissectors/packet-quic.c | 8 +- epan/dissectors/packet-radius.c | 4 +- epan/dissectors/packet-raw.c | 25 +- epan/dissectors/packet-rpcrdma.c | 2 +- epan/dissectors/packet-rsvp.c | 2 +- epan/dissectors/packet-rtitcp.c | 2 +- epan/dissectors/packet-s7comm.c | 14 +- epan/dissectors/packet-sctp.c | 4 +- epan/dissectors/packet-shim6.c | 2 - epan/dissectors/packet-simple.c | 2 +- epan/dissectors/packet-sip.c | 49 +- epan/dissectors/packet-sll.c | 5 +- epan/dissectors/packet-smb.c | 6 +- epan/dissectors/packet-smb2.c | 4 +- epan/dissectors/packet-sna.c | 37 +- epan/dissectors/packet-spice.c | 18 +- epan/dissectors/packet-ssl-utils.c | 3 + epan/dissectors/packet-ssl-utils.h | 4 +- epan/dissectors/packet-synphasor.c | 2 +- epan/dissectors/packet-tcp.c | 4 +- epan/dissectors/packet-tr.c | 16 +- epan/dissectors/packet-tr.h | 3 - epan/dissectors/packet-u3v.c | 32 +- epan/dissectors/packet-udp.c | 8 +- epan/dissectors/packet-uds.c | 10 +- epan/dissectors/packet-usb-audio.c | 12 +- epan/dissectors/packet-vines.c | 20 +- epan/dissectors/packet-vlan.c | 14 +- epan/dissectors/packet-wai.c | 2 +- epan/dissectors/packet-wccp.c | 2 +- epan/dissectors/pidl/wkssvc/wkssvc.cnf | 2 +- .../{packet-a21.h => read_keytab_file.h} | 17 +- epan/dissectors/usb.c | 2 +- epan/enterprise-numbers | 256 +- epan/print.c | 10 +- epan/proto.c | 148 +- epan/reassemble.c | 361 +++ epan/reassemble.h | 36 + epan/reassemble_test.c | 28 +- epan/sminmpec.c | 61 +- epan/wslua/wslua_pref.c | 4 +- epan/wslua/wslua_tvb.c | 42 +- extcap/sshdump.c | 7 +- fix/FIX.xml | 6 +- fix/FIX50.xml | 6 +- fix/FIX50SP1.xml | 8 +- fix/FIX50SP2.xml | 4 +- macosx-setup.sh | 125 +- make-version.pl | 82 +- manuf | 122 +- packaging/rpm/SPECS/wireshark.spec.in | 18 + plugins/docsis/packet-tlv.c | 4 +- plugins/ethercat/packet-ethercat-datagram.c | 2 +- plugins/gryphon/packet-gryphon.c | 4 +- services | 1 + test/lua/tvb.lua | 28 +- tfshark.c | 70 +- tools/checkAPIs.pl | 9 +- tools/debian-setup.sh | 5 +- tools/install_rpms_for_devel.sh | 13 +- tools/macos-setup-brew.sh | 2 +- tools/ncp2222.py | 4 +- tools/pidl/lib/Parse/Yapp/Driver.pm | 2 +- tools/pre-commit | 6 + tools/validate-diameter-xml.sh | 18 +- tools/win-setup.ps1 | 10 +- tshark.c | 139 +- ui/CMakeLists.txt | 1 + ui/Makefile.am | 2 + ui/commandline.c | 97 +- ui/commandline.h | 4 - ui/dissect_opts.c | 171 ++ ui/dissect_opts.h | 110 + ui/export_object_smb.c | 2 +- ui/gtk/capture_dlg.c | 26 +- ui/gtk/expert_comp_table.c | 12 +- ui/gtk/main.c | 13 +- ui/gtk/main_80211_toolbar.c | 4 +- ui/gtk/main_menubar.c | 9 +- ui/gtk/rlc_lte_graph.c | 7 +- ui/gtk/rlc_lte_stat_dlg.c | 8 +- ui/gtk/sctp_graph_dlg.c | 7 +- ui/gtk/tcp_graph.c | 6 +- ui/qt/CMakeLists.txt | 2 + ui/qt/Makefile.am | 2 + ui/qt/about_dialog.cpp | 37 +- ui/qt/about_dialog.h | 4 + ui/qt/about_dialog.ui | 9 +- ui/qt/bluetooth_hci_summary_dialog.cpp | 116 +- ui/qt/bluetooth_hci_summary_dialog.ui | 47 + ui/qt/interface_sort_filter_model.cpp | 26 +- ui/qt/interface_sort_filter_model.h | 1 + ui/qt/interface_tree_cache_model.cpp | 275 +- ui/qt/interface_tree_cache_model.h | 16 + ui/qt/interface_tree_model.cpp | 10 +- ui/qt/interface_tree_model.h | 1 + ui/qt/layout_preferences_frame.ui | 14 +- ui/qt/main_window_slots.cpp | 12 +- ui/qt/manage_interfaces_dialog.cpp | 249 +- ui/qt/manage_interfaces_dialog.h | 32 +- ui/qt/manage_interfaces_dialog.ui | 7 +- ui/qt/path_chooser_delegate.cpp | 152 + ...parkline_delegate.h => path_chooser_delegate.h} | 32 +- ui/qt/percent_bar_delegate.cpp | 11 +- ui/qt/remote_capture_dialog.cpp | 2 - ui/qt/wireshark_de.ts | 1515 +++++----- ui/qt/wireshark_en.ts | 1519 +++++----- ui/qt/wireshark_fr.ts | 1515 +++++----- ui/qt/wireshark_it.ts | 1515 +++++----- ui/qt/wireshark_ja_JP.ts | 1515 +++++----- ui/qt/wireshark_pl.ts | 1515 +++++----- ui/qt/wireshark_zh_CN.ts | 1515 +++++----- ui/qt/wlan_statistics_dialog.cpp | 37 +- ui/qt/wlan_statistics_dialog.h | 6 + ui/recent.c | 2 +- wireshark-qt.cpp | 13 +- wiretap/merge.c | 4 +- ws_version_info.c | 2 +- wsutil/CMakeLists.txt | 1 + wsutil/Makefile.am | 2 + wsutil/{base64.c => base32.c} | 74 +- ui/language.h => wsutil/base32.h | 27 +- wsutil/strtoi.c | 16 +- 280 files changed, 15871 insertions(+), 17413 deletions(-) delete mode 100644 epan/dissectors/asn1/gprscdr/3GPPGenericChargingDataTypes.asn delete mode 100644 epan/dissectors/asn1/gprscdr/GPRSChargingDataTypesV1171.asn delete mode 100644 epan/dissectors/asn1/gprscdr/GPRSChargingDataTypesV1260.asn delete mode 100644 epan/dissectors/asn1/gprscdr/GPRSChargingDataTypesV8e0.asn delete mode 100644 epan/dissectors/asn1/gprscdr/GPRSChargingDataTypesV9f0.asn delete mode 100644 epan/dissectors/asn1/gprscdr/GenericChargingDataTypesV1171.asn delete mode 100644 epan/dissectors/asn1/gprscdr/GenericChargingDataTypesV1250.asn delete mode 100644 epan/dissectors/asn1/gprscdr/GenericChargingDataTypesV641.asn delete mode 100644 epan/dissectors/asn1/gprscdr/GenericChargingDataTypesV8e0.asn delete mode 100644 epan/dissectors/asn1/gprscdr/GenericChargingDataTypesV9f0.asn delete mode 100644 epan/dissectors/packet-ax25.h copy epan/dissectors/{packet-a21.h => read_keytab_file.h} (75%) create mode 100644 ui/dissect_opts.c create mode 100644 ui/dissect_opts.h create mode 100644 ui/qt/path_chooser_delegate.cpp copy ui/qt/{sparkline_delegate.h => path_chooser_delegate.h} (63%) copy wsutil/{base64.c => base32.c} (52%) copy ui/language.h => wsutil/base32.h (66%) hooks/post-receive -- wireshark with Osmocom specific dissectors From gitosis at osmocom.org Mon Nov 7 13:07:16 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 7 Nov 2016 13:07:16 GMT Subject: wireshark.git branch laforge/om2000-201610 updated. 648eb6e9eb6248212221fee7af97f51a45e24595 Message-ID: <201611071307.uA7D7G3Y052174@git.osmocom.org> 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 "wireshark with Osmocom specific dissectors". The branch, laforge/om2000-201610 has been updated discards ab76d9f962b26d756ba4e85a74ac16e7eab06bed (commit) discards 9b76b7fbc4d28a27d7a2c4291ff363953aa3e7a2 (commit) discards 0a4e75090a9fec5811d7a8c2db7c3255d7cd26b6 (commit) discards f7be0c5e6a430b04cc3435d5ea014bf12b7c052f (commit) discards 5fd80dcd2639adfea73ff482011ec3146b170f4b (commit) discards 6cf9b85e2326ab62e1e077533846a53521328aa1 (commit) discards 1f82f9f6741ea2816e8146c5f3a543ce93704962 (commit) discards a2234596dd6c5c92e669377cfe68b8fb14a30a52 (commit) discards 4a4388775afa01984271b2e3cecde2addf727513 (commit) discards 9fc508c8f14f144d5997c86be69fcbca36f90bbf (commit) discards ef93fd110f4afa3a94a6479eda2d033043d34773 (commit) discards f6f6d9ccc8fdc876ede54b54913122841c3ebb4c (commit) via 648eb6e9eb6248212221fee7af97f51a45e24595 (commit) via d1437d29debab9d84a9a6147fa5d79df6d3af4c5 (commit) via be0712c3346c0e29cbcbba8412fb128c030a4637 (commit) via 7c4e27a7705b3cfbcfd77c95fd6fda2f055992ad (commit) via e82a8fc040306a8eb6ce9309c077fe2015d94bf7 (commit) via 1619c4cf4afe792c6c3a987a89c9bc41539fad74 (commit) via 94483fc3bc254e4e971a366753ce3449a4addeff (commit) via 2d34b19cb6bdebe835cacd958076de50ce330572 (commit) via 43a60c03f63259dd0c759d0effe3a5dfc57d6546 (commit) via 61ed49e69cf0895e041f01fcc0c04b9e0fb2047b (commit) via 5ae9af9e50c89d8700e5a166a9c345fc46b3a4ca (commit) via a5a179dd4975b00fbb65c86f8f573d1a73b7ef58 (commit) via e3fe33a888529f8305d4ebb7482cb44fce9c435a (commit) via 94b923c11b6afc5f2ad7ee5a1f27c7fc514b4540 (commit) via 37388fb72e1736d88bd5033550cc55425014a72f (commit) via 1b6816df1c6230403c34128f7f43902da2813886 (commit) via 991cbe81c137d73b919a75a6c751f3e402d5acc9 (commit) via 686282083420f26a4e4584053fadbba568ef534f (commit) via d3389fab94c23c2b4e1c9b9dbf77851379b50eec (commit) via c665926bab23034e7b231cec4ca7b95c40e2a928 (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 (ab76d9f962b26d756ba4e85a74ac16e7eab06bed) \ N -- N -- N (648eb6e9eb6248212221fee7af97f51a45e24595) 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/wireshark/commit/?id=648eb6e9eb6248212221fee7af97f51a45e24595 commit 648eb6e9eb6248212221fee7af97f51a45e24595 Author: Harald Welte Date: Wed Oct 26 22:38:20 2016 +0200 HACK: Hand GPRS RLC payload to GPRS LLC dissector this is an ugly hack, as there is no code for packet re-assembly in betwween, i.e. we only get proper dissection if the LLC message was fitting entirely into one RLC block. Nevertheless, sufficient to see things like RAU, ATTACH, IDENTITY procedures. Change-Id: I1fc488aa58353e5f4264b940f9f4c18987148a7d http://cgit.osmocom.org/wireshark/commit/?id=d1437d29debab9d84a9a6147fa5d79df6d3af4c5 commit d1437d29debab9d84a9a6147fa5d79df6d3af4c5 Author: Harald Welte Date: Wed Oct 26 20:09:31 2016 +0200 WIP: Jacob's EGPRS patch ... with add_new_data_source() to visualize the re-aligned bits Change-Id: I1604dceaf3d91228e87712e099c8a209ff812f4a http://cgit.osmocom.org/wireshark/commit/?id=be0712c3346c0e29cbcbba8412fb128c030a4637 commit be0712c3346c0e29cbcbba8412fb128c030a4637 Author: Harald Welte Date: Sun Jul 17 16:22:19 2016 +0200 l2tp: Introduce preference for default pseudowire In some cases, the establishment of the L2TP session is not captured in the pcap file, and thus wireshark cannot determine the l2tp pseudowire to be used for decode. So rather than using a ocmpile-time hard-coded default of cisco hdlc, let's introduce a prference where the user can select the default pseudowire in such cases. Change-Id: I44a6373d4812c9ab5a919514273a41a2ab57142c http://cgit.osmocom.org/wireshark/commit/?id=7c4e27a7705b3cfbcfd77c95fd6fda2f055992ad commit 7c4e27a7705b3cfbcfd77c95fd6fda2f055992ad Author: Harald Welte Date: Sat Jul 16 15:39:17 2016 +0200 L2TP: Add preference to select Ericsson HDLC flavor At some point over the wireshark last years, the connection between the L2TP dissector and the Ericsson HDLC dissector (packet-ehdlc.c) got broken. I cannot poinpoint the exact change when it broke. However, traces with Ericsson L2TP that used to display correctly no longer do so. The problem with Ericsson L2TP is that they simply re-use the HDLC pseudowire (0x0006), but then have frames completely different than what's specified in the RFCs for that. To address this, let's add a protocol preference to allow the user to choose. Change-Id: Idce022ef0f233c01ecffc67dca7f428bde31ef6b http://cgit.osmocom.org/wireshark/commit/?id=e82a8fc040306a8eb6ce9309c077fe2015d94bf7 commit e82a8fc040306a8eb6ce9309c077fe2015d94bf7 Author: Harald Welte Date: Fri Nov 4 17:42:43 2016 +0100 AUTHORS: Update record for Harald Welte The record has become quite a bit out-of-date over the years. Change-Id: Id60e3e0839f27643227ddf79559769d228f17b0f http://cgit.osmocom.org/wireshark/commit/?id=1619c4cf4afe792c6c3a987a89c9bc41539fad74 commit 1619c4cf4afe792c6c3a987a89c9bc41539fad74 Author: Michael Mann Date: Sun Nov 6 23:54:59 2016 -0500 interface_tree_model.cpp - ensure QObject namespace for tr() Change-Id: I64214b5e2eb8b64ae36e049174d94d10da1e5bc5 Reviewed-on: https://code.wireshark.org/review/18698 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Roland Knall http://cgit.osmocom.org/wireshark/commit/?id=94483fc3bc254e4e971a366753ce3449a4addeff commit 94483fc3bc254e4e971a366753ce3449a4addeff Author: Harald Welte Date: Fri Nov 4 16:58:25 2016 +0100 gsm_abis_pgsl: Dissect PACCH uplink messages The P-GSL uplink PACCH messages contain information about the decoded access burst information four consecutive frame numbers. Each burst individually carries receive level, access burst type (8/11bit), validity information and access delay. Change-Id: I9d874d9b2c6de6a5461591e0f1f037ef2c34c143 Reviewed-on: https://code.wireshark.org/review/18682 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=2d34b19cb6bdebe835cacd958076de50ce330572 commit 2d34b19cb6bdebe835cacd958076de50ce330572 Author: Guy Harris Date: Sun Nov 6 17:02:29 2016 -0800 Include header to declare gsm_a_rr_rxlev_vals_ext. Change-Id: Ie3fd593ef5ce90dc07037f44fda869c26616afd9 Reviewed-on: https://code.wireshark.org/review/18697 Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=43a60c03f63259dd0c759d0effe3a5dfc57d6546 commit 43a60c03f63259dd0c759d0effe3a5dfc57d6546 Author: sangodbole Date: Wed Nov 2 16:56:18 2016 -0400 Added Dissector for Openflow Experimenter Value field for Openflow 1.3 and 1.4 Change-Id: I79d7b9afbde34451b545ac7e67c22b012843d822 Reviewed-on: https://code.wireshark.org/review/18654 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=61ed49e69cf0895e041f01fcc0c04b9e0fb2047b commit 61ed49e69cf0895e041f01fcc0c04b9e0fb2047b Author: Harald Welte Date: Fri Nov 4 17:00:35 2016 +0100 gsm_abis_pgsl: Decode dissection of codec_rxlev Fix a copy+paste mistake (using the codec_csy string for the codec_rxlev) and use the existing val_str_ext for decoding the GSM/GPRS RxLev value into a dBm value range. Change-Id: Ie19621019977f6a41201cca424de3d44ece309b0 Reviewed-on: https://code.wireshark.org/review/18683 Reviewed-by: Pascal Quantin Petri-Dish: Pascal Quantin Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=5ae9af9e50c89d8700e5a166a9c345fc46b3a4ca commit 5ae9af9e50c89d8700e5a166a9c345fc46b3a4ca Author: Guy Harris Date: Sun Nov 6 11:02:51 2016 -0800 Get rid of Boolean "flags" that don't have any bit set. And tweak the Pidl generator for Wireshark not to generate "flags" like that. (The generator also does field name and true/false strings' case differently, so I didn't use it to regenerate the dissectors; that needs to be looked at.) Change-Id: Ie1657a782ebdb107e58792cedd29bbaa79b17bd4 Reviewed-on: https://code.wireshark.org/review/18695 Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=a5a179dd4975b00fbb65c86f8f573d1a73b7ef58 commit a5a179dd4975b00fbb65c86f8f573d1a73b7ef58 Author: Guy Harris Date: Sun Nov 6 10:47:51 2016 -0800 Use guint rather than gsize, to avoid 64-bit-to-32-bit shortening warnings. Change-Id: Id907cd8c8ea83730674a0bc9b0636d2408b6546c Reviewed-on: https://code.wireshark.org/review/18694 Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=e3fe33a888529f8305d4ebb7482cb44fce9c435a commit e3fe33a888529f8305d4ebb7482cb44fce9c435a Author: Harald Welte Date: Fri Nov 4 14:39:30 2016 +0100 gsm_abis_pgsl: Fix endianness of frame numbers The frame numbers are stored as 24bit value in little endian byte order, not in big endian (as assumed so far). Change-Id: Ia58db03749375a025e7b3b6b5805687af7601d9a Reviewed-on: https://code.wireshark.org/review/18681 Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=94b923c11b6afc5f2ad7ee5a1f27c7fc514b4540 commit 94b923c11b6afc5f2ad7ee5a1f27c7fc514b4540 Author: Harald Welte Date: Fri Oct 21 21:55:56 2016 +0200 gsm_abis_pgsl: Hand off into GPRS RLC/MAC dissector Rather than displaying the P-GSL data as "data", let's call the proper GPRS RLC/MAC dissector to get a decode of the payload. As the RLC/MAC payload of P-GSL is one un-aligned stream of bits containing the EGPRS header + RLC data blocks, we need to re-aling the data blocks before calling into the RLC/MAC dissector in case of EGRPS. Change-Id: Ib081606c1b7af2a15ecf3c5f5b3ff44b5096e865 Reviewed-on: https://code.wireshark.org/review/18483 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=37388fb72e1736d88bd5033550cc55425014a72f commit 37388fb72e1736d88bd5033550cc55425014a72f Author: Harald Welte Date: Sat Nov 5 10:38:23 2016 +0100 gsm_abis_pgsl: Dissect Uplink Channel Mode Information Element Change-Id: Ibfd490fbdbdb479f0e557be9c0d3ede6f94c5639 Reviewed-on: https://code.wireshark.org/review/18685 Petri-Dish: Pascal Quantin Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=1b6816df1c6230403c34128f7f43902da2813886 commit 1b6816df1c6230403c34128f7f43902da2813886 Author: Harald Welte Date: Fri Nov 4 17:54:42 2016 +0100 gsm_abis_pgsl: Proper interpretation of "Q bits" Regarding the EGPRS header, a value of '1' means bads checksum/quality, and '0' means good quality/checksum. Let's explicitly state this by overriding the default True/False boolean labels with Bad/Good. Change-Id: I2168771d5552345c9c2eb6910f2839013da8210e Reviewed-on: https://code.wireshark.org/review/18684 Petri-Dish: Pascal Quantin Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=991cbe81c137d73b919a75a6c751f3e402d5acc9 commit 991cbe81c137d73b919a75a6c751f3e402d5acc9 Author: Gerald Combs Date: Sun Nov 6 08:12:57 2016 -0800 [Automatic update for 2016-11-06] Update manuf, services enterprise-numbers, translations, and other items. Change-Id: Ia867e3b78363ba806ab99dd8da321f5f48c279cc Reviewed-on: https://code.wireshark.org/review/18691 Reviewed-by: Gerald Combs http://cgit.osmocom.org/wireshark/commit/?id=686282083420f26a4e4584053fadbba568ef534f commit 686282083420f26a4e4584053fadbba568ef534f Author: Michael Mann Date: Sun Oct 9 10:20:57 2016 -0400 TCAP: Use a real dissector table to store dissector handles. Also cleanup ANSI TCAP dissector that had a commented out attempt at what was just cleaned up with TCAP. Change-Id: I347f11e21a493d8d444c2dc528bb7713a227381a Reviewed-on: https://code.wireshark.org/review/18129 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=d3389fab94c23c2b4e1c9b9dbf77851379b50eec commit d3389fab94c23c2b4e1c9b9dbf77851379b50eec Author: Simon Barber Date: Mon Jul 25 17:00:55 2016 +0100 Add wlan_radio preference to assume 802.11 preamble is short for duration calculations. Change-Id: Ie314f7caee067b16da8dcb2a45cb1395ce0cb266 Reviewed-on: https://code.wireshark.org/review/17719 Petri-Dish: Michael Mann Reviewed-by: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=c665926bab23034e7b231cec4ca7b95c40e2a928 commit c665926bab23034e7b231cec4ca7b95c40e2a928 Author: Harald Welte Date: Sat Nov 5 15:26:49 2016 +0100 gsm_abis_pgsl: Fix dissection of PGSL-STATUS-IND The frame number is (as in all messages) three bytes long, not just one byte. Change-Id: I461121d61d2515f51462a3df1086ab988e4afab5 Reviewed-on: https://code.wireshark.org/review/18686 Reviewed-by: Pascal Quantin ----------------------------------------------------------------------- Summary of changes: AUTHORS | 16 +- AUTHORS.src | 11 ++ .../asn1/ansi_tcap/packet-ansi_tcap-template.c | 22 --- epan/dissectors/asn1/tcap/packet-tcap-template.c | 24 +-- epan/dissectors/packet-ansi_tcap.c | 28 +-- epan/dissectors/packet-dcerpc-eventlog.c | 8 - epan/dissectors/packet-dcerpc-witness.c | 8 - epan/dissectors/packet-gsm_abis_pgsl.c | 72 ++++---- epan/dissectors/packet-ieee80211-radio.c | 16 +- epan/dissectors/packet-openflow_v4.c | 10 + epan/dissectors/packet-openflow_v5.c | 10 + epan/dissectors/packet-tcap.c | 24 +-- epan/dissectors/usb.c | 9 +- epan/enterprise-numbers | 150 ++++++++++++++- epan/sminmpec.c | 34 ++++ manuf | 61 +++++- services | 3 + tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm | 29 +-- ui/qt/interface_tree_model.cpp | 2 +- ui/qt/wireshark_de.ts | 205 +++++++++++---------- ui/qt/wireshark_en.ts | 205 +++++++++++---------- ui/qt/wireshark_fr.ts | 205 +++++++++++---------- ui/qt/wireshark_it.ts | 205 +++++++++++---------- ui/qt/wireshark_ja_JP.ts | 205 +++++++++++---------- ui/qt/wireshark_pl.ts | 205 +++++++++++---------- ui/qt/wireshark_zh_CN.ts | 205 +++++++++++---------- 26 files changed, 1147 insertions(+), 825 deletions(-) hooks/post-receive -- wireshark with Osmocom specific dissectors From gitosis at osmocom.org Mon Nov 7 14:18:52 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 7 Nov 2016 14:18:52 GMT Subject: openbsc.git branch neels/om2000 updated. 0.15.0-507-gae36a7a Message-ID: <201611071418.uA7EIq1F068183@git.osmocom.org> 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/om2000 has been updated discards e91ca87d4661044e7a6923f9654f6ff25fd30b06 (commit) via ae36a7afa0e9c3fa933cb0e1f9ca70b35bcdda67 (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 (e91ca87d4661044e7a6923f9654f6ff25fd30b06) \ N -- N -- N (ae36a7afa0e9c3fa933cb0e1f9ca70b35bcdda67) 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=ae36a7afa0e9c3fa933cb0e1f9ca70b35bcdda67 commit ae36a7afa0e9c3fa933cb0e1f9ca70b35bcdda67 Author: Neels Hofmeyr Date: Mon Oct 31 18:16:34 2016 +0100 abis_om2000: for TS conf of dyn TS, always send TCH/F as chan comb Change-Id: If0693f7c5c85977b0e4acbc701ee5d635434d0d1 ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/abis_om2000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Tue Nov 8 06:53:31 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 8 Nov 2016 06:53:31 GMT Subject: osmo-bts.git branch master updated. 0.4.0-315-g38843fb Message-ID: <201611080653.uA86rVD7096256@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via 38843fbf48783ee1574b86cd9c5dcc4add6b30a8 (commit) from acfccb3f028c8417df42de9a6400896eb269a614 (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-bts/commit/?id=38843fbf48783ee1574b86cd9c5dcc4add6b30a8 commit 38843fbf48783ee1574b86cd9c5dcc4add6b30a8 Author: bhargava Date: Tue Nov 8 11:56:08 2016 +0530 Initialize parameters in osmo-trx for 11bit RACH The parameters related to support 11bit RACH are initialized in osmo-trx. These parameter determaine the type of the RACH received in osmo-pcu. Change-Id: I164d449303373d0757719d5204f4716975fb517a ----------------------------------------------------------------------- Summary of changes: src/osmo-bts-trx/scheduler_trx.c | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Tue Nov 8 06:54:52 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 8 Nov 2016 06:54:52 GMT Subject: osmo-bts.git branch master updated. 0.4.0-316-g203ea2c Message-ID: <201611080654.uA86sqPw096724@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via 203ea2c209b13b66e0775168da3e127e9e7f9670 (commit) from 38843fbf48783ee1574b86cd9c5dcc4add6b30a8 (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-bts/commit/?id=203ea2c209b13b66e0775168da3e127e9e7f9670 commit 203ea2c209b13b66e0775168da3e127e9e7f9670 Author: Max Date: Mon Nov 7 16:15:43 2016 +0100 dtx_check.gawk: Fix false-positives in DTX check Previously, if ONSET happened exactly at the place where next SID FIRST or UPDATE should be it was incorrectly detected as error. Similarly, continuos FACCH was misinterpreted as error. Change-Id: I43fdbceea0dbdb0833c3b1cf0fc3b825803ed30e ----------------------------------------------------------------------- Summary of changes: contrib/dtx_check.gawk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Tue Nov 8 06:55:32 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 8 Nov 2016 06:55:32 GMT Subject: libosmocore.git branch master updated. 0.9.0-278-ge9e5f8e Message-ID: <201611080655.uA86tW0Q097184@git.osmocom.org> 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 e9e5f8e4e9aa3fdce06d144381d9621552476387 (commit) from 8b25a3f5c38a9297f9213cb6e70b7599ba999fbe (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=e9e5f8e4e9aa3fdce06d144381d9621552476387 commit e9e5f8e4e9aa3fdce06d144381d9621552476387 Author: Max Date: Mon Nov 7 14:49:13 2016 +0100 Add null-pointer check to osmo_amr_rtp_dec() Check that RTP payload we're about to decode is not NULL and return proper error code instead of segfaulting. Add corresponding test case. Change-Id: Ib6cda9900a41ed16bbfbde9df3de9d38e0a7469b ----------------------------------------------------------------------- Summary of changes: src/codec/gsm690.c | 6 +++--- tests/codec/codec_test.c | 12 +++++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Tue Nov 8 06:58:59 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 8 Nov 2016 06:58:59 GMT Subject: libosmo-netif.git branch master updated. 0.0.6-23-g5b0ad8b Message-ID: <201611080658.uA86wx7O097957@git.osmocom.org> 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, master has been updated via 5b0ad8bd851e4ce888b386be68c1821e4f2ca301 (commit) from fb88e6b78ea7fadd8eb0e07c6ecb2b1539874f97 (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/libosmo-netif/commit/?id=5b0ad8bd851e4ce888b386be68c1821e4f2ca301 commit 5b0ad8bd851e4ce888b386be68c1821e4f2ca301 Author: Arran Cudbard-Bell Date: Wed Nov 2 13:22:08 2016 -0400 Set SO_NOSIGPIPE on SCTP connections, for patforms which support it (macOS, FreeBSD etc...) Change-Id: If4f2a99b2baf143551a7122f40ed1f9088c5936c Signed-off-by: Arran Cudbard-Bell ----------------------------------------------------------------------- Summary of changes: src/stream.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) hooks/post-receive -- Osmocom network interface library From gitosis at osmocom.org Tue Nov 8 10:26:57 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 8 Nov 2016 10:26:57 GMT Subject: osmo-bts.git branch master updated. 0.4.0-317-g57b5fb8 Message-ID: <201611081026.uA8AQv8v045791@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via 57b5fb88191e8eec2ad8f555293f48d39933966e (commit) from 203ea2c209b13b66e0775168da3e127e9e7f9670 (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-bts/commit/?id=57b5fb88191e8eec2ad8f555293f48d39933966e commit 57b5fb88191e8eec2ad8f555293f48d39933966e Author: Max Date: Fri Nov 4 17:08:06 2016 +0100 Fix tests linking with libosmocodec Change-Id: I051302f867d70dfbc39bd52d75101eb262f87459 ----------------------------------------------------------------------- Summary of changes: tests/agch/Makefile.am | 4 ++-- tests/cipher/Makefile.am | 4 ++-- tests/paging/Makefile.am | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Tue Nov 8 11:26:18 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 8 Nov 2016 11:26:18 GMT Subject: osmo-bts.git branch master updated. 0.4.0-318-g9f93634 Message-ID: <201611081126.uA8BQIXO059027@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via 9f936344eab060d11e65660b18e1deef54d34723 (commit) from 57b5fb88191e8eec2ad8f555293f48d39933966e (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-bts/commit/?id=9f936344eab060d11e65660b18e1deef54d34723 commit 9f936344eab060d11e65660b18e1deef54d34723 Author: Max Date: Thu Nov 3 13:39:00 2016 +0100 DTX DL: tighten check for enabled operation Introduce dtx_dl_amr_enabled() function which checks that DTX is enabled and FSM is allocated and use it for all corresponding checks. Change-Id: Ifa68b641265ed14f242765c85e40da2d1021a541 ----------------------------------------------------------------------- Summary of changes: include/osmo-bts/msg_utils.h | 1 + src/common/l1sap.c | 2 +- src/common/msg_utils.c | 9 +++++++++ src/osmo-bts-litecell15/l1_if.c | 2 +- src/osmo-bts-litecell15/tch.c | 6 +++--- src/osmo-bts-sysmo/l1_if.c | 2 +- src/osmo-bts-sysmo/tch.c | 6 +++--- 7 files changed, 19 insertions(+), 9 deletions(-) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Tue Nov 8 11:32:50 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 8 Nov 2016 11:32:50 GMT Subject: osmo-bts.git branch master updated. 0.4.0-319-g5ee3dba Message-ID: <201611081132.uA8BWomK060640@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via 5ee3dba39f241c5551196e8f167b907b9920355e (commit) from 9f936344eab060d11e65660b18e1deef54d34723 (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-bts/commit/?id=5ee3dba39f241c5551196e8f167b907b9920355e commit 5ee3dba39f241c5551196e8f167b907b9920355e Author: Max Date: Fri Nov 4 16:52:35 2016 +0100 DTX: wrap FSM signal dispatching Make wrapper function which checks that DTX is enabled for lchan before dispatching any events. Change-Id: Id8b519c4af6d505ec9a4b9aadd5107bf7af53d66 ----------------------------------------------------------------------- Summary of changes: include/osmo-bts/msg_utils.h | 2 ++ src/common/l1sap.c | 6 ++---- src/common/msg_utils.c | 10 ++++++++-- 3 files changed, 12 insertions(+), 6 deletions(-) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Tue Nov 8 14:37:47 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 8 Nov 2016 14:37:47 GMT Subject: osmo-bts.git branch master updated. 0.4.0-320-g388a91c Message-ID: <201611081437.uA8EblGe001932@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via 388a91cbd1671e2e2b2b3f1203c94923b0d1b9c6 (commit) from 5ee3dba39f241c5551196e8f167b907b9920355e (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-bts/commit/?id=388a91cbd1671e2e2b2b3f1203c94923b0d1b9c6 commit 388a91cbd1671e2e2b2b3f1203c94923b0d1b9c6 Author: Max Date: Tue Nov 8 15:17:08 2016 +0100 Add libosmocodec for octphy build Similar to 45822227577cba5c6c4a4d4d61a7a9e8b4992c25 fix build by linking with libosmocodec explicitly. Change-Id: Ib52135936ae02d804b60f61088b4bdd227a71aa0 ----------------------------------------------------------------------- Summary of changes: src/osmo-bts-octphy/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Tue Nov 8 19:33:45 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 8 Nov 2016 19:33:45 GMT Subject: osmo-bts.git branch master updated. 0.4.0-321-gc757272 Message-ID: <201611081933.uA8JXjAT068724@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via c757272443e967ed7fe8e40cd9cae3986be0dd4c (commit) from 388a91cbd1671e2e2b2b3f1203c94923b0d1b9c6 (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-bts/commit/?id=c757272443e967ed7fe8e40cd9cae3986be0dd4c commit c757272443e967ed7fe8e40cd9cae3986be0dd4c Author: Max Date: Tue Nov 8 16:08:29 2016 +0100 dtx_check.gawk: add check for repetitive SID FIRST Change-Id: Id7acdfae7880fb488b65435ab8d33f2874499967 ----------------------------------------------------------------------- Summary of changes: contrib/dtx_check.gawk | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Tue Nov 8 19:35:35 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 8 Nov 2016 19:35:35 GMT Subject: libosmocore.git branch master updated. 0.9.0-279-g3de97e1 Message-ID: <201611081935.uA8JZZYZ069358@git.osmocom.org> 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 3de97e192688b75a24077bb7072030f4a4dc5ef3 (commit) from e9e5f8e4e9aa3fdce06d144381d9621552476387 (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=3de97e192688b75a24077bb7072030f4a4dc5ef3 commit 3de97e192688b75a24077bb7072030f4a4dc5ef3 Author: Max Date: Wed Nov 2 10:37:58 2016 +0100 Add logging and testing for FSM deallocation osmo_fsm_inst_alloc() logs allocation but osmo_fsm_inst_free() is silent. Fix this by adding log message for deallocation to make FSM lifecycle tracking easier. Also make sure it's covered by test suite. Change-Id: I7e5b55a1fff8e36cf61c7fb61d3e79c1f00e29d2 ----------------------------------------------------------------------- Summary of changes: src/fsm.c | 1 + tests/fsm/fsm_test.c | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Wed Nov 9 09:31:04 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 9 Nov 2016 09:31:04 GMT Subject: osmo-pcu.git branch master updated. 0.2-855-gae48381 Message-ID: <201611090931.uA99V4O3054448@git.osmocom.org> 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 "UNNAMED PROJECT". The branch, master has been updated via ae4838101a58feb512e88325efcae79f46af8e32 (commit) from fb41afaaf69f1abeb56b1d95c0c707448e209b70 (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-pcu/commit/?id=ae4838101a58feb512e88325efcae79f46af8e32 commit ae4838101a58feb512e88325efcae79f46af8e32 Author: Max Date: Thu Jul 28 12:03:08 2016 +0200 Handle Timing Advance IE properly Move writing Timing Advance IE and Timing Advance Index into separate functions to simplify adding PTCCH support. This also fixes previous incorrect (and unused) code for writing Packet TA IE which has not set TS for TA. Change-Id: I786bf7fc999d401cc3d9e7f1e7a1fba953b5d458 Related: OS#1545 ----------------------------------------------------------------------- Summary of changes: src/encoding.cpp | 74 ++++++++++++++++++++++++++++++++------------------------ 1 file changed, 43 insertions(+), 31 deletions(-) hooks/post-receive -- UNNAMED PROJECT From gitosis at osmocom.org Wed Nov 9 13:14:44 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 9 Nov 2016 13:14:44 GMT Subject: libosmocore.git branch laforge/gprs-ns-instances created. 0.9.0-278-g8154266 Message-ID: <201611091314.uA9DEil0002194@git.osmocom.org> 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, laforge/gprs-ns-instances has been created at 8154266457616ca59dea4990f0e29fe0ea298662 (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/libosmocore/commit/?id=8154266457616ca59dea4990f0e29fe0ea298662 commit 8154266457616ca59dea4990f0e29fe0ea298662 Author: Harald Welte Date: Mon Nov 7 21:15:24 2016 +0100 libosmogb: Support multiple instances also from VTY The NS code (part of libosmogb) already understands the concept of "NS instances", and each of those instances can be bound to different IP addresses with the gprs_ns_nsip_listen() call. The problem is the VTY code for NS. It is written with a single global ns-instance in mind. Having a second NS instance thus means that currently only one of the two would be configurable (or available for "show..." commands) from the VTY, which is of course of little usefulness. This patch addresses this by introducing the concept of "NS instance numbers" and a global array of a maximum of 256 NS instances. The VTY commands have been extended as needed. Change-Id: I483e9984f046e0e698c65b59034b3a6141e7ca73 ----------------------------------------------------------------------- hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Wed Nov 9 13:36:41 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 9 Nov 2016 13:36:41 GMT Subject: openbsc.git branch pmaier/osmo-nitb-test created. 0.15.0-509-gb748012 Message-ID: <201611091336.uA9DafOF006493@git.osmocom.org> 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, pmaier/osmo-nitb-test has been created at b748012d3186209c0f4c38ebb7113ce7c60e333b (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 9 13:45:42 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 9 Nov 2016 13:45:42 GMT Subject: libosmocore.git branch laforge/gprs-ns-instances updated. 0.9.0-280-g7214a91 Message-ID: <201611091345.uA9Djglu008190@git.osmocom.org> 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, laforge/gprs-ns-instances has been updated via 7214a9148eeea567e6934965ee805e65c23ce59f (commit) via c867e1472348c7a551cc83718d2fe74e6baa1c6f (commit) from 8154266457616ca59dea4990f0e29fe0ea298662 (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=7214a9148eeea567e6934965ee805e65c23ce59f commit 7214a9148eeea567e6934965ee805e65c23ce59f Author: Harald Welte Date: Wed Nov 9 14:43:33 2016 +0100 UNTESTED WIP: remove global bssgp_nsi variable As we can now have several NS instances inside the program, let's remove the global bsspg_nsi to which BSSGP bound itself. Rather, all functions are now parametrized based on the NS Instance that's either * explicitly passed to the function (in case no msgb and no bctx), or * stated in the BVC context / bctx (if any), or * explicitly given as argument to the function (if no msgb and no bctx) Change-Id: Ibc7df60caf4adef690001536bd7a1293d866a1c2 http://cgit.osmocom.org/libosmocore/commit/?id=c867e1472348c7a551cc83718d2fe74e6baa1c6f commit c867e1472348c7a551cc83718d2fe74e6baa1c6f Author: Harald Welte Date: Wed Nov 9 14:42:18 2016 +0100 remove now-unused argument to gprs_ns_vty_init() gprs_ns_vty_init() is now working for all NS instances, so no need to pass in one specific NS instance Change-Id: I5715ae4fad45a71245f83729d06414c5c44adf93 ----------------------------------------------------------------------- Summary of changes: include/osmocom/gprs/gprs_bssgp.h | 10 ++-- include/osmocom/gprs/gprs_bssgp_bss.h | 6 +- include/osmocom/gprs/gprs_ns.h | 2 +- src/gb/gprs_bssgp.c | 107 +++++++++++++++++++++------------- src/gb/gprs_bssgp_bss.c | 45 +++++++------- src/gb/gprs_bssgp_util.c | 13 ++--- src/gb/gprs_ns_vty.c | 2 +- src/gb/libosmogb.map | 1 - 8 files changed, 106 insertions(+), 80 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Wed Nov 9 13:46:45 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 9 Nov 2016 13:46:45 GMT Subject: openbsc.git branch pmaier/osmo-nitb-test2 created. 0.15.0-520-gc3689ab Message-ID: <201611091346.uA9DkjNs008416@git.osmocom.org> 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, pmaier/osmo-nitb-test2 has been created at c3689ab5f6fe2bace24b7a1260b2e631c5aa2712 (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=c3689ab5f6fe2bace24b7a1260b2e631c5aa2712 commit c3689ab5f6fe2bace24b7a1260b2e631c5aa2712 Author: Neels Hofmeyr Date: Mon Oct 31 18:16:34 2016 +0100 abis_om2000: for TS conf of dyn TS, always send TCH/F as chan comb Change-Id: If0693f7c5c85977b0e4acbc701ee5d635434d0d1 http://cgit.osmocom.org/openbsc/commit/?id=e7b9fb12d6a918ccebd671218e6431ea5fdaba6e commit e7b9fb12d6a918ccebd671218e6431ea5fdaba6e Author: Philipp Date: Wed Nov 2 12:05:44 2016 +0100 rsl: support for ericssons propritary SI13 format Ericsson has introduced a propritary format to issue the S13 BCCH information. Normally the system info type field for SI13 would be encoded as 0x28. Ericsson encodes that field as 0x02 and ads a bcch mapping parameter, (IEI=F2) This patch sets the BCCH mapping to 0x00 (=BCCH Normal) statically (0xF200) Change-Id: Ie0900f9b810744172b3090ce1b0ef7b7a1132946 http://cgit.osmocom.org/openbsc/commit/?id=25a09caf688e915d5261816b4811b5c2824a0498 commit 25a09caf688e915d5261816b4811b5c2824a0498 Author: Philipp Date: Thu Oct 27 17:54:00 2016 +0200 rbs2000: Add missing bts feature definitions function bts_model_rbs2k_start() in bts_ericsson_rbs2000.c lacks the feature definition for GPRS and EGPRS. Change-Id: I777a67862084aa6cca39cfc43f5708e47608b0e6 http://cgit.osmocom.org/openbsc/commit/?id=0c646c5764c70461b6246c4feb4fc5876fb10b38 commit 0c646c5764c70461b6246c4feb4fc5876fb10b38 Author: Philipp Date: Wed Oct 26 15:19:41 2016 +0200 pcu_if: original pcu sock interface from osmo-bts The pcu interface required to support bsc co-located pcu uses pcu_sock.c and its related header files as a starting point. See also: osmo-bts.git: ced9a5d0e2c7e3371760f1c07df7b41cfe7ab71d Change-Id: I46b0a65f1633c40053d43b57b786b042f20f12bd http://cgit.osmocom.org/openbsc/commit/?id=5f3e80e8461dc1e0cfdd1443e3087782b84a19f0 commit 5f3e80e8461dc1e0cfdd1443e3087782b84a19f0 Author: Philipp Date: Thu Oct 20 13:55:21 2016 +0200 OM2000: Throw error when MO can not be enabled Throw warning message in case the MO state does not change to enabled after sendeing an Enable-Request message. Change-Id: Idfde8d6f71526e8acfea51835732515a4bee858e http://cgit.osmocom.org/openbsc/commit/?id=4d2072f2df3e1f8195b155df6d4ddcb1042f53df commit 4d2072f2df3e1f8195b155df6d4ddcb1042f53df Author: Philipp Date: Wed Oct 26 14:20:06 2016 +0200 om2000: added support for ericssons sabm negotiation This patch adds support for ericssons sambm negotiation. This patch depends on libosmo-abis commit: 2788c7eacab91cd39d68e316fc8ee87763bbfeb4 Change-Id: I56b1c1cef07a61143fc0e8058480805cddfeff96 http://cgit.osmocom.org/openbsc/commit/?id=dcf2385a6fede495322edbcff5d1466f3f2f0767 commit dcf2385a6fede495322edbcff5d1466f3f2f0767 Author: Philipp Date: Wed Oct 19 10:14:35 2016 +0200 OM2000: Add fault report parsing This patch adds parsing for OM2000 MO fault report map parsing, the bits in the fault maps are counted out and displayed. Change-Id: I6e2928f39b09bc08e9ab78bc10bc81e07f7eb55d http://cgit.osmocom.org/openbsc/commit/?id=9a24d14d4a61dfcfa8ac3830a7d9327ff1a4ed15 commit 9a24d14d4a61dfcfa8ac3830a7d9327ff1a4ed15 Author: Harald Welte Date: Sun Oct 16 23:44:16 2016 +0200 RBS2000: re-establish any lost signalling links Contrary to standard A-bis, in the RBS2000 case the BSC connects the signalling data links (LAPD) to the BTS. In case one of them drop, we need to attempt to re-establish them. This requires libosmo-abis with Change-Id I07f0f79e0cda09766f357032ffb4e7ad643d448a Change-Id: I710b5af5d0acbdd3febd314849340f2adb7abd80 http://cgit.osmocom.org/openbsc/commit/?id=a767b2e8b72ae789faacb30fe64afb5bd4103b69 commit a767b2e8b72ae789faacb30fe64afb5bd4103b69 Author: root Date: Sat Oct 15 21:24:57 2016 +0200 om2000: Add support for querying RBS capabilities Change-Id: Id1fbaf41286f3651ce8f210eb8da05fb51179c96 http://cgit.osmocom.org/openbsc/commit/?id=295284690dcfd60d3c8469af9df55a71ea88e88f commit 295284690dcfd60d3c8469af9df55a71ea88e88f Author: Harald Welte Date: Sat Oct 15 16:30:35 2016 +0200 OM2000: Fix state machien for CF/TRXC on START Result When receiving the 'Start Result' message, for CF and TRXC MO we directly transition to performing the Operational Info. In that case, we need to return after sending the Operational Info and skip the usual processing for the default case below. Change-Id: I99860d198b337ffe461b240bda20dc10e1b5b2cb http://cgit.osmocom.org/openbsc/commit/?id=e605d350a080a9f78cff2eef3eca53f6bf4aaed3 commit e605d350a080a9f78cff2eef3eca53f6bf4aaed3 Author: Harald Welte Date: Sat Jul 9 22:20:57 2016 +0200 WIP: OM2000: Full state machine implementation using osmo_fsm Our existing OM2000 code for initializing all Managed Objects of a BTS at startup was never complete. Rather than trying to fix the old-style code, introudce a hierarchy of osmo_fsm's reflecting the full protocol hand-shake and sequence of bringing up the individual MO's. If this works out well, it mihgt make sense to convert the TS 12.21 OML code for other BTS models, too. Change-Id: I3e11b28ba22b8c227e0401e6207fdda5381dda8c ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 9 13:55:59 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 9 Nov 2016 13:55:59 GMT Subject: openbsc.git branch laforge/gbproxy-multi-ns created. 0.15.0-513-g7c90523 Message-ID: <201611091355.uA9DtxHS010098@git.osmocom.org> 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, laforge/gbproxy-multi-ns has been created at 7c9052398e95a84ea905cbfde4763aa039dde47b (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=7c9052398e95a84ea905cbfde4763aa039dde47b commit 7c9052398e95a84ea905cbfde4763aa039dde47b Author: Harald Welte Date: Mon Nov 7 21:43:50 2016 +0100 gb_proxy: Don't use bssgp_nsi variable, but cfg->{bss,sgsn}_nsi The global variable bssgp_nsi should disappear soon to make the gb_proxy work with different NS instances on the SGSN and the BSS side. Let's remove any code that explicitly references bssgp_nsi during message processing. Change-Id: Iac6c5d318fde41fb6edab3cb11b4773c62bb4ef6 http://cgit.osmocom.org/openbsc/commit/?id=450710501b092986024c1348697477fdcfbf80ce commit 450710501b092986024c1348697477fdcfbf80ce Author: Harald Welte Date: Mon Nov 7 21:34:31 2016 +0100 gb_proxy: differentiate between SGSN-facing and BSS-facing NS Instance We start to differentiate between the two different NS Instances inside struct gbproxy_config. However, both elements are still initialized to the same (single) NS instance. Change-Id: I08c28bbc4cdf6ecfaa1ad62e547b45b58c967abb http://cgit.osmocom.org/openbsc/commit/?id=1af212ab902f384462101e37a1b11012e04519ed commit 1af212ab902f384462101e37a1b11012e04519ed Author: Harald Welte Date: Mon Nov 7 21:30:23 2016 +0100 Change to build against libosmogb change libosmogb VTY code has been modified to allow the use fo multiple NS instances in Change-Id I483e9984f046e0e698c65b59034b3a6141e7ca73. This commit simply makes osmo-sgsn and osmo-gbproxy build (and work) again, still with only one NS instance. Change-Id: I9f3453bab23258f6dad352e8e3aeb20792cb5c9a http://cgit.osmocom.org/openbsc/commit/?id=cd3bfbaa0e1e0e1285a460b8335f78c801490bf2 commit cd3bfbaa0e1e0e1285a460b8335f78c801490bf2 Author: Harald Welte Date: Tue Nov 1 03:32:50 2016 +0100 SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTP The GTP protocol specification requires us to include the MSISDN IE in all non-secondary PDP context activations. However, when no real HLR is used (e.g. via GSUP), we do not have the MSISDN information available and so far simply sent a zero-length MSISDN IE in GTP. The latter is a violation of the spec. So to resolve this, we now send a 15-digit all-zero dummy MSISDN IE, as described in TS 23.003. Change-Id: I8d0a5d52d6cd2a00b5dda060bd41d45056dfa84d ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 9 15:36:41 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 9 Nov 2016 15:36:41 GMT Subject: openbsc.git branch master updated. 0.15.0-511-g424656e Message-ID: <201611091536.uA9Faf2w034972@git.osmocom.org> 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 424656e527df460656e46a0430f40c90edec7529 (commit) via 591e1d7daa6839c9a02714b7420206ca4542aafe (commit) from b748012d3186209c0f4c38ebb7113ce7c60e333b (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=424656e527df460656e46a0430f40c90edec7529 commit 424656e527df460656e46a0430f40c90edec7529 Author: Harald Welte Date: Sat Oct 15 16:30:35 2016 +0200 OM2000: Fix state machien for CF/TRXC on START Result When receiving the 'Start Result' message, for CF and TRXC MO we directly transition to performing the Operational Info. In that case, we need to return after sending the Operational Info and skip the usual processing for the default case below. Change-Id: I99860d198b337ffe461b240bda20dc10e1b5b2cb http://cgit.osmocom.org/openbsc/commit/?id=591e1d7daa6839c9a02714b7420206ca4542aafe commit 591e1d7daa6839c9a02714b7420206ca4542aafe Author: Harald Welte Date: Sat Jul 9 22:20:57 2016 +0200 WIP: OM2000: Full state machine implementation using osmo_fsm Our existing OM2000 code for initializing all Managed Objects of a BTS at startup was never complete. Rather than trying to fix the old-style code, introudce a hierarchy of osmo_fsm's reflecting the full protocol hand-shake and sequence of bringing up the individual MO's. If this works out well, it mihgt make sense to convert the TS 12.21 OML code for other BTS models, too. Change-Id: I3e11b28ba22b8c227e0401e6207fdda5381dda8c ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/abis_om2000.h | 11 +- openbsc/include/openbsc/gsm_data_shared.h | 39 + openbsc/src/libbsc/abis_om2000.c | 1256 +++++++++++++++++++++++++---- openbsc/src/libbsc/bts_ericsson_rbs2000.c | 112 +-- 4 files changed, 1132 insertions(+), 286 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 9 15:40:58 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 9 Nov 2016 15:40:58 GMT Subject: osmo-pcu.git branch master updated. 0.2-856-gc0c3afd Message-ID: <201611091540.uA9Fewg4035983@git.osmocom.org> 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 "UNNAMED PROJECT". The branch, master has been updated via c0c3afd0794c217e6fc33b18eb9366c8cfe8b020 (commit) from ae4838101a58feb512e88325efcae79f46af8e32 (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-pcu/commit/?id=c0c3afd0794c217e6fc33b18eb9366c8cfe8b020 commit c0c3afd0794c217e6fc33b18eb9366c8cfe8b020 Author: aravind sirsikar Date: Wed Nov 9 16:27:00 2016 +0530 Handle Immediate assignment reject When RACH is received, PCU will generate the Immediate assignment reject message if no resources are present. The encoding is done based on section 9.1.20 of 44.018 version 11.7.0 Release 11. This patch also includes the test case to validate the generated Immediate assignment reject message. This patch is integration tested on Osmo-trx setup with Ettus B210 board and LG F70 MS with some simulation code changes in Osmo-pcu. Change-Id: I3d33e2b9746fa4f338fad0e6b63b1c5f07de6f9b ----------------------------------------------------------------------- Summary of changes: src/bts.cpp | 107 +++++++++++------- src/encoding.cpp | 78 +++++++++++++ src/encoding.h | 6 + tests/tbf/TbfTest.cpp | 83 ++++++++++++++ tests/tbf/TbfTest.err | 271 +++++++++++++++++++++++++++++++++++++++++----- tests/tbf/TbfTest.ok | 4 + tests/types/TypesTest.cpp | 37 +++++++ tests/types/TypesTest.ok | 2 + 8 files changed, 520 insertions(+), 68 deletions(-) hooks/post-receive -- UNNAMED PROJECT From gitosis at osmocom.org Wed Nov 9 15:43:02 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 9 Nov 2016 15:43:02 GMT Subject: openbsc.git branch master updated. 0.15.0-512-g686f4d6 Message-ID: <201611091543.uA9Fh2JB036611@git.osmocom.org> 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 686f4d6a8509088ebd42f63c971bfffa313ff405 (commit) from 424656e527df460656e46a0430f40c90edec7529 (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=686f4d6a8509088ebd42f63c971bfffa313ff405 commit 686f4d6a8509088ebd42f63c971bfffa313ff405 Author: Harald Welte Date: Tue Nov 1 03:32:50 2016 +0100 SGSN: Use dummy all-zero MSISDN value in PDP Context Act on GTP The GTP protocol specification requires us to include the MSISDN IE in all non-secondary PDP context activations. However, when no real HLR is used (e.g. via GSUP), we do not have the MSISDN information available and so far simply sent a zero-length MSISDN IE in GTP. The latter is a violation of the spec. So to resolve this, we now send a 15-digit all-zero dummy MSISDN IE, as described in TS 23.003. Change-Id: I8d0a5d52d6cd2a00b5dda060bd41d45056dfa84d ----------------------------------------------------------------------- Summary of changes: openbsc/src/gprs/sgsn_libgtp.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 9 15:43:29 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 9 Nov 2016 15:43:29 GMT Subject: openbsc.git branch master updated. 0.15.0-513-g46edbc4 Message-ID: <201611091543.uA9FhTM5036683@git.osmocom.org> 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 46edbc4162634bba5247f9c0b0915ea09917d15c (commit) from 686f4d6a8509088ebd42f63c971bfffa313ff405 (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=46edbc4162634bba5247f9c0b0915ea09917d15c commit 46edbc4162634bba5247f9c0b0915ea09917d15c Author: Holger Hans Peter Freyther Date: Thu Aug 18 08:49:21 2016 +0200 lchan: Release channel in case of late activation ack In case of the sysmoBTS and receiving a channel activation ack on a channel that was marked as broken, release it again. Use a normal release without SACCH deactivation and release the rqd_ta data. Also add a local variable 'ts' to shorten some lines. The typical situation where this would occur is with high latency between BTS and BSC (or NITB). If a channel activation ack does not arrive in time, a channel is marked broken, and never recovers after that. This patch will release the channel again, which will remove the BROKEN_UNUSABLE state and makes lchan available again. Reported by Rhizomatica. However, in case of packet loss, i.e. when the channel activation ack never arrives at the BSC, this patch does not provide a resolution of the BROKEN_UNUSABLE state. On dynamic timeslots: clearing the dyn ts state could possibly happen in lchan_free() instead of in rsl_rx_chan_act_ack(). That's to be done in a separate patch, if at all. Tweaked-By: nhofmeyr Change-Id: I63dc0deaf15ba7c21e20b1e0c7b85f0437e183ed ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/abis_rsl.c | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 9 15:43:50 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 9 Nov 2016 15:43:50 GMT Subject: openbsc.git branch master updated. 0.15.0-518-gb4ecc1d Message-ID: <201611091543.uA9FhobB036792@git.osmocom.org> 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 b4ecc1d43b147d7b42ba4822727b713ce5074794 (commit) via 6bbcfbb78c1024c8e32598ca068bd06c586aaac9 (commit) via 8136e4b9afcf554e129a2dda40c456d81d025bc5 (commit) via 7975ddf0ec2e59579331b5aa997e8057ae8d7cbc (commit) via 4579978983f5f816b1fdc5c6389633ab0b666d80 (commit) from 46edbc4162634bba5247f9c0b0915ea09917d15c (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=b4ecc1d43b147d7b42ba4822727b713ce5074794 commit b4ecc1d43b147d7b42ba4822727b713ce5074794 Author: Philipp Date: Thu Oct 20 13:55:21 2016 +0200 OM2000: Throw error when MO can not be enabled Throw warning message in case the MO state does not change to enabled after sendeing an Enable-Request message. Change-Id: Idfde8d6f71526e8acfea51835732515a4bee858e http://cgit.osmocom.org/openbsc/commit/?id=6bbcfbb78c1024c8e32598ca068bd06c586aaac9 commit 6bbcfbb78c1024c8e32598ca068bd06c586aaac9 Author: Philipp Date: Wed Oct 26 14:20:06 2016 +0200 om2000: added support for ericssons sabm negotiation This patch adds support for ericssons sambm negotiation. This patch depends on libosmo-abis commit: 2788c7eacab91cd39d68e316fc8ee87763bbfeb4 Change-Id: I56b1c1cef07a61143fc0e8058480805cddfeff96 http://cgit.osmocom.org/openbsc/commit/?id=8136e4b9afcf554e129a2dda40c456d81d025bc5 commit 8136e4b9afcf554e129a2dda40c456d81d025bc5 Author: Philipp Date: Wed Oct 19 10:14:35 2016 +0200 OM2000: Add fault report parsing This patch adds parsing for OM2000 MO fault report map parsing, the bits in the fault maps are counted out and displayed. Change-Id: I6e2928f39b09bc08e9ab78bc10bc81e07f7eb55d http://cgit.osmocom.org/openbsc/commit/?id=7975ddf0ec2e59579331b5aa997e8057ae8d7cbc commit 7975ddf0ec2e59579331b5aa997e8057ae8d7cbc Author: Harald Welte Date: Sun Oct 16 23:44:16 2016 +0200 RBS2000: re-establish any lost signalling links Contrary to standard A-bis, in the RBS2000 case the BSC connects the signalling data links (LAPD) to the BTS. In case one of them drop, we need to attempt to re-establish them. This requires libosmo-abis with Change-Id I07f0f79e0cda09766f357032ffb4e7ad643d448a Change-Id: I710b5af5d0acbdd3febd314849340f2adb7abd80 http://cgit.osmocom.org/openbsc/commit/?id=4579978983f5f816b1fdc5c6389633ab0b666d80 commit 4579978983f5f816b1fdc5c6389633ab0b666d80 Author: root Date: Sat Oct 15 21:24:57 2016 +0200 om2000: Add support for querying RBS capabilities Change-Id: Id1fbaf41286f3651ce8f210eb8da05fb51179c96 ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/abis_om2000.h | 1 + openbsc/src/libbsc/abis_om2000.c | 155 +++++++++++++++++++++++++++++- openbsc/src/libbsc/abis_om2000_vty.c | 12 +++ openbsc/src/libbsc/bts_ericsson_rbs2000.c | 15 +++ 4 files changed, 182 insertions(+), 1 deletion(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Thu Nov 10 17:03:58 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 10 Nov 2016 17:03:58 GMT Subject: openbsc.git branch master updated. 0.15.0-519-g194b4cb Message-ID: <201611101703.uAAH3wjp049939@git.osmocom.org> 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 194b4cb4fd2bc7c0ca71fad14a314a517f5d4415 (commit) from b4ecc1d43b147d7b42ba4822727b713ce5074794 (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=194b4cb4fd2bc7c0ca71fad14a314a517f5d4415 commit 194b4cb4fd2bc7c0ca71fad14a314a517f5d4415 Author: Neels Hofmeyr Date: Thu Nov 10 03:19:21 2016 +0100 fix use after free in bsc_config_free talloc_free the cfg only after asserting num_bsc count sanity. This caused a failure in the 'bsc-nat' test with -fsanitize build. Should fix the Osmocom_Sanitizer build on jenkins.osmocom.org https://jenkins.osmocom.org/jenkins/job/Osmocom_Sanitizer/ Change-Id: Ic20aacaccffcaa58ccec6d24c884727dc1bc50e6 ----------------------------------------------------------------------- Summary of changes: openbsc/src/osmo-bsc_nat/bsc_nat_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Thu Nov 10 17:05:18 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 10 Nov 2016 17:05:18 GMT Subject: openbsc.git branch master updated. 0.15.0-521-g87ef68e Message-ID: <201611101705.uAAH5Ivv050360@git.osmocom.org> 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 87ef68eb33d463d8aad1511a272cbdb779f1ba19 (commit) via f926f45c4bb8d261cdbefec6aba65a167c6bbc92 (commit) from 194b4cb4fd2bc7c0ca71fad14a314a517f5d4415 (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=87ef68eb33d463d8aad1511a272cbdb779f1ba19 commit 87ef68eb33d463d8aad1511a272cbdb779f1ba19 Author: Neels Hofmeyr Date: Thu Nov 10 02:18:00 2016 +0100 OM2000: disallow ip.access style TCH/F_PDCH pchan type For TCH/F_PDCH, return an invalid chan comb (0) and print an error message that hints at the proper pchan type to use instead: TCH/F_TCH/H_PDCH Change-Id: Ibe0f944573f0a6d1be4bf7cf4986c4b2b3bd6d0d http://cgit.osmocom.org/openbsc/commit/?id=f926f45c4bb8d261cdbefec6aba65a167c6bbc92 commit f926f45c4bb8d261cdbefec6aba65a167c6bbc92 Author: Neels Hofmeyr Date: Mon Oct 31 18:16:34 2016 +0100 OM2000: for TS conf of dyn TS, always send TCH/F chan comb When OM2K sets up the timeslots with the BTS, the dynamic channel state is not yet resolved to any particular pchan type. Instead of using the dyn state, always advertise dynamic timeslots as pchan2comb(TCH/F). In the past, the Ericsson dynamic timeslots were handled as pchan type TCH/F_PDCH. This is a mistake, as this pchan type is intended for the ip.access dynamic PDCH way of dynamic channels. In any case, in the initial state of this pchan type, the timeslot was initialized as pchan2comb(TCH/F) because the ts->flags do not reflect an active PDCH yet. In short, this patch does not change the behavior of TCH/F_PDCH timeslots, only clarifies it. It would in fact make sense to disallow use of TCH/F_PDCH for OM2K, but that should probably be a separate patch. The proper pchan to use for Ericsson dynamic timeslots is TCH/F_TCH/H_PDCH. These do not use ts->flags, but ts->dyn.* as state, which first reflects pchan_want == pchan_is == GSM_PCHAN_NONE. Hence the timeslot was initialized by OM2K as pchan type zero, which is unknown / invalid. So, instead of using pchan_is, which is not yet reflecting anything meaningful, always initialize as TCH/F chan comb, as Ericsson hardware apparently expects it. Change-Id: If0693f7c5c85977b0e4acbc701ee5d635434d0d1 ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/abis_om2000.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Thu Nov 10 17:05:27 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 10 Nov 2016 17:05:27 GMT Subject: osmo-bts.git branch master updated. 0.4.0-322-gc43352d Message-ID: <201611101705.uAAH5RRn050420@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via c43352dbc4230574e9d8ee47d3c2e33e9ad33492 (commit) from c757272443e967ed7fe8e40cd9cae3986be0dd4c (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-bts/commit/?id=c43352dbc4230574e9d8ee47d3c2e33e9ad33492 commit c43352dbc4230574e9d8ee47d3c2e33e9ad33492 Author: Neels Hofmeyr Date: Wed Nov 9 15:44:16 2016 +0100 fix 'osmo-bts-* --version' segfault Call vty_init() before handle_options() to make sure the host.app_info is populated before --version potentially tries to print it. Change-Id: Ic87b5498b57b2f0f876171a15e769b74c28348c1 ----------------------------------------------------------------------- Summary of changes: src/common/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Thu Nov 10 17:08:01 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 10 Nov 2016 17:08:01 GMT Subject: libosmocore.git branch master updated. 0.9.0-280-gbf173a3 Message-ID: <201611101708.uAAH8190051078@git.osmocom.org> 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 bf173a3df5dce2c875f057bcfbffcf4b8c642fe5 (commit) from 3de97e192688b75a24077bb7072030f4a4dc5ef3 (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=bf173a3df5dce2c875f057bcfbffcf4b8c642fe5 commit bf173a3df5dce2c875f057bcfbffcf4b8c642fe5 Author: Holger Hans Peter Freyther Date: Sat Oct 29 21:36:02 2016 +0200 bitcomp: Remove the t4 decoding from libosmocore As outlined by mail on the 13th of July the tree based approach to decoding in the PCU is faster by order of magnitude. Instead of having a slow implementation in the library and a quick one in the PCU, let's only have a quick one in the PCU and at some point in the future move it to libosmocore. Execute the plan and remove t4_decode. Change-Id: I021424444625a097560d086c217c81eac4a5ee44 ----------------------------------------------------------------------- Summary of changes: include/osmocom/core/bitcomp.h | 1 - src/bitcomp.c | 128 ----------------------------------------- tests/bits/bitcomp_test.c | 12 ---- tests/bits/bitcomp_test.ok | 10 ---- 4 files changed, 151 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Fri Nov 11 14:27:33 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 14:27:33 GMT Subject: libosmo-abis.git branch laforge/raw_hdlc deleted. 0.3.2-34-g7a228eb Message-ID: <201611111427.uABERXST027010@git.osmocom.org> 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 A-bis protcol interface library". The branch, laforge/raw_hdlc has been deleted was 7a228ebc604052017f750edd45a3846085b72126 ----------------------------------------------------------------------- 7a228ebc604052017f750edd45a3846085b72126 Add HDLC timeslot mode ----------------------------------------------------------------------- hooks/post-receive -- Osmocom A-bis protcol interface library From gitosis at osmocom.org Fri Nov 11 14:47:57 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 14:47:57 GMT Subject: libosmo-sccp.git branch master updated. 0.0.6.3-57-gdfb4d91 Message-ID: <201611111447.uABElvj0030745@git.osmocom.org> 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 "SCCP Library". The branch, master has been updated via dfb4d918927b455127f5ef0149a76ee88bee05bb (commit) from da1ca89bcb4c27b03bd04bbc0e588e93ef4b9374 (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/libosmo-sccp/commit/?id=dfb4d918927b455127f5ef0149a76ee88bee05bb commit dfb4d918927b455127f5ef0149a76ee88bee05bb Author: Harald Welte Date: Fri Nov 11 15:36:43 2016 +0100 sua: Remove unused 'cur' variables There are some compiler warnings about other unused variables which we rather keep as a reminder that the SUA code is partially incomplete and should be finished at some day. Change-Id: I42b76351f1bbdfb7fe339d5fad98c5a065822a45 ----------------------------------------------------------------------- Summary of changes: src/sua.c | 2 -- 1 file changed, 2 deletions(-) hooks/post-receive -- SCCP Library From gitosis at osmocom.org Fri Nov 11 14:48:23 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 14:48:23 GMT Subject: libosmocore.git branch master updated. 0.9.0-281-g1554f80 Message-ID: <201611111448.uABEmNJG030952@git.osmocom.org> 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 1554f80f5e271ed2ffb918127a234a3804cedef4 (commit) from bf173a3df5dce2c875f057bcfbffcf4b8c642fe5 (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=1554f80f5e271ed2ffb918127a234a3804cedef4 commit 1554f80f5e271ed2ffb918127a234a3804cedef4 Author: Harald Welte Date: Fri Nov 11 15:06:06 2016 +0100 statsd: Fix compiler warning (int32_t vs. int64_t) Fixes the following compiler warning: stats_statsd.c: In function ???osmo_stats_reporter_create_statsd???: stats_statsd.c:54:18: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] srep->send_item = osmo_stats_reporter_statsd_send_item; Change-Id: Id36914906e0982f6ac092a311210727de66b343a ----------------------------------------------------------------------- Summary of changes: include/osmocom/core/stats.h | 2 +- src/stats.c | 4 ++-- src/stats_statsd.c | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Fri Nov 11 14:49:19 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 14:49:19 GMT Subject: libosmocore.git branch master updated. 0.9.0-282-g684cf32 Message-ID: <201611111449.uABEnJn7031208@git.osmocom.org> 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 684cf322434e9cadd03773c2d120b9e29a1a1d48 (commit) from 1554f80f5e271ed2ffb918127a234a3804cedef4 (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=684cf322434e9cadd03773c2d120b9e29a1a1d48 commit 684cf322434e9cadd03773c2d120b9e29a1a1d48 Author: Harald Welte Date: Fri Nov 11 15:07:35 2016 +0100 bssgp_vty: Remove dead code and compiler warning gprs_bssgp_vty.c:48:34: warning: ???gprs_bssgp_timer_strs??? defined but not used [-Wunused-const-variable=] static const struct value_string gprs_bssgp_timer_strs[] = { ^~~~~~~~~~~~~~~~~~~~~ Change-Id: Ia41ccb7b227c41996cdef51dc6779bfc5b5a8d48 ----------------------------------------------------------------------- Summary of changes: src/gb/gprs_bssgp_vty.c | 7 ------- 1 file changed, 7 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Fri Nov 11 14:49:36 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 14:49:36 GMT Subject: libosmocore.git branch master updated. 0.9.0-283-gc4193d3 Message-ID: <201611111449.uABEnaJi031345@git.osmocom.org> 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 c4193d30e82307b87a7a7bce3ea5ed48f2f2f716 (commit) from 684cf322434e9cadd03773c2d120b9e29a1a1d48 (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=c4193d30e82307b87a7a7bce3ea5ed48f2f2f716 commit c4193d30e82307b87a7a7bce3ea5ed48f2f2f716 Author: Harald Welte Date: Fri Nov 11 15:21:52 2016 +0100 gan: Mark gan_pdisc_vals[] as public / non-static symbol It is actually listed in libosmogsm.map, but still used to be a static symbol. That couldn't have worked. Change-Id: I6f3f04b683d906674ee7da9bab5762bb00cea916 ----------------------------------------------------------------------- Summary of changes: src/gsm/gan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Fri Nov 11 14:49:55 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 14:49:55 GMT Subject: libosmo-netif.git branch master updated. 0.0.6-24-g7f0e9f1 Message-ID: <201611111449.uABEntvf031488@git.osmocom.org> 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, master has been updated via 7f0e9f117151d4a317628e089c22af6f921bf7b6 (commit) from 5b0ad8bd851e4ce888b386be68c1821e4f2ca301 (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/libosmo-netif/commit/?id=7f0e9f117151d4a317628e089c22af6f921bf7b6 commit 7f0e9f117151d4a317628e089c22af6f921bf7b6 Author: Harald Welte Date: Fri Nov 11 15:28:16 2016 +0100 examples/lapd-over-datagram-network: Fix compiler warning lapd-over-datagram-network.c:38:12: warning: ???sapi??? defined but not used [-Wunused-variable] static int sapi = 63, tei = 0; ^~~~ Change-Id: If367deb0e0d7d5e031db2bd905179263d18703f0 ----------------------------------------------------------------------- Summary of changes: examples/lapd-over-datagram-network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Osmocom network interface library From gitosis at osmocom.org Fri Nov 11 14:57:15 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 14:57:15 GMT Subject: libosmocore.git branch master updated. 0.9.0-284-g6176b6e Message-ID: <201611111457.uABEvFdt033486@git.osmocom.org> 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 6176b6e0924f2bd7d212472bcba9dddf8ac32f51 (commit) from c4193d30e82307b87a7a7bce3ea5ed48f2f2f716 (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=6176b6e0924f2bd7d212472bcba9dddf8ac32f51 commit 6176b6e0924f2bd7d212472bcba9dddf8ac32f51 Author: Harald Welte Date: Fri Nov 11 15:10:33 2016 +0100 bssgp_rx_paging(): Fix parsing of P-TMSI IE in Paging message This was actually discovered by the following compiler warning in gcc-6.2.0: CC gprs_bssgp_bss.lo gprs_bssgp_bss.c: In function ???bssgp_rx_paging???: gprs_bssgp_bss.c:544:2: warning: this ???if??? clause does not guard... [-Wmisleading-indentation] if (TLVP_PRESENT(&tp, BSSGP_IE_TMSI) && ^~ gprs_bssgp_bss.c:548:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ???if??? *(pinfo->ptmsi) = ntohl(*(uint32_t *) ^ This is an actual bug. If we recevied a BSSGP Paging Request without P-TMSI, we might crash or report some random memory as P-TMSI to the caller in the output data structure. Change-Id: Ib4f307827cd7cccc91c1415a6fb5428d7cf8416d ----------------------------------------------------------------------- Summary of changes: src/gb/gprs_bssgp_bss.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Fri Nov 11 15:21:03 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 15:21:03 GMT Subject: libosmo-abis.git branch lynxis/altcswitch created. 0.3.2-43-g96fb024 Message-ID: <201611111521.uABFL3sY039956@git.osmocom.org> 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 A-bis protcol interface library". The branch, lynxis/altcswitch has been created at 96fb02476b88728ec92e24a1e21692479eda4a0b (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/libosmo-abis/commit/?id=96fb02476b88728ec92e24a1e21692479eda4a0b commit 96fb02476b88728ec92e24a1e21692479eda4a0b Author: Alexander Couzens Date: Tue Nov 8 16:58:23 2016 +0100 unixsocket/e1inp_ericsson_set_altc: do more validation checks on *line parameter Change-Id: Ieb195c41df066c1f3dd999db42075f20a072d652 http://cgit.osmocom.org/libosmo-abis/commit/?id=164e524c5357823bb4d3eb85186e3b6be0e0f35f commit 164e524c5357823bb4d3eb85186e3b6be0e0f35f Author: Alexander Couzens Date: Tue Nov 8 16:57:44 2016 +0100 unixsocket/e1inp_ericsson_set_altc: increase allocation of msgb Change-Id: If72a46fb6c70dacc91d17e9652ded804d8f7f292 http://cgit.osmocom.org/libosmo-abis/commit/?id=37889573329b37ec29d893629ff2343da70a9921 commit 37889573329b37ec29d893629ff2343da70a9921 Author: Alexander Couzens Date: Tue Nov 8 16:17:20 2016 +0100 e1_input: remove superflous semi colon Change-Id: I7e9079cbac1d9920da2aace35810682b49ec532f http://cgit.osmocom.org/libosmo-abis/commit/?id=7dfa328efea8857aa1f25a43f7912298cc4105e6 commit 7dfa328efea8857aa1f25a43f7912298cc4105e6 Author: Alexander Couzens Date: Tue Nov 8 16:16:15 2016 +0100 add e1inp_ericsson_set_altc() to unixsocket driver e1inp_ericsson_set_altc() set the a-bis lower traffic channel mode. timeslot is needed to bootstrap the siu. superchannel is used for everything else Change-Id: I3eeac681f238cdbc4bb19e18155f0b0e93aefeb7 http://cgit.osmocom.org/libosmo-abis/commit/?id=187bd075eb99106e2bb6ee7b893f91ec12dc1a10 commit 187bd075eb99106e2bb6ee7b893f91ec12dc1a10 Author: Alexander Couzens Date: Tue Nov 1 22:05:13 2016 +0100 add basic unixsocket support Allow to connect to a unix socket communicating with LAPD. Missing for merge: - SOL_PACKET is not portable to *BSD - unix socket path not configurable Change-Id: Ia5723b09a5c68a0505829dc732def981e60a907a ----------------------------------------------------------------------- hooks/post-receive -- Osmocom A-bis protcol interface library From gitosis at osmocom.org Fri Nov 11 15:23:08 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 15:23:08 GMT Subject: openbsc.git branch lynxis/altcswitch created. 0.15.0-522-g177905b Message-ID: <201611111523.uABFN8wa040743@git.osmocom.org> 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, lynxis/altcswitch has been created at 177905b89b12a083092d9ddacff89583ccab689a (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=177905b89b12a083092d9ddacff89583ccab689a commit 177905b89b12a083092d9ddacff89583ccab689a Author: Alexander Couzens Date: Fri Nov 11 16:22:19 2016 +0100 abis_om2000: switch superchannel/timeslot between states Change-Id: I3050ad452b6645ff500fa8db82a7e2b7056fd452 http://cgit.osmocom.org/openbsc/commit/?id=c4782d489e97231b0d258e3e78e558ae2667aba4 commit c4782d489e97231b0d258e3e78e558ae2667aba4 Author: Alexander Couzens Date: Wed Nov 2 02:41:41 2016 +0100 abis_om2k: protect mo fsms by NULL check also set them NULL Change-Id: I30df0b9ab8bc47ba9756c8388e977deed0e40200 http://cgit.osmocom.org/openbsc/commit/?id=b5414826069f6b861488bddb0503d4e1e3ccad61 commit b5414826069f6b861488bddb0503d4e1e3ccad61 Author: Alexander Couzens Date: Wed Nov 2 01:10:30 2016 +0100 rbs2000: allow to use unixsocket as well Change-Id: Iae5ec9cf9dd396c84b7dd3bf38e66060ac8d0722 http://cgit.osmocom.org/openbsc/commit/?id=12e84add5bafc7c161033f3e3ed6db127039a850 commit 12e84add5bafc7c161033f3e3ed6db127039a850 Author: Philipp Date: Wed Nov 2 12:05:44 2016 +0100 rsl: support for ericssons propritary SI13 format Ericsson has introduced a propritary format to issue the S13 BCCH information. Normally the system info type field for SI13 would be encoded as 0x28. Ericsson encodes that field as 0x02 and ads a bcch mapping parameter, (IEI=F2) This patch sets the BCCH mapping to 0x00 (=BCCH Normal) statically (0xF200) Change-Id: Ie0900f9b810744172b3090ce1b0ef7b7a1132946 http://cgit.osmocom.org/openbsc/commit/?id=d7489f399a68eb38effed10f13da4ad6850f6794 commit d7489f399a68eb38effed10f13da4ad6850f6794 Author: Philipp Date: Thu Oct 27 17:54:00 2016 +0200 rbs2000: Add missing bts feature definitions function bts_model_rbs2k_start() in bts_ericsson_rbs2000.c lacks the feature definition for GPRS and EGPRS. Change-Id: I777a67862084aa6cca39cfc43f5708e47608b0e6 http://cgit.osmocom.org/openbsc/commit/?id=fe7df5e6372c4cae10e57b43b55eca5f5ce558ea commit fe7df5e6372c4cae10e57b43b55eca5f5ce558ea Author: Philipp Date: Wed Oct 26 15:19:41 2016 +0200 pcu_if: original pcu sock interface from osmo-bts The pcu interface required to support bsc co-located pcu uses pcu_sock.c and its related header files as a starting point. See also: osmo-bts.git: ced9a5d0e2c7e3371760f1c07df7b41cfe7ab71d Change-Id: I46b0a65f1633c40053d43b57b786b042f20f12bd http://cgit.osmocom.org/openbsc/commit/?id=30b15a00ef977deaee1e0f6bee191765c35bd8d8 commit 30b15a00ef977deaee1e0f6bee191765c35bd8d8 Author: Philipp Date: Thu Oct 20 13:55:21 2016 +0200 OM2000: Throw error when MO can not be enabled Throw warning message in case the MO state does not change to enabled after sendeing an Enable-Request message. Change-Id: Idfde8d6f71526e8acfea51835732515a4bee858e http://cgit.osmocom.org/openbsc/commit/?id=c6624df2418e9f6fb514a3fd31df92f945476135 commit c6624df2418e9f6fb514a3fd31df92f945476135 Author: Philipp Date: Wed Oct 26 14:20:06 2016 +0200 om2000: added support for ericssons sabm negotiation This patch adds support for ericssons sambm negotiation. This patch depends on libosmo-abis commit: 2788c7eacab91cd39d68e316fc8ee87763bbfeb4 Change-Id: I56b1c1cef07a61143fc0e8058480805cddfeff96 http://cgit.osmocom.org/openbsc/commit/?id=c866d1482456dbe50471edfeb63090f8e9e8eeea commit c866d1482456dbe50471edfeb63090f8e9e8eeea Author: Philipp Date: Wed Oct 19 10:14:35 2016 +0200 OM2000: Add fault report parsing This patch adds parsing for OM2000 MO fault report map parsing, the bits in the fault maps are counted out and displayed. Change-Id: I6e2928f39b09bc08e9ab78bc10bc81e07f7eb55d http://cgit.osmocom.org/openbsc/commit/?id=44fbd53326492e19b0f589f49c412da71625b0f0 commit 44fbd53326492e19b0f589f49c412da71625b0f0 Author: Harald Welte Date: Sun Oct 16 23:44:16 2016 +0200 RBS2000: re-establish any lost signalling links Contrary to standard A-bis, in the RBS2000 case the BSC connects the signalling data links (LAPD) to the BTS. In case one of them drop, we need to attempt to re-establish them. This requires libosmo-abis with Change-Id I07f0f79e0cda09766f357032ffb4e7ad643d448a Change-Id: I710b5af5d0acbdd3febd314849340f2adb7abd80 http://cgit.osmocom.org/openbsc/commit/?id=a665bbe83da510228cbf6aa950b12ea6d81a1141 commit a665bbe83da510228cbf6aa950b12ea6d81a1141 Author: root Date: Sat Oct 15 21:24:57 2016 +0200 om2000: Add support for querying RBS capabilities Change-Id: Id1fbaf41286f3651ce8f210eb8da05fb51179c96 http://cgit.osmocom.org/openbsc/commit/?id=cc84faebbf79b9d5663c60dd4cff152a0fddbb26 commit cc84faebbf79b9d5663c60dd4cff152a0fddbb26 Author: Harald Welte Date: Sat Oct 15 16:30:35 2016 +0200 OM2000: Fix state machien for CF/TRXC on START Result When receiving the 'Start Result' message, for CF and TRXC MO we directly transition to performing the Operational Info. In that case, we need to return after sending the Operational Info and skip the usual processing for the default case below. Change-Id: I99860d198b337ffe461b240bda20dc10e1b5b2cb http://cgit.osmocom.org/openbsc/commit/?id=3710a73eee94f574313e95f32daedec498e648d3 commit 3710a73eee94f574313e95f32daedec498e648d3 Author: Harald Welte Date: Sat Oct 15 16:28:12 2016 +0200 abis_rsl: Add mandatory IE for Ericsson RBS2000 PDCH activation We need to include the RSL_IE_ACT_TYPE Information Element with the proprietary coding 0x0F for "packet channel related activation" in order for the RBS2xxx to accept this message Change-Id: I53bad674d3bb02f5210e71ca5b4280be9c956a57 http://cgit.osmocom.org/openbsc/commit/?id=cdfc6a8e6f4beae5d5b08b09c62c38e815635f33 commit cdfc6a8e6f4beae5d5b08b09c62c38e815635f33 Author: Harald Welte Date: Sat Jul 9 22:20:57 2016 +0200 WIP: OM2000: Full state machine implementation using osmo_fsm Our existing OM2000 code for initializing all Managed Objects of a BTS at startup was never complete. Rather than trying to fix the old-style code, introudce a hierarchy of osmo_fsm's reflecting the full protocol hand-shake and sequence of bringing up the individual MO's. If this works out well, it mihgt make sense to convert the TS 12.21 OML code for other BTS models, too. Change-Id: I3e11b28ba22b8c227e0401e6207fdda5381dda8c http://cgit.osmocom.org/openbsc/commit/?id=44845cedcc767ae7a0bfa195490a23095824ba04 commit 44845cedcc767ae7a0bfa195490a23095824ba04 Author: Harald Welte Date: Mon Jul 4 17:13:57 2016 +0200 Attempt at extending dynamic PDCH support to Ericcson RBS2000 In Ericsson RBS2000, all PDCH's are dynamic, i.e. there is only one shared PCHAN type for TCH/F, TCH/H and PDCH. The PDCH needs to be activated with a RSL CHAN ACT with some proprietary coding of the Channel Number IE. Change-Id: I48089fcf8328d52f57e97b003790ffdeed766367 ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Fri Nov 11 15:33:58 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 15:33:58 GMT Subject: openbsc.git branch master updated. 0.15.0-522-gaf9a9b0 Message-ID: <201611111533.uABFXwwD043741@git.osmocom.org> 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 af9a9b0b44323b4722e7ffbe478d91380f1d8056 (commit) from 87ef68eb33d463d8aad1511a272cbdb779f1ba19 (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=af9a9b0b44323b4722e7ffbe478d91380f1d8056 commit af9a9b0b44323b4722e7ffbe478d91380f1d8056 Author: Harald Welte Date: Fri Nov 11 15:52:58 2016 +0100 talloc_cxt: Fix compiler warning / missing #include talloc_ctx.c: In function ???talloc_ctx_init???: talloc_ctx.c:40:2: warning: implicit declaration of function ???msgb_talloc_ctx_init??? [-Wimplicit-function-declaration] msgb_talloc_ctx_init(ctx_root, 0); ^~~~~~~~~~~~~~~~~~~~ Change-Id: Ib8ebc02d5cf0d2b4019473d3750ae7c6f8a32896 ----------------------------------------------------------------------- Summary of changes: openbsc/src/libcommon/talloc_ctx.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Fri Nov 11 16:02:08 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 16:02:08 GMT Subject: openbsc.git branch master updated. 0.15.0-523-gdfe48fd Message-ID: <201611111602.uABG28ep050662@git.osmocom.org> 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 dfe48fdecf5e953fa5c08053e8781d4daf6ad4a4 (commit) from af9a9b0b44323b4722e7ffbe478d91380f1d8056 (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=dfe48fdecf5e953fa5c08053e8781d4daf6ad4a4 commit dfe48fdecf5e953fa5c08053e8781d4daf6ad4a4 Author: Harald Welte Date: Fri Nov 11 15:54:34 2016 +0100 bs11_config: remove compiler waring about unused variable bs11_config.c:78:22: warning: ???too_fast??? defined but not used [-Wunused-const-variable=] static const uint8_t too_fast[] = { 0x12, 0x80, 0x00, 0x00, 0x02, 0x02 }; ^~~~~~~~ Change-Id: I1fdb9645128c2dfeb489bf75e89ab0adea919d2b ----------------------------------------------------------------------- Summary of changes: openbsc/src/utils/bs11_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Fri Nov 11 18:31:38 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 18:31:38 GMT Subject: libosmocore.git branch master updated. 0.9.0-285-g8593f1f Message-ID: <201611111831.uABIVclU083367@git.osmocom.org> 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 8593f1f57a5140a34cd4f7063c2e7fcb54e1837b (commit) from 6176b6e0924f2bd7d212472bcba9dddf8ac32f51 (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=8593f1f57a5140a34cd4f7063c2e7fcb54e1837b commit 8593f1f57a5140a34cd4f7063c2e7fcb54e1837b Author: Harald Welte Date: Fri Nov 11 19:26:51 2016 +0100 msgb: add msgb_push_u{8,16,32}() functions Those work analoguous to msgb_put_*() but pre-pend the given value into the msg headroom, rather than appending it to the end. Change-Id: I7de63e9d04c2d2b678f1f20eef37f9be2c4f5ec2 ----------------------------------------------------------------------- Summary of changes: include/osmocom/core/msgb.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Fri Nov 11 18:31:49 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 11 Nov 2016 18:31:49 GMT Subject: libosmo-sccp.git branch master updated. 0.0.6.3-58-g675a3cb Message-ID: <201611111831.uABIVn1l083434@git.osmocom.org> 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 "SCCP Library". The branch, master has been updated via 675a3cb718fa11e476fcfbe6573e58c6f5d19ae3 (commit) from dfb4d918927b455127f5ef0149a76ee88bee05bb (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/libosmo-sccp/commit/?id=675a3cb718fa11e476fcfbe6573e58c6f5d19ae3 commit 675a3cb718fa11e476fcfbe6573e58c6f5d19ae3 Author: Harald Welte Date: Fri Nov 11 15:38:52 2016 +0100 mtp_parse_test: Comment out unused but defined packets Change-Id: I837eee6cc6e2bdea65988b19d9e15601eda44589 ----------------------------------------------------------------------- Summary of changes: tests/mtp/mtp_parse_test.c | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) hooks/post-receive -- SCCP Library From gitosis at osmocom.org Sat Nov 12 12:34:45 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 12 Nov 2016 12:34:45 GMT Subject: wireshark.git branch laforge/om2000-201610 updated. 8040f6ba8e441a2d8368e77ee581f775e8e84ed4 Message-ID: <201611121234.uACCYjiB042723@git.osmocom.org> 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 "wireshark with Osmocom specific dissectors". The branch, laforge/om2000-201610 has been updated discards 648eb6e9eb6248212221fee7af97f51a45e24595 (commit) discards d1437d29debab9d84a9a6147fa5d79df6d3af4c5 (commit) discards be0712c3346c0e29cbcbba8412fb128c030a4637 (commit) discards 7c4e27a7705b3cfbcfd77c95fd6fda2f055992ad (commit) discards e82a8fc040306a8eb6ce9309c077fe2015d94bf7 (commit) via 8040f6ba8e441a2d8368e77ee581f775e8e84ed4 (commit) via 61fc1936e3a495748104775ce934f7f5365825e3 (commit) via 749c0035817ad8bc91b1eb72247f9b4ac13b150e (commit) via c723550537eb7fa7701d82ee955a7c05771989e6 (commit) via a3ea0363e2f1b9a6f7649ef2a1eeca881860e0fa (commit) via 54c3df86f31e05fa8444daddce332d4ad7802173 (commit) via 134f5ad96c55806c3410555a52a4b5407f472e48 (commit) via 0decc3fb57416ef003afd9cbe2810aba98a74f89 (commit) via b8f99e3b71593fcc12a11d2106bdacaaa50b5263 (commit) via e407dd44d6489dd271c8d88fbfa48651a0f5ecff (commit) via 94344cd49158b67ea21ce8e1578cf21c7107adba (commit) via 55fbb6387ad478363e524f35d3ce06a6c670553e (commit) via 65ab2a97018877ec3a8664d7422c3ee4662e97ca (commit) via aba4d3a3a7d8c7f97290621085a8fb7a33942847 (commit) via e723a899c009a6167d8e6eaab83cd76adfa2d246 (commit) via 20adb7a564cf29a027d59f9dc92f4a81eaf4108d (commit) via 792569834045da2e14e9e12dfba40a3a4503491c (commit) via 1d56b0a48c6e023a0d24739029722b773fe3282a (commit) via 73145b4d7c2b6928dfe4b62f5f837aaac866a5ec (commit) via 66fa31415ff8d520c71dc66718599e941ed05c29 (commit) via b489b7ff7d4ba9f000f29c608515eb43059855ab (commit) via ce98b6c90dcbd8e9468bbac0adf10a7d537afdcb (commit) via faa5ba2e20516be8e8ca934c3f06244706e961b5 (commit) via 414c13245831085b7362d0573b317597fb76ac76 (commit) via d1a2c4c312f8f0e3e8d6800a51c2d59a4a7a03d4 (commit) via 720927a10ea9fe5a82155080114d85b8638f3b8c (commit) via 51bdba4c1f1a94b5b14f4a4894d67b99de6b02f6 (commit) via 1be79dd3a841fd89db1e2b43cedfc5330c56f23d (commit) via cbccf05f8be8b3c5dc2f03f31974512c84be5a0c (commit) via cb0697c99e4e09feac58bfe24f82b9cc034d7b64 (commit) via f1486a9f93de20be6741631fb1522208a00a77f3 (commit) via 8e5e6ddc5e526abc84d162f24decfa7be78887b1 (commit) via 857b80e41489f9064e8f5cbdd8c05b3a9ce8adb3 (commit) via b688175834c8ab302abb108df19c63f7a075c458 (commit) via d6e35b1a4728676efc4030182492e8376bdcc3e4 (commit) via 7d2dc97c43021cbef5e561c050cb36760ed81a43 (commit) via a77e8a325212518419df890570f8b03a3afdb67f (commit) via 4e95d5fa8e2f7fec72f0d7350a0b07ca8cdfa12b (commit) via 7531318e054153fbd5e33624ef30314acd52b6bc (commit) via 1ae0c1ebfaed748378395a0c690b10f8e7eb3265 (commit) via c12280f804d419cbcd386a6d662f150a66012d71 (commit) via fc99bca3cfa0af0e908b4e25156a87f6c7f5d3d9 (commit) via ddd1c87d43781533c3ec10279857e3870d12437e (commit) via 1b91475e0da15e58a9df7cd0cee6a463a8e0c97e (commit) via 3814eee112070b43eaf9dc39e7b19b2349ac6957 (commit) via fb5d024a0bf5e91f4f7399f386975e87449f2607 (commit) via 12e030cd5bb369c8e90fe0682b43ea28e07a9a9e (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 (648eb6e9eb6248212221fee7af97f51a45e24595) \ N -- N -- N (8040f6ba8e441a2d8368e77ee581f775e8e84ed4) 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/wireshark/commit/?id=8040f6ba8e441a2d8368e77ee581f775e8e84ed4 commit 8040f6ba8e441a2d8368e77ee581f775e8e84ed4 Author: Harald Welte Date: Wed Oct 26 22:38:20 2016 +0200 HACK: Hand GPRS RLC payload to GPRS LLC dissector this is an ugly hack, as there is no code for packet re-assembly in betwween, i.e. we only get proper dissection if the LLC message was fitting entirely into one RLC block. Nevertheless, sufficient to see things like RAU, ATTACH, IDENTITY procedures. Change-Id: I1fc488aa58353e5f4264b940f9f4c18987148a7d http://cgit.osmocom.org/wireshark/commit/?id=61fc1936e3a495748104775ce934f7f5365825e3 commit 61fc1936e3a495748104775ce934f7f5365825e3 Author: Harald Welte Date: Wed Oct 26 20:09:31 2016 +0200 WIP: Jacob's EGPRS patch ... with add_new_data_source() to visualize the re-aligned bits Change-Id: I1604dceaf3d91228e87712e099c8a209ff812f4a http://cgit.osmocom.org/wireshark/commit/?id=749c0035817ad8bc91b1eb72247f9b4ac13b150e commit 749c0035817ad8bc91b1eb72247f9b4ac13b150e Author: Harald Welte Date: Sun Jul 17 16:22:19 2016 +0200 l2tp: Introduce preference for default pseudowire In some cases, the establishment of the L2TP session is not captured in the pcap file, and thus wireshark cannot determine the l2tp pseudowire to be used for decode. So rather than using a ocmpile-time hard-coded default of cisco hdlc, let's introduce a prference where the user can select the default pseudowire in such cases. Change-Id: I44a6373d4812c9ab5a919514273a41a2ab57142c http://cgit.osmocom.org/wireshark/commit/?id=c723550537eb7fa7701d82ee955a7c05771989e6 commit c723550537eb7fa7701d82ee955a7c05771989e6 Author: Harald Welte Date: Sat Jul 16 15:39:17 2016 +0200 L2TP: Add preference to select Ericsson HDLC flavor At some point over the wireshark last years, the connection between the L2TP dissector and the Ericsson HDLC dissector (packet-ehdlc.c) got broken. I cannot poinpoint the exact change when it broke. However, traces with Ericsson L2TP that used to display correctly no longer do so. The problem with Ericsson L2TP is that they simply re-use the HDLC pseudowire (0x0006), but then have frames completely different than what's specified in the RFCs for that. To address this, let's add a protocol preference to allow the user to choose. Change-Id: Idce022ef0f233c01ecffc67dca7f428bde31ef6b http://cgit.osmocom.org/wireshark/commit/?id=a3ea0363e2f1b9a6f7649ef2a1eeca881860e0fa commit a3ea0363e2f1b9a6f7649ef2a1eeca881860e0fa Author: Harald Welte Date: Sat Nov 12 13:31:10 2016 +0100 gsm_abis_om2000: Expand bit-width of CON CCP and CI fields It seems more recent RBS2000 models have extended the range of the CON Connection Point (CCP) by one bit, as I'm seeing CCP 1896 in protocol traces. Similarly, the Contiguity Index can at least reach 96. Using the full 8bit value to make sure IS and CON dissectors use the same ranges for connection points and contiguity index. Change-Id: Iece34106fc97a11dc8a01cf2578b5e4245a4c9e8 http://cgit.osmocom.org/wireshark/commit/?id=54c3df86f31e05fa8444daddce332d4ad7802173 commit 54c3df86f31e05fa8444daddce332d4ad7802173 Author: Pascal Quantin Date: Fri Nov 11 22:20:07 2016 +0100 PER: add support for bit strings >= 16K Bug: 13123 Change-Id: Ie20ef75393ea601d2702a024e0ade94b85adf9f2 Reviewed-on: https://code.wireshark.org/review/18748 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=134f5ad96c55806c3410555a52a4b5407f472e48 commit 134f5ad96c55806c3410555a52a4b5407f472e48 Author: Guy Harris Date: Fri Nov 11 14:37:06 2016 -0800 Dissect the checksum field as a string, as that's what it is. Bug: 13125 Change-Id: Ib5d02e8841eb7e4d04e6a1df44a5eba5b925ce6c Reviewed-on: https://code.wireshark.org/review/18749 Reviewed-by: Guy Harris http://cgit.osmocom.org/wireshark/commit/?id=0decc3fb57416ef003afd9cbe2810aba98a74f89 commit 0decc3fb57416ef003afd9cbe2810aba98a74f89 Author: AndersBroman Date: Fri Nov 11 14:44:02 2016 +0100 [SIP]Parse out the individual feature cap(s). Change-Id: Ie834da60a2d389d33e1a5b6cc897e13ae1522fb9 Reviewed-on: https://code.wireshark.org/review/18742 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=b8f99e3b71593fcc12a11d2106bdacaaa50b5263 commit b8f99e3b71593fcc12a11d2106bdacaaa50b5263 Author: Peter Wu Date: Fri Nov 11 16:49:35 2016 +0100 ssl: fix next_protocol_negotiation id NPN is a legacy extension (superseded by ALPN), but there was still a capture with this value. However, the decimal number is wrong. Adjust it to the one in the draft -03 (the hex number is still correct). Change-Id: I80ce468bcb653bc8ec87432d76d478cb0423b46f Reviewed-on: https://code.wireshark.org/review/18744 Reviewed-by: Peter Wu Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=e407dd44d6489dd271c8d88fbfa48651a0f5ecff commit e407dd44d6489dd271c8d88fbfa48651a0f5ecff Author: Alexis La Goutte Date: Fri Nov 11 10:30:57 2016 +0100 OSPF: Add LSA Type Flag (See RFC 5340 A.4.2.1) * Display in dec the LSA Type (like IANA) Bug: 13118 Change-Id: I78001b2066f186dcf2175153e539216437b1754e Reviewed-on: https://code.wireshark.org/review/18740 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=94344cd49158b67ea21ce8e1578cf21c7107adba commit 94344cd49158b67ea21ce8e1578cf21c7107adba Author: Gerald Combs Date: Fri Nov 11 08:48:33 2016 -0800 Qt: Fix a "No such slot" warning. Make sure on_actionCaptureOptions_triggered always exists so that we don't get a "No such slot" warning when building without libpcap. Change-Id: Ib7c82df6c72bf080ff080e0a650216b345a97e9c Reviewed-on: https://code.wireshark.org/review/18747 Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs http://cgit.osmocom.org/wireshark/commit/?id=55fbb6387ad478363e524f35d3ce06a6c670553e commit 55fbb6387ad478363e524f35d3ce06a6c670553e Author: Peter Wu Date: Fri Nov 11 17:46:10 2016 +0100 Qt: fix build without libpcap Change-Id: I89a2f9a21a17a318529c7f0785ab60385fe08dcf Fixes: v2.3.0rc0-1445-g414c132 ("Qt: Handle retranslation events in the main window") Reviewed-on: https://code.wireshark.org/review/18746 Reviewed-by: Peter Wu Tested-by: Peter Wu Reviewed-by: Gerald Combs http://cgit.osmocom.org/wireshark/commit/?id=65ab2a97018877ec3a8664d7422c3ee4662e97ca commit 65ab2a97018877ec3a8664d7422c3ee4662e97ca Author: Gerald Combs Date: Tue Nov 1 14:35:29 2016 -0700 AsciiDoc: Create an include file for attributes. Move the replacement definitions in asciidoc.conf to attributes.asciidoc. This makes the markup a bit cleaner and is more compatible with AsciiDoctor. Use a standard naming scheme for URLs. Change-Id: Ica73aaadb013be2a4e6a3963fb54e6db6e02e98f Reviewed-on: https://code.wireshark.org/review/18655 Reviewed-by: Peter Wu Reviewed-by: Gerald Combs http://cgit.osmocom.org/wireshark/commit/?id=aba4d3a3a7d8c7f97290621085a8fb7a33942847 commit aba4d3a3a7d8c7f97290621085a8fb7a33942847 Author: Pascal Quantin Date: Fri Nov 11 14:48:21 2016 +0100 ftype-guid.c: fix FT_GUID filtering g_strlcpy copies at most n-1 bytes to ensure that the string is NULL terminated. Bug: 13121 Change-Id: I4f1677c518e65eb58b79d72052520ecce8c51722 Reviewed-on: https://code.wireshark.org/review/18743 Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=e723a899c009a6167d8e6eaab83cd76adfa2d246 commit e723a899c009a6167d8e6eaab83cd76adfa2d246 Author: AndersBroman Date: Fri Nov 11 14:33:08 2016 +0100 [tvbuff] Fix tvb_find_guint16() searched_bytes is from start_offset(offset) and the while loop should be on searched_bytes. Change-Id: I62343f7cb04f9110f773ba1ada8dbcbfbd262861 Reviewed-on: https://code.wireshark.org/review/18741 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=20adb7a564cf29a027d59f9dc92f4a81eaf4108d commit 20adb7a564cf29a027d59f9dc92f4a81eaf4108d Author: Jan Spevak Date: Fri Nov 11 10:25:28 2016 +0100 diameter_3gpp: decode AVP 1518 Change-Id: I95618ebeeb2a5ebe0dfc97bdfdd6c0bb91cb4381 Reviewed-on: https://code.wireshark.org/review/18739 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=792569834045da2e14e9e12dfba40a3a4503491c commit 792569834045da2e14e9e12dfba40a3a4503491c Author: Michael Mann Date: Thu Nov 10 23:38:39 2016 -0500 packet-asterix.c doesn't need a preference callback function. Just causes preference to be added twice. Bug: 13113 Change-Id: Iebbe296a8b35cbe58c163c4f1f5fac9d27c76ead Reviewed-on: https://code.wireshark.org/review/18737 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=1d56b0a48c6e023a0d24739029722b773fe3282a commit 1d56b0a48c6e023a0d24739029722b773fe3282a Author: Jakub Pawlowski Date: Thu Nov 10 11:31:59 2016 -0800 Bluetooth: BTLE: Add SC bit paring in AuthReq Change-Id: I91db50aadd572a81559bb8d22af19fffefea592f Reviewed-on: https://code.wireshark.org/review/18735 Petri-Dish: Stig Bj??rlykke Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte http://cgit.osmocom.org/wireshark/commit/?id=73145b4d7c2b6928dfe4b62f5f837aaac866a5ec commit 73145b4d7c2b6928dfe4b62f5f837aaac866a5ec Author: AndersBroman Date: Thu Nov 10 14:14:49 2016 +0100 [XML] default_media_types should be in lower case. Change-Id: Ibd55b76a0ccbfcf511afb4e99144a0d1115e5af2 Reviewed-on: https://code.wireshark.org/review/18732 Reviewed-by: Anders Broman Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte http://cgit.osmocom.org/wireshark/commit/?id=66fa31415ff8d520c71dc66718599e941ed05c29 commit 66fa31415ff8d520c71dc66718599e941ed05c29 Author: Michael Mann Date: Tue Oct 18 20:34:37 2016 -0400 tcp: Fix Follow TCP tap data and when its tapped. Use the model from the 2.0 branch and earlier that only "tapped" the follow data in a single location. This fixes duplicate data for reassembled data and handles out-of-order packets. Bug: 12855 Change-Id: I5268f13e3c08e9271acf026b859de693ad794c94 Reviewed-on: https://code.wireshark.org/review/18368 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=b489b7ff7d4ba9f000f29c608515eb43059855ab commit b489b7ff7d4ba9f000f29c608515eb43059855ab Author: Peter Wu Date: Thu Nov 10 16:04:25 2016 +0100 lsd: fix unaligned read Fixes UBsan complaint: epan/dissectors/packet-lsd.c:141:7: runtime error: load of misaligned address 0x61d00017029e for type 'const guint32', which requires 4 byte alignment Change-Id: I74034f3e0bc198b4b86ca6cd7559d8df7283377f Reviewed-on: https://code.wireshark.org/review/18733 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=ce98b6c90dcbd8e9468bbac0adf10a7d537afdcb commit ce98b6c90dcbd8e9468bbac0adf10a7d537afdcb Author: Moshe Kaplan Date: Thu Nov 3 09:33:48 2016 -0700 Enable exporting IMF traffic as an EML file Change-Id: Ia56b38a770a148dd8bf030699615189601944cc2 Reviewed-on: https://code.wireshark.org/review/18656 Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu http://cgit.osmocom.org/wireshark/commit/?id=faa5ba2e20516be8e8ca934c3f06244706e961b5 commit faa5ba2e20516be8e8ca934c3f06244706e961b5 Author: Birol Capa Date: Thu Nov 10 12:48:05 2016 +0300 PROFINET: Update MRP dissection according to IEC62439-2 Ed.2. The MRP PDU dissection is updated with respect to MRP standard IEC62439-2 Ed.2. 0x88e3 is added for MRP Ether Type String definions of MRP block and sub block types are updated. dissect_pn_ManuData function is removed since it is not used anymore. Change-Id: Iec6666abc75bcba4189f2c38851407abc23267f9 Reviewed-on: https://code.wireshark.org/review/18730 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=414c13245831085b7362d0573b317597fb76ac76 commit 414c13245831085b7362d0573b317597fb76ac76 Author: Gerald Combs Date: Wed Jul 8 16:48:58 2015 -0700 Qt: Handle retranslation events in the main window. Update most (but not all) of the main status bar text when the user changes the language setting. Try to distinguish between recent preferences and recent captures more clearly. Change-Id: I5278a503178fe3620a25b185742688f957dc30f4 Ping-Bug: 11307 Reviewed-on: https://code.wireshark.org/review/9575 Reviewed-by: Gerald Combs Petri-Dish: Gerald Combs Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=d1a2c4c312f8f0e3e8d6800a51c2d59a4a7a03d4 commit d1a2c4c312f8f0e3e8d6800a51c2d59a4a7a03d4 Author: Dario Lombardo Date: Tue Nov 8 16:31:01 2016 +0100 bt-dht: add data to COL_INFO. Change-Id: I69e8b012156020f79cf22604bc709fc70f215155 Reviewed-on: https://code.wireshark.org/review/18710 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte http://cgit.osmocom.org/wireshark/commit/?id=720927a10ea9fe5a82155080114d85b8638f3b8c commit 720927a10ea9fe5a82155080114d85b8638f3b8c Author: Michal Labedzki Date: Thu Nov 10 09:10:44 2016 +0100 androiddump: Set socket connect() timeout to 500ms This should avoid neverending or long time to obtain timeout in some cases like firewall's drop rules, etc. Bump version to 1.0.4 Bug: 13104 Ping-Bug: 13114 Change-Id: I9bef714b6d92b3516a2a95ebdbe1ba594fa60e34 Reviewed-on: https://code.wireshark.org/review/18728 Petri-Dish: Michal Labedzki Reviewed-by: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu http://cgit.osmocom.org/wireshark/commit/?id=51bdba4c1f1a94b5b14f4a4894d67b99de6b02f6 commit 51bdba4c1f1a94b5b14f4a4894d67b99de6b02f6 Author: Alexis La Goutte Date: Mon Nov 7 19:34:04 2016 +0100 GVSP: Disable the heuristic by default Already try to enhance but get always some false positive with STUN/RTP Change-Id: I187959ed526a0d538a2c6db76af07ae3dbf06c6e Reviewed-on: https://code.wireshark.org/review/18702 Reviewed-by: thies.moeller Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=1be79dd3a841fd89db1e2b43cedfc5330c56f23d commit 1be79dd3a841fd89db1e2b43cedfc5330c56f23d Author: Peter Wu Date: Wed Nov 9 01:55:30 2016 +0100 debian-setup: allow libssh-dev to be installed for trusty Ubuntu 14.04 Trusty has libssh-dev 0.6.1 (using OpenSSL) which should be usable. The debian/control file is not updated due to OpenSSL licensing concerns, if you need to build on trusty, you need dpkg-buildpackage -d (--no-check-builddeps). Remove distro-detection in favor of feature detection. Note that the minimum Ubuntu versions could be lower, but unsupported versions are not listed on packages.ubuntu.com so I did not bother. Change-Id: Ia04d960f3d4957918c925bf9cd351537e233fd3e Reviewed-on: https://code.wireshark.org/review/18725 Reviewed-by: Dario Lombardo Reviewed-by: Balint Reczey http://cgit.osmocom.org/wireshark/commit/?id=cbccf05f8be8b3c5dc2f03f31974512c84be5a0c commit cbccf05f8be8b3c5dc2f03f31974512c84be5a0c Author: Jo??o Valverde Date: Wed Nov 9 19:02:01 2016 +0000 CMake: Use xz generator with cpack We already do so with autotools. Change-Id: I0d7ea052ee19a42d16e82134f2f7188b3a19ee1e Reviewed-on: https://code.wireshark.org/review/18727 Reviewed-by: Peter Wu Reviewed-by: Dario Lombardo Tested-by: Dario Lombardo http://cgit.osmocom.org/wireshark/commit/?id=cb0697c99e4e09feac58bfe24f82b9cc034d7b64 commit cb0697c99e4e09feac58bfe24f82b9cc034d7b64 Author: Dario Lombardo Date: Fri Nov 4 11:55:33 2016 +0100 CMake: fix cpack archive name to include version CPACK_PACKAGE_VERSION is used before setting its value. Remove spurious CPACK_SYSTEM_NAME usage. Before: CPack: - package: wireshark/build-test/wireshark--.tar.bz2 generated. After CPack: - package: wireshark/build-test/wireshark-2.3.0.tar.bz2 generated. Change-Id: I6f12017113f64b9c759a3fbd930cb3ee0807811d Reviewed-on: https://code.wireshark.org/review/18669 Reviewed-by: Jo??o Valverde Tested-by: Jo??o Valverde Petri-Dish: Jo??o Valverde Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu http://cgit.osmocom.org/wireshark/commit/?id=f1486a9f93de20be6741631fb1522208a00a77f3 commit f1486a9f93de20be6741631fb1522208a00a77f3 Author: Niels Widger Date: Tue Nov 8 11:41:41 2016 -0500 Add DHCPv6 options for Softwire provisioning Bug: 12719 Signed-off-by: Alexis La Goutte Signed-off-by: Sander Steffann Change-Id: I2792ef4a5851cd2fba75fc253aa3d635cb7f1fa6 Reviewed-on: https://code.wireshark.org/review/16860 http://cgit.osmocom.org/wireshark/commit/?id=8e5e6ddc5e526abc84d162f24decfa7be78887b1 commit 8e5e6ddc5e526abc84d162f24decfa7be78887b1 Author: Gerald Combs Date: Tue Nov 8 11:11:14 2016 -0800 CMake: Enable ccache for gcc and clang. Add an option to check for and use ccache. Disable it by default. Change-Id: Ifc928d22715b7e06e53115455b31dbeaf2ee8332 Reviewed-on: https://code.wireshark.org/review/18715 Petri-Dish: Gerald Combs Reviewed-by: Peter Wu Reviewed-by: Jo??o Valverde Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs http://cgit.osmocom.org/wireshark/commit/?id=857b80e41489f9064e8f5cbdd8c05b3a9ce8adb3 commit 857b80e41489f9064e8f5cbdd8c05b3a9ce8adb3 Author: Gerald Combs Date: Tue Nov 8 11:44:31 2016 -0800 CMake: Use find_program to find a program. Use find_program to find glib-compile-resources instead of find_file. Change-Id: I565c3a596923ff4761bc38988ee396aa24bd63a6 Reviewed-on: https://code.wireshark.org/review/18714 Petri-Dish: Gerald Combs Reviewed-by: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs http://cgit.osmocom.org/wireshark/commit/?id=b688175834c8ab302abb108df19c63f7a075c458 commit b688175834c8ab302abb108df19c63f7a075c458 Author: AndersBroman Date: Wed Nov 9 15:47:59 2016 +0100 [SIP] Use call_dissector_only() to call the diagnostics dissector. While there correct a typo. Change-Id: I58f9f4353e1fb4155d4f4f77f0f93325940d291f Reviewed-on: https://code.wireshark.org/review/18722 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=d6e35b1a4728676efc4030182492e8376bdcc3e4 commit d6e35b1a4728676efc4030182492e8376bdcc3e4 Author: Jan Spevak Date: Wed Nov 9 10:21:03 2016 +0100 diameter_3gpp: update gx_feature_list_1 3GPP TS 29.212, v14.0.0 Change-Id: I9995f718ab323b48408951a7df792b7b72ce3c8f Reviewed-on: https://code.wireshark.org/review/18720 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=7d2dc97c43021cbef5e561c050cb36760ed81a43 commit 7d2dc97c43021cbef5e561c050cb36760ed81a43 Author: Gerald Combs Date: Tue Nov 8 11:00:51 2016 -0800 Qt: Restore the default "About" box tab. Set the default about box tab back to "Wireshark". (Presumably this changed due to Qt Creator's annoying last-tab-selected-wins behavior.) Change-Id: I85f64b623758a14e9588f6b3929bad26a6a60ad5 Reviewed-on: https://code.wireshark.org/review/18716 Reviewed-by: Gerald Combs http://cgit.osmocom.org/wireshark/commit/?id=a77e8a325212518419df890570f8b03a3afdb67f commit a77e8a325212518419df890570f8b03a3afdb67f Author: Peter Wu Date: Tue Nov 8 18:04:59 2016 +0100 cmake: install missing profiles directory Spotted when comparing an autotools "make install" tree with the cmake one. Change-Id: I68eed5f518a72a6476c3e464a6997f0b3855144e Reviewed-on: https://code.wireshark.org/review/18713 Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu http://cgit.osmocom.org/wireshark/commit/?id=4e95d5fa8e2f7fec72f0d7350a0b07ca8cdfa12b commit 4e95d5fa8e2f7fec72f0d7350a0b07ca8cdfa12b Author: Martin Kaiser Date: Tue Nov 8 15:30:45 2016 +0100 cmake: fix the linker flags test for Visual Studio ddd1c87d43781533c3ec10279857e3870d12437e modified the order of linker command line options. This broke the tests and made invalid linker flags seem valid. (Link target) -> LINK : warning LNK4044: unrecognized option '/Wl,--as-needed'; ignored [C:\wireshark\build3\wsutil\wsutil.vcxproj] LINK : warning LNK4044: unrecognized option '/pie'; ignored [C:\wireshark\build3\wsutil\wsutil.vcxproj] The simple fix is to add specific options for Visual Studio and clang at the beginning of the linker's command line options rather than at the end. Change-Id: I6492ea1271e18be0d190e7579f47baecf6ac4d61 Reviewed-on: https://code.wireshark.org/review/18709 Petri-Dish: Martin Kaiser Reviewed-by: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Graham Bloice Reviewed-by: Martin Kaiser http://cgit.osmocom.org/wireshark/commit/?id=7531318e054153fbd5e33624ef30314acd52b6bc commit 7531318e054153fbd5e33624ef30314acd52b6bc Author: Anthony Coddington Date: Fri Oct 14 12:46:29 2016 +1300 ERF: Fix issues with Host ID mapping packet-erf: Fix Host ID/Source ID showing for all extension header types. Only show generated Host ID/Source ID when there is a Host ID extension header or there was not one on the record. Assumes there is only one Source ID if multiple Flow ID extension headers (unlikely) and that it matches the one in the Host ID header. This is consistent with other tools. Does support multiple Host ID extension headers though. Fix dag_version tag short name. Was clashing with another tag due to typo. ERF wiretap: Don't conflate Host ID 0 with implicit Host ID. While the implicit Host ID defaults to 0, it is not the same thing as seeing a packet with Host ID explicitly 0 in the extension header which means explicitly unknown source. Store the initial (unknown) implicit Host ID interface mapping in it's own special mapping table entry rather than 0. Noticed we can currently get duplicate interfaces in the unusual event of mixed implicit and explicit Host ID packet extension headers for the same ID before we discover that mapping. Consistently abandon the implicit version for consistency with the dissector linking behaviour and mark the interface as unmatched in the description. In 2 pass mode (including normal Wireshark file open) the abandoned interface ends up with no packets. In the common cases (all Host ID or no Host ID on packet records) this duplicate interface will not be created in the first place. Change-Id: Ic5d0b2ce9aae973f1693a247cf240ef1324ff70a Ping-Bug: 12303 Reviewed-on: https://code.wireshark.org/review/18704 Reviewed-by: Stephen Donnelly Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=1ae0c1ebfaed748378395a0c690b10f8e7eb3265 commit 1ae0c1ebfaed748378395a0c690b10f8e7eb3265 Author: Pascal Quantin Date: Tue Nov 8 11:52:17 2016 +0100 GSM A: allow a length of 3 bytes when using the 'no identity' type As stated in 3GPP 24.008 ??10.5.1.4, for GMM and EMM procedures the length should be set to 3 when using the 'no identity' type. Change-Id: Ib2d5930416b0d26853f4cc430df0ce2f29488877 Reviewed-on: https://code.wireshark.org/review/18707 Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=c12280f804d419cbcd386a6d662f150a66012d71 commit c12280f804d419cbcd386a6d662f150a66012d71 Author: Pascal Quantin Date: Tue Nov 8 09:37:12 2016 +0100 print.c: fix ek output follow-up of g1b91475 Bug: 13086 Change-Id: I7171c50a0b113e3036860941b586e96a068fea9e Reviewed-on: https://code.wireshark.org/review/18705 Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=fc99bca3cfa0af0e908b4e25156a87f6c7f5d3d9 commit fc99bca3cfa0af0e908b4e25156a87f6c7f5d3d9 Author: Alexis La Goutte Date: Mon Nov 7 14:57:56 2016 +0100 L2TP: Fix dissection when unknown vendor AVP Bug: 13103 Change-Id: I531aeb941bb80a1ac403d5e0ffcb6ba549ea9370 Reviewed-on: https://code.wireshark.org/review/18699 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman http://cgit.osmocom.org/wireshark/commit/?id=ddd1c87d43781533c3ec10279857e3870d12437e commit ddd1c87d43781533c3ec10279857e3870d12437e Author: Martin Kaiser Date: Sun Oct 30 19:46:56 2016 +0100 cmake: avoid leading space in linker options This causes problems with cmake 2.8.9, which ships with Debian Wheezy. Reorder the linker options to avoid a leading space. According to GNU ld's manual, the order of linker options on the command line does not matter. This should be the same for Visual Studio's cl.exe and for clang's linker. See https://www.wireshark.org/lists/wireshark-dev/201604/msg00141.html for more details about the problem. Change-Id: Ieaf7425600d394f365b01747747665233693fea2 Reviewed-on: https://code.wireshark.org/review/18581 Petri-Dish: Martin Kaiser Tested-by: Petri Dish Buildbot Reviewed-by: Martin Kaiser http://cgit.osmocom.org/wireshark/commit/?id=1b91475e0da15e58a9df7cd0cee6a463a8e0c97e commit 1b91475e0da15e58a9df7cd0cee6a463a8e0c97e Author: Pascal Quantin Date: Fri Nov 4 07:45:09 2016 +0100 JSON: print field value for an item containing a subtree For fields that contain both a value and a subtree, print the value and then create a new item with a _tree suffix for the subtree content Bug: 13086 Change-Id: I5a3c96bf9895d87faff3925d439bb54b73769a3e Reviewed-on: https://code.wireshark.org/review/18663 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Martin Kacer Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=3814eee112070b43eaf9dc39e7b19b2349ac6957 commit 3814eee112070b43eaf9dc39e7b19b2349ac6957 Author: Alexis La Goutte Date: Mon Nov 7 14:59:36 2016 +0100 L2TP: Fix typo on ERICSSON define value Change-Id: I59b667d7415d340eddc48f648da594d2fac3ad93 Reviewed-on: https://code.wireshark.org/review/18700 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann http://cgit.osmocom.org/wireshark/commit/?id=fb5d024a0bf5e91f4f7399f386975e87449f2607 commit fb5d024a0bf5e91f4f7399f386975e87449f2607 Author: Harald Welte Date: Fri Nov 4 17:42:43 2016 +0100 AUTHORS: Update record for Harald Welte The record has become quite a bit out-of-date over the years. Change-Id: Id60e3e0839f27643227ddf79559769d228f17b0f Reviewed-on: https://code.wireshark.org/review/18687 Reviewed-by: Alexis La Goutte Reviewed-by: Pascal Quantin http://cgit.osmocom.org/wireshark/commit/?id=12e030cd5bb369c8e90fe0682b43ea28e07a9a9e commit 12e030cd5bb369c8e90fe0682b43ea28e07a9a9e Author: Birol Capa Date: Fri Nov 4 09:27:41 2016 +0300 PROFINET: Update preliminary version of the Reporting System (RS) dissection. Timestamp decoding is added. Name of "Stop Observer" is changed as "Observer Status Observer". TimeStatusObserver padding bytes location is changed. Text of RS_ReasonCode for value "0" is changed from "Reserved" to "No Detail". Change-Id: I2c231d75001a89a1e41f2518f5c6ca1fdf49a2f0 Reviewed-on: https://code.wireshark.org/review/18662 Reviewed-by: Michael Mann Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte ----------------------------------------------------------------------- Summary of changes: CMakeLists.txt | 11 + CMakeOptions.txt | 1 + CPackConfig.txt | 52 ++-- cmake/modules/CheckCLinkerFlag.cmake | 7 +- debian/libwireshark0.symbols | 1 + docbook/CMakeLists.txt | 6 +- docbook/Makefile.am | 3 + docbook/README.txt | 20 +- docbook/asciidoc.conf | 60 +---- docbook/attributes.asciidoc | 71 ++++++ docbook/developer-guide.asciidoc | 1 + docbook/release-notes.asciidoc | 2 + docbook/user-guide.asciidoc | 1 + docbook/wsdg_src/WSDG_chapter_dissection.asciidoc | 2 +- docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc | 68 +++--- docbook/wsdg_src/WSDG_chapter_libraries.asciidoc | 2 +- docbook/wsdg_src/WSDG_chapter_sources.asciidoc | 55 +++-- .../wsdg_src/WSDG_chapter_userinterface.asciidoc | 14 +- docbook/wsdg_src/WSDG_preface.asciidoc | 44 ++-- docbook/wsug_src/WSUG_app_protocols.asciidoc | 2 +- docbook/wsug_src/WSUG_app_tools.asciidoc | 11 +- docbook/wsug_src/WSUG_chapter_advanced.asciidoc | 15 +- .../wsug_src/WSUG_chapter_build_install.asciidoc | 46 ++-- docbook/wsug_src/WSUG_chapter_capture.asciidoc | 49 ++-- docbook/wsug_src/WSUG_chapter_customize.asciidoc | 23 +- .../wsug_src/WSUG_chapter_introduction.asciidoc | 106 ++++----- docbook/wsug_src/WSUG_chapter_statistics.asciidoc | 4 +- docbook/wsug_src/WSUG_chapter_telephony.asciidoc | 7 +- docbook/wsug_src/WSUG_chapter_use.asciidoc | 10 +- docbook/wsug_src/WSUG_chapter_work.asciidoc | 2 +- docbook/wsug_src/WSUG_preface.asciidoc | 24 +- epan/dissectors/asn1/ranap/packet-ranap-template.c | 2 +- epan/dissectors/asn1/sabp/packet-sabp-template.c | 2 +- epan/dissectors/packet-asterix.c | 2 +- epan/dissectors/packet-bt-dht.c | 1 + epan/dissectors/packet-btsmp.c | 13 +- epan/dissectors/packet-dhcpv6.c | 247 +++++++++++++++++++ epan/dissectors/packet-diameter_3gpp.c | 62 ++++- epan/dissectors/packet-erf.c | 82 +++---- epan/dissectors/packet-ethertype.c | 1 + epan/dissectors/packet-gdb.c | 9 +- epan/dissectors/packet-gsm_a_common.c | 2 +- epan/dissectors/packet-gsm_abis_om2000.c | 4 +- epan/dissectors/packet-gvsp.c | 2 +- epan/dissectors/packet-imf.c | 35 ++- epan/dissectors/packet-imf.h | 16 +- epan/dissectors/packet-l2tp.c | 12 +- epan/dissectors/packet-lsd.c | 3 +- epan/dissectors/packet-ospf.c | 57 +++-- epan/dissectors/packet-per.c | 142 ++++++++--- epan/dissectors/packet-per.h | 2 +- epan/dissectors/packet-ranap.c | 2 +- epan/dissectors/packet-sabp.c | 2 +- epan/dissectors/packet-sip.c | 78 +++++- epan/dissectors/packet-ssl-utils.c | 2 +- epan/dissectors/packet-ssl-utils.h | 2 +- epan/dissectors/packet-tcp.c | 263 ++++++++++++++++++--- epan/dissectors/packet-xml.c | 2 +- epan/follow.c | 41 ++++ epan/follow.h | 10 + epan/ftypes/ftype-guid.c | 9 +- epan/print.c | 36 +-- epan/tvbuff.c | 4 +- extcap/androiddump.c | 25 +- make-version.pl | 18 +- plugins/profinet/packet-dcerpc-pn-io.c | 89 +++++-- plugins/profinet/packet-pn-mrp.c | 244 ++++++++++++++----- tools/debian-setup.sh | 36 ++- ui/CMakeLists.txt | 1 + ui/Makefile.am | 1 + ui/cli/tap-follow.c | 3 +- ui/export_object.h | 2 + ui/{export_object_http.c => export_object_imf.c} | 18 +- ui/gtk/CMakeLists.txt | 6 +- ui/gtk/follow_stream.c | 17 +- ui/qt/about_dialog.ui | 2 +- ui/qt/export_object_dialog.cpp | 5 + ui/qt/export_object_dialog.h | 2 +- ui/qt/follow_stream_dialog.cpp | 24 +- ui/qt/main_status_bar.cpp | 76 ++++-- ui/qt/main_status_bar.h | 10 + ui/qt/main_welcome.cpp | 24 +- ui/qt/main_welcome.h | 8 +- ui/qt/main_window.cpp | 10 +- ui/qt/main_window.h | 21 +- ui/qt/main_window.ui | 6 + ui/qt/main_window_slots.cpp | 13 +- ui/qt/search_frame.h | 2 +- ui/qt/wireshark_application.cpp | 45 ++-- ui/qt/wireshark_application.h | 15 +- wireshark-qt.cpp | 2 +- wiretap/erf.c | 97 ++++++-- wiretap/erf.h | 1 + 93 files changed, 1953 insertions(+), 737 deletions(-) create mode 100644 docbook/attributes.asciidoc copy ui/{export_object_http.c => export_object_imf.c} (79%) hooks/post-receive -- wireshark with Osmocom specific dissectors From gitosis at osmocom.org Sat Nov 12 15:26:09 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 12 Nov 2016 15:26:09 GMT Subject: openbsc.git branch neels/mgcp updated. 0.15.0-623-g20e3ac7 Message-ID: <201611121526.uACFQ9Cx076289@git.osmocom.org> 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/mgcp has been updated discards 961766d743e2378d3e858ee0598b766c18f7000d (commit) discards 5182ffe95c88d3313634cca2fb8e015050f6a517 (commit) discards 0f76f3ec249e95d322ad8fecf4dfc75f7b267570 (commit) discards c6cd9fd5120369ff889650101b011e87b4da725c (commit) discards 07e3ad07303b76671728947887e3278bf79d1cf4 (commit) discards 79acc9757368ebb9f4bf0cf42f88bfb5a5786f5d (commit) discards 5800914777d3df6ac2dbad78f0e0c5212731604d (commit) discards 62c903dfbccde4c3d049df3edcae71745ccb5ce5 (commit) discards 634c5227fb3c8d0eca1352749d870b811bc220ac (commit) discards 4b8e88c0542697fa1e9232d143db114d24175c70 (commit) discards 932a66b7793fb9dc9cac9781d9d32cbea4359112 (commit) discards 83b9f6919007278e61ef94499e1ec9c01d4417d8 (commit) discards d57acf7e48b46ba603f33b064d6b3dac8a26f4a3 (commit) discards cae0a96d2140c328453d0daae307ae39fbc3c2c4 (commit) discards 69d99e015212a3fee110c8dd456336b0cf316c61 (commit) discards 6fd1c5b303b1ef204a071ea3a7d217184b1c765d (commit) discards ec9e1eeec5bd073d7a553530adf01b57bc059432 (commit) discards dd7ea64af6b5ee433161c33e5cf7072c26c768ff (commit) discards f1a215bc191ba8eaaf37f3f75b51a881e602c403 (commit) discards 6c9c15a003ecc947ff0dbce57240a4b4ce6c1466 (commit) discards e396d9e1293edbdbf1db9941e1418d4c93aa7bd9 (commit) discards 682097da099945998a5974a9f9b1f4c4b8cb88c3 (commit) discards 2ae762c87d1e71e726863cb68515db4d0c0f6ae4 (commit) discards 5a37069b3d3b191678b0d9e4ba2bf9ad303d161f (commit) discards f57e33ec65801ebfb20d8dd87f8ac8fffc866332 (commit) discards 06e93abc03750dc2cde1d998d3f7f9991424563a (commit) discards c1cabd93afe1fab045fec5521bd2ea5c13b9a91f (commit) discards c7df75b5c3283d64ab1174b75370213f32fe28ce (commit) discards 28930a569469a708584ddf2680665dda70a02808 (commit) discards eefa2297e53cb8c5ade26ff54e604006dcf3adfd (commit) discards 8da248fe3f5d806b7a8a59ef30ae1c0641c1b8cf (commit) discards 95cd48181d1faec3c0343daad85037e89d6c3c5f (commit) discards 6e84b53ec4c747e4a9481d9d21b6665dda3549d2 (commit) discards 4ee5817e7b13574a6a775759dfc2774197ffcbc9 (commit) discards c86d1a0934b2cda12a91f82dc4f0c957850542ff (commit) discards 26c3511561a7efa22fe39fef749cc85e7a6fcfd3 (commit) discards edf8debeafe0044c8e4e834606f74097cc532962 (commit) discards 91b1ea7eec46f7fa2ac1ff1f89e7b2ca7b22449e (commit) discards 198320234c4ec9d6fc09ce736ee5236a976b4f69 (commit) discards faf52f24f8127f4e28bbdae3e673ae860aefa5d5 (commit) discards ea47d3b4be48989a5bb9797f7839f7f7db86b6bc (commit) discards 2a31e6a1127b21a7b1cbd1d8004128ac721664c9 (commit) discards 6af527864e055ba3afebd5bdafe080090b1eac87 (commit) discards 992430093d27b7fda255f13682bc99df415465a7 (commit) discards 320a6de5c7a4bacc4298dbb6e164a33b68940b85 (commit) discards e526a7423811748e6a9f2011c7d7ae11dcac6f96 (commit) discards 9f7115a4a2b1e3af8e11d4e6cd548e48639ee500 (commit) discards 8df8b32ab9528c79d352b60790008fcf4c9bd087 (commit) discards 3abc2b8e5483f105b2ae64ab2520e49098479f26 (commit) discards c3c103280296ee6c118c75a77924850cee18f485 (commit) discards 4026b4a469b36bdfd1c053ae668307a3e4dc44da (commit) discards 9f159c515cdc2180df8943a8a845f95afad00ff2 (commit) discards de7335bfd7dc503a104b21bb13b587a625bfb5f5 (commit) discards 8e4ad58a591e8c3f90a7b4b7d0626c5f4f8aacb6 (commit) discards 88d128560f1a0fa41ecb25abb0d06b63ffe698df (commit) discards f48178f3351ee07f3f6e9585bb8d0ca2b9592165 (commit) discards 205f42dd42396ff808dafa30d7ec367d46cb2fdb (commit) discards d86d744279b430250e4c1be176c011eb080ce08f (commit) discards d8e44ecbf18f823556f30eddc8a0adf907586e2c (commit) discards a5065de2a2a772f08b4eabfd7782870060175cfa (commit) discards e2bf9ffac45fa943104da6056caed3155ebfb637 (commit) discards 384dd43f9bef35b3fb755236cb811c4acf6cbbad (commit) discards 696da2bdca001d53e5cba955d89e8da978665775 (commit) discards 1019de3f369388320ae1c85b190740728d6df508 (commit) discards 98322fbf97b4f482f1fb2dd5e8fa74a5afe572ba (commit) discards 7404112be6f7c8a6f795354db96b8043e8b024c3 (commit) discards f8372124451871f6b9ceb1924a6fcfa3a30ab2ae (commit) discards 6993a4012820542b76385229b8d9d995e1838b3d (commit) discards 165a84b1239e0b365826145d55cc08562139f719 (commit) discards 28cbdcdb9a69dee4451bd909cac873f8c1de1b5a (commit) discards 7b3d9c5677735c02defa73b769c783ed5614207d (commit) discards 92a13c4c75282eb59c2724718cf9e9632321439f (commit) discards a87f2d4c885344510be669e2ecd69335cac653ee (commit) discards 6d46d7ffff282a48fc8d92ab09fc0bd7dfe59560 (commit) discards d6c5b1ba34ee2ef9ee5afc039cf6adc72541f166 (commit) discards a77eda41dc5783156af94e683dbeeac1b0239ee6 (commit) discards 8470f8b834fab37cb21832e73a8d00784fb730ba (commit) discards ea79926e32ce7ed1775dd840b0b0263e6ddfe837 (commit) discards 9547822015ddb38c2a9602efa37e9399af383a52 (commit) discards b639ab9f66490c0f45c7dd3fe02ed4dc71f1676f (commit) discards 6d6050e477df21ce19cb65ff6c97c1848b1acaf6 (commit) discards c8e04ff34a3ba52b9bb90f2b117c43cbbe828645 (commit) discards 38e138189ae84f14f9682458298f14dcec10cd7b (commit) discards 3b3c2f8eac0dcd7f62226a2178d17bcd63c3605b (commit) discards 371b503c73babe6d6aa8999855e2e08367a08908 (commit) discards c5d39f9cb350aa1f628e9fc7d3b731c06e168a3b (commit) discards 749187b73803cce6d0afb92fbc78f87882b87fd1 (commit) discards 75f403f64d8efafec14f95dc32bcc27271145b9a (commit) discards aeb4a5f1d54191ab64648585ead32e85380f4dc3 (commit) discards 54f2dbbda383e969053356a0b9f04e2b94a58472 (commit) discards b2b8e4261e8b30e37f6ebd794a7376e2d2f62789 (commit) discards fcacb5620a7bda2b0ec0681fb2b370f2a3d4efaf (commit) discards a4c27ff472d3cf46f3b824a26a14ae606f3164b1 (commit) discards 166bfddd57c181b386559a209703cfabd684e8cb (commit) discards 603efebb0540ef32ca44d42a3faa53dcbcf585ba (commit) discards 1f7b7fce397273340a6cdb9192e2dd729490efa2 (commit) discards 71452813eaaa46bd60f56d504ccb82ee39e606e4 (commit) discards 2097eb40c77e0387e63568a9529d77ce4457443d (commit) discards 27bca2c3e9a069272c54522e48dc9637ce9078bf (commit) discards 71b227f47b24c458b29a852e9fa1c3af67595212 (commit) discards f89f8d70532370d94e0e6d3bfc84857298a559c3 (commit) via 20e3ac70283aa347618d370b2ea84f772ea748f0 (commit) via eba177488e67c8bf3ce7ea0f61b3036ad4a33663 (commit) via 50b4d2522ac4730a254a5f7e42bdd4c3e1a4b4b5 (commit) via 9f0434ca25b055847e1dd02aafa976cae72b6de8 (commit) via e0a2b177e8935c8ded7ddba3c24db39750af7d49 (commit) via dfe4e6671a960a5d919f840999fa16cfee95700d (commit) via 7e7624cd5be3049b53d6e6735928281aa03bff68 (commit) via c692fc5e2eb62eb86c85847c79dedb4d87ad564c (commit) via d9e229b08871c6be76e97e7d7281a824c1bdb231 (commit) via 07415166b07602f2f2ab721e2b86bfd1c5eabcdd (commit) via 5f3e337c8d545e6b4fe968b196d0fcf8c9d75c89 (commit) via 8afc916e360a1ae739bb9df6913317eb3990a1ab (commit) via 22e0b7c35ebedde333b6fce0fc7f87ee34ff5368 (commit) via 35ce91de93be39ff074616264af26a2c155fa97e (commit) via 380c13c923463e648322ea57cca90fcf0caa3653 (commit) via fcdc026c8a6af3a4e77f417ea97cb15ada53bada (commit) via a5e8069cca887b28b91f2f2c328e5727bd5af48f (commit) via 158559bef88ec70a60128e3c83b41e44eacf223a (commit) via c2c7722a7e4bb35e1e3b8ef49dbf76eedd6d7fa2 (commit) via 2d0e537de9318974443fc12f4971b435c0fa47ad (commit) via 9e4957801f20a963fd01a1ec7ae134944c215bd3 (commit) via 5903193d88e72834fb121f88f17385c91a1dbf2b (commit) via 2548cd15aad47df310ac79bfc9388a59b683a29b (commit) via ba46c4048c245507fa8d5529478db9ec67a60cef (commit) via ea51bfd87535bd8f8a00db6d9777fff126ec2deb (commit) via a9370b6b65e3610d78cbf2b805220df923bc2cd5 (commit) via b50af47d4291abd656a28e31a704d19b3e4413eb (commit) via 99b0e0ed6c2e05879ef25937df02bc378bd75c79 (commit) via cfbf5fad3f4c77fb8693cce8906e2dd1265edece (commit) via fda5bb5e51a60ad168be5ba86db6b1fe15f7a6c9 (commit) via 0faacd6adfa5a0f95c4db27494ebd2795f93e59d (commit) via bbad400c22ec27cf56340e9a36e6c2d73d0906c3 (commit) via 7d7dc9d7dbaa304ceba5de97da66655a24910314 (commit) via 7a622ad7685e5caf70478baee253bd21b2e984ea (commit) via b2d42f600c7983af938446d7c89973f7bfa8913d (commit) via 9303f7711da05dd2da0ed0f82a7bf742f95c6cc9 (commit) via f9d6a998c03d3877e85f03ee6d73c30303dcee48 (commit) via 02932b1f53068defb2d7e2417e64f906f64a0863 (commit) via 0c2043fd5e01da32aad04d7dce17d461b9428ef3 (commit) via dff981e8a66f3722bf4ed000f51597b73cfc399c (commit) via 063c305204286906313f8576fe3cbc4a237d3768 (commit) via ffd5e33f1781ea5e7ccae2e7f19e55f8c5926381 (commit) via 6d1c073311150935c2839beab9f665791b536de4 (commit) via c26ced5d519d89b5d5f76b2751c8cd7ec1ce2e54 (commit) via b0c7cb556981a98e6ba24a17f82661bf83b973fe (commit) via a12c6aa033c9b85c0405074b3c96f140c7b4ef62 (commit) via 406d0f75ca86d29b53d8b1ad8992092f0d0343ca (commit) via fbd934be94acef01c5bd0d6f54e18735d3d23e07 (commit) via 5d80cbe481a0207675120194d0fedbd8744d9a0d (commit) via 616967036da9fb4cb0055b8d164599cf236ca1b6 (commit) via c0fa098a5cd6356f4db6fe4fd4ee944436ef3f52 (commit) via 3f7958f08b05d251ecbc88ac2988650308e23f3b (commit) via c8f00fa50d8b2d79160611625c651543f382d125 (commit) via f875e7843c00f30c8718a4f9cabd538c60e3eeef (commit) via 6d9e14d28cae9c5f619adc5b571674b6ed7db271 (commit) via b6db8d0efb3350f4ed24943366ccffdabdb392bf (commit) via 0dd4717063371d6938fbe3c10d9c216830b8ff5d (commit) via 56370f4d9b6b08f3a33a38f3ef8a630c32a1c1d6 (commit) via 2fe226a6da42d01bfdd7aefbe167a77313dc9760 (commit) via 9a9bd05b65fa22fadc498568fe2ebdb41febbd43 (commit) via 5c1f1bde495037d2305a6ec8474d1f8394f777b9 (commit) via f553693a66177cf9ebee6174c7bc8f2db1ed848d (commit) via e77b1837869e5482bab28d921b4a64574b19de69 (commit) via fec0a31f41b2996f5756835273c4e8d019bb924d (commit) via 611e83347fce7425a9d0cc564165b67819fa9823 (commit) via db1c1222c8eb93be665026c15253162193a24445 (commit) via 415c0223fb9527ebabdaf4b96e2d80ab2ed9127f (commit) via 5f7570a8d87edd5d82df49062ea5d412f5522ad4 (commit) via 2ee77ab28a462aa4fc09897c1800c0b2938e2e4b (commit) via 829c060b74f848d06e814c61b789c058f374026d (commit) via eea4c4d4ba1736f836a146ea66c43a155f0c3af9 (commit) via f4a2311dcceda23ffb23051df2b7c43e28bce1f1 (commit) via c93ac1700dc8ebae0b2ae9fffe9f43d8e8618e3f (commit) via 495518f4a9d5dbb63809ffbaa775e8d99330caee (commit) via 5030f8de1c7608186572c45448cf211f3ca318d2 (commit) via 36662e5345c96203487117baea35ec716e359af4 (commit) via c3b4858c8808400456a707204e55bbf0f7b16864 (commit) via 32e8ea9ecf88e03b0a74b7cf4503060eb0f8b6df (commit) via 25bd330172f8f818274e800197d5e38282db3a92 (commit) via f1d1e7147a32d63b748507a9fc40c71d6a030312 (commit) via 72f4da98ce606ffb5cf8c6e6a716fa675d5b8c48 (commit) via d81eaffbca389f6b1b1f580d8119cda0c303da44 (commit) via 00774fe702ce437e578021f3edf49cec305f7aa4 (commit) via c9fd1d8ba19aa39cfeffc73eeb8ca19c28c2095f (commit) via ca1cf50eb88540a229027433f26bc1246d93af09 (commit) via 0548ac6bbd64cd45cfe9f961a40a8ea0031646c0 (commit) via b8d11ed1c0ba2681786ca27d67f83d9875eff8f5 (commit) via f0773e14f861d4e26985c380865438fa34c34617 (commit) via 30116060a0a4a6556140e1a5382b0699971a120c (commit) via b87939de6f3026cb013394d5e80eae76f90ef974 (commit) via c80f56cc64e00cb7fce8c488dd65b9d8e02a8553 (commit) via e224a81f92ebc02dd5bcbba8069801ca1d2b7196 (commit) via 2ac47f62ae395902e03f5d7f60598ce937639a8d (commit) via 624e2bbb684531c02f549b381f7849b53a64172d (commit) via b8061adb9253611d09b63fd7f2d4229e893cc910 (commit) via 22f29e5b9f29ad1e877b42357b9f36e8f81cc402 (commit) via 84013beff1abd2142bbd2ef1e2b057eb24ef7815 (commit) via 8d1043a10fb85ffa0b20df35e511e1962fa93e10 (commit) via a1f9834fad92ed0ace715d4e676316a4aeec7338 (commit) via 0f1cfc198617ebb5b63fadb81c4daf94aa4c7b91 (commit) via dfe48fdecf5e953fa5c08053e8781d4daf6ad4a4 (commit) via af9a9b0b44323b4722e7ffbe478d91380f1d8056 (commit) via 87ef68eb33d463d8aad1511a272cbdb779f1ba19 (commit) via f926f45c4bb8d261cdbefec6aba65a167c6bbc92 (commit) via 194b4cb4fd2bc7c0ca71fad14a314a517f5d4415 (commit) via b4ecc1d43b147d7b42ba4822727b713ce5074794 (commit) via 6bbcfbb78c1024c8e32598ca068bd06c586aaac9 (commit) via 8136e4b9afcf554e129a2dda40c456d81d025bc5 (commit) via 7975ddf0ec2e59579331b5aa997e8057ae8d7cbc (commit) via 4579978983f5f816b1fdc5c6389633ab0b666d80 (commit) via 46edbc4162634bba5247f9c0b0915ea09917d15c (commit) via 686f4d6a8509088ebd42f63c971bfffa313ff405 (commit) via 424656e527df460656e46a0430f40c90edec7529 (commit) via 591e1d7daa6839c9a02714b7420206ca4542aafe (commit) via b748012d3186209c0f4c38ebb7113ce7c60e333b (commit) via 350f93e1e4de0bc0201518adeb58faefd0a16fe7 (commit) via 0c566a444b1cb479dce58df091d2ad5e32d21da0 (commit) via 5e5d94cd1b81e3ac0cd9b4423567d56394f15fac (commit) via d37981e8f7151c6a5733f52f3209372fe96d2e59 (commit) via b4cb83809226218db18d650aa9c8700370501d37 (commit) via 05adbdcb2eabaca8426356ade5ca24a1be6e96d2 (commit) via 87c00564805d9f55f168831cd52cf3f869d70637 (commit) via ae9beda1506ab06d898a4ec26bfd53d8fc211614 (commit) via 1b76a03cddcfb52c1ebd5a6f0d990128058a516c (commit) via 8c53c59bfb1bc16347a60d5e15113c70d289ac93 (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 (961766d743e2378d3e858ee0598b766c18f7000d) \ N -- N -- N (20e3ac70283aa347618d370b2ea84f772ea748f0) 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=20e3ac70283aa347618d370b2ea84f772ea748f0 commit 20e3ac70283aa347618d370b2ea84f772ea748f0 Author: Neels Hofmeyr Date: Sun Nov 6 23:37:02 2016 +0100 wip Change-Id: I9e824d9a57251f5144500765f9b7bfe7f02a16c4 http://cgit.osmocom.org/openbsc/commit/?id=eba177488e67c8bf3ce7ea0f61b3036ad4a33663 commit eba177488e67c8bf3ce7ea0f61b3036ad4a33663 Author: Neels Hofmeyr Date: Fri Oct 21 01:36:26 2016 +0200 mgcp hack: rtcp: pass back a sender report as well as a receiver report Change-Id: Ieaf5d70c9749f587a8a7feda2684d11b8967986e http://cgit.osmocom.org/openbsc/commit/?id=50b4d2522ac4730a254a5f7e42bdd4c3e1a4b4b5 commit 50b4d2522ac4730a254a5f7e42bdd4c3e1a4b4b5 Author: Neels Hofmeyr Date: Fri Oct 21 01:35:57 2016 +0200 mgcp hack: modify the ssrc id Change-Id: I443fc676071cc7ee8254777e4c74553b35341158 http://cgit.osmocom.org/openbsc/commit/?id=9f0434ca25b055847e1dd02aafa976cae72b6de8 commit 9f0434ca25b055847e1dd02aafa976cae72b6de8 Author: Neels Hofmeyr Date: Fri Oct 21 01:33:57 2016 +0200 mgcp hack: don't change payload type when passing RTP thru Change-Id: I9c43704a4c1e26d434c0d7e7ee370b2c21fb3399 http://cgit.osmocom.org/openbsc/commit/?id=e0a2b177e8935c8ded7ddba3c24db39750af7d49 commit e0a2b177e8935c8ded7ddba3c24db39750af7d49 Author: Neels Hofmeyr Date: Fri Oct 21 01:32:10 2016 +0200 mgcp: log payload type change Change-Id: Iee5fa667dece12174b1933345c1ed640a264ed97 http://cgit.osmocom.org/openbsc/commit/?id=dfe4e6671a960a5d919f840999fa16cfee95700d commit dfe4e6671a960a5d919f840999fa16cfee95700d Author: Neels Hofmeyr Date: Tue Oct 18 20:21:07 2016 +0200 mgcp debug logging Change-Id: I06a060244e91080680e88551e870f0058711921f http://cgit.osmocom.org/openbsc/commit/?id=7e7624cd5be3049b53d6e6735928281aa03bff68 commit 7e7624cd5be3049b53d6e6735928281aa03bff68 Author: Neels Hofmeyr Date: Tue Oct 18 20:20:51 2016 +0200 mgcp parsing, set port from mgcp response Change-Id: I90e2c1aa7575d5fa6e0374f5022cbb25fc3f7699 http://cgit.osmocom.org/openbsc/commit/?id=c692fc5e2eb62eb86c85847c79dedb4d87ad564c commit c692fc5e2eb62eb86c85847c79dedb4d87ad564c Author: Neels Hofmeyr Date: Tue Oct 18 18:38:59 2016 +0200 mgcp parsing, mgcp test Change-Id: Ibe2ab17b3fa3a506a2e841ba979ea4175e3a21e8 http://cgit.osmocom.org/openbsc/commit/?id=d9e229b08871c6be76e97e7d7281a824c1bdb231 commit d9e229b08871c6be76e97e7d7281a824c1bdb231 Author: Neels Hofmeyr Date: Fri Oct 14 17:56:17 2016 +0200 mgcp: handle responses from the MGCP GW Change-Id: I5c0493feaec775461b5a017c36b93cc2ad63c896 http://cgit.osmocom.org/openbsc/commit/?id=07415166b07602f2f2ab721e2b86bfd1c5eabcdd commit 07415166b07602f2f2ab721e2b86bfd1c5eabcdd Author: Neels Hofmeyr Date: Wed Oct 12 02:53:55 2016 +0200 IuPS: cosmetic: explicitly check RAN type; move comment Change-Id: I8375ba42dd47d7ccd9ce9290767d6f8653a23b94 http://cgit.osmocom.org/openbsc/commit/?id=5f3e337c8d545e6b4fe968b196d0fcf8c9d75c89 commit 5f3e337c8d545e6b4fe968b196d0fcf8c9d75c89 Author: Neels Hofmeyr Date: Wed Oct 12 01:39:25 2016 +0200 IuCS and IuPS: add VTY config for RAB Assignment address kind To accomodate the ip.access nano3G without having to recompile, make the RAB Assignment's Transport Layer Address IE's format configurable, in both osmo-cscn and osmo-sgsn. The long term perspective is to somehow detect which address encoding a given 3G cell prefers, but for the time being just configure it globally and set each ue_conn_ctx to the global setting upon creation. Add VTY command to iu_vty.c, with args passed to iu_vty_init() to insert at an arbitrary VTY node, so that it can be used both for osmo-cscn and osmo-sgsn. Add generic iu_vty_config_write() to write out the config. Call iu_vty_init() from cscn_vty_init(); cscn_vty_init() is in libmsc, hence linking of osmo-cscn now needs libiu to come after libmsc, so move that further down. Change-Id: I93728314742b327336f3fb6de98e6457f687e1f9 http://cgit.osmocom.org/openbsc/commit/?id=8afc916e360a1ae739bb9df6913317eb3990a1ab commit 8afc916e360a1ae739bb9df6913317eb3990a1ab Author: Neels Hofmeyr Date: Wed Oct 12 02:55:31 2016 +0200 IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctx The future perspective is to remember the preferred RAB Transport Layer Address encoding for each 3G cell that is connected, so store per UE conn instead of globally hardcoding. Add rab_assign_addr_enc member to ue_conn_ctx. Thus the iu_rab_act_cs() and iu_rab_act_ps() functions no longer need the explicit use_x213_nsap argument. Add include/openbsc/common.h in order to define the enum nsap_addr_enc, in a separate file to be able to easily include it in all of libmsc, libiu and gprs/* without creating include cycles. Set the rab_assign_addr_enc when an MM ctx is created for iu, and whenever the ue_conn_ctx for an Iu MM ctx is updated. This looks a bit clumsy so far, the hope is that there will be a nice way to setup the ue_conn_ctx prior to that. Change-Id: I49bb5736df7bdfdd55d3e7b74ee559595cfd2f7d http://cgit.osmocom.org/openbsc/commit/?id=22e0b7c35ebedde333b6fce0fc7f87ee34ff5368 commit 22e0b7c35ebedde333b6fce0fc7f87ee34ff5368 Author: Neels Hofmeyr Date: Wed Oct 12 03:30:48 2016 +0200 sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config It makes sense semantically, and prepares for an upcoming commit that uses the internal global config pointer in sgsn_vty_init(), which would not be defined yet without this. Change-Id: Ie4cf1c0a1c9e6330a134ff4b7b2e6d5699c12bd7 http://cgit.osmocom.org/openbsc/commit/?id=35ce91de93be39ff074616264af26a2c155fa97e commit 35ce91de93be39ff074616264af26a2c155fa97e Author: Neels Hofmeyr Date: Wed Oct 12 01:29:33 2016 +0200 iu: sort out confusion around asn_debug and asn1_xer_print Before, I confused asn_debug with asn1_xer_print. Have two distinct VTY commands and fix documentation. Put the asn_debug and asn1_xer_print implementations in iu.c. Since they are globally defined, don't pass a pointer to iu_vty_init() but just use it directly. Might be considered less clean, but is also less bloat. Change-Id: Iccbadfe1585ba224f74cdfb5273b5ce29b6d78f0 http://cgit.osmocom.org/openbsc/commit/?id=380c13c923463e648322ea57cca90fcf0caa3653 commit 380c13c923463e648322ea57cca90fcf0caa3653 Author: Neels Hofmeyr Date: Wed Oct 12 01:48:55 2016 +0200 iu.h: add missing includes and type defs So far it was included only in files that also include all needed headers, but make it so that it can be included on its own. Change-Id: I08a756031b995bd01a6e15c678b845fd98de960b http://cgit.osmocom.org/openbsc/commit/?id=fcdc026c8a6af3a4e77f417ea97cb15ada53bada commit fcdc026c8a6af3a4e77f417ea97cb15ada53bada Author: Neels Hofmeyr Date: Tue Oct 11 02:24:53 2016 +0200 IuCS: rapidly release connections Do the same as we do in 2G: release the connection as soon as nothing else is pending for a given subscriber. Before, osmo-cscn would wait for the UE "to get bored" and send an Iu release. But the CN should stay lean on connections. Also, 25.413[1] in section 7, 6th point states: "While the Iu release is managed from the CN, the RNC has the capability to request the release of all Iu connection resources from the corresponding Iu connection." So far we did not manage Iu release from osmo-cscn at all. Use the same mechanism we use in 2G: from msc_release_connection(), just before freeing the gsm_subscriber_conn, invoke a CN initiated Iu Release command to the UE. This works around OS#1816 ("USSD only works when IuCS is released", on nano3G), because the Iu conn is now released right after every signalling, so that typically no two requests will use the same conn. In iu.h/iu.c, add iu_tx_release(), absorbing almost all of the code from ranap_handle_co_iu_rel_req(). Add stub to db_test.c, necessary to build it without linking libiu. [1] 3GPP TS 25.413 v12.4.0 Release 12 / ETSI TS 125 413 V12.4.0 (2015-04) Related: OS#1816 Change-Id: Ic12bd6f3666f6fd42bd6d9fdae1c93abee3b6786 http://cgit.osmocom.org/openbsc/commit/?id=a5e8069cca887b28b91f2f2c328e5727bd5af48f commit a5e8069cca887b28b91f2f2c328e5727bd5af48f Author: Neels Hofmeyr Date: Tue Oct 11 00:50:05 2016 +0200 IuCS: don't remove Iu conn until release Don't remove the gsm_subscriber_connection without an Iu Release. From the 2G paradigm to close a subscriber connection as soon as nothing else is pending, osmo-cscn frequently calls msc_release_connection() to see whether a conn has anything pending, or discards it. In 3G however, we so far don't actively release IuCS connections from the MSC side, but wait until the IuCS is released from the UE side. So the conn is often discarded even though the IuCS stays open and valid, which confuses the situation: before the UE releases a bit later, we would try to page the subscriber unsuccessfully, because the UE expects to already be connected. To first fix the discrepancy of Iu vs. subscr release, never discard gsm_subscriber_connections when msc_release_connection() is called. This creates a "lazy" CN that keeps connections open as long as the UE will tolerate. It is really fast in sending many SMS in close succession, but is certainly a bad CN design choice: we should rather stay lean on connections. A subsequent commit will change this, but I decided to keep this commit as a reference, for when we'd like to test situations that should re-use an established connection. Change-Id: I012378cfa432d791146db387554ec1909de05297 http://cgit.osmocom.org/openbsc/commit/?id=158559bef88ec70a60128e3c83b41e44eacf223a commit 158559bef88ec70a60128e3c83b41e44eacf223a Author: Neels Hofmeyr Date: Tue Oct 11 01:05:22 2016 +0200 IuCS: detect whether a conn is already secure If a CM Service Request is received on an already secure IuCS connection, we so far didn't notice and started to authenticate again. The UE would readily renew its authentication, but then our state got stuck since ciphering was already established. Instead, don't authenticate again when integrity protection is already established. Change-Id: I3c01fe58276ba0ad918f2cd30cc3dca7c6663e68 http://cgit.osmocom.org/openbsc/commit/?id=c2c7722a7e4bb35e1e3b8ef49dbf76eedd6d7fa2 commit c2c7722a7e4bb35e1e3b8ef49dbf76eedd6d7fa2 Author: Neels Hofmeyr Date: Tue Sep 20 18:18:26 2016 +0200 mgcp dbg log Change-Id: I56fda48edaa92abfc6e3886cdfce733bb0686f73 http://cgit.osmocom.org/openbsc/commit/?id=2d0e537de9318974443fc12f4971b435c0fa47ad commit 2d0e537de9318974443fc12f4971b435c0fa47ad Author: Neels Hofmeyr 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=9e4957801f20a963fd01a1ec7ae134944c215bd3 commit 9e4957801f20a963fd01a1ec7ae134944c215bd3 Author: Neels Hofmeyr 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=5903193d88e72834fb121f88f17385c91a1dbf2b commit 5903193d88e72834fb121f88f17385c91a1dbf2b Author: Neels Hofmeyr Date: Thu Sep 22 20:28:35 2016 +0200 bridge calls via mgcpgw Change-Id: Ie259e30bc532fe9817c96562022ac33443d5747a http://cgit.osmocom.org/openbsc/commit/?id=2548cd15aad47df310ac79bfc9388a59b683a29b commit 2548cd15aad47df310ac79bfc9388a59b683a29b Author: Neels Hofmeyr 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=ba46c4048c245507fa8d5529478db9ec67a60cef commit ba46c4048c245507fa8d5529478db9ec67a60cef Author: Neels Hofmeyr 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=ea51bfd87535bd8f8a00db6d9777fff126ec2deb commit ea51bfd87535bd8f8a00db6d9777fff126ec2deb Author: Neels Hofmeyr 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=a9370b6b65e3610d78cbf2b805220df923bc2cd5 commit a9370b6b65e3610d78cbf2b805220df923bc2cd5 Author: Neels Hofmeyr 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. Rationale: 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. Add general VTY commands that can be used to configure mgcpgw_client. osmo-cscn is going to use this to route RTP streams (for 3G at first). Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135 http://cgit.osmocom.org/openbsc/commit/?id=b50af47d4291abd656a28e31a704d19b3e4413eb commit b50af47d4291abd656a28e31a704d19b3e4413eb Author: Neels Hofmeyr Date: Wed Sep 7 13:39:07 2016 +0200 libmgcp: add value strings for mgcp_connection_mode Add file mgcp_common.c to implement the value strings for the mgcp_connection_mode. Add in a separate file because of the upcoming mgcpgw_client.c implementation, introducing a file that contains implementations commonly used in MGCP GW as well as its clients. Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135 http://cgit.osmocom.org/openbsc/commit/?id=99b0e0ed6c2e05879ef25937df02bc378bd75c79 commit 99b0e0ed6c2e05879ef25937df02bc378bd75c79 Author: Neels Hofmeyr Date: Tue Sep 20 18:16:35 2016 +0200 libmgcp: move mgcp_connection_mode to public header mgcp_connection_mode will be used by the upcoming mgcpgw_client.h API. Change-Id: I7a3f8905723320d968f1a53c1036904107b4fb2d http://cgit.osmocom.org/openbsc/commit/?id=cfbf5fad3f4c77fb8693cce8906e2dd1265edece commit cfbf5fad3f4c77fb8693cce8906e2dd1265edece Author: Neels Hofmeyr 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=fda5bb5e51a60ad168be5ba86db6b1fe15f7a6c9 commit fda5bb5e51a60ad168be5ba86db6b1fe15f7a6c9 Author: Neels Hofmeyr 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=0faacd6adfa5a0f95c4db27494ebd2795f93e59d commit 0faacd6adfa5a0f95c4db27494ebd2795f93e59d Author: Neels Hofmeyr 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=bbad400c22ec27cf56340e9a36e6c2d73d0906c3 commit bbad400c22ec27cf56340e9a36e6c2d73d0906c3 Author: Harald Welte 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=7d7dc9d7dbaa304ceba5de97da66655a24910314 commit 7d7dc9d7dbaa304ceba5de97da66655a24910314 Author: Neels Hofmeyr 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=7a622ad7685e5caf70478baee253bd21b2e984ea commit 7a622ad7685e5caf70478baee253bd21b2e984ea Author: Neels Hofmeyr Date: Mon May 9 13:20:54 2016 +0200 cosmetic: make gsm0408_loc_upd_rej() static http://cgit.osmocom.org/openbsc/commit/?id=b2d42f600c7983af938446d7c89973f7bfa8913d commit b2d42f600c7983af938446d7c89973f7bfa8913d Author: Neels Hofmeyr 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=9303f7711da05dd2da0ed0f82a7bf742f95c6cc9 commit 9303f7711da05dd2da0ed0f82a7bf742f95c6cc9 Author: Neels Hofmeyr Date: Mon May 30 15:21:52 2016 +0200 remove handle_abisip_signal() Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41 http://cgit.osmocom.org/openbsc/commit/?id=f9d6a998c03d3877e85f03ee6d73c30303dcee48 commit f9d6a998c03d3877e85f03ee6d73c30303dcee48 Author: Neels Hofmeyr 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=02932b1f53068defb2d7e2417e64f906f64a0863 commit 02932b1f53068defb2d7e2417e64f906f64a0863 Author: Neels Hofmeyr 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=0c2043fd5e01da32aad04d7dce17d461b9428ef3 commit 0c2043fd5e01da32aad04d7dce17d461b9428ef3 Author: Neels Hofmeyr 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=dff981e8a66f3722bf4ed000f51597b73cfc399c commit dff981e8a66f3722bf4ed000f51597b73cfc399c Author: Neels Hofmeyr 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=063c305204286906313f8576fe3cbc4a237d3768 commit 063c305204286906313f8576fe3cbc4a237d3768 Author: Neels Hofmeyr Date: Tue May 10 13:26:47 2016 +0200 comment on mscsplit, indent comment http://cgit.osmocom.org/openbsc/commit/?id=ffd5e33f1781ea5e7ccae2e7f19e55f8c5926381 commit ffd5e33f1781ea5e7ccae2e7f19e55f8c5926381 Author: Neels Hofmeyr 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=6d1c073311150935c2839beab9f665791b536de4 commit 6d1c073311150935c2839beab9f665791b536de4 Author: Neels Hofmeyr 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=c26ced5d519d89b5d5f76b2751c8cd7ec1ce2e54 commit c26ced5d519d89b5d5f76b2751c8cd7ec1ce2e54 Author: Neels Hofmeyr 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=b0c7cb556981a98e6ba24a17f82661bf83b973fe commit b0c7cb556981a98e6ba24a17f82661bf83b973fe Author: Neels Hofmeyr 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=a12c6aa033c9b85c0405074b3c96f140c7b4ef62 commit a12c6aa033c9b85c0405074b3c96f140c7b4ef62 Author: Neels Hofmeyr 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=406d0f75ca86d29b53d8b1ad8992092f0d0343ca commit 406d0f75ca86d29b53d8b1ad8992092f0d0343ca Author: Neels Hofmeyr 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=fbd934be94acef01c5bd0d6f54e18735d3d23e07 commit fbd934be94acef01c5bd0d6f54e18735d3d23e07 Author: Neels Hofmeyr 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=5d80cbe481a0207675120194d0fedbd8744d9a0d commit 5d80cbe481a0207675120194d0fedbd8744d9a0d Author: Neels Hofmeyr 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=616967036da9fb4cb0055b8d164599cf236ca1b6 commit 616967036da9fb4cb0055b8d164599cf236ca1b6 Author: Neels Hofmeyr 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=c0fa098a5cd6356f4db6fe4fd4ee944436ef3f52 commit c0fa098a5cd6356f4db6fe4fd4ee944436ef3f52 Author: Neels Hofmeyr 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=3f7958f08b05d251ecbc88ac2988650308e23f3b commit 3f7958f08b05d251ecbc88ac2988650308e23f3b Author: Neels Hofmeyr 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=c8f00fa50d8b2d79160611625c651543f382d125 commit c8f00fa50d8b2d79160611625c651543f382d125 Author: Neels Hofmeyr Date: Fri Aug 12 16:11:25 2016 +0200 auth log Change-Id: Icd9f8505388a06ee768d2176cb2b9187953098ef http://cgit.osmocom.org/openbsc/commit/?id=f875e7843c00f30c8718a4f9cabd538c60e3eeef commit f875e7843c00f30c8718a4f9cabd538c60e3eeef Author: Neels Hofmeyr Date: Fri Aug 12 16:09:46 2016 +0200 iu auth wip Change-Id: Icc2522252cf15c54f1a1ea5255314a0de8bfba03 http://cgit.osmocom.org/openbsc/commit/?id=6d9e14d28cae9c5f619adc5b571674b6ed7db271 commit 6d9e14d28cae9c5f619adc5b571674b6ed7db271 Author: Neels Hofmeyr Date: Fri Aug 12 16:03:09 2016 +0200 Iu auth wip Change-Id: I44effcca80dc6850178174dc957bcd5608b0ae14 http://cgit.osmocom.org/openbsc/commit/?id=b6db8d0efb3350f4ed24943366ccffdabdb392bf commit b6db8d0efb3350f4ed24943366ccffdabdb392bf Author: Neels Hofmeyr 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=0dd4717063371d6938fbe3c10d9c216830b8ff5d commit 0dd4717063371d6938fbe3c10d9c216830b8ff5d Author: Neels Hofmeyr 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=56370f4d9b6b08f3a33a38f3ef8a630c32a1c1d6 commit 56370f4d9b6b08f3a33a38f3ef8a630c32a1c1d6 Author: Neels Hofmeyr 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=2fe226a6da42d01bfdd7aefbe167a77313dc9760 commit 2fe226a6da42d01bfdd7aefbe167a77313dc9760 Author: Neels Hofmeyr 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=9a9bd05b65fa22fadc498568fe2ebdb41febbd43 commit 9a9bd05b65fa22fadc498568fe2ebdb41febbd43 Author: Neels Hofmeyr Date: Mon May 30 14:57:14 2016 +0200 osmo-nitb becomes osmo-cscn Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b http://cgit.osmocom.org/openbsc/commit/?id=5c1f1bde495037d2305a6ec8474d1f8394f777b9 commit 5c1f1bde495037d2305a6ec8474d1f8394f777b9 Author: Neels Hofmeyr 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=f553693a66177cf9ebee6174c7bc8f2db1ed848d commit f553693a66177cf9ebee6174c7bc8f2db1ed848d Author: Neels Hofmeyr 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=e77b1837869e5482bab28d921b4a64574b19de69 commit e77b1837869e5482bab28d921b4a64574b19de69 Author: Neels Hofmeyr 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=fec0a31f41b2996f5756835273c4e8d019bb924d commit fec0a31f41b2996f5756835273c4e8d019bb924d Author: Neels Hofmeyr 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=611e83347fce7425a9d0cc564165b67819fa9823 commit 611e83347fce7425a9d0cc564165b67819fa9823 Author: Neels Hofmeyr 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=db1c1222c8eb93be665026c15253162193a24445 commit db1c1222c8eb93be665026c15253162193a24445 Author: Neels Hofmeyr 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=415c0223fb9527ebabdaf4b96e2d80ab2ed9127f commit 415c0223fb9527ebabdaf4b96e2d80ab2ed9127f Author: Neels Hofmeyr 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=5f7570a8d87edd5d82df49062ea5d412f5522ad4 commit 5f7570a8d87edd5d82df49062ea5d412f5522ad4 Author: Neels Hofmeyr 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=2ee77ab28a462aa4fc09897c1800c0b2938e2e4b commit 2ee77ab28a462aa4fc09897c1800c0b2938e2e4b Author: Neels Hofmeyr 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=829c060b74f848d06e814c61b789c058f374026d commit 829c060b74f848d06e814c61b789c058f374026d Author: Neels Hofmeyr Date: Mon May 30 14:56:06 2016 +0200 add iucs.[hc] Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b http://cgit.osmocom.org/openbsc/commit/?id=eea4c4d4ba1736f836a146ea66c43a155f0c3af9 commit eea4c4d4ba1736f836a146ea66c43a155f0c3af9 Author: Neels Hofmeyr Date: Fri May 20 21:59:55 2016 +0200 add DIUCS debug log constant Change-Id: Id347a3024fa495a1ab680db7320648d933a4018b http://cgit.osmocom.org/openbsc/commit/?id=f4a2311dcceda23ffb23051df2b7c43e28bce1f1 commit f4a2311dcceda23ffb23051df2b7c43e28bce1f1 Author: Neels Hofmeyr 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=c93ac1700dc8ebae0b2ae9fffe9f43d8e8618e3f commit c93ac1700dc8ebae0b2ae9fffe9f43d8e8618e3f Author: Neels Hofmeyr 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=495518f4a9d5dbb63809ffbaa775e8d99330caee commit 495518f4a9d5dbb63809ffbaa775e8d99330caee Author: Neels Hofmeyr 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=5030f8de1c7608186572c45448cf211f3ca318d2 commit 5030f8de1c7608186572c45448cf211f3ca318d2 Author: Neels Hofmeyr 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=36662e5345c96203487117baea35ec716e359af4 commit 36662e5345c96203487117baea35ec716e359af4 Author: Neels Hofmeyr 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=c3b4858c8808400456a707204e55bbf0f7b16864 commit c3b4858c8808400456a707204e55bbf0f7b16864 Author: Neels Hofmeyr 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=32e8ea9ecf88e03b0a74b7cf4503060eb0f8b6df commit 32e8ea9ecf88e03b0a74b7cf4503060eb0f8b6df Author: Neels Hofmeyr 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=25bd330172f8f818274e800197d5e38282db3a92 commit 25bd330172f8f818274e800197d5e38282db3a92 Author: Harald Welte 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=f1d1e7147a32d63b748507a9fc40c71d6a030312 commit f1d1e7147a32d63b748507a9fc40c71d6a030312 Author: Neels Hofmeyr 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=72f4da98ce606ffb5cf8c6e6a716fa675d5b8c48 commit 72f4da98ce606ffb5cf8c6e6a716fa675d5b8c48 Author: Neels Hofmeyr Date: Mon May 9 21:56:42 2016 +0200 osmo-nitb: exit when MNCC socket init failed Change-Id: Icef97bb5da9840b810fe6f4b4da6abd4baa66915 http://cgit.osmocom.org/openbsc/commit/?id=d81eaffbca389f6b1b1f580d8119cda0c303da44 commit d81eaffbca389f6b1b1f580d8119cda0c303da44 Author: Neels Hofmeyr 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=00774fe702ce437e578021f3edf49cec305f7aa4 commit 00774fe702ce437e578021f3edf49cec305f7aa4 Author: Neels Hofmeyr 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=c9fd1d8ba19aa39cfeffc73eeb8ca19c28c2095f commit c9fd1d8ba19aa39cfeffc73eeb8ca19c28c2095f Author: Neels Hofmeyr 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=ca1cf50eb88540a229027433f26bc1246d93af09 commit ca1cf50eb88540a229027433f26bc1246d93af09 Author: Neels Hofmeyr 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. Change-Id: I5e0ba0ecf1726ebd540800f4e98fdfc937c904ff http://cgit.osmocom.org/openbsc/commit/?id=0548ac6bbd64cd45cfe9f961a40a8ea0031646c0 commit 0548ac6bbd64cd45cfe9f961a40a8ea0031646c0 Author: Neels Hofmeyr 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. Change-Id: Ifb86698cd57a09f03b935b6d3fcea87eff4cd397 http://cgit.osmocom.org/openbsc/commit/?id=b8d11ed1c0ba2681786ca27d67f83d9875eff8f5 commit b8d11ed1c0ba2681786ca27d67f83d9875eff8f5 Author: Neels Hofmeyr 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=f0773e14f861d4e26985c380865438fa34c34617 commit f0773e14f861d4e26985c380865438fa34c34617 Author: Neels Hofmeyr 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=30116060a0a4a6556140e1a5382b0699971a120c commit 30116060a0a4a6556140e1a5382b0699971a120c Author: Neels Hofmeyr Date: Mon Oct 24 01:53:38 2016 +0200 global gsm_network: move allocation further up Now that bsc_network_alloc() is separate, move it to before the VTY init (a subsequent patch will pass the gsm_network instance as a parameter to vty_init()). bsc_hack.c: drop the comment that says about the VTY init: "This needs to precede handle_options()" -- it is not accurate. Actually move the handle_options() above both vty_init() and the bsc_network_alloc() calls, to be able to decide which mncc callback to pass to bsc_network_alloc. It would make sense to set this later on, but that would require further refactoring of the bsc_network_init() and gsm_network_init() signatures, so not in this patch. Change-Id: Ie6a7037e703b5a2d08ceeb20d35f197aaddc9d1b http://cgit.osmocom.org/openbsc/commit/?id=b87939de6f3026cb013394d5e80eae76f90ef974 commit b87939de6f3026cb013394d5e80eae76f90ef974 Author: Neels Hofmeyr Date: Wed May 11 14:12:00 2016 +0200 split bsc_bootstrap_network() in alloc and config For patch clarity, keep some code dup to be removed in a subsequent patch. In the same sense don't change the fact that mncc_sock_init()'s return value is ignored. The global gsm_network instance 'bsc_gsmnet' is basically only used by the VTY, and a future patch will "hide" that global in a vty .c file. In a nutshell, I want to - first allocate a gsm_network, - then initialize the VTY passing the gsm_network pointer, - and then read the config file using the initialized VTY. So far, bsc_bootstrap_network() allocates the gsm_network and reads the config file right away, which only works by sharing the extern bsc_gsmnet pointer, which I would like to uncouple. Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a http://cgit.osmocom.org/openbsc/commit/?id=c80f56cc64e00cb7fce8c488dd65b9d8e02a8553 commit c80f56cc64e00cb7fce8c488dd65b9d8e02a8553 Author: Neels Hofmeyr 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. Change-Id: I9073eba41a1cd3136ed7a9def6fe8aaf282eaa18 http://cgit.osmocom.org/openbsc/commit/?id=e224a81f92ebc02dd5bcbba8069801ca1d2b7196 commit e224a81f92ebc02dd5bcbba8069801ca1d2b7196 Author: Neels Hofmeyr 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=2ac47f62ae395902e03f5d7f60598ce937639a8d commit 2ac47f62ae395902e03f5d7f60598ce937639a8d Author: Neels Hofmeyr 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=624e2bbb684531c02f549b381f7849b53a64172d commit 624e2bbb684531c02f549b381f7849b53a64172d Author: Neels Hofmeyr Date: Tue May 10 12:50:31 2016 +0200 move to libxsc: factor out gen of USSD notify and release complete Both libmsc and libbsc will need distinct gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() functions, since there will be 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=b8061adb9253611d09b63fd7f2d4229e893cc910 commit b8061adb9253611d09b63fd7f2d4229e893cc910 Author: Neels Hofmeyr 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. Moving gsm48_create* to libxsc affects linking of osmo-bsc_nat, resulting in undefined references to gsm48_extract_mi() and gsm48_paging_extract_mi(); fix that by placing libfilter.a left of libbsc.a upon linker invocation. Change-Id: I212c2567b56191022b683674c1c4daf842839946 http://cgit.osmocom.org/openbsc/commit/?id=22f29e5b9f29ad1e877b42357b9f36e8f81cc402 commit 22f29e5b9f29ad1e877b42357b9f36e8f81cc402 Author: Neels Hofmeyr 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. Change-Id: If06316b97002390dc9a434686750cb96193ea63b http://cgit.osmocom.org/openbsc/commit/?id=84013beff1abd2142bbd2ef1e2b057eb24ef7815 commit 84013beff1abd2142bbd2ef1e2b057eb24ef7815 Author: Neels Hofmeyr 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=8d1043a10fb85ffa0b20df35e511e1962fa93e10 commit 8d1043a10fb85ffa0b20df35e511e1962fa93e10 Author: Neels Hofmeyr 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=a1f9834fad92ed0ace715d4e676316a4aeec7338 commit a1f9834fad92ed0ace715d4e676316a4aeec7338 Author: Neels Hofmeyr 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=0f1cfc198617ebb5b63fadb81c4daf94aa4c7b91 commit 0f1cfc198617ebb5b63fadb81c4daf94aa4c7b91 Author: Neels Hofmeyr Date: Tue May 10 12:50:31 2016 +0200 Add empty libxsc This will gradually soak up code shared by libbsc and libmsc. Change-Id: If34e2bd38a099d0799238337468d56e0305ab8ae ----------------------------------------------------------------------- Summary of changes: openbsc/.gitignore | 1 + openbsc/configure.ac | 1 + openbsc/include/openbsc/Makefile.am | 1 + openbsc/include/openbsc/abis_om2000.h | 12 +- .../{misdn.h => bts_ipaccess_nanobts_omlattr.h} | 23 +- openbsc/include/openbsc/gsm_data.h | 10 + openbsc/include/openbsc/gsm_data_shared.h | 42 + openbsc/src/gprs/gprs_sndcp_comp.c | 2 +- openbsc/src/gprs/gprs_sndcp_pcomp.c | 1 + openbsc/src/gprs/gprs_sndcp_xid.c | 25 +- openbsc/src/gprs/sgsn_libgtp.c | 15 +- openbsc/src/libbsc/Makefile.am | 1 + openbsc/src/libbsc/abis_om2000.c | 1492 +++++++++++++++++--- openbsc/src/libbsc/abis_om2000_vty.c | 12 + openbsc/src/libbsc/abis_rsl.c | 65 +- openbsc/src/libbsc/bsc_api.c | 14 +- openbsc/src/libbsc/bsc_vty.c | 56 +- openbsc/src/libbsc/bts_ericsson_rbs2000.c | 127 +- openbsc/src/libbsc/bts_ipaccess_nanobts.c | 240 +--- openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c | 232 +++ openbsc/src/libcommon/talloc_ctx.c | 1 + openbsc/src/libmgcp/mgcp_network.c | 6 + openbsc/src/libmsc/gsm_04_08.c | 4 +- openbsc/src/libmsc/mncc_builtin.c | 2 + openbsc/src/libmsc/msc_ifaces.c | 2 +- openbsc/src/osmo-bsc_nat/bsc_nat_utils.c | 2 +- openbsc/src/osmo-cscn/cscn_main.c | 33 +- openbsc/src/osmo-cscn/iucs_ranap.h | 1 - openbsc/src/utils/bs11_config.c | 4 +- openbsc/tests/Makefile.am | 1 + .../tests/{gsm0408 => nanobts_omlattr}/Makefile.am | 12 +- .../tests/nanobts_omlattr/nanobts_omlattr_test.c | 284 ++++ .../tests/nanobts_omlattr/nanobts_omlattr_test.ok | 26 + openbsc/tests/slhc/slhc_test.c | 2 + openbsc/tests/testsuite.at | 6 + openbsc/tests/v42bis/v42bis_test.c | 1 + 36 files changed, 2141 insertions(+), 618 deletions(-) copy openbsc/include/openbsc/{misdn.h => bts_ipaccess_nanobts_omlattr.h} (57%) create mode 100644 openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c copy openbsc/tests/{gsm0408 => nanobts_omlattr}/Makefile.am (71%) create mode 100644 openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c create mode 100644 openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.ok hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sat Nov 12 15:29:52 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 12 Nov 2016 15:29:52 GMT Subject: openbsc.git branch sysmocom/iu updated. 0.15.0-617-g7e7624c Message-ID: <201611121529.uACFTq4s077206@git.osmocom.org> 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, sysmocom/iu has been updated discards 79acc9757368ebb9f4bf0cf42f88bfb5a5786f5d (commit) discards 5800914777d3df6ac2dbad78f0e0c5212731604d (commit) discards 62c903dfbccde4c3d049df3edcae71745ccb5ce5 (commit) discards 634c5227fb3c8d0eca1352749d870b811bc220ac (commit) discards 4b8e88c0542697fa1e9232d143db114d24175c70 (commit) discards 932a66b7793fb9dc9cac9781d9d32cbea4359112 (commit) discards 83b9f6919007278e61ef94499e1ec9c01d4417d8 (commit) discards d57acf7e48b46ba603f33b064d6b3dac8a26f4a3 (commit) discards cae0a96d2140c328453d0daae307ae39fbc3c2c4 (commit) discards 69d99e015212a3fee110c8dd456336b0cf316c61 (commit) discards 6fd1c5b303b1ef204a071ea3a7d217184b1c765d (commit) discards ec9e1eeec5bd073d7a553530adf01b57bc059432 (commit) discards dd7ea64af6b5ee433161c33e5cf7072c26c768ff (commit) discards f1a215bc191ba8eaaf37f3f75b51a881e602c403 (commit) discards 6c9c15a003ecc947ff0dbce57240a4b4ce6c1466 (commit) discards e396d9e1293edbdbf1db9941e1418d4c93aa7bd9 (commit) discards 682097da099945998a5974a9f9b1f4c4b8cb88c3 (commit) discards 2ae762c87d1e71e726863cb68515db4d0c0f6ae4 (commit) discards 5a37069b3d3b191678b0d9e4ba2bf9ad303d161f (commit) discards f57e33ec65801ebfb20d8dd87f8ac8fffc866332 (commit) discards 06e93abc03750dc2cde1d998d3f7f9991424563a (commit) discards c1cabd93afe1fab045fec5521bd2ea5c13b9a91f (commit) discards c7df75b5c3283d64ab1174b75370213f32fe28ce (commit) discards 28930a569469a708584ddf2680665dda70a02808 (commit) discards eefa2297e53cb8c5ade26ff54e604006dcf3adfd (commit) discards 8da248fe3f5d806b7a8a59ef30ae1c0641c1b8cf (commit) discards 95cd48181d1faec3c0343daad85037e89d6c3c5f (commit) discards 6e84b53ec4c747e4a9481d9d21b6665dda3549d2 (commit) discards 4ee5817e7b13574a6a775759dfc2774197ffcbc9 (commit) discards c86d1a0934b2cda12a91f82dc4f0c957850542ff (commit) discards 26c3511561a7efa22fe39fef749cc85e7a6fcfd3 (commit) discards edf8debeafe0044c8e4e834606f74097cc532962 (commit) discards 91b1ea7eec46f7fa2ac1ff1f89e7b2ca7b22449e (commit) discards 198320234c4ec9d6fc09ce736ee5236a976b4f69 (commit) discards faf52f24f8127f4e28bbdae3e673ae860aefa5d5 (commit) discards ea47d3b4be48989a5bb9797f7839f7f7db86b6bc (commit) discards 2a31e6a1127b21a7b1cbd1d8004128ac721664c9 (commit) discards 6af527864e055ba3afebd5bdafe080090b1eac87 (commit) discards 992430093d27b7fda255f13682bc99df415465a7 (commit) discards 320a6de5c7a4bacc4298dbb6e164a33b68940b85 (commit) discards e526a7423811748e6a9f2011c7d7ae11dcac6f96 (commit) discards 9f7115a4a2b1e3af8e11d4e6cd548e48639ee500 (commit) discards 8df8b32ab9528c79d352b60790008fcf4c9bd087 (commit) discards 3abc2b8e5483f105b2ae64ab2520e49098479f26 (commit) discards c3c103280296ee6c118c75a77924850cee18f485 (commit) discards 4026b4a469b36bdfd1c053ae668307a3e4dc44da (commit) discards 9f159c515cdc2180df8943a8a845f95afad00ff2 (commit) discards de7335bfd7dc503a104b21bb13b587a625bfb5f5 (commit) discards 8e4ad58a591e8c3f90a7b4b7d0626c5f4f8aacb6 (commit) discards 88d128560f1a0fa41ecb25abb0d06b63ffe698df (commit) discards f48178f3351ee07f3f6e9585bb8d0ca2b9592165 (commit) discards 205f42dd42396ff808dafa30d7ec367d46cb2fdb (commit) discards d86d744279b430250e4c1be176c011eb080ce08f (commit) discards d8e44ecbf18f823556f30eddc8a0adf907586e2c (commit) discards a5065de2a2a772f08b4eabfd7782870060175cfa (commit) discards e2bf9ffac45fa943104da6056caed3155ebfb637 (commit) discards 384dd43f9bef35b3fb755236cb811c4acf6cbbad (commit) discards 696da2bdca001d53e5cba955d89e8da978665775 (commit) discards 1019de3f369388320ae1c85b190740728d6df508 (commit) discards 98322fbf97b4f482f1fb2dd5e8fa74a5afe572ba (commit) discards 7404112be6f7c8a6f795354db96b8043e8b024c3 (commit) discards f8372124451871f6b9ceb1924a6fcfa3a30ab2ae (commit) discards 6993a4012820542b76385229b8d9d995e1838b3d (commit) discards 165a84b1239e0b365826145d55cc08562139f719 (commit) discards 28cbdcdb9a69dee4451bd909cac873f8c1de1b5a (commit) discards 7b3d9c5677735c02defa73b769c783ed5614207d (commit) discards 92a13c4c75282eb59c2724718cf9e9632321439f (commit) discards a87f2d4c885344510be669e2ecd69335cac653ee (commit) discards 6d46d7ffff282a48fc8d92ab09fc0bd7dfe59560 (commit) discards d6c5b1ba34ee2ef9ee5afc039cf6adc72541f166 (commit) discards a77eda41dc5783156af94e683dbeeac1b0239ee6 (commit) discards 8470f8b834fab37cb21832e73a8d00784fb730ba (commit) discards ea79926e32ce7ed1775dd840b0b0263e6ddfe837 (commit) discards 9547822015ddb38c2a9602efa37e9399af383a52 (commit) discards b639ab9f66490c0f45c7dd3fe02ed4dc71f1676f (commit) discards 6d6050e477df21ce19cb65ff6c97c1848b1acaf6 (commit) discards c8e04ff34a3ba52b9bb90f2b117c43cbbe828645 (commit) discards 38e138189ae84f14f9682458298f14dcec10cd7b (commit) discards 3b3c2f8eac0dcd7f62226a2178d17bcd63c3605b (commit) discards 371b503c73babe6d6aa8999855e2e08367a08908 (commit) discards c5d39f9cb350aa1f628e9fc7d3b731c06e168a3b (commit) discards 749187b73803cce6d0afb92fbc78f87882b87fd1 (commit) discards 75f403f64d8efafec14f95dc32bcc27271145b9a (commit) discards aeb4a5f1d54191ab64648585ead32e85380f4dc3 (commit) discards 54f2dbbda383e969053356a0b9f04e2b94a58472 (commit) discards b2b8e4261e8b30e37f6ebd794a7376e2d2f62789 (commit) discards fcacb5620a7bda2b0ec0681fb2b370f2a3d4efaf (commit) discards a4c27ff472d3cf46f3b824a26a14ae606f3164b1 (commit) discards 166bfddd57c181b386559a209703cfabd684e8cb (commit) discards 603efebb0540ef32ca44d42a3faa53dcbcf585ba (commit) discards 1f7b7fce397273340a6cdb9192e2dd729490efa2 (commit) discards 71452813eaaa46bd60f56d504ccb82ee39e606e4 (commit) discards 2097eb40c77e0387e63568a9529d77ce4457443d (commit) discards 27bca2c3e9a069272c54522e48dc9637ce9078bf (commit) discards 71b227f47b24c458b29a852e9fa1c3af67595212 (commit) discards f89f8d70532370d94e0e6d3bfc84857298a559c3 (commit) via 7e7624cd5be3049b53d6e6735928281aa03bff68 (commit) via c692fc5e2eb62eb86c85847c79dedb4d87ad564c (commit) via d9e229b08871c6be76e97e7d7281a824c1bdb231 (commit) via 07415166b07602f2f2ab721e2b86bfd1c5eabcdd (commit) via 5f3e337c8d545e6b4fe968b196d0fcf8c9d75c89 (commit) via 8afc916e360a1ae739bb9df6913317eb3990a1ab (commit) via 22e0b7c35ebedde333b6fce0fc7f87ee34ff5368 (commit) via 35ce91de93be39ff074616264af26a2c155fa97e (commit) via 380c13c923463e648322ea57cca90fcf0caa3653 (commit) via fcdc026c8a6af3a4e77f417ea97cb15ada53bada (commit) via a5e8069cca887b28b91f2f2c328e5727bd5af48f (commit) via 158559bef88ec70a60128e3c83b41e44eacf223a (commit) via c2c7722a7e4bb35e1e3b8ef49dbf76eedd6d7fa2 (commit) via 2d0e537de9318974443fc12f4971b435c0fa47ad (commit) via 9e4957801f20a963fd01a1ec7ae134944c215bd3 (commit) via 5903193d88e72834fb121f88f17385c91a1dbf2b (commit) via 2548cd15aad47df310ac79bfc9388a59b683a29b (commit) via ba46c4048c245507fa8d5529478db9ec67a60cef (commit) via ea51bfd87535bd8f8a00db6d9777fff126ec2deb (commit) via a9370b6b65e3610d78cbf2b805220df923bc2cd5 (commit) via b50af47d4291abd656a28e31a704d19b3e4413eb (commit) via 99b0e0ed6c2e05879ef25937df02bc378bd75c79 (commit) via cfbf5fad3f4c77fb8693cce8906e2dd1265edece (commit) via fda5bb5e51a60ad168be5ba86db6b1fe15f7a6c9 (commit) via 0faacd6adfa5a0f95c4db27494ebd2795f93e59d (commit) via bbad400c22ec27cf56340e9a36e6c2d73d0906c3 (commit) via 7d7dc9d7dbaa304ceba5de97da66655a24910314 (commit) via 7a622ad7685e5caf70478baee253bd21b2e984ea (commit) via b2d42f600c7983af938446d7c89973f7bfa8913d (commit) via 9303f7711da05dd2da0ed0f82a7bf742f95c6cc9 (commit) via f9d6a998c03d3877e85f03ee6d73c30303dcee48 (commit) via 02932b1f53068defb2d7e2417e64f906f64a0863 (commit) via 0c2043fd5e01da32aad04d7dce17d461b9428ef3 (commit) via dff981e8a66f3722bf4ed000f51597b73cfc399c (commit) via 063c305204286906313f8576fe3cbc4a237d3768 (commit) via ffd5e33f1781ea5e7ccae2e7f19e55f8c5926381 (commit) via 6d1c073311150935c2839beab9f665791b536de4 (commit) via c26ced5d519d89b5d5f76b2751c8cd7ec1ce2e54 (commit) via b0c7cb556981a98e6ba24a17f82661bf83b973fe (commit) via a12c6aa033c9b85c0405074b3c96f140c7b4ef62 (commit) via 406d0f75ca86d29b53d8b1ad8992092f0d0343ca (commit) via fbd934be94acef01c5bd0d6f54e18735d3d23e07 (commit) via 5d80cbe481a0207675120194d0fedbd8744d9a0d (commit) via 616967036da9fb4cb0055b8d164599cf236ca1b6 (commit) via c0fa098a5cd6356f4db6fe4fd4ee944436ef3f52 (commit) via 3f7958f08b05d251ecbc88ac2988650308e23f3b (commit) via c8f00fa50d8b2d79160611625c651543f382d125 (commit) via f875e7843c00f30c8718a4f9cabd538c60e3eeef (commit) via 6d9e14d28cae9c5f619adc5b571674b6ed7db271 (commit) via b6db8d0efb3350f4ed24943366ccffdabdb392bf (commit) via 0dd4717063371d6938fbe3c10d9c216830b8ff5d (commit) via 56370f4d9b6b08f3a33a38f3ef8a630c32a1c1d6 (commit) via 2fe226a6da42d01bfdd7aefbe167a77313dc9760 (commit) via 9a9bd05b65fa22fadc498568fe2ebdb41febbd43 (commit) via 5c1f1bde495037d2305a6ec8474d1f8394f777b9 (commit) via f553693a66177cf9ebee6174c7bc8f2db1ed848d (commit) via e77b1837869e5482bab28d921b4a64574b19de69 (commit) via fec0a31f41b2996f5756835273c4e8d019bb924d (commit) via 611e83347fce7425a9d0cc564165b67819fa9823 (commit) via db1c1222c8eb93be665026c15253162193a24445 (commit) via 415c0223fb9527ebabdaf4b96e2d80ab2ed9127f (commit) via 5f7570a8d87edd5d82df49062ea5d412f5522ad4 (commit) via 2ee77ab28a462aa4fc09897c1800c0b2938e2e4b (commit) via 829c060b74f848d06e814c61b789c058f374026d (commit) via eea4c4d4ba1736f836a146ea66c43a155f0c3af9 (commit) via f4a2311dcceda23ffb23051df2b7c43e28bce1f1 (commit) via c93ac1700dc8ebae0b2ae9fffe9f43d8e8618e3f (commit) via 495518f4a9d5dbb63809ffbaa775e8d99330caee (commit) via 5030f8de1c7608186572c45448cf211f3ca318d2 (commit) via 36662e5345c96203487117baea35ec716e359af4 (commit) via c3b4858c8808400456a707204e55bbf0f7b16864 (commit) via 32e8ea9ecf88e03b0a74b7cf4503060eb0f8b6df (commit) via 25bd330172f8f818274e800197d5e38282db3a92 (commit) via f1d1e7147a32d63b748507a9fc40c71d6a030312 (commit) via 72f4da98ce606ffb5cf8c6e6a716fa675d5b8c48 (commit) via d81eaffbca389f6b1b1f580d8119cda0c303da44 (commit) via 00774fe702ce437e578021f3edf49cec305f7aa4 (commit) via c9fd1d8ba19aa39cfeffc73eeb8ca19c28c2095f (commit) via ca1cf50eb88540a229027433f26bc1246d93af09 (commit) via 0548ac6bbd64cd45cfe9f961a40a8ea0031646c0 (commit) via b8d11ed1c0ba2681786ca27d67f83d9875eff8f5 (commit) via f0773e14f861d4e26985c380865438fa34c34617 (commit) via 30116060a0a4a6556140e1a5382b0699971a120c (commit) via b87939de6f3026cb013394d5e80eae76f90ef974 (commit) via c80f56cc64e00cb7fce8c488dd65b9d8e02a8553 (commit) via e224a81f92ebc02dd5bcbba8069801ca1d2b7196 (commit) via 2ac47f62ae395902e03f5d7f60598ce937639a8d (commit) via 624e2bbb684531c02f549b381f7849b53a64172d (commit) via b8061adb9253611d09b63fd7f2d4229e893cc910 (commit) via 22f29e5b9f29ad1e877b42357b9f36e8f81cc402 (commit) via 84013beff1abd2142bbd2ef1e2b057eb24ef7815 (commit) via 8d1043a10fb85ffa0b20df35e511e1962fa93e10 (commit) via a1f9834fad92ed0ace715d4e676316a4aeec7338 (commit) via 0f1cfc198617ebb5b63fadb81c4daf94aa4c7b91 (commit) via dfe48fdecf5e953fa5c08053e8781d4daf6ad4a4 (commit) via af9a9b0b44323b4722e7ffbe478d91380f1d8056 (commit) via 87ef68eb33d463d8aad1511a272cbdb779f1ba19 (commit) via f926f45c4bb8d261cdbefec6aba65a167c6bbc92 (commit) via 194b4cb4fd2bc7c0ca71fad14a314a517f5d4415 (commit) via b4ecc1d43b147d7b42ba4822727b713ce5074794 (commit) via 6bbcfbb78c1024c8e32598ca068bd06c586aaac9 (commit) via 8136e4b9afcf554e129a2dda40c456d81d025bc5 (commit) via 7975ddf0ec2e59579331b5aa997e8057ae8d7cbc (commit) via 4579978983f5f816b1fdc5c6389633ab0b666d80 (commit) via 46edbc4162634bba5247f9c0b0915ea09917d15c (commit) via 686f4d6a8509088ebd42f63c971bfffa313ff405 (commit) via 424656e527df460656e46a0430f40c90edec7529 (commit) via 591e1d7daa6839c9a02714b7420206ca4542aafe (commit) via b748012d3186209c0f4c38ebb7113ce7c60e333b (commit) via 350f93e1e4de0bc0201518adeb58faefd0a16fe7 (commit) via 0c566a444b1cb479dce58df091d2ad5e32d21da0 (commit) via 5e5d94cd1b81e3ac0cd9b4423567d56394f15fac (commit) via d37981e8f7151c6a5733f52f3209372fe96d2e59 (commit) via b4cb83809226218db18d650aa9c8700370501d37 (commit) via 05adbdcb2eabaca8426356ade5ca24a1be6e96d2 (commit) via 87c00564805d9f55f168831cd52cf3f869d70637 (commit) via ae9beda1506ab06d898a4ec26bfd53d8fc211614 (commit) via 1b76a03cddcfb52c1ebd5a6f0d990128058a516c (commit) via 8c53c59bfb1bc16347a60d5e15113c70d289ac93 (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 (79acc9757368ebb9f4bf0cf42f88bfb5a5786f5d) \ N -- N -- N (7e7624cd5be3049b53d6e6735928281aa03bff68) 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: openbsc/.gitignore | 1 + openbsc/configure.ac | 1 + openbsc/include/openbsc/Makefile.am | 1 + openbsc/include/openbsc/abis_om2000.h | 12 +- .../{misdn.h => bts_ipaccess_nanobts_omlattr.h} | 23 +- openbsc/include/openbsc/gsm_data.h | 10 + openbsc/include/openbsc/gsm_data_shared.h | 42 + openbsc/src/gprs/gprs_sndcp_comp.c | 2 +- openbsc/src/gprs/gprs_sndcp_pcomp.c | 1 + openbsc/src/gprs/gprs_sndcp_xid.c | 25 +- openbsc/src/gprs/sgsn_libgtp.c | 15 +- openbsc/src/libbsc/Makefile.am | 1 + openbsc/src/libbsc/abis_om2000.c | 1492 +++++++++++++++++--- openbsc/src/libbsc/abis_om2000_vty.c | 12 + openbsc/src/libbsc/abis_rsl.c | 65 +- openbsc/src/libbsc/bsc_api.c | 14 +- openbsc/src/libbsc/bsc_vty.c | 56 +- openbsc/src/libbsc/bts_ericsson_rbs2000.c | 127 +- openbsc/src/libbsc/bts_ipaccess_nanobts.c | 240 +--- openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c | 232 +++ openbsc/src/libcommon/talloc_ctx.c | 1 + openbsc/src/libmsc/gsm_04_08.c | 4 +- openbsc/src/libmsc/mncc_builtin.c | 2 + openbsc/src/osmo-bsc_nat/bsc_nat_utils.c | 2 +- openbsc/src/osmo-cscn/cscn_main.c | 33 +- openbsc/src/osmo-cscn/iucs_ranap.h | 1 - openbsc/src/utils/bs11_config.c | 4 +- openbsc/tests/Makefile.am | 1 + .../tests/{gsm0408 => nanobts_omlattr}/Makefile.am | 12 +- .../tests/nanobts_omlattr/nanobts_omlattr_test.c | 284 ++++ .../tests/nanobts_omlattr/nanobts_omlattr_test.ok | 26 + openbsc/tests/slhc/slhc_test.c | 2 + openbsc/tests/testsuite.at | 6 + openbsc/tests/v42bis/v42bis_test.c | 1 + 34 files changed, 2134 insertions(+), 617 deletions(-) copy openbsc/include/openbsc/{misdn.h => bts_ipaccess_nanobts_omlattr.h} (57%) create mode 100644 openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c copy openbsc/tests/{gsm0408 => nanobts_omlattr}/Makefile.am (71%) create mode 100644 openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c create mode 100644 openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.ok hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sat Nov 12 15:30:42 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 12 Nov 2016 15:30:42 GMT Subject: openbsc.git branch neels/iu_before_libxsc_rename created. 0.15.0-617-g7e7624c Message-ID: <201611121530.uACFUg9r077657@git.osmocom.org> 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/iu_before_libxsc_rename has been created at 7e7624cd5be3049b53d6e6735928281aa03bff68 (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sun Nov 13 00:03:55 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 13 Nov 2016 00:03:55 GMT Subject: openbsc.git branch sysmocom/iu updated. 0.15.0-616-gdd06593 Message-ID: <201611130003.uAD03tlV084956@git.osmocom.org> 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, sysmocom/iu has been updated discards 7e7624cd5be3049b53d6e6735928281aa03bff68 (commit) discards c692fc5e2eb62eb86c85847c79dedb4d87ad564c (commit) discards d9e229b08871c6be76e97e7d7281a824c1bdb231 (commit) discards 07415166b07602f2f2ab721e2b86bfd1c5eabcdd (commit) discards 5f3e337c8d545e6b4fe968b196d0fcf8c9d75c89 (commit) discards 8afc916e360a1ae739bb9df6913317eb3990a1ab (commit) discards 22e0b7c35ebedde333b6fce0fc7f87ee34ff5368 (commit) discards 35ce91de93be39ff074616264af26a2c155fa97e (commit) discards 380c13c923463e648322ea57cca90fcf0caa3653 (commit) discards fcdc026c8a6af3a4e77f417ea97cb15ada53bada (commit) discards a5e8069cca887b28b91f2f2c328e5727bd5af48f (commit) discards 158559bef88ec70a60128e3c83b41e44eacf223a (commit) discards c2c7722a7e4bb35e1e3b8ef49dbf76eedd6d7fa2 (commit) discards 2d0e537de9318974443fc12f4971b435c0fa47ad (commit) discards 9e4957801f20a963fd01a1ec7ae134944c215bd3 (commit) discards 5903193d88e72834fb121f88f17385c91a1dbf2b (commit) discards 2548cd15aad47df310ac79bfc9388a59b683a29b (commit) discards ba46c4048c245507fa8d5529478db9ec67a60cef (commit) discards ea51bfd87535bd8f8a00db6d9777fff126ec2deb (commit) discards a9370b6b65e3610d78cbf2b805220df923bc2cd5 (commit) discards b50af47d4291abd656a28e31a704d19b3e4413eb (commit) discards 99b0e0ed6c2e05879ef25937df02bc378bd75c79 (commit) discards cfbf5fad3f4c77fb8693cce8906e2dd1265edece (commit) discards fda5bb5e51a60ad168be5ba86db6b1fe15f7a6c9 (commit) discards 0faacd6adfa5a0f95c4db27494ebd2795f93e59d (commit) discards bbad400c22ec27cf56340e9a36e6c2d73d0906c3 (commit) discards 7d7dc9d7dbaa304ceba5de97da66655a24910314 (commit) discards 7a622ad7685e5caf70478baee253bd21b2e984ea (commit) discards b2d42f600c7983af938446d7c89973f7bfa8913d (commit) discards 9303f7711da05dd2da0ed0f82a7bf742f95c6cc9 (commit) discards f9d6a998c03d3877e85f03ee6d73c30303dcee48 (commit) discards 02932b1f53068defb2d7e2417e64f906f64a0863 (commit) discards 0c2043fd5e01da32aad04d7dce17d461b9428ef3 (commit) discards dff981e8a66f3722bf4ed000f51597b73cfc399c (commit) discards 063c305204286906313f8576fe3cbc4a237d3768 (commit) discards ffd5e33f1781ea5e7ccae2e7f19e55f8c5926381 (commit) discards 6d1c073311150935c2839beab9f665791b536de4 (commit) discards c26ced5d519d89b5d5f76b2751c8cd7ec1ce2e54 (commit) discards b0c7cb556981a98e6ba24a17f82661bf83b973fe (commit) discards a12c6aa033c9b85c0405074b3c96f140c7b4ef62 (commit) discards 406d0f75ca86d29b53d8b1ad8992092f0d0343ca (commit) discards fbd934be94acef01c5bd0d6f54e18735d3d23e07 (commit) discards 5d80cbe481a0207675120194d0fedbd8744d9a0d (commit) discards 616967036da9fb4cb0055b8d164599cf236ca1b6 (commit) discards c0fa098a5cd6356f4db6fe4fd4ee944436ef3f52 (commit) discards 3f7958f08b05d251ecbc88ac2988650308e23f3b (commit) discards c8f00fa50d8b2d79160611625c651543f382d125 (commit) discards f875e7843c00f30c8718a4f9cabd538c60e3eeef (commit) discards 6d9e14d28cae9c5f619adc5b571674b6ed7db271 (commit) discards b6db8d0efb3350f4ed24943366ccffdabdb392bf (commit) discards 0dd4717063371d6938fbe3c10d9c216830b8ff5d (commit) discards 56370f4d9b6b08f3a33a38f3ef8a630c32a1c1d6 (commit) discards 2fe226a6da42d01bfdd7aefbe167a77313dc9760 (commit) discards 9a9bd05b65fa22fadc498568fe2ebdb41febbd43 (commit) discards 5c1f1bde495037d2305a6ec8474d1f8394f777b9 (commit) discards f553693a66177cf9ebee6174c7bc8f2db1ed848d (commit) discards e77b1837869e5482bab28d921b4a64574b19de69 (commit) discards fec0a31f41b2996f5756835273c4e8d019bb924d (commit) discards 611e83347fce7425a9d0cc564165b67819fa9823 (commit) discards db1c1222c8eb93be665026c15253162193a24445 (commit) discards 415c0223fb9527ebabdaf4b96e2d80ab2ed9127f (commit) discards 5f7570a8d87edd5d82df49062ea5d412f5522ad4 (commit) discards 2ee77ab28a462aa4fc09897c1800c0b2938e2e4b (commit) discards 829c060b74f848d06e814c61b789c058f374026d (commit) discards eea4c4d4ba1736f836a146ea66c43a155f0c3af9 (commit) discards f4a2311dcceda23ffb23051df2b7c43e28bce1f1 (commit) discards c93ac1700dc8ebae0b2ae9fffe9f43d8e8618e3f (commit) discards 495518f4a9d5dbb63809ffbaa775e8d99330caee (commit) discards 5030f8de1c7608186572c45448cf211f3ca318d2 (commit) discards 36662e5345c96203487117baea35ec716e359af4 (commit) discards c3b4858c8808400456a707204e55bbf0f7b16864 (commit) discards 32e8ea9ecf88e03b0a74b7cf4503060eb0f8b6df (commit) discards 25bd330172f8f818274e800197d5e38282db3a92 (commit) discards f1d1e7147a32d63b748507a9fc40c71d6a030312 (commit) discards 72f4da98ce606ffb5cf8c6e6a716fa675d5b8c48 (commit) discards d81eaffbca389f6b1b1f580d8119cda0c303da44 (commit) discards 00774fe702ce437e578021f3edf49cec305f7aa4 (commit) discards c9fd1d8ba19aa39cfeffc73eeb8ca19c28c2095f (commit) discards ca1cf50eb88540a229027433f26bc1246d93af09 (commit) discards 0548ac6bbd64cd45cfe9f961a40a8ea0031646c0 (commit) discards b8d11ed1c0ba2681786ca27d67f83d9875eff8f5 (commit) discards f0773e14f861d4e26985c380865438fa34c34617 (commit) discards 30116060a0a4a6556140e1a5382b0699971a120c (commit) discards b87939de6f3026cb013394d5e80eae76f90ef974 (commit) discards c80f56cc64e00cb7fce8c488dd65b9d8e02a8553 (commit) discards e224a81f92ebc02dd5bcbba8069801ca1d2b7196 (commit) discards 2ac47f62ae395902e03f5d7f60598ce937639a8d (commit) discards 624e2bbb684531c02f549b381f7849b53a64172d (commit) discards b8061adb9253611d09b63fd7f2d4229e893cc910 (commit) discards 22f29e5b9f29ad1e877b42357b9f36e8f81cc402 (commit) discards 84013beff1abd2142bbd2ef1e2b057eb24ef7815 (commit) discards 8d1043a10fb85ffa0b20df35e511e1962fa93e10 (commit) discards a1f9834fad92ed0ace715d4e676316a4aeec7338 (commit) discards 0f1cfc198617ebb5b63fadb81c4daf94aa4c7b91 (commit) via dd0659326ebbd4a9a2bdafbd9d3b9d6b492d851b (commit) via 1667c4b962c218ca0a41a30b4a9779ebda588ec1 (commit) via 45070b078b71c9a330a7470666317a25f0b9454d (commit) via e58719c73c1481d41af981a3a81d18540e71c480 (commit) via 5654def87f2588b8ddf20a52e41a4a2748019967 (commit) via 013edbd50851ad3e6a359d1c917302ee77914161 (commit) via 9e33d11b9fd1b872ed109375bdd8d96d34972943 (commit) via 5e076a010d408c7fd05828c9de41274536f4d797 (commit) via a4e06816758fd32bebdbc3c4b75b429b026dc6a5 (commit) via ffe24b4130d2b7515ffd49cd6f44ecd6358e5140 (commit) via c632f63f46c4581b1c4874d1d4ed5dd251a86181 (commit) via 7279239c1683464d573d23ebaa9eb803320688aa (commit) via e0fa018644d77d06c383ce0a745770d94c975f14 (commit) via f8bfcaac30f4949bd08e7afb16a17db0bcdcb7f5 (commit) via ea4613814b83ae33c2f1a7c06d3e352396b403f4 (commit) via 421d1d587cae91a9bb5c1427159eab0171ce3c2e (commit) via 387ae9ce83ff6ce8c8757cd27b0d87c2dfe69743 (commit) via b00eeb199771bf186965e49086e97f4cfcb5345c (commit) via 5e4779ab04bfb8cc2ca7b3d6969659596585276c (commit) via b80bacf8c6903453871c76b9e97ef397e526170d (commit) via 0711abfe8d26facccf4c71a0c0e7fe4eb274e9d4 (commit) via 7ad985a2593f8630828f6deb2c3cb88ab68df8ad (commit) via 6460cd40611a18fe71b87915f5bed5726033f7b3 (commit) via f6973e2b199830f698ae4304e632061c7ce771d7 (commit) via 83a7992ef078d67ec51b310f42b18a3df15061ff (commit) via 8206c88c487514fb0034c46cdfb975c7ddb79c83 (commit) via 42eb760238735b57cb834970d264b882ff3c9a30 (commit) via 45277cb4640ce7001233d6f9cbf947709bda0abd (commit) via 275d52f3a213c897ad03be2f5ba4f3ca3b6183f3 (commit) via 4acdd708f2a629acff15049c7a4f43387599b581 (commit) via 52e6aa56125c27464d8aad4339fb5357630ea922 (commit) via d7748ab6add8b37a43454c939a762d9095080a41 (commit) via 4400945029947c1265523c6b0911f13b46a5eed1 (commit) via 7e35b6ab867aa257c65c0610d544422fb3e160db (commit) via 98c821a8d288c08b5be62a6d973605134bf2c48a (commit) via e254ef32f0a6e356aa8f18240af083b503f21677 (commit) via 35b60ecad0cc96c7c6c2fd5bca3f085500e8d78a (commit) via c736473d185e7b123ec9129870d0f54b8ae397ec (commit) via 16f0c299e31bada300311f5b7335394e14575539 (commit) via d066cb87c1ce1d4530bd3fa1af0668cc3dc45602 (commit) via 25c762b45dd798fea73bbaf3a6ee08cef0a14e8a (commit) via f4691377e1e497c9b9092c260cf5614483127a5c (commit) via d86588f1780954bb88d326eba9887085c6aacf18 (commit) via 77458c4a569fa99066549b7d73f09f7051bdeb10 (commit) via 168e5aa7596c3908831a8c88c16287adee79b7e6 (commit) via 5753ed90a7d6b33123c761fcf554a682f5cbf19a (commit) via eb3eba1e6912ca5071b3b972058df5929c26bd7c (commit) via 4f01f27824797abd56b5f85cda261e99af013cce (commit) via 86d529176dbf4833f0f9212c2c730dfbcdf0f49d (commit) via d81c5940f90fbcd5309fbc2113fb1cec19c7c47b (commit) via e04f0a3e7f95f2f74c0d35b33a6b6770ba87005e (commit) via 01f4a354f416257c6b57e1d752c04266df582b1a (commit) via 2f392489ef7aa4f62314352f45728f09d8a06dd2 (commit) via da2c6f98faa16aa5464013e3ac45762b76cb7f22 (commit) via 9d13a15b07e87f629c5d419d5f808e3077a806bc (commit) via e875d7018ec39af03a129db58a9a9dfdc67f6299 (commit) via 47281da7307f8fdcf013d2e8cafa12c7cf38629f (commit) via 33399d3d8dfe95fdc68dbf1937bc520e01db914c (commit) via 6dcfd7ae3a96bcb7ee1ea5b99c93f9bd885c2337 (commit) via 3cea6198ebefa7bf5c604801bb49002df9872b87 (commit) via bb1a2bd52c03141d87f2b728c9d7371f29924594 (commit) via e407919c353a54af7e06677de912ca747521bb7e (commit) via dabd4db05a620124c2e49c032706b5b5f89d6533 (commit) via 128db2ce4c5b62e275797efd97da0813352e5e06 (commit) via b82c46873425ece0d320e7c0c2feab083d4ad368 (commit) via 910504508945085f97a4f6060405051022d1c030 (commit) via 80d0e986350a4f3ee307a08a7e82238472b6f171 (commit) via 202b3bac042280cedc5e2e3ddac7e22d7b0d3063 (commit) via 322891e87df084def284764f5902ea75f0ca6e5d (commit) via cbe0d2243a5485be09e4317085bb380b78f0dfdc (commit) via b59f1246476214e962f0b9e297519393af75d07a (commit) via d8c4fa010faaef144549d4afbcd80a1ca16c9e11 (commit) via d8053b3bbf03fefb5e98ffd51ddbbaa212fb78c5 (commit) via 67f3abdde110efc7c774fd415ad34c8d9f757549 (commit) via f7160415d4a18be8fa3c825739ee529a6e9f5821 (commit) via d9364d8c876a431586bd88e8b5ba4263f928d653 (commit) via d75e33b3cc151b63681e58a1ece89042cd16050a (commit) via 269093ce0359265ed01221576be0fc9b02aaa53c (commit) via 82fc99547a6cee3705861425981b91d99b790526 (commit) via c575107a69581cd06cfc88c8a53fb21030565be2 (commit) via e8e5fdc317aa778defe6492de569adc2a957a0de (commit) via a9fadf028ad45626901b8ddcde7b6b6116c3deaf (commit) via c0a9113a0f3f59bcbe1101b9bf9ce88e301be342 (commit) via c0ae20597e3e695b4a96af13aae338157373b466 (commit) via 618e6710f7578992ac1f76cf9c2fe0eac0af945b (commit) via 88c3c1a50923f3827746210a244b98619eeff809 (commit) via a7f038e5ff0731e56b61ba6d300f5ce78dd38eeb (commit) via e4fac56c4e121da0b01b28ac6462016023b96dd7 (commit) via c98ba64c6445098a2faaf1bce30520cd7ecd52e0 (commit) via 94401fbea288484e1c160c0445af905245b66a3f (commit) via c8b309de6eceafbfa429a10b7d8676b346775af3 (commit) via f55c03dd710ace6c82f30e9e2117fa3279ba99ff (commit) via 4c94b8b8d06549715a62c341f345356cf3e95440 (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 (7e7624cd5be3049b53d6e6735928281aa03bff68) \ N -- N -- N (dd0659326ebbd4a9a2bdafbd9d3b9d6b492d851b) 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=dd0659326ebbd4a9a2bdafbd9d3b9d6b492d851b commit dd0659326ebbd4a9a2bdafbd9d3b9d6b492d851b Author: Neels Hofmeyr Date: Tue Oct 18 20:20:51 2016 +0200 mgcp parsing, set port from mgcp response Change-Id: I90e2c1aa7575d5fa6e0374f5022cbb25fc3f7699 http://cgit.osmocom.org/openbsc/commit/?id=1667c4b962c218ca0a41a30b4a9779ebda588ec1 commit 1667c4b962c218ca0a41a30b4a9779ebda588ec1 Author: Neels Hofmeyr Date: Tue Oct 18 18:38:59 2016 +0200 mgcp parsing, mgcp test Change-Id: Ibe2ab17b3fa3a506a2e841ba979ea4175e3a21e8 http://cgit.osmocom.org/openbsc/commit/?id=45070b078b71c9a330a7470666317a25f0b9454d commit 45070b078b71c9a330a7470666317a25f0b9454d Author: Neels Hofmeyr Date: Fri Oct 14 17:56:17 2016 +0200 mgcp: handle responses from the MGCP GW Change-Id: I5c0493feaec775461b5a017c36b93cc2ad63c896 http://cgit.osmocom.org/openbsc/commit/?id=e58719c73c1481d41af981a3a81d18540e71c480 commit e58719c73c1481d41af981a3a81d18540e71c480 Author: Neels Hofmeyr Date: Wed Oct 12 02:53:55 2016 +0200 IuPS: cosmetic: explicitly check RAN type; move comment Change-Id: I8375ba42dd47d7ccd9ce9290767d6f8653a23b94 http://cgit.osmocom.org/openbsc/commit/?id=5654def87f2588b8ddf20a52e41a4a2748019967 commit 5654def87f2588b8ddf20a52e41a4a2748019967 Author: Neels Hofmeyr Date: Wed Oct 12 01:39:25 2016 +0200 IuCS and IuPS: add VTY config for RAB Assignment address kind To accomodate the ip.access nano3G without having to recompile, make the RAB Assignment's Transport Layer Address IE's format configurable, in both osmo-cscn and osmo-sgsn. The long term perspective is to somehow detect which address encoding a given 3G cell prefers, but for the time being just configure it globally and set each ue_conn_ctx to the global setting upon creation. Add VTY command to iu_vty.c, with args passed to iu_vty_init() to insert at an arbitrary VTY node, so that it can be used both for osmo-cscn and osmo-sgsn. Add generic iu_vty_config_write() to write out the config. Call iu_vty_init() from cscn_vty_init(); cscn_vty_init() is in libmsc, hence linking of osmo-cscn now needs libiu to come after libmsc, so move that further down. Change-Id: I93728314742b327336f3fb6de98e6457f687e1f9 http://cgit.osmocom.org/openbsc/commit/?id=013edbd50851ad3e6a359d1c917302ee77914161 commit 013edbd50851ad3e6a359d1c917302ee77914161 Author: Neels Hofmeyr Date: Wed Oct 12 02:55:31 2016 +0200 IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctx The future perspective is to remember the preferred RAB Transport Layer Address encoding for each 3G cell that is connected, so store per UE conn instead of globally hardcoding. Add rab_assign_addr_enc member to ue_conn_ctx. Thus the iu_rab_act_cs() and iu_rab_act_ps() functions no longer need the explicit use_x213_nsap argument. Add include/openbsc/common.h in order to define the enum nsap_addr_enc, in a separate file to be able to easily include it in all of libmsc, libiu and gprs/* without creating include cycles. Set the rab_assign_addr_enc when an MM ctx is created for iu, and whenever the ue_conn_ctx for an Iu MM ctx is updated. This looks a bit clumsy so far, the hope is that there will be a nice way to setup the ue_conn_ctx prior to that. Change-Id: I49bb5736df7bdfdd55d3e7b74ee559595cfd2f7d http://cgit.osmocom.org/openbsc/commit/?id=9e33d11b9fd1b872ed109375bdd8d96d34972943 commit 9e33d11b9fd1b872ed109375bdd8d96d34972943 Author: Neels Hofmeyr Date: Wed Oct 12 03:30:48 2016 +0200 sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config It makes sense semantically, and prepares for an upcoming commit that uses the internal global config pointer in sgsn_vty_init(), which would not be defined yet without this. Change-Id: Ie4cf1c0a1c9e6330a134ff4b7b2e6d5699c12bd7 http://cgit.osmocom.org/openbsc/commit/?id=5e076a010d408c7fd05828c9de41274536f4d797 commit 5e076a010d408c7fd05828c9de41274536f4d797 Author: Neels Hofmeyr Date: Wed Oct 12 01:29:33 2016 +0200 iu: sort out confusion around asn_debug and asn1_xer_print Before, I confused asn_debug with asn1_xer_print. Have two distinct VTY commands and fix documentation. Put the asn_debug and asn1_xer_print implementations in iu.c. Since they are globally defined, don't pass a pointer to iu_vty_init() but just use it directly. Might be considered less clean, but is also less bloat. Change-Id: Iccbadfe1585ba224f74cdfb5273b5ce29b6d78f0 http://cgit.osmocom.org/openbsc/commit/?id=a4e06816758fd32bebdbc3c4b75b429b026dc6a5 commit a4e06816758fd32bebdbc3c4b75b429b026dc6a5 Author: Neels Hofmeyr Date: Wed Oct 12 01:48:55 2016 +0200 iu.h: add missing includes and type defs So far it was included only in files that also include all needed headers, but make it so that it can be included on its own. Change-Id: I08a756031b995bd01a6e15c678b845fd98de960b http://cgit.osmocom.org/openbsc/commit/?id=ffe24b4130d2b7515ffd49cd6f44ecd6358e5140 commit ffe24b4130d2b7515ffd49cd6f44ecd6358e5140 Author: Neels Hofmeyr Date: Tue Oct 11 02:24:53 2016 +0200 IuCS: rapidly release connections Do the same as we do in 2G: release the connection as soon as nothing else is pending for a given subscriber. Before, osmo-cscn would wait for the UE "to get bored" and send an Iu release. But the CN should stay lean on connections. Also, 25.413[1] in section 7, 6th point states: "While the Iu release is managed from the CN, the RNC has the capability to request the release of all Iu connection resources from the corresponding Iu connection." So far we did not manage Iu release from osmo-cscn at all. Use the same mechanism we use in 2G: from msc_release_connection(), just before freeing the gsm_subscriber_conn, invoke a CN initiated Iu Release command to the UE. This works around OS#1816 ("USSD only works when IuCS is released", on nano3G), because the Iu conn is now released right after every signalling, so that typically no two requests will use the same conn. In iu.h/iu.c, add iu_tx_release(), absorbing almost all of the code from ranap_handle_co_iu_rel_req(). Add stub to db_test.c, necessary to build it without linking libiu. [1] 3GPP TS 25.413 v12.4.0 Release 12 / ETSI TS 125 413 V12.4.0 (2015-04) Related: OS#1816 Change-Id: Ic12bd6f3666f6fd42bd6d9fdae1c93abee3b6786 http://cgit.osmocom.org/openbsc/commit/?id=c632f63f46c4581b1c4874d1d4ed5dd251a86181 commit c632f63f46c4581b1c4874d1d4ed5dd251a86181 Author: Neels Hofmeyr Date: Tue Oct 11 00:50:05 2016 +0200 IuCS: don't remove Iu conn until release Don't remove the gsm_subscriber_connection without an Iu Release. From the 2G paradigm to close a subscriber connection as soon as nothing else is pending, osmo-cscn frequently calls msc_release_connection() to see whether a conn has anything pending, or discards it. In 3G however, we so far don't actively release IuCS connections from the MSC side, but wait until the IuCS is released from the UE side. So the conn is often discarded even though the IuCS stays open and valid, which confuses the situation: before the UE releases a bit later, we would try to page the subscriber unsuccessfully, because the UE expects to already be connected. To first fix the discrepancy of Iu vs. subscr release, never discard gsm_subscriber_connections when msc_release_connection() is called. This creates a "lazy" CN that keeps connections open as long as the UE will tolerate. It is really fast in sending many SMS in close succession, but is certainly a bad CN design choice: we should rather stay lean on connections. A subsequent commit will change this, but I decided to keep this commit as a reference, for when we'd like to test situations that should re-use an established connection. Change-Id: I012378cfa432d791146db387554ec1909de05297 http://cgit.osmocom.org/openbsc/commit/?id=7279239c1683464d573d23ebaa9eb803320688aa commit 7279239c1683464d573d23ebaa9eb803320688aa Author: Neels Hofmeyr Date: Tue Oct 11 01:05:22 2016 +0200 IuCS: detect whether a conn is already secure If a CM Service Request is received on an already secure IuCS connection, we so far didn't notice and started to authenticate again. The UE would readily renew its authentication, but then our state got stuck since ciphering was already established. Instead, don't authenticate again when integrity protection is already established. Change-Id: I3c01fe58276ba0ad918f2cd30cc3dca7c6663e68 http://cgit.osmocom.org/openbsc/commit/?id=e0fa018644d77d06c383ce0a745770d94c975f14 commit e0fa018644d77d06c383ce0a745770d94c975f14 Author: Neels Hofmeyr Date: Tue Sep 20 18:18:26 2016 +0200 mgcp dbg log Change-Id: I56fda48edaa92abfc6e3886cdfce733bb0686f73 http://cgit.osmocom.org/openbsc/commit/?id=f8bfcaac30f4949bd08e7afb16a17db0bcdcb7f5 commit f8bfcaac30f4949bd08e7afb16a17db0bcdcb7f5 Author: Neels Hofmeyr 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=ea4613814b83ae33c2f1a7c06d3e352396b403f4 commit ea4613814b83ae33c2f1a7c06d3e352396b403f4 Author: Neels Hofmeyr 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=421d1d587cae91a9bb5c1427159eab0171ce3c2e commit 421d1d587cae91a9bb5c1427159eab0171ce3c2e Author: Neels Hofmeyr Date: Thu Sep 22 20:28:35 2016 +0200 bridge calls via mgcpgw Change-Id: Ie259e30bc532fe9817c96562022ac33443d5747a http://cgit.osmocom.org/openbsc/commit/?id=387ae9ce83ff6ce8c8757cd27b0d87c2dfe69743 commit 387ae9ce83ff6ce8c8757cd27b0d87c2dfe69743 Author: Neels Hofmeyr 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=b00eeb199771bf186965e49086e97f4cfcb5345c commit b00eeb199771bf186965e49086e97f4cfcb5345c Author: Neels Hofmeyr 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=5e4779ab04bfb8cc2ca7b3d6969659596585276c commit 5e4779ab04bfb8cc2ca7b3d6969659596585276c Author: Neels Hofmeyr 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=b80bacf8c6903453871c76b9e97ef397e526170d commit b80bacf8c6903453871c76b9e97ef397e526170d Author: Neels Hofmeyr 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. Rationale: 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. Add general VTY commands that can be used to configure mgcpgw_client. osmo-cscn is going to use this to route RTP streams (for 3G at first). Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135 http://cgit.osmocom.org/openbsc/commit/?id=0711abfe8d26facccf4c71a0c0e7fe4eb274e9d4 commit 0711abfe8d26facccf4c71a0c0e7fe4eb274e9d4 Author: Neels Hofmeyr Date: Wed Sep 7 13:39:07 2016 +0200 libmgcp: add value strings for mgcp_connection_mode Add file mgcp_common.c to implement the value strings for the mgcp_connection_mode. Add in a separate file because of the upcoming mgcpgw_client.c implementation, introducing a file that contains implementations commonly used in MGCP GW as well as its clients. Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135 http://cgit.osmocom.org/openbsc/commit/?id=7ad985a2593f8630828f6deb2c3cb88ab68df8ad commit 7ad985a2593f8630828f6deb2c3cb88ab68df8ad Author: Neels Hofmeyr Date: Tue Sep 20 18:16:35 2016 +0200 libmgcp: move mgcp_connection_mode to public header mgcp_connection_mode will be used by the upcoming mgcpgw_client.h API. Change-Id: I7a3f8905723320d968f1a53c1036904107b4fb2d http://cgit.osmocom.org/openbsc/commit/?id=6460cd40611a18fe71b87915f5bed5726033f7b3 commit 6460cd40611a18fe71b87915f5bed5726033f7b3 Author: Neels Hofmeyr 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=f6973e2b199830f698ae4304e632061c7ce771d7 commit f6973e2b199830f698ae4304e632061c7ce771d7 Author: Neels Hofmeyr 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=83a7992ef078d67ec51b310f42b18a3df15061ff commit 83a7992ef078d67ec51b310f42b18a3df15061ff Author: Neels Hofmeyr 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=8206c88c487514fb0034c46cdfb975c7ddb79c83 commit 8206c88c487514fb0034c46cdfb975c7ddb79c83 Author: Harald Welte 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=42eb760238735b57cb834970d264b882ff3c9a30 commit 42eb760238735b57cb834970d264b882ff3c9a30 Author: Neels Hofmeyr Date: Mon May 9 13:20:54 2016 +0200 cosmetic: make gsm0408_loc_upd_rej() static http://cgit.osmocom.org/openbsc/commit/?id=45277cb4640ce7001233d6f9cbf947709bda0abd commit 45277cb4640ce7001233d6f9cbf947709bda0abd Author: Neels Hofmeyr 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=275d52f3a213c897ad03be2f5ba4f3ca3b6183f3 commit 275d52f3a213c897ad03be2f5ba4f3ca3b6183f3 Author: Neels Hofmeyr Date: Mon May 30 15:21:52 2016 +0200 remove handle_abisip_signal() Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41 http://cgit.osmocom.org/openbsc/commit/?id=4acdd708f2a629acff15049c7a4f43387599b581 commit 4acdd708f2a629acff15049c7a4f43387599b581 Author: Neels Hofmeyr 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=52e6aa56125c27464d8aad4339fb5357630ea922 commit 52e6aa56125c27464d8aad4339fb5357630ea922 Author: Neels Hofmeyr 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=d7748ab6add8b37a43454c939a762d9095080a41 commit d7748ab6add8b37a43454c939a762d9095080a41 Author: Neels Hofmeyr 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=4400945029947c1265523c6b0911f13b46a5eed1 commit 4400945029947c1265523c6b0911f13b46a5eed1 Author: Neels Hofmeyr 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=7e35b6ab867aa257c65c0610d544422fb3e160db commit 7e35b6ab867aa257c65c0610d544422fb3e160db Author: Neels Hofmeyr Date: Tue May 10 13:26:47 2016 +0200 comment on mscsplit, indent comment http://cgit.osmocom.org/openbsc/commit/?id=98c821a8d288c08b5be62a6d973605134bf2c48a commit 98c821a8d288c08b5be62a6d973605134bf2c48a Author: Neels Hofmeyr 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=e254ef32f0a6e356aa8f18240af083b503f21677 commit e254ef32f0a6e356aa8f18240af083b503f21677 Author: Neels Hofmeyr 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=35b60ecad0cc96c7c6c2fd5bca3f085500e8d78a commit 35b60ecad0cc96c7c6c2fd5bca3f085500e8d78a Author: Neels Hofmeyr 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=c736473d185e7b123ec9129870d0f54b8ae397ec commit c736473d185e7b123ec9129870d0f54b8ae397ec Author: Neels Hofmeyr 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=16f0c299e31bada300311f5b7335394e14575539 commit 16f0c299e31bada300311f5b7335394e14575539 Author: Neels Hofmeyr 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=d066cb87c1ce1d4530bd3fa1af0668cc3dc45602 commit d066cb87c1ce1d4530bd3fa1af0668cc3dc45602 Author: Neels Hofmeyr 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=25c762b45dd798fea73bbaf3a6ee08cef0a14e8a commit 25c762b45dd798fea73bbaf3a6ee08cef0a14e8a Author: Neels Hofmeyr 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=f4691377e1e497c9b9092c260cf5614483127a5c commit f4691377e1e497c9b9092c260cf5614483127a5c Author: Neels Hofmeyr 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=d86588f1780954bb88d326eba9887085c6aacf18 commit d86588f1780954bb88d326eba9887085c6aacf18 Author: Neels Hofmeyr 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=77458c4a569fa99066549b7d73f09f7051bdeb10 commit 77458c4a569fa99066549b7d73f09f7051bdeb10 Author: Neels Hofmeyr 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=168e5aa7596c3908831a8c88c16287adee79b7e6 commit 168e5aa7596c3908831a8c88c16287adee79b7e6 Author: Neels Hofmeyr 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=5753ed90a7d6b33123c761fcf554a682f5cbf19a commit 5753ed90a7d6b33123c761fcf554a682f5cbf19a Author: Neels Hofmeyr Date: Fri Aug 12 16:11:25 2016 +0200 auth log Change-Id: Icd9f8505388a06ee768d2176cb2b9187953098ef http://cgit.osmocom.org/openbsc/commit/?id=eb3eba1e6912ca5071b3b972058df5929c26bd7c commit eb3eba1e6912ca5071b3b972058df5929c26bd7c Author: Neels Hofmeyr Date: Fri Aug 12 16:09:46 2016 +0200 iu auth wip Change-Id: Icc2522252cf15c54f1a1ea5255314a0de8bfba03 http://cgit.osmocom.org/openbsc/commit/?id=4f01f27824797abd56b5f85cda261e99af013cce commit 4f01f27824797abd56b5f85cda261e99af013cce Author: Neels Hofmeyr Date: Fri Aug 12 16:03:09 2016 +0200 Iu auth wip Change-Id: I44effcca80dc6850178174dc957bcd5608b0ae14 http://cgit.osmocom.org/openbsc/commit/?id=86d529176dbf4833f0f9212c2c730dfbcdf0f49d commit 86d529176dbf4833f0f9212c2c730dfbcdf0f49d Author: Neels Hofmeyr 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=d81c5940f90fbcd5309fbc2113fb1cec19c7c47b commit d81c5940f90fbcd5309fbc2113fb1cec19c7c47b Author: Neels Hofmeyr 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=e04f0a3e7f95f2f74c0d35b33a6b6770ba87005e commit e04f0a3e7f95f2f74c0d35b33a6b6770ba87005e Author: Neels Hofmeyr 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=01f4a354f416257c6b57e1d752c04266df582b1a commit 01f4a354f416257c6b57e1d752c04266df582b1a Author: Neels Hofmeyr 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=2f392489ef7aa4f62314352f45728f09d8a06dd2 commit 2f392489ef7aa4f62314352f45728f09d8a06dd2 Author: Neels Hofmeyr Date: Mon May 30 14:57:14 2016 +0200 osmo-nitb becomes osmo-cscn Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b http://cgit.osmocom.org/openbsc/commit/?id=da2c6f98faa16aa5464013e3ac45762b76cb7f22 commit da2c6f98faa16aa5464013e3ac45762b76cb7f22 Author: Neels Hofmeyr 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=9d13a15b07e87f629c5d419d5f808e3077a806bc commit 9d13a15b07e87f629c5d419d5f808e3077a806bc Author: Neels Hofmeyr 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=e875d7018ec39af03a129db58a9a9dfdc67f6299 commit e875d7018ec39af03a129db58a9a9dfdc67f6299 Author: Neels Hofmeyr 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=47281da7307f8fdcf013d2e8cafa12c7cf38629f commit 47281da7307f8fdcf013d2e8cafa12c7cf38629f Author: Neels Hofmeyr 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=33399d3d8dfe95fdc68dbf1937bc520e01db914c commit 33399d3d8dfe95fdc68dbf1937bc520e01db914c Author: Neels Hofmeyr 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=6dcfd7ae3a96bcb7ee1ea5b99c93f9bd885c2337 commit 6dcfd7ae3a96bcb7ee1ea5b99c93f9bd885c2337 Author: Neels Hofmeyr 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=3cea6198ebefa7bf5c604801bb49002df9872b87 commit 3cea6198ebefa7bf5c604801bb49002df9872b87 Author: Neels Hofmeyr Date: Tue May 10 14:59:02 2016 +0200 move to libcommon-cs: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO move to libfilter instead? Change-Id: I00ca0caf8224de029f53f4dedb1146e3cf7650ec http://cgit.osmocom.org/openbsc/commit/?id=bb1a2bd52c03141d87f2b728c9d7371f29924594 commit bb1a2bd52c03141d87f2b728c9d7371f29924594 Author: Neels Hofmeyr 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=e407919c353a54af7e06677de912ca747521bb7e commit e407919c353a54af7e06677de912ca747521bb7e Author: Neels Hofmeyr 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=dabd4db05a620124c2e49c032706b5b5f89d6533 commit dabd4db05a620124c2e49c032706b5b5f89d6533 Author: Neels Hofmeyr Date: Mon May 30 14:56:06 2016 +0200 add iucs.[hc] Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b http://cgit.osmocom.org/openbsc/commit/?id=128db2ce4c5b62e275797efd97da0813352e5e06 commit 128db2ce4c5b62e275797efd97da0813352e5e06 Author: Neels Hofmeyr Date: Fri May 20 21:59:55 2016 +0200 add DIUCS debug log constant Change-Id: Id347a3024fa495a1ab680db7320648d933a4018b http://cgit.osmocom.org/openbsc/commit/?id=b82c46873425ece0d320e7c0c2feab083d4ad368 commit b82c46873425ece0d320e7c0c2feab083d4ad368 Author: Neels Hofmeyr 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=910504508945085f97a4f6060405051022d1c030 commit 910504508945085f97a4f6060405051022d1c030 Author: Neels Hofmeyr 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=80d0e986350a4f3ee307a08a7e82238472b6f171 commit 80d0e986350a4f3ee307a08a7e82238472b6f171 Author: Neels Hofmeyr 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=202b3bac042280cedc5e2e3ddac7e22d7b0d3063 commit 202b3bac042280cedc5e2e3ddac7e22d7b0d3063 Author: Neels Hofmeyr 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=322891e87df084def284764f5902ea75f0ca6e5d commit 322891e87df084def284764f5902ea75f0ca6e5d Author: Neels Hofmeyr 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=cbe0d2243a5485be09e4317085bb380b78f0dfdc commit cbe0d2243a5485be09e4317085bb380b78f0dfdc Author: Neels Hofmeyr 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=b59f1246476214e962f0b9e297519393af75d07a commit b59f1246476214e962f0b9e297519393af75d07a Author: Neels Hofmeyr 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=d8c4fa010faaef144549d4afbcd80a1ca16c9e11 commit d8c4fa010faaef144549d4afbcd80a1ca16c9e11 Author: Harald Welte 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=d8053b3bbf03fefb5e98ffd51ddbbaa212fb78c5 commit d8053b3bbf03fefb5e98ffd51ddbbaa212fb78c5 Author: Neels Hofmeyr 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=67f3abdde110efc7c774fd415ad34c8d9f757549 commit 67f3abdde110efc7c774fd415ad34c8d9f757549 Author: Neels Hofmeyr Date: Mon May 9 21:56:42 2016 +0200 osmo-nitb: exit when MNCC socket init failed Change-Id: Icef97bb5da9840b810fe6f4b4da6abd4baa66915 http://cgit.osmocom.org/openbsc/commit/?id=f7160415d4a18be8fa3c825739ee529a6e9f5821 commit f7160415d4a18be8fa3c825739ee529a6e9f5821 Author: Neels Hofmeyr 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=d9364d8c876a431586bd88e8b5ba4263f928d653 commit d9364d8c876a431586bd88e8b5ba4263f928d653 Author: Neels Hofmeyr Date: Sat May 14 03:24:41 2016 +0200 move to libcommon-cs: 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=d75e33b3cc151b63681e58a1ece89042cd16050a commit d75e33b3cc151b63681e58a1ece89042cd16050a Author: Neels Hofmeyr 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 libcommon-cs in subsequent commit). Adjust time zone Ctrl Interface code. Change-Id: I69848887d92990f3d6f969be80f6ef91f6bdbbe8 http://cgit.osmocom.org/openbsc/commit/?id=269093ce0359265ed01221576be0fc9b02aaa53c commit 269093ce0359265ed01221576be0fc9b02aaa53c Author: Neels Hofmeyr 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. Change-Id: I5e0ba0ecf1726ebd540800f4e98fdfc937c904ff http://cgit.osmocom.org/openbsc/commit/?id=82fc99547a6cee3705861425981b91d99b790526 commit 82fc99547a6cee3705861425981b91d99b790526 Author: Neels Hofmeyr 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. Change-Id: Ifb86698cd57a09f03b935b6d3fcea87eff4cd397 http://cgit.osmocom.org/openbsc/commit/?id=c575107a69581cd06cfc88c8a53fb21030565be2 commit c575107a69581cd06cfc88c8a53fb21030565be2 Author: Neels Hofmeyr Date: Thu May 12 01:16:58 2016 +0200 move to libcommon-cs: 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 common_cs_vty.c. Add arg to common_cs_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 libcommon-cs and pass a different config_write_net() function. Change-Id: I871b7b32a0c56fdce983e409cf244ec487d24e71 http://cgit.osmocom.org/openbsc/commit/?id=e8e5fdc317aa778defe6492de569adc2a957a0de commit e8e5fdc317aa778defe6492de569adc2a957a0de Author: Neels Hofmeyr Date: Wed May 11 18:48:39 2016 +0200 move to libcommon-cs: global vty gsm_network pointer Move gsmnet_from_vty() and the bsc_gsmnet global to common_cs_vty.c. Rename bsc_gsmnet to vty_global_gsm_network and make it static to common_cs_vty.c, to clearly mark the global variable for VTY use only. Introduce common_cs_vty_init() to set vty_global_gsm_network. Change-Id: I26c5c47de08f899b896813d09612d5cb2f8e42d6 http://cgit.osmocom.org/openbsc/commit/?id=a9fadf028ad45626901b8ddcde7b6b6116c3deaf commit a9fadf028ad45626901b8ddcde7b6b6116c3deaf Author: Neels Hofmeyr Date: Mon Oct 24 01:53:38 2016 +0200 global gsm_network: move allocation further up Now that bsc_network_alloc() is separate, move it to before the VTY init (a subsequent patch will pass the gsm_network instance as a parameter to vty_init()). bsc_hack.c: drop the comment that says about the VTY init: "This needs to precede handle_options()" -- it is not accurate. Actually move the handle_options() above both vty_init() and the bsc_network_alloc() calls, to be able to decide which mncc callback to pass to bsc_network_alloc. It would make sense to set this later on, but that would require further refactoring of the bsc_network_init() and gsm_network_init() signatures, so not in this patch. Change-Id: Ie6a7037e703b5a2d08ceeb20d35f197aaddc9d1b http://cgit.osmocom.org/openbsc/commit/?id=c0a9113a0f3f59bcbe1101b9bf9ce88e301be342 commit c0a9113a0f3f59bcbe1101b9bf9ce88e301be342 Author: Neels Hofmeyr Date: Wed May 11 14:12:00 2016 +0200 split bsc_bootstrap_network() in alloc and config For patch clarity, keep some code dup to be removed in a subsequent patch. In the same sense don't change the fact that mncc_sock_init()'s return value is ignored. The global gsm_network instance 'bsc_gsmnet' is basically only used by the VTY, and a future patch will "hide" that global in a vty .c file. In a nutshell, I want to - first allocate a gsm_network, - then initialize the VTY passing the gsm_network pointer, - and then read the config file using the initialized VTY. So far, bsc_bootstrap_network() allocates the gsm_network and reads the config file right away, which only works by sharing the extern bsc_gsmnet pointer, which I would like to uncouple. Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a http://cgit.osmocom.org/openbsc/commit/?id=c0ae20597e3e695b4a96af13aae338157373b466 commit c0ae20597e3e695b4a96af13aae338157373b466 Author: Neels Hofmeyr Date: Thu May 12 03:03:50 2016 +0200 tests: drop unused libmsc, unneeded duplicate libbsc linking Because of libcommon-cs, tests/gsm0408,subscr,trau no longer need libmsc. Change-Id: I9073eba41a1cd3136ed7a9def6fe8aaf282eaa18 http://cgit.osmocom.org/openbsc/commit/?id=618e6710f7578992ac1f76cf9c2fe0eac0af945b commit 618e6710f7578992ac1f76cf9c2fe0eac0af945b Author: Neels Hofmeyr 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=88c3c1a50923f3827746210a244b98619eeff809 commit 88c3c1a50923f3827746210a244b98619eeff809 Author: Neels Hofmeyr Date: Tue May 10 13:30:17 2016 +0200 factor out & introduce struct gsm_encr, in common_cs.h Factor out encryption info from struct gsm_lchan as struct gsm_encr, placed in common_cs.h. Change-Id: I94015fb9dd511c37c1e3058a0963c780b3f700ac Future: this will be used by libmsc's subscriber connection, for osmo-cscn. http://cgit.osmocom.org/openbsc/commit/?id=a7f038e5ff0731e56b61ba6d300f5ce78dd38eeb commit a7f038e5ff0731e56b61ba6d300f5ce78dd38eeb Author: Neels Hofmeyr Date: Tue May 10 12:50:31 2016 +0200 move to libcommon-cs: factor out gen of USSD notify and release complete Both libmsc and libbsc will need distinct gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() functions, since there will be 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 libcommon-cs. Change-Id: I33a84e3c28576ced91d2ea24103123431f551173 http://cgit.osmocom.org/openbsc/commit/?id=e4fac56c4e121da0b01b28ac6462016023b96dd7 commit e4fac56c4e121da0b01b28ac6462016023b96dd7 Author: Neels Hofmeyr Date: Tue May 10 14:58:51 2016 +0200 move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej() Used by libbsc, libmsc as well as osmo-bsc and osmo-bsc_nat. Moving gsm48_create* to libcommon-cs affects linking of osmo-bsc_nat, resulting in undefined references to gsm48_extract_mi() and gsm48_paging_extract_mi(); fix that by placing libfilter.a left of libbsc.a upon linker invocation. Change-Id: I212c2567b56191022b683674c1c4daf842839946 http://cgit.osmocom.org/openbsc/commit/?id=c98ba64c6445098a2faaf1bce30520cd7ecd52e0 commit c98ba64c6445098a2faaf1bce30520cd7ecd52e0 Author: Neels Hofmeyr Date: Sat May 14 00:46:29 2016 +0200 move to libcommon-cs: 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 libcommon-cs 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 libcommon-cs. The other items are kept out of libcommon-cs 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. Change-Id: If06316b97002390dc9a434686750cb96193ea63b http://cgit.osmocom.org/openbsc/commit/?id=94401fbea288484e1c160c0445af905245b66a3f commit 94401fbea288484e1c160c0445af905245b66a3f Author: Neels Hofmeyr Date: Sat May 14 00:57:04 2016 +0200 move to libcommon-cs: 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=c8b309de6eceafbfa429a10b7d8676b346775af3 commit c8b309de6eceafbfa429a10b7d8676b346775af3 Author: Neels Hofmeyr Date: Sat May 14 00:45:26 2016 +0200 move to libcommon-cs: 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 libcommon-cs, 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=f55c03dd710ace6c82f30e9e2117fa3279ba99ff commit f55c03dd710ace6c82f30e9e2117fa3279ba99ff Author: Neels Hofmeyr Date: Wed May 11 14:28:25 2016 +0200 define mncc_recv_cb_t to avoid code dup Put mncc_recv_cb_t in common_cs.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 common_cs.h (future knowledge). Since I will need to use mncc_recv_cb_t in common_cs.h, including gsm_data.h from there would introduce an #include loop. Avoid that and define mncc_recv_cb_t in common_cs.h to begin with. Change-Id: I2e64cffa563750ce9f3172ffba6f9cf5b9280e9c http://cgit.osmocom.org/openbsc/commit/?id=4c94b8b8d06549715a62c341f345356cf3e95440 commit 4c94b8b8d06549715a62c341f345356cf3e95440 Author: Neels Hofmeyr Date: Tue May 10 12:50:31 2016 +0200 Add empty libcommon-cs This will gradually soak up code shared by libbsc and libmsc. Change-Id: If34e2bd38a099d0799238337468d56e0305ab8ae ----------------------------------------------------------------------- Summary of changes: openbsc/configure.ac | 2 +- openbsc/include/openbsc/Makefile.am | 2 +- openbsc/include/openbsc/{xsc.h => common_cs.h} | 2 +- openbsc/include/openbsc/gsm_data.h | 2 +- openbsc/include/openbsc/gsm_data_shared.h | 2 +- openbsc/src/Makefile.am | 2 +- openbsc/src/ipaccess/Makefile.am | 2 +- openbsc/src/libbsc/bsc_vty.c | 4 ++-- openbsc/src/libbsc/net_init.c | 2 +- openbsc/src/{libxsc => libcommon-cs}/Makefile.am | 8 ++++---- openbsc/src/{libxsc/xsc.c => libcommon-cs/common_cs.c} | 4 ++-- openbsc/src/{libxsc/xsc_vty.c => libcommon-cs/common_cs_vty.c} | 6 +++--- openbsc/src/libmgcp/mgcp_network.c | 4 ++-- openbsc/src/libmsc/a_iface.c | 1 - openbsc/src/libmsc/cscn_vty.c | 2 +- openbsc/src/libmsc/iucs.c | 1 - openbsc/src/osmo-bsc/Makefile.am | 2 +- openbsc/src/osmo-bsc_nat/Makefile.am | 2 +- openbsc/src/osmo-cscn/Makefile.am | 2 +- openbsc/src/osmo-cscn/iucs_ranap.c | 1 - openbsc/src/utils/Makefile.am | 2 +- openbsc/tests/bsc-nat/Makefile.am | 2 +- openbsc/tests/bsc/Makefile.am | 2 +- openbsc/tests/channel/Makefile.am | 2 +- openbsc/tests/db/Makefile.am | 2 +- openbsc/tests/gsm0408/Makefile.am | 2 +- openbsc/tests/subscr/Makefile.am | 2 +- openbsc/tests/trau/Makefile.am | 2 +- 28 files changed, 33 insertions(+), 36 deletions(-) rename openbsc/include/openbsc/{xsc.h => common_cs.h} (91%) rename openbsc/src/{libxsc => libcommon-cs}/Makefile.am (72%) rename openbsc/src/{libxsc/xsc.c => libcommon-cs/common_cs.c} (98%) rename openbsc/src/{libxsc/xsc_vty.c => libcommon-cs/common_cs_vty.c} (98%) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sun Nov 13 00:04:19 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 13 Nov 2016 00:04:19 GMT Subject: openbsc.git branch neels/mgcp updated. 0.15.0-622-gbabc479 Message-ID: <201611130004.uAD04JdP085409@git.osmocom.org> 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/mgcp has been updated discards 20e3ac70283aa347618d370b2ea84f772ea748f0 (commit) discards eba177488e67c8bf3ce7ea0f61b3036ad4a33663 (commit) discards 50b4d2522ac4730a254a5f7e42bdd4c3e1a4b4b5 (commit) discards 9f0434ca25b055847e1dd02aafa976cae72b6de8 (commit) discards e0a2b177e8935c8ded7ddba3c24db39750af7d49 (commit) discards dfe4e6671a960a5d919f840999fa16cfee95700d (commit) discards 7e7624cd5be3049b53d6e6735928281aa03bff68 (commit) discards c692fc5e2eb62eb86c85847c79dedb4d87ad564c (commit) discards d9e229b08871c6be76e97e7d7281a824c1bdb231 (commit) discards 07415166b07602f2f2ab721e2b86bfd1c5eabcdd (commit) discards 5f3e337c8d545e6b4fe968b196d0fcf8c9d75c89 (commit) discards 8afc916e360a1ae739bb9df6913317eb3990a1ab (commit) discards 22e0b7c35ebedde333b6fce0fc7f87ee34ff5368 (commit) discards 35ce91de93be39ff074616264af26a2c155fa97e (commit) discards 380c13c923463e648322ea57cca90fcf0caa3653 (commit) discards fcdc026c8a6af3a4e77f417ea97cb15ada53bada (commit) discards a5e8069cca887b28b91f2f2c328e5727bd5af48f (commit) discards 158559bef88ec70a60128e3c83b41e44eacf223a (commit) discards c2c7722a7e4bb35e1e3b8ef49dbf76eedd6d7fa2 (commit) discards 2d0e537de9318974443fc12f4971b435c0fa47ad (commit) discards 9e4957801f20a963fd01a1ec7ae134944c215bd3 (commit) discards 5903193d88e72834fb121f88f17385c91a1dbf2b (commit) discards 2548cd15aad47df310ac79bfc9388a59b683a29b (commit) discards ba46c4048c245507fa8d5529478db9ec67a60cef (commit) discards ea51bfd87535bd8f8a00db6d9777fff126ec2deb (commit) discards a9370b6b65e3610d78cbf2b805220df923bc2cd5 (commit) discards b50af47d4291abd656a28e31a704d19b3e4413eb (commit) discards 99b0e0ed6c2e05879ef25937df02bc378bd75c79 (commit) discards cfbf5fad3f4c77fb8693cce8906e2dd1265edece (commit) discards fda5bb5e51a60ad168be5ba86db6b1fe15f7a6c9 (commit) discards 0faacd6adfa5a0f95c4db27494ebd2795f93e59d (commit) discards bbad400c22ec27cf56340e9a36e6c2d73d0906c3 (commit) discards 7d7dc9d7dbaa304ceba5de97da66655a24910314 (commit) discards 7a622ad7685e5caf70478baee253bd21b2e984ea (commit) discards b2d42f600c7983af938446d7c89973f7bfa8913d (commit) discards 9303f7711da05dd2da0ed0f82a7bf742f95c6cc9 (commit) discards f9d6a998c03d3877e85f03ee6d73c30303dcee48 (commit) discards 02932b1f53068defb2d7e2417e64f906f64a0863 (commit) discards 0c2043fd5e01da32aad04d7dce17d461b9428ef3 (commit) discards dff981e8a66f3722bf4ed000f51597b73cfc399c (commit) discards 063c305204286906313f8576fe3cbc4a237d3768 (commit) discards ffd5e33f1781ea5e7ccae2e7f19e55f8c5926381 (commit) discards 6d1c073311150935c2839beab9f665791b536de4 (commit) discards c26ced5d519d89b5d5f76b2751c8cd7ec1ce2e54 (commit) discards b0c7cb556981a98e6ba24a17f82661bf83b973fe (commit) discards a12c6aa033c9b85c0405074b3c96f140c7b4ef62 (commit) discards 406d0f75ca86d29b53d8b1ad8992092f0d0343ca (commit) discards fbd934be94acef01c5bd0d6f54e18735d3d23e07 (commit) discards 5d80cbe481a0207675120194d0fedbd8744d9a0d (commit) discards 616967036da9fb4cb0055b8d164599cf236ca1b6 (commit) discards c0fa098a5cd6356f4db6fe4fd4ee944436ef3f52 (commit) discards 3f7958f08b05d251ecbc88ac2988650308e23f3b (commit) discards c8f00fa50d8b2d79160611625c651543f382d125 (commit) discards f875e7843c00f30c8718a4f9cabd538c60e3eeef (commit) discards 6d9e14d28cae9c5f619adc5b571674b6ed7db271 (commit) discards b6db8d0efb3350f4ed24943366ccffdabdb392bf (commit) discards 0dd4717063371d6938fbe3c10d9c216830b8ff5d (commit) discards 56370f4d9b6b08f3a33a38f3ef8a630c32a1c1d6 (commit) discards 2fe226a6da42d01bfdd7aefbe167a77313dc9760 (commit) discards 9a9bd05b65fa22fadc498568fe2ebdb41febbd43 (commit) discards 5c1f1bde495037d2305a6ec8474d1f8394f777b9 (commit) discards f553693a66177cf9ebee6174c7bc8f2db1ed848d (commit) discards e77b1837869e5482bab28d921b4a64574b19de69 (commit) discards fec0a31f41b2996f5756835273c4e8d019bb924d (commit) discards 611e83347fce7425a9d0cc564165b67819fa9823 (commit) discards db1c1222c8eb93be665026c15253162193a24445 (commit) discards 415c0223fb9527ebabdaf4b96e2d80ab2ed9127f (commit) discards 5f7570a8d87edd5d82df49062ea5d412f5522ad4 (commit) discards 2ee77ab28a462aa4fc09897c1800c0b2938e2e4b (commit) discards 829c060b74f848d06e814c61b789c058f374026d (commit) discards eea4c4d4ba1736f836a146ea66c43a155f0c3af9 (commit) discards f4a2311dcceda23ffb23051df2b7c43e28bce1f1 (commit) discards c93ac1700dc8ebae0b2ae9fffe9f43d8e8618e3f (commit) discards 495518f4a9d5dbb63809ffbaa775e8d99330caee (commit) discards 5030f8de1c7608186572c45448cf211f3ca318d2 (commit) discards 36662e5345c96203487117baea35ec716e359af4 (commit) discards c3b4858c8808400456a707204e55bbf0f7b16864 (commit) discards 32e8ea9ecf88e03b0a74b7cf4503060eb0f8b6df (commit) discards 25bd330172f8f818274e800197d5e38282db3a92 (commit) discards f1d1e7147a32d63b748507a9fc40c71d6a030312 (commit) discards 72f4da98ce606ffb5cf8c6e6a716fa675d5b8c48 (commit) discards d81eaffbca389f6b1b1f580d8119cda0c303da44 (commit) discards 00774fe702ce437e578021f3edf49cec305f7aa4 (commit) discards c9fd1d8ba19aa39cfeffc73eeb8ca19c28c2095f (commit) discards ca1cf50eb88540a229027433f26bc1246d93af09 (commit) discards 0548ac6bbd64cd45cfe9f961a40a8ea0031646c0 (commit) discards b8d11ed1c0ba2681786ca27d67f83d9875eff8f5 (commit) discards f0773e14f861d4e26985c380865438fa34c34617 (commit) discards 30116060a0a4a6556140e1a5382b0699971a120c (commit) discards b87939de6f3026cb013394d5e80eae76f90ef974 (commit) discards c80f56cc64e00cb7fce8c488dd65b9d8e02a8553 (commit) discards e224a81f92ebc02dd5bcbba8069801ca1d2b7196 (commit) discards 2ac47f62ae395902e03f5d7f60598ce937639a8d (commit) discards 624e2bbb684531c02f549b381f7849b53a64172d (commit) discards b8061adb9253611d09b63fd7f2d4229e893cc910 (commit) discards 22f29e5b9f29ad1e877b42357b9f36e8f81cc402 (commit) discards 84013beff1abd2142bbd2ef1e2b057eb24ef7815 (commit) discards 8d1043a10fb85ffa0b20df35e511e1962fa93e10 (commit) discards a1f9834fad92ed0ace715d4e676316a4aeec7338 (commit) discards 0f1cfc198617ebb5b63fadb81c4daf94aa4c7b91 (commit) via babc479fe4cfe30210814c0805c38e27e25d8160 (commit) via 2bfb75d8561910090c9362b110abd2454088da2d (commit) via e1bcb0c3bc5e4dcc41333756b9a16fd5e87acb83 (commit) via a78f7965c2dbd3a4c4909431d7fb002c0a0ea223 (commit) via 204db9a9e8fee541ea81ef1342a5aa2b5371c948 (commit) via 1501d658f7a74fad44229a64f3ad5c78b3ca6986 (commit) via dd0659326ebbd4a9a2bdafbd9d3b9d6b492d851b (commit) via 1667c4b962c218ca0a41a30b4a9779ebda588ec1 (commit) via 45070b078b71c9a330a7470666317a25f0b9454d (commit) via e58719c73c1481d41af981a3a81d18540e71c480 (commit) via 5654def87f2588b8ddf20a52e41a4a2748019967 (commit) via 013edbd50851ad3e6a359d1c917302ee77914161 (commit) via 9e33d11b9fd1b872ed109375bdd8d96d34972943 (commit) via 5e076a010d408c7fd05828c9de41274536f4d797 (commit) via a4e06816758fd32bebdbc3c4b75b429b026dc6a5 (commit) via ffe24b4130d2b7515ffd49cd6f44ecd6358e5140 (commit) via c632f63f46c4581b1c4874d1d4ed5dd251a86181 (commit) via 7279239c1683464d573d23ebaa9eb803320688aa (commit) via e0fa018644d77d06c383ce0a745770d94c975f14 (commit) via f8bfcaac30f4949bd08e7afb16a17db0bcdcb7f5 (commit) via ea4613814b83ae33c2f1a7c06d3e352396b403f4 (commit) via 421d1d587cae91a9bb5c1427159eab0171ce3c2e (commit) via 387ae9ce83ff6ce8c8757cd27b0d87c2dfe69743 (commit) via b00eeb199771bf186965e49086e97f4cfcb5345c (commit) via 5e4779ab04bfb8cc2ca7b3d6969659596585276c (commit) via b80bacf8c6903453871c76b9e97ef397e526170d (commit) via 0711abfe8d26facccf4c71a0c0e7fe4eb274e9d4 (commit) via 7ad985a2593f8630828f6deb2c3cb88ab68df8ad (commit) via 6460cd40611a18fe71b87915f5bed5726033f7b3 (commit) via f6973e2b199830f698ae4304e632061c7ce771d7 (commit) via 83a7992ef078d67ec51b310f42b18a3df15061ff (commit) via 8206c88c487514fb0034c46cdfb975c7ddb79c83 (commit) via 42eb760238735b57cb834970d264b882ff3c9a30 (commit) via 45277cb4640ce7001233d6f9cbf947709bda0abd (commit) via 275d52f3a213c897ad03be2f5ba4f3ca3b6183f3 (commit) via 4acdd708f2a629acff15049c7a4f43387599b581 (commit) via 52e6aa56125c27464d8aad4339fb5357630ea922 (commit) via d7748ab6add8b37a43454c939a762d9095080a41 (commit) via 4400945029947c1265523c6b0911f13b46a5eed1 (commit) via 7e35b6ab867aa257c65c0610d544422fb3e160db (commit) via 98c821a8d288c08b5be62a6d973605134bf2c48a (commit) via e254ef32f0a6e356aa8f18240af083b503f21677 (commit) via 35b60ecad0cc96c7c6c2fd5bca3f085500e8d78a (commit) via c736473d185e7b123ec9129870d0f54b8ae397ec (commit) via 16f0c299e31bada300311f5b7335394e14575539 (commit) via d066cb87c1ce1d4530bd3fa1af0668cc3dc45602 (commit) via 25c762b45dd798fea73bbaf3a6ee08cef0a14e8a (commit) via f4691377e1e497c9b9092c260cf5614483127a5c (commit) via d86588f1780954bb88d326eba9887085c6aacf18 (commit) via 77458c4a569fa99066549b7d73f09f7051bdeb10 (commit) via 168e5aa7596c3908831a8c88c16287adee79b7e6 (commit) via 5753ed90a7d6b33123c761fcf554a682f5cbf19a (commit) via eb3eba1e6912ca5071b3b972058df5929c26bd7c (commit) via 4f01f27824797abd56b5f85cda261e99af013cce (commit) via 86d529176dbf4833f0f9212c2c730dfbcdf0f49d (commit) via d81c5940f90fbcd5309fbc2113fb1cec19c7c47b (commit) via e04f0a3e7f95f2f74c0d35b33a6b6770ba87005e (commit) via 01f4a354f416257c6b57e1d752c04266df582b1a (commit) via 2f392489ef7aa4f62314352f45728f09d8a06dd2 (commit) via da2c6f98faa16aa5464013e3ac45762b76cb7f22 (commit) via 9d13a15b07e87f629c5d419d5f808e3077a806bc (commit) via e875d7018ec39af03a129db58a9a9dfdc67f6299 (commit) via 47281da7307f8fdcf013d2e8cafa12c7cf38629f (commit) via 33399d3d8dfe95fdc68dbf1937bc520e01db914c (commit) via 6dcfd7ae3a96bcb7ee1ea5b99c93f9bd885c2337 (commit) via 3cea6198ebefa7bf5c604801bb49002df9872b87 (commit) via bb1a2bd52c03141d87f2b728c9d7371f29924594 (commit) via e407919c353a54af7e06677de912ca747521bb7e (commit) via dabd4db05a620124c2e49c032706b5b5f89d6533 (commit) via 128db2ce4c5b62e275797efd97da0813352e5e06 (commit) via b82c46873425ece0d320e7c0c2feab083d4ad368 (commit) via 910504508945085f97a4f6060405051022d1c030 (commit) via 80d0e986350a4f3ee307a08a7e82238472b6f171 (commit) via 202b3bac042280cedc5e2e3ddac7e22d7b0d3063 (commit) via 322891e87df084def284764f5902ea75f0ca6e5d (commit) via cbe0d2243a5485be09e4317085bb380b78f0dfdc (commit) via b59f1246476214e962f0b9e297519393af75d07a (commit) via d8c4fa010faaef144549d4afbcd80a1ca16c9e11 (commit) via d8053b3bbf03fefb5e98ffd51ddbbaa212fb78c5 (commit) via 67f3abdde110efc7c774fd415ad34c8d9f757549 (commit) via f7160415d4a18be8fa3c825739ee529a6e9f5821 (commit) via d9364d8c876a431586bd88e8b5ba4263f928d653 (commit) via d75e33b3cc151b63681e58a1ece89042cd16050a (commit) via 269093ce0359265ed01221576be0fc9b02aaa53c (commit) via 82fc99547a6cee3705861425981b91d99b790526 (commit) via c575107a69581cd06cfc88c8a53fb21030565be2 (commit) via e8e5fdc317aa778defe6492de569adc2a957a0de (commit) via a9fadf028ad45626901b8ddcde7b6b6116c3deaf (commit) via c0a9113a0f3f59bcbe1101b9bf9ce88e301be342 (commit) via c0ae20597e3e695b4a96af13aae338157373b466 (commit) via 618e6710f7578992ac1f76cf9c2fe0eac0af945b (commit) via 88c3c1a50923f3827746210a244b98619eeff809 (commit) via a7f038e5ff0731e56b61ba6d300f5ce78dd38eeb (commit) via e4fac56c4e121da0b01b28ac6462016023b96dd7 (commit) via c98ba64c6445098a2faaf1bce30520cd7ecd52e0 (commit) via 94401fbea288484e1c160c0445af905245b66a3f (commit) via c8b309de6eceafbfa429a10b7d8676b346775af3 (commit) via f55c03dd710ace6c82f30e9e2117fa3279ba99ff (commit) via 4c94b8b8d06549715a62c341f345356cf3e95440 (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 (20e3ac70283aa347618d370b2ea84f772ea748f0) \ N -- N -- N (babc479fe4cfe30210814c0805c38e27e25d8160) 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=babc479fe4cfe30210814c0805c38e27e25d8160 commit babc479fe4cfe30210814c0805c38e27e25d8160 Author: Neels Hofmeyr Date: Sun Nov 6 23:37:02 2016 +0100 wip Change-Id: I9e824d9a57251f5144500765f9b7bfe7f02a16c4 http://cgit.osmocom.org/openbsc/commit/?id=2bfb75d8561910090c9362b110abd2454088da2d commit 2bfb75d8561910090c9362b110abd2454088da2d Author: Neels Hofmeyr Date: Fri Oct 21 01:36:26 2016 +0200 mgcp hack: rtcp: pass back a sender report as well as a receiver report Change-Id: Ieaf5d70c9749f587a8a7feda2684d11b8967986e http://cgit.osmocom.org/openbsc/commit/?id=e1bcb0c3bc5e4dcc41333756b9a16fd5e87acb83 commit e1bcb0c3bc5e4dcc41333756b9a16fd5e87acb83 Author: Neels Hofmeyr Date: Fri Oct 21 01:35:57 2016 +0200 mgcp hack: modify the ssrc id Change-Id: I443fc676071cc7ee8254777e4c74553b35341158 http://cgit.osmocom.org/openbsc/commit/?id=a78f7965c2dbd3a4c4909431d7fb002c0a0ea223 commit a78f7965c2dbd3a4c4909431d7fb002c0a0ea223 Author: Neels Hofmeyr Date: Fri Oct 21 01:33:57 2016 +0200 mgcp hack: don't change payload type when passing RTP thru Change-Id: I9c43704a4c1e26d434c0d7e7ee370b2c21fb3399 http://cgit.osmocom.org/openbsc/commit/?id=204db9a9e8fee541ea81ef1342a5aa2b5371c948 commit 204db9a9e8fee541ea81ef1342a5aa2b5371c948 Author: Neels Hofmeyr Date: Fri Oct 21 01:32:10 2016 +0200 mgcp: log payload type change Change-Id: Iee5fa667dece12174b1933345c1ed640a264ed97 http://cgit.osmocom.org/openbsc/commit/?id=1501d658f7a74fad44229a64f3ad5c78b3ca6986 commit 1501d658f7a74fad44229a64f3ad5c78b3ca6986 Author: Neels Hofmeyr Date: Tue Oct 18 20:21:07 2016 +0200 mgcp debug logging Change-Id: I06a060244e91080680e88551e870f0058711921f ----------------------------------------------------------------------- Summary of changes: openbsc/configure.ac | 2 +- openbsc/include/openbsc/Makefile.am | 2 +- openbsc/include/openbsc/{xsc.h => common_cs.h} | 2 +- openbsc/include/openbsc/gsm_data.h | 2 +- openbsc/include/openbsc/gsm_data_shared.h | 2 +- openbsc/src/Makefile.am | 2 +- openbsc/src/ipaccess/Makefile.am | 2 +- openbsc/src/libbsc/bsc_vty.c | 4 ++-- openbsc/src/libbsc/net_init.c | 2 +- openbsc/src/{libxsc => libcommon-cs}/Makefile.am | 8 ++++---- openbsc/src/{libxsc/xsc.c => libcommon-cs/common_cs.c} | 4 ++-- openbsc/src/{libxsc/xsc_vty.c => libcommon-cs/common_cs_vty.c} | 6 +++--- openbsc/src/libmsc/a_iface.c | 1 - openbsc/src/libmsc/cscn_vty.c | 2 +- openbsc/src/libmsc/iucs.c | 1 - openbsc/src/osmo-bsc/Makefile.am | 2 +- openbsc/src/osmo-bsc_nat/Makefile.am | 2 +- openbsc/src/osmo-cscn/Makefile.am | 2 +- openbsc/src/osmo-cscn/iucs_ranap.c | 1 - openbsc/src/utils/Makefile.am | 2 +- openbsc/tests/bsc-nat/Makefile.am | 2 +- openbsc/tests/bsc/Makefile.am | 2 +- openbsc/tests/channel/Makefile.am | 2 +- openbsc/tests/db/Makefile.am | 2 +- openbsc/tests/gsm0408/Makefile.am | 2 +- openbsc/tests/subscr/Makefile.am | 2 +- openbsc/tests/trau/Makefile.am | 2 +- 27 files changed, 31 insertions(+), 34 deletions(-) rename openbsc/include/openbsc/{xsc.h => common_cs.h} (91%) rename openbsc/src/{libxsc => libcommon-cs}/Makefile.am (72%) rename openbsc/src/{libxsc/xsc.c => libcommon-cs/common_cs.c} (98%) rename openbsc/src/{libxsc/xsc_vty.c => libcommon-cs/common_cs_vty.c} (98%) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sun Nov 13 00:45:09 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 13 Nov 2016 00:45:09 GMT Subject: libosmocore.git branch neels/oap created. 0.9.0-286-g2914c70 Message-ID: <201611130045.uAD0j9Ti096042@git.osmocom.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "An utility library for Open Source Mobile Communications". The branch, neels/oap has been created at 2914c704351dcae5e7da6f8ba7048c4c879bf6fe (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/libosmocore/commit/?id=2914c704351dcae5e7da6f8ba7048c4c879bf6fe commit 2914c704351dcae5e7da6f8ba7048c4c879bf6fe Author: Harald Welte Date: Wed Apr 27 18:32:35 2016 +0200 import oap message parsing / encoding from openbsc.git ----------------------------------------------------------------------- hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Sun Nov 13 01:37:42 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 13 Nov 2016 01:37:42 GMT Subject: openbsc.git branch neels/vlr created. 0.15.0-531-g96acc66 Message-ID: <201611130137.uAD1bgAS009488@git.osmocom.org> 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/vlr has been created at 96acc6619f0efd1a55bbe752738252245cf1787b (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=96acc6619f0efd1a55bbe752738252245cf1787b commit 96acc6619f0efd1a55bbe752738252245cf1787b Author: Harald Welte Date: Fri Jun 17 00:06:42 2016 +0200 WIP: Introduce libvlr Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9 http://cgit.osmocom.org/openbsc/commit/?id=d9ed9b2a5230c3809e168e64ff1421f10f4e487b commit d9ed9b2a5230c3809e168e64ff1421f10f4e487b Author: Harald Welte Date: Fri May 6 23:28:52 2016 +0200 WIP: move OAP client to libosmocore http://cgit.osmocom.org/openbsc/commit/?id=347885300b0d78d8f7e2f5a2740330e1c42f317b commit 347885300b0d78d8f7e2f5a2740330e1c42f317b Author: Harald Welte Date: Fri May 6 23:29:17 2016 +0200 gsup_client: Make use of OAP optional http://cgit.osmocom.org/openbsc/commit/?id=ae82ff80cc4717077c7461bc76fd2f7ed454ff88 commit ae82ff80cc4717077c7461bc76fd2f7ed454ff88 Author: Harald Welte Date: Fri May 6 23:28:11 2016 +0200 VTY: Print 3G auth tuples, not just 2G auth tuples http://cgit.osmocom.org/openbsc/commit/?id=6213693bcc8ff31c28d081f795dc3c6a0156a184 commit 6213693bcc8ff31c28d081f795dc3c6a0156a184 Author: Harald Welte Date: Fri May 6 23:27:38 2016 +0200 WIP: add gsup_test_client program http://cgit.osmocom.org/openbsc/commit/?id=97c0e2dd02c3ce19158042d278166c5272630a8d commit 97c0e2dd02c3ce19158042d278166c5272630a8d Author: Harald Welte Date: Fri May 6 13:49:49 2016 +0200 WIP: Handle Authentication Failure from MS http://cgit.osmocom.org/openbsc/commit/?id=f4087ab8c83d2b940604b0b9e238a810dca77f2a commit f4087ab8c83d2b940604b0b9e238a810dca77f2a Author: Harald Welte Date: Thu May 5 22:52:41 2016 +0200 SGSN: Integrate basic support for UMTS AKA We already had almost all the parts in place before: * GSUP with capability to send us auth_vectors that contain either triplets or quintuples * mm_context that holds such auth_vectors All that we need to add in this patch is the capability to send the AUTN parameter in the GMM AUTH REQ and parse the extended RES in the GMM AUTH RESP. TODO: Implement SQN re-synchronoization mechanism (Auth Fail: Sync Err) http://cgit.osmocom.org/openbsc/commit/?id=df964447afddd4d4704f1ece4aa2cae6b60e12c1 commit df964447afddd4d4704f1ece4aa2cae6b60e12c1 Author: Harald Welte Date: Sun Jun 19 18:06:02 2016 +0200 Introduce subscriber_connection ref-counting This introduces a reference count for gsm_subscriber_connection. Every user of the connection needs to hold a reference until done. Once the reference count dorps to zero, the connection is cleared towards the BSC (which subsequently will clear any logical channels associated with it). Change-Id: I8c05e6c81f246ff8b5bf91312f80410b1a85f15e ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sun Nov 13 19:58:04 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 13 Nov 2016 19:58:04 GMT Subject: openbsc.git branch master updated. 0.15.0-525-gfe7be8d Message-ID: <201611131958.uADJw4qT054208@git.osmocom.org> 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 fe7be8ddd0563ee98ca2ee9879983384d2491306 (commit) via c1efa67c131a005903821a7487bad014b90cbe08 (commit) from dfe48fdecf5e953fa5c08053e8781d4daf6ad4a4 (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=fe7be8ddd0563ee98ca2ee9879983384d2491306 commit fe7be8ddd0563ee98ca2ee9879983384d2491306 Author: Harald Welte Date: Fri Nov 11 19:44:10 2016 +0100 RBS2000: Ensure the is-connection-list command is only used on RBS2000 ... and not on other BTS models. Change-Id: I8882ca9a9ab974b0bbdcbd5c3bab0eadf4bc0927 http://cgit.osmocom.org/openbsc/commit/?id=c1efa67c131a005903821a7487bad014b90cbe08 commit c1efa67c131a005903821a7487bad014b90cbe08 Author: Harald Welte Date: Fri Nov 11 19:42:19 2016 +0100 RBS2000: Avoid segfault if ts->lapd instance doesn't exist This happens e.g. with DAHDI driver, when the DAHDI device cannot be opened. Let's not prematurely seg-fault early in the RBS2000 signal handler, but take the proper error handlign for this. Change-Id: I9223fb1568d3db7e278f07240c4be334c6602a13 ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/abis_om2000_vty.c | 6 ++++++ openbsc/src/libbsc/bts_ericsson_rbs2000.c | 2 ++ 2 files changed, 8 insertions(+) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sun Nov 13 20:42:06 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 13 Nov 2016 20:42:06 GMT Subject: openbsc.git branch master updated. 0.15.0-527-g58273f4 Message-ID: <201611132042.uADKg6w3066149@git.osmocom.org> 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 58273f4b885326fc9ae65b70ddc44f1fe655cf5e (commit) via eae68292bdd3906950260ac307081af4b3acf3e5 (commit) from fe7be8ddd0563ee98ca2ee9879983384d2491306 (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=58273f4b885326fc9ae65b70ddc44f1fe655cf5e commit 58273f4b885326fc9ae65b70ddc44f1fe655cf5e Author: Harald Welte Date: Fri Nov 11 23:46:14 2016 +0100 OM2000: CON MO: Allow larger range for CCP and CI values it seesm more recent RBS2000 models have much larger CCP and CI value ranges than those of older models. Change-Id: Ib116c1fac901b293929fce34223d1fd0af15d2bc http://cgit.osmocom.org/openbsc/commit/?id=eae68292bdd3906950260ac307081af4b3acf3e5 commit eae68292bdd3906950260ac307081af4b3acf3e5 Author: Harald Welte Date: Fri Nov 11 19:41:59 2016 +0100 Support configuration of CON MO Groups/Paths from VTY The code for supporting the configuration of the OM2000 CON (LAPD Concentrator) MO was so far incomplete and not used from the OM2000 FSM initialization. This patch adds * VTY commands for configuration of CON Groups and Paths * The FSM integration to actually configure the CON MO Change-Id: I56dc1b5e35adef3a2078bcf9536537eb0f454192 ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/abis_om2000.h | 33 ++++++ openbsc/include/openbsc/vty.h | 1 + openbsc/src/libbsc/abis_om2000.c | 71 +++++++++++-- openbsc/src/libbsc/abis_om2000_vty.c | 189 +++++++++++++++++++++++----------- openbsc/src/libcommon/common_vty.c | 10 ++ 5 files changed, 235 insertions(+), 69 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sun Nov 13 20:44:21 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 13 Nov 2016 20:44:21 GMT Subject: osmo-bts.git branch master updated. 0.4.0-324-g66325ae Message-ID: <201611132044.uADKiLK7066813@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via 66325aee71e23e01492935b6253031bcd7233aa4 (commit) via bdf10eb70544855fb0425a38ac8d3232d8a5a214 (commit) from c43352dbc4230574e9d8ee47d3c2e33e9ad33492 (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-bts/commit/?id=66325aee71e23e01492935b6253031bcd7233aa4 commit 66325aee71e23e01492935b6253031bcd7233aa4 Author: Max Date: Fri Nov 11 15:51:23 2016 +0100 Replace link_id constant with define Instead of using constant for link_id directly, use shared define value. Change-Id: Ibf3d439d8893bd994ba089796175b6c635db2cf8 http://cgit.osmocom.org/osmo-bts/commit/?id=bdf10eb70544855fb0425a38ac8d3232d8a5a214 commit bdf10eb70544855fb0425a38ac8d3232d8a5a214 Author: Max Date: Fri Nov 11 12:22:11 2016 +0100 Remove duplicated code Having duplicated code to fill in fn & tn values makes it harder to read and modify static gsmtap_p* functions. Fix this by removing the duplication and moving the common code one level up. Change-Id: I0e67bf7423424cc11435bc0a5a1110297eeee383 ----------------------------------------------------------------------- Summary of changes: include/osmo-bts/l1sap.h | 6 +++- src/common/l1sap.c | 24 ++++++------- src/common/scheduler.c | 76 ++++++++++++++++++++--------------------- src/osmo-bts-litecell15/l1_if.c | 6 ++-- src/osmo-bts-octphy/l1_if.c | 8 ++--- src/osmo-bts-sysmo/l1_if.c | 6 ++-- src/osmo-bts-trx/l1_if.c | 8 ++--- 7 files changed, 68 insertions(+), 66 deletions(-) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Mon Nov 14 01:15:14 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 14 Nov 2016 01:15:14 GMT Subject: osmo-pcu.git branch master updated. 0.2-857-ged3413e Message-ID: <201611140115.uAE1FEW3028812@git.osmocom.org> 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 "UNNAMED PROJECT". The branch, master has been updated via ed3413e39740c78148719696b0903874add580e2 (commit) from c0c3afd0794c217e6fc33b18eb9366c8cfe8b020 (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-pcu/commit/?id=ed3413e39740c78148719696b0903874add580e2 commit ed3413e39740c78148719696b0903874add580e2 Author: aravind sirsikar Date: Fri Nov 11 17:15:10 2016 +0530 Handle packet access reject during EPDAN/PDAN with channel description When PDAN/EPDAN with channel description is received, PCU will generate the packet access reject if no resources are present. The encoding is done based on section 7.1.3.2.1 and 8.1.2.5 of 44.060 version 7.27.0 Release 7. This patch also includes the test case to validate the generated packet access reject message. This patch is integration tested on Osmo-trx setup with Ettus B210 board and LG F70 MS with some simulation code changes in Osmo-pcu. Change-Id: I096a3bb44a65533b9e9b091925dd5f70a8696d6 ----------------------------------------------------------------------- Summary of changes: src/bts.cpp | 34 ++++++++++++++++++++++++---------- src/encoding.cpp | 25 +++++++++++++++++++++++++ src/encoding.h | 3 +++ src/gprs_rlcmac_sched.cpp | 9 +++++++-- src/tbf.cpp | 23 +++++++++++++++++++++++ src/tbf.h | 2 ++ tests/tbf/TbfTest.cpp | 24 ++++++++++++++++++++++++ tests/tbf/TbfTest.err | 24 ++++++++++++++++++++++++ tests/tbf/TbfTest.ok | 3 +++ 9 files changed, 135 insertions(+), 12 deletions(-) hooks/post-receive -- UNNAMED PROJECT From gitosis at osmocom.org Mon Nov 14 01:15:32 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 14 Nov 2016 01:15:32 GMT Subject: osmo-pcu.git branch master updated. 0.2-858-gf86307e Message-ID: <201611140115.uAE1FWX3028899@git.osmocom.org> 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 "UNNAMED PROJECT". The branch, master has been updated via f86307e1e4dfa11dd5bedf74395382a0774a9ba6 (commit) from ed3413e39740c78148719696b0903874add580e2 (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-pcu/commit/?id=f86307e1e4dfa11dd5bedf74395382a0774a9ba6 commit f86307e1e4dfa11dd5bedf74395382a0774a9ba6 Author: Mrinal Mishra Date: Thu Nov 10 18:16:30 2016 +0530 Add BTS level counters Adds counters for MCS blocks, 11 bit Rach counters and others. Change-Id: I605b0d66eb217decd35cbb8f87abfa577760245a ----------------------------------------------------------------------- Summary of changes: src/bts.cpp | 53 ++++++++++++++++++++++++- src/bts.h | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/tbf.cpp | 13 ++++++- src/tbf.h | 3 ++ src/tbf_dl.cpp | 54 ++++++++++++++++++++++++++ src/tbf_ul.cpp | 55 +++++++++++++++++++++++++- 6 files changed, 294 insertions(+), 4 deletions(-) hooks/post-receive -- UNNAMED PROJECT From gitosis at osmocom.org Mon Nov 14 11:48:57 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 14 Nov 2016 11:48:57 GMT Subject: openbsc.git branch sysmocom/iu updated. 0.15.0-616-g36c9f51 Message-ID: <201611141148.uAEBmvx6063203@git.osmocom.org> 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, sysmocom/iu has been updated discards dd0659326ebbd4a9a2bdafbd9d3b9d6b492d851b (commit) discards 1667c4b962c218ca0a41a30b4a9779ebda588ec1 (commit) discards 45070b078b71c9a330a7470666317a25f0b9454d (commit) discards e58719c73c1481d41af981a3a81d18540e71c480 (commit) discards 5654def87f2588b8ddf20a52e41a4a2748019967 (commit) discards 013edbd50851ad3e6a359d1c917302ee77914161 (commit) discards 9e33d11b9fd1b872ed109375bdd8d96d34972943 (commit) discards 5e076a010d408c7fd05828c9de41274536f4d797 (commit) discards a4e06816758fd32bebdbc3c4b75b429b026dc6a5 (commit) discards ffe24b4130d2b7515ffd49cd6f44ecd6358e5140 (commit) discards c632f63f46c4581b1c4874d1d4ed5dd251a86181 (commit) discards 7279239c1683464d573d23ebaa9eb803320688aa (commit) discards e0fa018644d77d06c383ce0a745770d94c975f14 (commit) discards f8bfcaac30f4949bd08e7afb16a17db0bcdcb7f5 (commit) discards ea4613814b83ae33c2f1a7c06d3e352396b403f4 (commit) discards 421d1d587cae91a9bb5c1427159eab0171ce3c2e (commit) discards 387ae9ce83ff6ce8c8757cd27b0d87c2dfe69743 (commit) discards b00eeb199771bf186965e49086e97f4cfcb5345c (commit) discards 5e4779ab04bfb8cc2ca7b3d6969659596585276c (commit) discards b80bacf8c6903453871c76b9e97ef397e526170d (commit) discards 0711abfe8d26facccf4c71a0c0e7fe4eb274e9d4 (commit) discards 7ad985a2593f8630828f6deb2c3cb88ab68df8ad (commit) discards 6460cd40611a18fe71b87915f5bed5726033f7b3 (commit) discards f6973e2b199830f698ae4304e632061c7ce771d7 (commit) discards 83a7992ef078d67ec51b310f42b18a3df15061ff (commit) discards 8206c88c487514fb0034c46cdfb975c7ddb79c83 (commit) discards 42eb760238735b57cb834970d264b882ff3c9a30 (commit) discards 45277cb4640ce7001233d6f9cbf947709bda0abd (commit) discards 275d52f3a213c897ad03be2f5ba4f3ca3b6183f3 (commit) discards 4acdd708f2a629acff15049c7a4f43387599b581 (commit) discards 52e6aa56125c27464d8aad4339fb5357630ea922 (commit) discards d7748ab6add8b37a43454c939a762d9095080a41 (commit) discards 4400945029947c1265523c6b0911f13b46a5eed1 (commit) discards 7e35b6ab867aa257c65c0610d544422fb3e160db (commit) discards 98c821a8d288c08b5be62a6d973605134bf2c48a (commit) discards e254ef32f0a6e356aa8f18240af083b503f21677 (commit) discards 35b60ecad0cc96c7c6c2fd5bca3f085500e8d78a (commit) discards c736473d185e7b123ec9129870d0f54b8ae397ec (commit) discards 16f0c299e31bada300311f5b7335394e14575539 (commit) discards d066cb87c1ce1d4530bd3fa1af0668cc3dc45602 (commit) discards 25c762b45dd798fea73bbaf3a6ee08cef0a14e8a (commit) discards f4691377e1e497c9b9092c260cf5614483127a5c (commit) discards d86588f1780954bb88d326eba9887085c6aacf18 (commit) discards 77458c4a569fa99066549b7d73f09f7051bdeb10 (commit) discards 168e5aa7596c3908831a8c88c16287adee79b7e6 (commit) discards 5753ed90a7d6b33123c761fcf554a682f5cbf19a (commit) discards eb3eba1e6912ca5071b3b972058df5929c26bd7c (commit) discards 4f01f27824797abd56b5f85cda261e99af013cce (commit) discards 86d529176dbf4833f0f9212c2c730dfbcdf0f49d (commit) discards d81c5940f90fbcd5309fbc2113fb1cec19c7c47b (commit) discards e04f0a3e7f95f2f74c0d35b33a6b6770ba87005e (commit) discards 01f4a354f416257c6b57e1d752c04266df582b1a (commit) discards 2f392489ef7aa4f62314352f45728f09d8a06dd2 (commit) discards da2c6f98faa16aa5464013e3ac45762b76cb7f22 (commit) discards 9d13a15b07e87f629c5d419d5f808e3077a806bc (commit) discards e875d7018ec39af03a129db58a9a9dfdc67f6299 (commit) discards 47281da7307f8fdcf013d2e8cafa12c7cf38629f (commit) discards 33399d3d8dfe95fdc68dbf1937bc520e01db914c (commit) discards 6dcfd7ae3a96bcb7ee1ea5b99c93f9bd885c2337 (commit) discards 3cea6198ebefa7bf5c604801bb49002df9872b87 (commit) discards bb1a2bd52c03141d87f2b728c9d7371f29924594 (commit) discards e407919c353a54af7e06677de912ca747521bb7e (commit) discards dabd4db05a620124c2e49c032706b5b5f89d6533 (commit) discards 128db2ce4c5b62e275797efd97da0813352e5e06 (commit) discards b82c46873425ece0d320e7c0c2feab083d4ad368 (commit) discards 910504508945085f97a4f6060405051022d1c030 (commit) discards 80d0e986350a4f3ee307a08a7e82238472b6f171 (commit) discards 202b3bac042280cedc5e2e3ddac7e22d7b0d3063 (commit) discards 322891e87df084def284764f5902ea75f0ca6e5d (commit) discards cbe0d2243a5485be09e4317085bb380b78f0dfdc (commit) discards b59f1246476214e962f0b9e297519393af75d07a (commit) discards d8c4fa010faaef144549d4afbcd80a1ca16c9e11 (commit) discards d8053b3bbf03fefb5e98ffd51ddbbaa212fb78c5 (commit) discards 67f3abdde110efc7c774fd415ad34c8d9f757549 (commit) discards f7160415d4a18be8fa3c825739ee529a6e9f5821 (commit) discards d9364d8c876a431586bd88e8b5ba4263f928d653 (commit) discards d75e33b3cc151b63681e58a1ece89042cd16050a (commit) discards 269093ce0359265ed01221576be0fc9b02aaa53c (commit) discards 82fc99547a6cee3705861425981b91d99b790526 (commit) discards c575107a69581cd06cfc88c8a53fb21030565be2 (commit) discards e8e5fdc317aa778defe6492de569adc2a957a0de (commit) discards a9fadf028ad45626901b8ddcde7b6b6116c3deaf (commit) discards c0a9113a0f3f59bcbe1101b9bf9ce88e301be342 (commit) discards c0ae20597e3e695b4a96af13aae338157373b466 (commit) discards 618e6710f7578992ac1f76cf9c2fe0eac0af945b (commit) discards 88c3c1a50923f3827746210a244b98619eeff809 (commit) discards a7f038e5ff0731e56b61ba6d300f5ce78dd38eeb (commit) discards e4fac56c4e121da0b01b28ac6462016023b96dd7 (commit) discards c98ba64c6445098a2faaf1bce30520cd7ecd52e0 (commit) discards 94401fbea288484e1c160c0445af905245b66a3f (commit) discards c8b309de6eceafbfa429a10b7d8676b346775af3 (commit) discards f55c03dd710ace6c82f30e9e2117fa3279ba99ff (commit) discards 4c94b8b8d06549715a62c341f345356cf3e95440 (commit) via 36c9f5170524f223d9df868f1c69cb42c7e15848 (commit) via 0d13ae5260df914a32cb9cea8faa815e12c1a157 (commit) via 0b0d05a1e745dffabeff0d9717b5b14cf1aa92ea (commit) via 0e7892390b1e4d1153e4e2f994f7139964da3768 (commit) via 736708d453379cbd645e800ff19568faf8066c53 (commit) via 9d6e76348cdb2240aecf734b76087ac8959f8295 (commit) via 6dd161c7ce49ee2807b0e1319fbb9e7e38d8cdf9 (commit) via c238dc9a84ec663d41bf38fce979a62a9c7f6584 (commit) via 407cec74013e312061f842b4203bb419d5709c23 (commit) via 1c30c5d8b9da347e6d7708ef1a24f6413d465199 (commit) via 6c96adcf41acf79db3e676824353e79c728f8911 (commit) via f5ff950895bf56a9d7933078bd64a519a1aa5398 (commit) via 97d4ff9e4fc981620f504e7cf359b62a8733f42d (commit) via 5eba8df45fbfc2477bd507b0667a848036747334 (commit) via c9337198d68c88b22ecb45118b1c50de88805b8a (commit) via 068e1555b0c377005b7ddcadb63d5d23fa34a918 (commit) via 10d4d0bd9aba20eb19e7a6952040953da6246f2a (commit) via 41ae3242b0b0d3725e207ee2fb0859cca0f1b4db (commit) via 7b79d1018e5ab06e6f4d89ea62ebb18f27829148 (commit) via 13a5c631c1fb7c50b25736eb6de275fe72022e97 (commit) via c970d012b0ab1d033bf0f37ff9ea708df2f14bfe (commit) via 3bab10d0a85cf28f803c1ea1c5074e0dc0220ac9 (commit) via f0d3a551f870338063ba80fa6ceb7904fa1561c0 (commit) via bb8d495d9830af34a33e814199b6cdacfdf9ec55 (commit) via cb49ff38b71b1707d07881edc1fe727045df1bee (commit) via edaa0158a6af2fe4097315ccc321598557d733fa (commit) via a92215e36b65252544f1d7d35740311875d15db8 (commit) via 539a08aedc48bd2165ce4c490dc74c2db234a0d6 (commit) via 6e4c08241a1441214fce0e577ac2c8bbaae797c3 (commit) via 4a3dc708c2cd9a95bb727989b1e1cd383e45916d (commit) via 411e1fc36eefb6ce3e0f0c90ee4409a6c075e68c (commit) via cf1000536568944addf8ae1bbd172139138b80c8 (commit) via 4e6ea9db143d34bf870165c84f84b1fbe5574222 (commit) via b430dc6af08213eca1e13935ec2caed17b057b19 (commit) via 5c13afd3e19c0bb232b98371fa2886df780b3aaf (commit) via e5e4248faff772566f9edf600972b7dc2966c8a7 (commit) via 326bfb97f26fdd6b2d5c3ef79808b345bcc559af (commit) via 3b48ea792d6de41d6c99c4417a38ed17446bdcc2 (commit) via a95f9699f2cc076a33ce1dff4d233da59e414c2e (commit) via a285cee2e832277453b22ff541db979b9e39702c (commit) via 9887fc14e984168ba37f0dca0beba16244f05ba8 (commit) via 43c7cd5e6ea507908a6a2a6e7599243fd0421a78 (commit) via 4bd164f56cb81600399d30fb67af04e67678aa88 (commit) via e5fd674c88957bb43579108439881cfcb973f990 (commit) via 6cb8dc13d5c670475a323c04651115acff009c57 (commit) via c5021cac477d5531503ee13ca43f7b60582f78b6 (commit) via 09dafd4b89ef212555ab9dada1dd071fefc129d7 (commit) via d2884491aea3a049a67f255ee05868eeddf252b2 (commit) via 5fa37c0eb828291da2b6340d402bb8b1d60409b1 (commit) via b41a2117b38a6426c5a06bd3c733d36fed2eac8d (commit) via 8775a1afcffe5dc7fd636c67b7d181b1e7ff97d0 (commit) via 8ebbd43441fab75de61a306140382193b6531848 (commit) via 454ae6ff16a46e71b9700191b944c9bf4e98a142 (commit) via ba9f7afc5571926e33cf4f05dcf661a7c5049229 (commit) via 3472cca652e1c96e76286be746105da25dd34736 (commit) via c078aa0d5291c8845501505ff5f0a3490402f585 (commit) via 1f98bb286e8fbb0b9f2267b51afe0508bd6065a8 (commit) via 937bebaea21d48604a1a1f4a49ac681cfdaa358f (commit) via 9c90e4a950a1eb9c99af40c73a4422eb582e4b5f (commit) via 513706fddb7c84885c4ec2e5c786aa014115503f (commit) via 172258d7f63ab7b4714f1803cb7ebf4fff0285e5 (commit) via b750e04e992bdf3deba3cd1a7f491fb57d3177e2 (commit) via 946f3e82ee9a88f894f54f3c1697489b90092aaf (commit) via 915946978c16fba750322690cec76a1821060c0c (commit) via 7e2a00bfdfda952da2c9b8880429a803be45530a (commit) via bac47d648e324893718289005a137f1079dd6645 (commit) via 82a7b3e43c7d5e79d245003ebc8894e816a9100a (commit) via 26ad3eab89827b4dab5838e0717dbf44cc763c71 (commit) via 88b45f315a4b0afc1c9cfa5e2fa4449dd4aa5d29 (commit) via 73695c604371068d783df68b11cb8f013dad91bd (commit) via 8a1d26cfbab6fc361854958b467690fca6582894 (commit) via dc218c508dac8ccd1170a9372e25b052fa45d886 (commit) via f42edce2e2878a13c183766671518c733855bb4e (commit) via f2334d3c298ea7c8264d0978dfd362e09f5d823a (commit) via cedf574e4d25a42e6ab0cb49eeac630470228ac5 (commit) via a88af9983cec8b34f7465901614883e1a59dc3a9 (commit) via c8dbb56d94d976060b711b39a869c58bead47cc3 (commit) via 072bd2c8c6d5ab0ac35a45061a0108a7ec1317aa (commit) via a91576179c1e642967129d25ed9eb55642ae71ab (commit) via 55d3eccf6bfe8c4e7ced960b61e0a4a9c80d4648 (commit) via b184ace3a844c1489c8633b8a1c560eb4b906b35 (commit) via a803e38703bcb64e564ffed08e8b791d54d1ef4b (commit) via 127efd7312fdd85b34945c3a8ee00eaa93a8c099 (commit) via 971c2f8337d19d08f9f147001d14515530ac4f1d (commit) via 48c3927dad42de80b9c495f33182da4769373300 (commit) via 7b67dfbd0de2fd7885af064b0b2952b4be103169 (commit) via de693c67c22e38fdc9119877c14b29827e7dfc08 (commit) via edc6ba267911bc666b5a735e2b2b7e7d6112d347 (commit) via 2e9a734fe9cd6e7bc5fa35b56b3f640288ebedc4 (commit) via e3b9f8c488050c0e4d84b29f021f3343e3c1baf5 (commit) via ec78efb6924acb5dead84a04fe2d9190acf6d28d (commit) via 414b54a3082ddc195f39d65aa868150083e1365c (commit) via d3176393651ff6566dfe60a97016273261c2ab41 (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 (dd0659326ebbd4a9a2bdafbd9d3b9d6b492d851b) \ N -- N -- N (36c9f5170524f223d9df868f1c69cb42c7e15848) 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=36c9f5170524f223d9df868f1c69cb42c7e15848 commit 36c9f5170524f223d9df868f1c69cb42c7e15848 Author: Neels Hofmeyr Date: Tue Oct 18 20:20:51 2016 +0200 mgcp parsing, set port from mgcp response Change-Id: I90e2c1aa7575d5fa6e0374f5022cbb25fc3f7699 http://cgit.osmocom.org/openbsc/commit/?id=0d13ae5260df914a32cb9cea8faa815e12c1a157 commit 0d13ae5260df914a32cb9cea8faa815e12c1a157 Author: Neels Hofmeyr Date: Tue Oct 18 18:38:59 2016 +0200 mgcp parsing, mgcp test Change-Id: Ibe2ab17b3fa3a506a2e841ba979ea4175e3a21e8 http://cgit.osmocom.org/openbsc/commit/?id=0b0d05a1e745dffabeff0d9717b5b14cf1aa92ea commit 0b0d05a1e745dffabeff0d9717b5b14cf1aa92ea Author: Neels Hofmeyr Date: Fri Oct 14 17:56:17 2016 +0200 mgcp: handle responses from the MGCP GW Change-Id: I5c0493feaec775461b5a017c36b93cc2ad63c896 http://cgit.osmocom.org/openbsc/commit/?id=0e7892390b1e4d1153e4e2f994f7139964da3768 commit 0e7892390b1e4d1153e4e2f994f7139964da3768 Author: Neels Hofmeyr Date: Wed Oct 12 02:53:55 2016 +0200 IuPS: cosmetic: explicitly check RAN type; move comment Change-Id: I8375ba42dd47d7ccd9ce9290767d6f8653a23b94 http://cgit.osmocom.org/openbsc/commit/?id=736708d453379cbd645e800ff19568faf8066c53 commit 736708d453379cbd645e800ff19568faf8066c53 Author: Neels Hofmeyr Date: Wed Oct 12 01:39:25 2016 +0200 IuCS and IuPS: add VTY config for RAB Assignment address kind To accomodate the ip.access nano3G without having to recompile, make the RAB Assignment's Transport Layer Address IE's format configurable, in both osmo-cscn and osmo-sgsn. The long term perspective is to somehow detect which address encoding a given 3G cell prefers, but for the time being just configure it globally and set each ue_conn_ctx to the global setting upon creation. Add VTY command to iu_vty.c, with args passed to iu_vty_init() to insert at an arbitrary VTY node, so that it can be used both for osmo-cscn and osmo-sgsn. Add generic iu_vty_config_write() to write out the config. Call iu_vty_init() from cscn_vty_init(); cscn_vty_init() is in libmsc, hence linking of osmo-cscn now needs libiu to come after libmsc, so move that further down. Change-Id: I93728314742b327336f3fb6de98e6457f687e1f9 http://cgit.osmocom.org/openbsc/commit/?id=9d6e76348cdb2240aecf734b76087ac8959f8295 commit 9d6e76348cdb2240aecf734b76087ac8959f8295 Author: Neels Hofmeyr Date: Wed Oct 12 02:55:31 2016 +0200 IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctx The future perspective is to remember the preferred RAB Transport Layer Address encoding for each 3G cell that is connected, so store per UE conn instead of globally hardcoding. Add rab_assign_addr_enc member to ue_conn_ctx. Thus the iu_rab_act_cs() and iu_rab_act_ps() functions no longer need the explicit use_x213_nsap argument. Add include/openbsc/common.h in order to define the enum nsap_addr_enc, in a separate file to be able to easily include it in all of libmsc, libiu and gprs/* without creating include cycles. Set the rab_assign_addr_enc when an MM ctx is created for iu, and whenever the ue_conn_ctx for an Iu MM ctx is updated. This looks a bit clumsy so far, the hope is that there will be a nice way to setup the ue_conn_ctx prior to that. Change-Id: I49bb5736df7bdfdd55d3e7b74ee559595cfd2f7d http://cgit.osmocom.org/openbsc/commit/?id=6dd161c7ce49ee2807b0e1319fbb9e7e38d8cdf9 commit 6dd161c7ce49ee2807b0e1319fbb9e7e38d8cdf9 Author: Neels Hofmeyr Date: Wed Oct 12 03:30:48 2016 +0200 sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config It makes sense semantically, and prepares for an upcoming commit that uses the internal global config pointer in sgsn_vty_init(), which would not be defined yet without this. Change-Id: Ie4cf1c0a1c9e6330a134ff4b7b2e6d5699c12bd7 http://cgit.osmocom.org/openbsc/commit/?id=c238dc9a84ec663d41bf38fce979a62a9c7f6584 commit c238dc9a84ec663d41bf38fce979a62a9c7f6584 Author: Neels Hofmeyr Date: Wed Oct 12 01:29:33 2016 +0200 iu: sort out confusion around asn_debug and asn1_xer_print Before, I confused asn_debug with asn1_xer_print. Have two distinct VTY commands and fix documentation. Put the asn_debug and asn1_xer_print implementations in iu.c. Since they are globally defined, don't pass a pointer to iu_vty_init() but just use it directly. Might be considered less clean, but is also less bloat. Change-Id: Iccbadfe1585ba224f74cdfb5273b5ce29b6d78f0 http://cgit.osmocom.org/openbsc/commit/?id=407cec74013e312061f842b4203bb419d5709c23 commit 407cec74013e312061f842b4203bb419d5709c23 Author: Neels Hofmeyr Date: Wed Oct 12 01:48:55 2016 +0200 iu.h: add missing includes and type defs So far it was included only in files that also include all needed headers, but make it so that it can be included on its own. Change-Id: I08a756031b995bd01a6e15c678b845fd98de960b http://cgit.osmocom.org/openbsc/commit/?id=1c30c5d8b9da347e6d7708ef1a24f6413d465199 commit 1c30c5d8b9da347e6d7708ef1a24f6413d465199 Author: Neels Hofmeyr Date: Tue Oct 11 02:24:53 2016 +0200 IuCS: rapidly release connections Do the same as we do in 2G: release the connection as soon as nothing else is pending for a given subscriber. Before, osmo-cscn would wait for the UE "to get bored" and send an Iu release. But the CN should stay lean on connections. Also, 25.413[1] in section 7, 6th point states: "While the Iu release is managed from the CN, the RNC has the capability to request the release of all Iu connection resources from the corresponding Iu connection." So far we did not manage Iu release from osmo-cscn at all. Use the same mechanism we use in 2G: from msc_release_connection(), just before freeing the gsm_subscriber_conn, invoke a CN initiated Iu Release command to the UE. This works around OS#1816 ("USSD only works when IuCS is released", on nano3G), because the Iu conn is now released right after every signalling, so that typically no two requests will use the same conn. In iu.h/iu.c, add iu_tx_release(), absorbing almost all of the code from ranap_handle_co_iu_rel_req(). Add stub to db_test.c, necessary to build it without linking libiu. [1] 3GPP TS 25.413 v12.4.0 Release 12 / ETSI TS 125 413 V12.4.0 (2015-04) Related: OS#1816 Change-Id: Ic12bd6f3666f6fd42bd6d9fdae1c93abee3b6786 http://cgit.osmocom.org/openbsc/commit/?id=6c96adcf41acf79db3e676824353e79c728f8911 commit 6c96adcf41acf79db3e676824353e79c728f8911 Author: Neels Hofmeyr Date: Tue Oct 11 00:50:05 2016 +0200 IuCS: don't remove Iu conn until release Don't remove the gsm_subscriber_connection without an Iu Release. From the 2G paradigm to close a subscriber connection as soon as nothing else is pending, osmo-cscn frequently calls msc_release_connection() to see whether a conn has anything pending, or discards it. In 3G however, we so far don't actively release IuCS connections from the MSC side, but wait until the IuCS is released from the UE side. So the conn is often discarded even though the IuCS stays open and valid, which confuses the situation: before the UE releases a bit later, we would try to page the subscriber unsuccessfully, because the UE expects to already be connected. To first fix the discrepancy of Iu vs. subscr release, never discard gsm_subscriber_connections when msc_release_connection() is called. This creates a "lazy" CN that keeps connections open as long as the UE will tolerate. It is really fast in sending many SMS in close succession, but is certainly a bad CN design choice: we should rather stay lean on connections. A subsequent commit will change this, but I decided to keep this commit as a reference, for when we'd like to test situations that should re-use an established connection. Change-Id: I012378cfa432d791146db387554ec1909de05297 http://cgit.osmocom.org/openbsc/commit/?id=f5ff950895bf56a9d7933078bd64a519a1aa5398 commit f5ff950895bf56a9d7933078bd64a519a1aa5398 Author: Neels Hofmeyr Date: Tue Oct 11 01:05:22 2016 +0200 IuCS: detect whether a conn is already secure If a CM Service Request is received on an already secure IuCS connection, we so far didn't notice and started to authenticate again. The UE would readily renew its authentication, but then our state got stuck since ciphering was already established. Instead, don't authenticate again when integrity protection is already established. Change-Id: I3c01fe58276ba0ad918f2cd30cc3dca7c6663e68 http://cgit.osmocom.org/openbsc/commit/?id=97d4ff9e4fc981620f504e7cf359b62a8733f42d commit 97d4ff9e4fc981620f504e7cf359b62a8733f42d Author: Neels Hofmeyr Date: Tue Sep 20 18:18:26 2016 +0200 mgcp dbg log Change-Id: I56fda48edaa92abfc6e3886cdfce733bb0686f73 http://cgit.osmocom.org/openbsc/commit/?id=5eba8df45fbfc2477bd507b0667a848036747334 commit 5eba8df45fbfc2477bd507b0667a848036747334 Author: Neels Hofmeyr 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=c9337198d68c88b22ecb45118b1c50de88805b8a commit c9337198d68c88b22ecb45118b1c50de88805b8a Author: Neels Hofmeyr 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=068e1555b0c377005b7ddcadb63d5d23fa34a918 commit 068e1555b0c377005b7ddcadb63d5d23fa34a918 Author: Neels Hofmeyr Date: Thu Sep 22 20:28:35 2016 +0200 bridge calls via mgcpgw Change-Id: Ie259e30bc532fe9817c96562022ac33443d5747a http://cgit.osmocom.org/openbsc/commit/?id=10d4d0bd9aba20eb19e7a6952040953da6246f2a commit 10d4d0bd9aba20eb19e7a6952040953da6246f2a Author: Neels Hofmeyr 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=41ae3242b0b0d3725e207ee2fb0859cca0f1b4db commit 41ae3242b0b0d3725e207ee2fb0859cca0f1b4db Author: Neels Hofmeyr 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=7b79d1018e5ab06e6f4d89ea62ebb18f27829148 commit 7b79d1018e5ab06e6f4d89ea62ebb18f27829148 Author: Neels Hofmeyr 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=13a5c631c1fb7c50b25736eb6de275fe72022e97 commit 13a5c631c1fb7c50b25736eb6de275fe72022e97 Author: Neels Hofmeyr 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. Rationale: 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. Add general VTY commands that can be used to configure mgcpgw_client. osmo-cscn is going to use this to route RTP streams (for 3G at first). Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135 http://cgit.osmocom.org/openbsc/commit/?id=c970d012b0ab1d033bf0f37ff9ea708df2f14bfe commit c970d012b0ab1d033bf0f37ff9ea708df2f14bfe Author: Neels Hofmeyr Date: Wed Sep 7 13:39:07 2016 +0200 libmgcp: add value strings for mgcp_connection_mode Add file mgcp_common.c to implement the value strings for the mgcp_connection_mode. Add in a separate file because of the upcoming mgcpgw_client.c implementation, introducing a file that contains implementations commonly used in MGCP GW as well as its clients. Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135 http://cgit.osmocom.org/openbsc/commit/?id=3bab10d0a85cf28f803c1ea1c5074e0dc0220ac9 commit 3bab10d0a85cf28f803c1ea1c5074e0dc0220ac9 Author: Neels Hofmeyr Date: Tue Sep 20 18:16:35 2016 +0200 libmgcp: move mgcp_connection_mode to public header mgcp_connection_mode will be used by the upcoming mgcpgw_client.h API. Change-Id: I7a3f8905723320d968f1a53c1036904107b4fb2d http://cgit.osmocom.org/openbsc/commit/?id=f0d3a551f870338063ba80fa6ceb7904fa1561c0 commit f0d3a551f870338063ba80fa6ceb7904fa1561c0 Author: Neels Hofmeyr 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=bb8d495d9830af34a33e814199b6cdacfdf9ec55 commit bb8d495d9830af34a33e814199b6cdacfdf9ec55 Author: Neels Hofmeyr 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=cb49ff38b71b1707d07881edc1fe727045df1bee commit cb49ff38b71b1707d07881edc1fe727045df1bee Author: Neels Hofmeyr 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=edaa0158a6af2fe4097315ccc321598557d733fa commit edaa0158a6af2fe4097315ccc321598557d733fa Author: Harald Welte 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=a92215e36b65252544f1d7d35740311875d15db8 commit a92215e36b65252544f1d7d35740311875d15db8 Author: Neels Hofmeyr Date: Mon May 9 13:20:54 2016 +0200 cosmetic: make gsm0408_loc_upd_rej() static http://cgit.osmocom.org/openbsc/commit/?id=539a08aedc48bd2165ce4c490dc74c2db234a0d6 commit 539a08aedc48bd2165ce4c490dc74c2db234a0d6 Author: Neels Hofmeyr 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=6e4c08241a1441214fce0e577ac2c8bbaae797c3 commit 6e4c08241a1441214fce0e577ac2c8bbaae797c3 Author: Neels Hofmeyr Date: Mon May 30 15:21:52 2016 +0200 remove handle_abisip_signal() Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41 http://cgit.osmocom.org/openbsc/commit/?id=4a3dc708c2cd9a95bb727989b1e1cd383e45916d commit 4a3dc708c2cd9a95bb727989b1e1cd383e45916d Author: Neels Hofmeyr 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=411e1fc36eefb6ce3e0f0c90ee4409a6c075e68c commit 411e1fc36eefb6ce3e0f0c90ee4409a6c075e68c Author: Neels Hofmeyr 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=cf1000536568944addf8ae1bbd172139138b80c8 commit cf1000536568944addf8ae1bbd172139138b80c8 Author: Neels Hofmeyr 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=4e6ea9db143d34bf870165c84f84b1fbe5574222 commit 4e6ea9db143d34bf870165c84f84b1fbe5574222 Author: Neels Hofmeyr 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=b430dc6af08213eca1e13935ec2caed17b057b19 commit b430dc6af08213eca1e13935ec2caed17b057b19 Author: Neels Hofmeyr Date: Tue May 10 13:26:47 2016 +0200 comment on mscsplit, indent comment http://cgit.osmocom.org/openbsc/commit/?id=5c13afd3e19c0bb232b98371fa2886df780b3aaf commit 5c13afd3e19c0bb232b98371fa2886df780b3aaf Author: Neels Hofmeyr 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=e5e4248faff772566f9edf600972b7dc2966c8a7 commit e5e4248faff772566f9edf600972b7dc2966c8a7 Author: Neels Hofmeyr 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=326bfb97f26fdd6b2d5c3ef79808b345bcc559af commit 326bfb97f26fdd6b2d5c3ef79808b345bcc559af Author: Neels Hofmeyr 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=3b48ea792d6de41d6c99c4417a38ed17446bdcc2 commit 3b48ea792d6de41d6c99c4417a38ed17446bdcc2 Author: Neels Hofmeyr 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=a95f9699f2cc076a33ce1dff4d233da59e414c2e commit a95f9699f2cc076a33ce1dff4d233da59e414c2e Author: Neels Hofmeyr 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=a285cee2e832277453b22ff541db979b9e39702c commit a285cee2e832277453b22ff541db979b9e39702c Author: Neels Hofmeyr 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=9887fc14e984168ba37f0dca0beba16244f05ba8 commit 9887fc14e984168ba37f0dca0beba16244f05ba8 Author: Neels Hofmeyr 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=43c7cd5e6ea507908a6a2a6e7599243fd0421a78 commit 43c7cd5e6ea507908a6a2a6e7599243fd0421a78 Author: Neels Hofmeyr 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=4bd164f56cb81600399d30fb67af04e67678aa88 commit 4bd164f56cb81600399d30fb67af04e67678aa88 Author: Neels Hofmeyr 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=e5fd674c88957bb43579108439881cfcb973f990 commit e5fd674c88957bb43579108439881cfcb973f990 Author: Neels Hofmeyr 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=6cb8dc13d5c670475a323c04651115acff009c57 commit 6cb8dc13d5c670475a323c04651115acff009c57 Author: Neels Hofmeyr 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=c5021cac477d5531503ee13ca43f7b60582f78b6 commit c5021cac477d5531503ee13ca43f7b60582f78b6 Author: Neels Hofmeyr Date: Fri Aug 12 16:11:25 2016 +0200 auth log Change-Id: Icd9f8505388a06ee768d2176cb2b9187953098ef http://cgit.osmocom.org/openbsc/commit/?id=09dafd4b89ef212555ab9dada1dd071fefc129d7 commit 09dafd4b89ef212555ab9dada1dd071fefc129d7 Author: Neels Hofmeyr Date: Fri Aug 12 16:09:46 2016 +0200 iu auth wip Change-Id: Icc2522252cf15c54f1a1ea5255314a0de8bfba03 http://cgit.osmocom.org/openbsc/commit/?id=d2884491aea3a049a67f255ee05868eeddf252b2 commit d2884491aea3a049a67f255ee05868eeddf252b2 Author: Neels Hofmeyr Date: Fri Aug 12 16:03:09 2016 +0200 Iu auth wip Change-Id: I44effcca80dc6850178174dc957bcd5608b0ae14 http://cgit.osmocom.org/openbsc/commit/?id=5fa37c0eb828291da2b6340d402bb8b1d60409b1 commit 5fa37c0eb828291da2b6340d402bb8b1d60409b1 Author: Neels Hofmeyr 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=b41a2117b38a6426c5a06bd3c733d36fed2eac8d commit b41a2117b38a6426c5a06bd3c733d36fed2eac8d Author: Neels Hofmeyr 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=8775a1afcffe5dc7fd636c67b7d181b1e7ff97d0 commit 8775a1afcffe5dc7fd636c67b7d181b1e7ff97d0 Author: Neels Hofmeyr 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=8ebbd43441fab75de61a306140382193b6531848 commit 8ebbd43441fab75de61a306140382193b6531848 Author: Neels Hofmeyr 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=454ae6ff16a46e71b9700191b944c9bf4e98a142 commit 454ae6ff16a46e71b9700191b944c9bf4e98a142 Author: Neels Hofmeyr Date: Mon May 30 14:57:14 2016 +0200 osmo-nitb becomes osmo-cscn Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b http://cgit.osmocom.org/openbsc/commit/?id=ba9f7afc5571926e33cf4f05dcf661a7c5049229 commit ba9f7afc5571926e33cf4f05dcf661a7c5049229 Author: Neels Hofmeyr 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=3472cca652e1c96e76286be746105da25dd34736 commit 3472cca652e1c96e76286be746105da25dd34736 Author: Neels Hofmeyr 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=c078aa0d5291c8845501505ff5f0a3490402f585 commit c078aa0d5291c8845501505ff5f0a3490402f585 Author: Neels Hofmeyr 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=1f98bb286e8fbb0b9f2267b51afe0508bd6065a8 commit 1f98bb286e8fbb0b9f2267b51afe0508bd6065a8 Author: Neels Hofmeyr 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=937bebaea21d48604a1a1f4a49ac681cfdaa358f commit 937bebaea21d48604a1a1f4a49ac681cfdaa358f Author: Neels Hofmeyr 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=9c90e4a950a1eb9c99af40c73a4422eb582e4b5f commit 9c90e4a950a1eb9c99af40c73a4422eb582e4b5f Author: Neels Hofmeyr 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=513706fddb7c84885c4ec2e5c786aa014115503f commit 513706fddb7c84885c4ec2e5c786aa014115503f Author: Neels Hofmeyr Date: Tue May 10 14:59:02 2016 +0200 move to libcommon-cs: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO move to libfilter instead? Change-Id: I00ca0caf8224de029f53f4dedb1146e3cf7650ec http://cgit.osmocom.org/openbsc/commit/?id=172258d7f63ab7b4714f1803cb7ebf4fff0285e5 commit 172258d7f63ab7b4714f1803cb7ebf4fff0285e5 Author: Neels Hofmeyr 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=b750e04e992bdf3deba3cd1a7f491fb57d3177e2 commit b750e04e992bdf3deba3cd1a7f491fb57d3177e2 Author: Neels Hofmeyr 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=946f3e82ee9a88f894f54f3c1697489b90092aaf commit 946f3e82ee9a88f894f54f3c1697489b90092aaf Author: Neels Hofmeyr Date: Mon May 30 14:56:06 2016 +0200 add iucs.[hc] Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b http://cgit.osmocom.org/openbsc/commit/?id=915946978c16fba750322690cec76a1821060c0c commit 915946978c16fba750322690cec76a1821060c0c Author: Neels Hofmeyr Date: Fri May 20 21:59:55 2016 +0200 add DIUCS debug log constant Change-Id: Id347a3024fa495a1ab680db7320648d933a4018b http://cgit.osmocom.org/openbsc/commit/?id=7e2a00bfdfda952da2c9b8880429a803be45530a commit 7e2a00bfdfda952da2c9b8880429a803be45530a Author: Neels Hofmeyr 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=bac47d648e324893718289005a137f1079dd6645 commit bac47d648e324893718289005a137f1079dd6645 Author: Neels Hofmeyr 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=82a7b3e43c7d5e79d245003ebc8894e816a9100a commit 82a7b3e43c7d5e79d245003ebc8894e816a9100a Author: Neels Hofmeyr 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=26ad3eab89827b4dab5838e0717dbf44cc763c71 commit 26ad3eab89827b4dab5838e0717dbf44cc763c71 Author: Neels Hofmeyr 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=88b45f315a4b0afc1c9cfa5e2fa4449dd4aa5d29 commit 88b45f315a4b0afc1c9cfa5e2fa4449dd4aa5d29 Author: Neels Hofmeyr 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=73695c604371068d783df68b11cb8f013dad91bd commit 73695c604371068d783df68b11cb8f013dad91bd Author: Neels Hofmeyr 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=8a1d26cfbab6fc361854958b467690fca6582894 commit 8a1d26cfbab6fc361854958b467690fca6582894 Author: Neels Hofmeyr 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=dc218c508dac8ccd1170a9372e25b052fa45d886 commit dc218c508dac8ccd1170a9372e25b052fa45d886 Author: Harald Welte 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=f42edce2e2878a13c183766671518c733855bb4e commit f42edce2e2878a13c183766671518c733855bb4e Author: Neels Hofmeyr Date: Mon May 30 15:00:23 2016 +0200 gsm_subscriber_connection: mark BSC specific items This is intended to prepare for splitting gsm_subscriber_connection into BSC and MSC specific structs, to make the splitting patch more readable. Change-Id: Ib9666225fb9bfec2cf1e364343560571869fe6a7 http://cgit.osmocom.org/openbsc/commit/?id=f2334d3c298ea7c8264d0978dfd362e09f5d823a commit f2334d3c298ea7c8264d0978dfd362e09f5d823a Author: Neels Hofmeyr Date: Mon May 9 21:56:42 2016 +0200 osmo-nitb: exit when MNCC socket init failed Change-Id: Icef97bb5da9840b810fe6f4b4da6abd4baa66915 http://cgit.osmocom.org/openbsc/commit/?id=cedf574e4d25a42e6ab0cb49eeac630470228ac5 commit cedf574e4d25a42e6ab0cb49eeac630470228ac5 Author: Neels Hofmeyr 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=a88af9983cec8b34f7465901614883e1a59dc3a9 commit a88af9983cec8b34f7465901614883e1a59dc3a9 Author: Neels Hofmeyr Date: Sat May 14 03:24:41 2016 +0200 move to libcommon-cs: 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=c8dbb56d94d976060b711b39a869c58bead47cc3 commit c8dbb56d94d976060b711b39a869c58bead47cc3 Author: Neels Hofmeyr 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 libcommon-cs in subsequent commit). Adjust time zone Ctrl Interface code. Change-Id: I69848887d92990f3d6f969be80f6ef91f6bdbbe8 http://cgit.osmocom.org/openbsc/commit/?id=072bd2c8c6d5ab0ac35a45061a0108a7ec1317aa commit 072bd2c8c6d5ab0ac35a45061a0108a7ec1317aa Author: Neels Hofmeyr 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. Change-Id: I5e0ba0ecf1726ebd540800f4e98fdfc937c904ff http://cgit.osmocom.org/openbsc/commit/?id=a91576179c1e642967129d25ed9eb55642ae71ab commit a91576179c1e642967129d25ed9eb55642ae71ab Author: Neels Hofmeyr 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. Change-Id: Ifb86698cd57a09f03b935b6d3fcea87eff4cd397 http://cgit.osmocom.org/openbsc/commit/?id=55d3eccf6bfe8c4e7ced960b61e0a4a9c80d4648 commit 55d3eccf6bfe8c4e7ced960b61e0a4a9c80d4648 Author: Neels Hofmeyr Date: Thu May 12 01:16:58 2016 +0200 move to libcommon-cs: 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 common_cs_vty.c. Add arg to common_cs_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 libcommon-cs and pass a different config_write_net() function. Change-Id: I871b7b32a0c56fdce983e409cf244ec487d24e71 http://cgit.osmocom.org/openbsc/commit/?id=b184ace3a844c1489c8633b8a1c560eb4b906b35 commit b184ace3a844c1489c8633b8a1c560eb4b906b35 Author: Neels Hofmeyr Date: Wed May 11 18:48:39 2016 +0200 move to libcommon-cs: global vty gsm_network pointer Move gsmnet_from_vty() and the bsc_gsmnet global to common_cs_vty.c. Rename bsc_gsmnet to vty_global_gsm_network and make it static to common_cs_vty.c, to clearly mark the global variable for VTY use only. Introduce common_cs_vty_init() to set vty_global_gsm_network. Change-Id: I26c5c47de08f899b896813d09612d5cb2f8e42d6 http://cgit.osmocom.org/openbsc/commit/?id=a803e38703bcb64e564ffed08e8b791d54d1ef4b commit a803e38703bcb64e564ffed08e8b791d54d1ef4b Author: Neels Hofmeyr Date: Mon Oct 24 01:53:38 2016 +0200 global gsm_network: move allocation further up Now that bsc_network_alloc() is separate, move it to before the VTY init (a subsequent patch will pass the gsm_network instance as a parameter to vty_init()). bsc_hack.c: drop the comment that says about the VTY init: "This needs to precede handle_options()" -- it is not accurate. Actually move the handle_options() above both vty_init() and the bsc_network_alloc() calls, to be able to decide which mncc callback to pass to bsc_network_alloc. It would make sense to set this later on, but that would require further refactoring of the bsc_network_init() and gsm_network_init() signatures, so not in this patch. Change-Id: Ie6a7037e703b5a2d08ceeb20d35f197aaddc9d1b http://cgit.osmocom.org/openbsc/commit/?id=127efd7312fdd85b34945c3a8ee00eaa93a8c099 commit 127efd7312fdd85b34945c3a8ee00eaa93a8c099 Author: Neels Hofmeyr Date: Wed May 11 14:12:00 2016 +0200 split bsc_bootstrap_network() in alloc and config For patch clarity, keep some code dup to be removed in a subsequent patch. In the same sense don't change the fact that mncc_sock_init()'s return value is ignored. The global gsm_network instance 'bsc_gsmnet' is basically only used by the VTY, and a future patch will "hide" that global in a vty .c file. In a nutshell, I want to - first allocate a gsm_network, - then initialize the VTY passing the gsm_network pointer, - and then read the config file using the initialized VTY. So far, bsc_bootstrap_network() allocates the gsm_network and reads the config file right away, which only works by sharing the extern bsc_gsmnet pointer, which I would like to uncouple. Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a http://cgit.osmocom.org/openbsc/commit/?id=971c2f8337d19d08f9f147001d14515530ac4f1d commit 971c2f8337d19d08f9f147001d14515530ac4f1d Author: Neels Hofmeyr Date: Thu May 12 03:03:50 2016 +0200 tests: drop unused libmsc, unneeded duplicate libbsc linking Because of libcommon-cs, tests/gsm0408,subscr,trau no longer need libmsc. Change-Id: I9073eba41a1cd3136ed7a9def6fe8aaf282eaa18 http://cgit.osmocom.org/openbsc/commit/?id=48c3927dad42de80b9c495f33182da4769373300 commit 48c3927dad42de80b9c495f33182da4769373300 Author: Neels Hofmeyr 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=7b67dfbd0de2fd7885af064b0b2952b4be103169 commit 7b67dfbd0de2fd7885af064b0b2952b4be103169 Author: Neels Hofmeyr Date: Tue May 10 13:30:17 2016 +0200 factor out & introduce struct gsm_encr, in common_cs.h Factor out encryption info from struct gsm_lchan as struct gsm_encr, placed in common_cs.h. Change-Id: I94015fb9dd511c37c1e3058a0963c780b3f700ac Future: this will be used by libmsc's subscriber connection, for osmo-cscn. http://cgit.osmocom.org/openbsc/commit/?id=de693c67c22e38fdc9119877c14b29827e7dfc08 commit de693c67c22e38fdc9119877c14b29827e7dfc08 Author: Neels Hofmeyr Date: Tue May 10 12:50:31 2016 +0200 move to libcommon-cs: factor out gen of USSD notify and release complete Both libmsc and libbsc will need distinct gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() functions, since there will be 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 libcommon-cs. Change-Id: I33a84e3c28576ced91d2ea24103123431f551173 http://cgit.osmocom.org/openbsc/commit/?id=edc6ba267911bc666b5a735e2b2b7e7d6112d347 commit edc6ba267911bc666b5a735e2b2b7e7d6112d347 Author: Neels Hofmeyr Date: Tue May 10 14:58:51 2016 +0200 move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej() Used by libbsc, libmsc as well as osmo-bsc and osmo-bsc_nat. Moving gsm48_create* to libcommon-cs affects linking of osmo-bsc_nat, resulting in undefined references to gsm48_extract_mi() and gsm48_paging_extract_mi(); fix that by placing libfilter.a left of libbsc.a upon linker invocation. Change-Id: I212c2567b56191022b683674c1c4daf842839946 http://cgit.osmocom.org/openbsc/commit/?id=2e9a734fe9cd6e7bc5fa35b56b3f640288ebedc4 commit 2e9a734fe9cd6e7bc5fa35b56b3f640288ebedc4 Author: Neels Hofmeyr Date: Sat May 14 00:46:29 2016 +0200 move to libcommon-cs: 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 libcommon-cs 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 libcommon-cs. The other items are kept out of libcommon-cs 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. Change-Id: If06316b97002390dc9a434686750cb96193ea63b http://cgit.osmocom.org/openbsc/commit/?id=e3b9f8c488050c0e4d84b29f021f3343e3c1baf5 commit e3b9f8c488050c0e4d84b29f021f3343e3c1baf5 Author: Neels Hofmeyr Date: Sat May 14 00:57:04 2016 +0200 move to libcommon-cs: net init 2: move bsc_network_init decl to new .h bsc_network_init() is more fit to live in a BSC specific header, move it to new common_bsc.h. It will probably also absorb the BSC-specific part of gsm_network in the future. Adjust header includes across the board. Particularly, fix abis_nm.h by explicitly including gsm_data.h: it so far relied on other headers to do that, which now is no longer always given. Change-Id: I9edfb1e748bb1cb484fadd48b0406f5b3098e89b http://cgit.osmocom.org/openbsc/commit/?id=ec78efb6924acb5dead84a04fe2d9190acf6d28d commit ec78efb6924acb5dead84a04fe2d9190acf6d28d Author: Neels Hofmeyr Date: Sat May 14 00:45:26 2016 +0200 move to libcommon-cs: 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 libcommon-cs, 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=414b54a3082ddc195f39d65aa868150083e1365c commit 414b54a3082ddc195f39d65aa868150083e1365c Author: Neels Hofmeyr Date: Wed May 11 14:28:25 2016 +0200 define mncc_recv_cb_t to avoid code dup Put mncc_recv_cb_t in common_cs.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 common_cs.h (future knowledge). Since I will need to use mncc_recv_cb_t in common_cs.h, including gsm_data.h from there would introduce an #include loop. Avoid that and define mncc_recv_cb_t in common_cs.h to begin with. Change-Id: I2e64cffa563750ce9f3172ffba6f9cf5b9280e9c http://cgit.osmocom.org/openbsc/commit/?id=d3176393651ff6566dfe60a97016273261c2ab41 commit d3176393651ff6566dfe60a97016273261c2ab41 Author: Neels Hofmeyr Date: Tue May 10 12:50:31 2016 +0200 Add empty libcommon-cs This will gradually soak up code shared by libbsc and libmsc. Change-Id: If34e2bd38a099d0799238337468d56e0305ab8ae ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/Makefile.am | 3 ++- openbsc/include/openbsc/abis_nm.h | 2 ++ openbsc/include/openbsc/common_bsc.h | 9 +++++++++ openbsc/include/openbsc/osmo_bsc.h | 5 ----- openbsc/src/ipaccess/ipaccess-config.c | 2 +- openbsc/src/libbsc/bsc_init.c | 2 +- openbsc/src/utils/bs11_config.c | 2 +- openbsc/tests/channel/channel_test.c | 2 +- openbsc/tests/gsm0408/gsm0408_test.c | 2 +- 9 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 openbsc/include/openbsc/common_bsc.h hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Mon Nov 14 12:09:29 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 14 Nov 2016 12:09:29 GMT Subject: openbsc.git branch neels/mgcp updated. 0.15.0-622-g9f6bbeb Message-ID: <201611141209.uAEC9Tms068653@git.osmocom.org> 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/mgcp has been updated discards babc479fe4cfe30210814c0805c38e27e25d8160 (commit) discards 2bfb75d8561910090c9362b110abd2454088da2d (commit) discards e1bcb0c3bc5e4dcc41333756b9a16fd5e87acb83 (commit) discards a78f7965c2dbd3a4c4909431d7fb002c0a0ea223 (commit) discards 204db9a9e8fee541ea81ef1342a5aa2b5371c948 (commit) discards 1501d658f7a74fad44229a64f3ad5c78b3ca6986 (commit) discards dd0659326ebbd4a9a2bdafbd9d3b9d6b492d851b (commit) discards 1667c4b962c218ca0a41a30b4a9779ebda588ec1 (commit) discards 45070b078b71c9a330a7470666317a25f0b9454d (commit) discards e58719c73c1481d41af981a3a81d18540e71c480 (commit) discards 5654def87f2588b8ddf20a52e41a4a2748019967 (commit) discards 013edbd50851ad3e6a359d1c917302ee77914161 (commit) discards 9e33d11b9fd1b872ed109375bdd8d96d34972943 (commit) discards 5e076a010d408c7fd05828c9de41274536f4d797 (commit) discards a4e06816758fd32bebdbc3c4b75b429b026dc6a5 (commit) discards ffe24b4130d2b7515ffd49cd6f44ecd6358e5140 (commit) discards c632f63f46c4581b1c4874d1d4ed5dd251a86181 (commit) discards 7279239c1683464d573d23ebaa9eb803320688aa (commit) discards e0fa018644d77d06c383ce0a745770d94c975f14 (commit) discards f8bfcaac30f4949bd08e7afb16a17db0bcdcb7f5 (commit) discards ea4613814b83ae33c2f1a7c06d3e352396b403f4 (commit) discards 421d1d587cae91a9bb5c1427159eab0171ce3c2e (commit) discards 387ae9ce83ff6ce8c8757cd27b0d87c2dfe69743 (commit) discards b00eeb199771bf186965e49086e97f4cfcb5345c (commit) discards 5e4779ab04bfb8cc2ca7b3d6969659596585276c (commit) discards b80bacf8c6903453871c76b9e97ef397e526170d (commit) discards 0711abfe8d26facccf4c71a0c0e7fe4eb274e9d4 (commit) discards 7ad985a2593f8630828f6deb2c3cb88ab68df8ad (commit) discards 6460cd40611a18fe71b87915f5bed5726033f7b3 (commit) discards f6973e2b199830f698ae4304e632061c7ce771d7 (commit) discards 83a7992ef078d67ec51b310f42b18a3df15061ff (commit) discards 8206c88c487514fb0034c46cdfb975c7ddb79c83 (commit) discards 42eb760238735b57cb834970d264b882ff3c9a30 (commit) discards 45277cb4640ce7001233d6f9cbf947709bda0abd (commit) discards 275d52f3a213c897ad03be2f5ba4f3ca3b6183f3 (commit) discards 4acdd708f2a629acff15049c7a4f43387599b581 (commit) discards 52e6aa56125c27464d8aad4339fb5357630ea922 (commit) discards d7748ab6add8b37a43454c939a762d9095080a41 (commit) discards 4400945029947c1265523c6b0911f13b46a5eed1 (commit) discards 7e35b6ab867aa257c65c0610d544422fb3e160db (commit) discards 98c821a8d288c08b5be62a6d973605134bf2c48a (commit) discards e254ef32f0a6e356aa8f18240af083b503f21677 (commit) discards 35b60ecad0cc96c7c6c2fd5bca3f085500e8d78a (commit) discards c736473d185e7b123ec9129870d0f54b8ae397ec (commit) discards 16f0c299e31bada300311f5b7335394e14575539 (commit) discards d066cb87c1ce1d4530bd3fa1af0668cc3dc45602 (commit) discards 25c762b45dd798fea73bbaf3a6ee08cef0a14e8a (commit) discards f4691377e1e497c9b9092c260cf5614483127a5c (commit) discards d86588f1780954bb88d326eba9887085c6aacf18 (commit) discards 77458c4a569fa99066549b7d73f09f7051bdeb10 (commit) discards 168e5aa7596c3908831a8c88c16287adee79b7e6 (commit) discards 5753ed90a7d6b33123c761fcf554a682f5cbf19a (commit) discards eb3eba1e6912ca5071b3b972058df5929c26bd7c (commit) discards 4f01f27824797abd56b5f85cda261e99af013cce (commit) discards 86d529176dbf4833f0f9212c2c730dfbcdf0f49d (commit) discards d81c5940f90fbcd5309fbc2113fb1cec19c7c47b (commit) discards e04f0a3e7f95f2f74c0d35b33a6b6770ba87005e (commit) discards 01f4a354f416257c6b57e1d752c04266df582b1a (commit) discards 2f392489ef7aa4f62314352f45728f09d8a06dd2 (commit) discards da2c6f98faa16aa5464013e3ac45762b76cb7f22 (commit) discards 9d13a15b07e87f629c5d419d5f808e3077a806bc (commit) discards e875d7018ec39af03a129db58a9a9dfdc67f6299 (commit) discards 47281da7307f8fdcf013d2e8cafa12c7cf38629f (commit) discards 33399d3d8dfe95fdc68dbf1937bc520e01db914c (commit) discards 6dcfd7ae3a96bcb7ee1ea5b99c93f9bd885c2337 (commit) discards 3cea6198ebefa7bf5c604801bb49002df9872b87 (commit) discards bb1a2bd52c03141d87f2b728c9d7371f29924594 (commit) discards e407919c353a54af7e06677de912ca747521bb7e (commit) discards dabd4db05a620124c2e49c032706b5b5f89d6533 (commit) discards 128db2ce4c5b62e275797efd97da0813352e5e06 (commit) discards b82c46873425ece0d320e7c0c2feab083d4ad368 (commit) discards 910504508945085f97a4f6060405051022d1c030 (commit) discards 80d0e986350a4f3ee307a08a7e82238472b6f171 (commit) discards 202b3bac042280cedc5e2e3ddac7e22d7b0d3063 (commit) discards 322891e87df084def284764f5902ea75f0ca6e5d (commit) discards cbe0d2243a5485be09e4317085bb380b78f0dfdc (commit) discards b59f1246476214e962f0b9e297519393af75d07a (commit) discards d8c4fa010faaef144549d4afbcd80a1ca16c9e11 (commit) discards d8053b3bbf03fefb5e98ffd51ddbbaa212fb78c5 (commit) discards 67f3abdde110efc7c774fd415ad34c8d9f757549 (commit) discards f7160415d4a18be8fa3c825739ee529a6e9f5821 (commit) discards d9364d8c876a431586bd88e8b5ba4263f928d653 (commit) discards d75e33b3cc151b63681e58a1ece89042cd16050a (commit) discards 269093ce0359265ed01221576be0fc9b02aaa53c (commit) discards 82fc99547a6cee3705861425981b91d99b790526 (commit) discards c575107a69581cd06cfc88c8a53fb21030565be2 (commit) discards e8e5fdc317aa778defe6492de569adc2a957a0de (commit) discards a9fadf028ad45626901b8ddcde7b6b6116c3deaf (commit) discards c0a9113a0f3f59bcbe1101b9bf9ce88e301be342 (commit) discards c0ae20597e3e695b4a96af13aae338157373b466 (commit) discards 618e6710f7578992ac1f76cf9c2fe0eac0af945b (commit) discards 88c3c1a50923f3827746210a244b98619eeff809 (commit) discards a7f038e5ff0731e56b61ba6d300f5ce78dd38eeb (commit) discards e4fac56c4e121da0b01b28ac6462016023b96dd7 (commit) discards c98ba64c6445098a2faaf1bce30520cd7ecd52e0 (commit) discards 94401fbea288484e1c160c0445af905245b66a3f (commit) discards c8b309de6eceafbfa429a10b7d8676b346775af3 (commit) discards f55c03dd710ace6c82f30e9e2117fa3279ba99ff (commit) discards 4c94b8b8d06549715a62c341f345356cf3e95440 (commit) via 9f6bbeb2cdf69c35cfc93d79d15e4576aff54fc2 (commit) via 5c3d05c9e5a9832b4d4f855329d8355c402951c0 (commit) via 9cdf37692ab673b7297613d7d0b808a3670fd9c0 (commit) via c14555872ca893ad9c4ec54c7fabfe7869e5ff69 (commit) via 8e6c5101ca6840f752c3feb5bcc8838a9579dbb8 (commit) via c11fb5d16ed6422b20daeacc5439d9111b82420a (commit) via 36c9f5170524f223d9df868f1c69cb42c7e15848 (commit) via 0d13ae5260df914a32cb9cea8faa815e12c1a157 (commit) via 0b0d05a1e745dffabeff0d9717b5b14cf1aa92ea (commit) via 0e7892390b1e4d1153e4e2f994f7139964da3768 (commit) via 736708d453379cbd645e800ff19568faf8066c53 (commit) via 9d6e76348cdb2240aecf734b76087ac8959f8295 (commit) via 6dd161c7ce49ee2807b0e1319fbb9e7e38d8cdf9 (commit) via c238dc9a84ec663d41bf38fce979a62a9c7f6584 (commit) via 407cec74013e312061f842b4203bb419d5709c23 (commit) via 1c30c5d8b9da347e6d7708ef1a24f6413d465199 (commit) via 6c96adcf41acf79db3e676824353e79c728f8911 (commit) via f5ff950895bf56a9d7933078bd64a519a1aa5398 (commit) via 97d4ff9e4fc981620f504e7cf359b62a8733f42d (commit) via 5eba8df45fbfc2477bd507b0667a848036747334 (commit) via c9337198d68c88b22ecb45118b1c50de88805b8a (commit) via 068e1555b0c377005b7ddcadb63d5d23fa34a918 (commit) via 10d4d0bd9aba20eb19e7a6952040953da6246f2a (commit) via 41ae3242b0b0d3725e207ee2fb0859cca0f1b4db (commit) via 7b79d1018e5ab06e6f4d89ea62ebb18f27829148 (commit) via 13a5c631c1fb7c50b25736eb6de275fe72022e97 (commit) via c970d012b0ab1d033bf0f37ff9ea708df2f14bfe (commit) via 3bab10d0a85cf28f803c1ea1c5074e0dc0220ac9 (commit) via f0d3a551f870338063ba80fa6ceb7904fa1561c0 (commit) via bb8d495d9830af34a33e814199b6cdacfdf9ec55 (commit) via cb49ff38b71b1707d07881edc1fe727045df1bee (commit) via edaa0158a6af2fe4097315ccc321598557d733fa (commit) via a92215e36b65252544f1d7d35740311875d15db8 (commit) via 539a08aedc48bd2165ce4c490dc74c2db234a0d6 (commit) via 6e4c08241a1441214fce0e577ac2c8bbaae797c3 (commit) via 4a3dc708c2cd9a95bb727989b1e1cd383e45916d (commit) via 411e1fc36eefb6ce3e0f0c90ee4409a6c075e68c (commit) via cf1000536568944addf8ae1bbd172139138b80c8 (commit) via 4e6ea9db143d34bf870165c84f84b1fbe5574222 (commit) via b430dc6af08213eca1e13935ec2caed17b057b19 (commit) via 5c13afd3e19c0bb232b98371fa2886df780b3aaf (commit) via e5e4248faff772566f9edf600972b7dc2966c8a7 (commit) via 326bfb97f26fdd6b2d5c3ef79808b345bcc559af (commit) via 3b48ea792d6de41d6c99c4417a38ed17446bdcc2 (commit) via a95f9699f2cc076a33ce1dff4d233da59e414c2e (commit) via a285cee2e832277453b22ff541db979b9e39702c (commit) via 9887fc14e984168ba37f0dca0beba16244f05ba8 (commit) via 43c7cd5e6ea507908a6a2a6e7599243fd0421a78 (commit) via 4bd164f56cb81600399d30fb67af04e67678aa88 (commit) via e5fd674c88957bb43579108439881cfcb973f990 (commit) via 6cb8dc13d5c670475a323c04651115acff009c57 (commit) via c5021cac477d5531503ee13ca43f7b60582f78b6 (commit) via 09dafd4b89ef212555ab9dada1dd071fefc129d7 (commit) via d2884491aea3a049a67f255ee05868eeddf252b2 (commit) via 5fa37c0eb828291da2b6340d402bb8b1d60409b1 (commit) via b41a2117b38a6426c5a06bd3c733d36fed2eac8d (commit) via 8775a1afcffe5dc7fd636c67b7d181b1e7ff97d0 (commit) via 8ebbd43441fab75de61a306140382193b6531848 (commit) via 454ae6ff16a46e71b9700191b944c9bf4e98a142 (commit) via ba9f7afc5571926e33cf4f05dcf661a7c5049229 (commit) via 3472cca652e1c96e76286be746105da25dd34736 (commit) via c078aa0d5291c8845501505ff5f0a3490402f585 (commit) via 1f98bb286e8fbb0b9f2267b51afe0508bd6065a8 (commit) via 937bebaea21d48604a1a1f4a49ac681cfdaa358f (commit) via 9c90e4a950a1eb9c99af40c73a4422eb582e4b5f (commit) via 513706fddb7c84885c4ec2e5c786aa014115503f (commit) via 172258d7f63ab7b4714f1803cb7ebf4fff0285e5 (commit) via b750e04e992bdf3deba3cd1a7f491fb57d3177e2 (commit) via 946f3e82ee9a88f894f54f3c1697489b90092aaf (commit) via 915946978c16fba750322690cec76a1821060c0c (commit) via 7e2a00bfdfda952da2c9b8880429a803be45530a (commit) via bac47d648e324893718289005a137f1079dd6645 (commit) via 82a7b3e43c7d5e79d245003ebc8894e816a9100a (commit) via 26ad3eab89827b4dab5838e0717dbf44cc763c71 (commit) via 88b45f315a4b0afc1c9cfa5e2fa4449dd4aa5d29 (commit) via 73695c604371068d783df68b11cb8f013dad91bd (commit) via 8a1d26cfbab6fc361854958b467690fca6582894 (commit) via dc218c508dac8ccd1170a9372e25b052fa45d886 (commit) via f42edce2e2878a13c183766671518c733855bb4e (commit) via f2334d3c298ea7c8264d0978dfd362e09f5d823a (commit) via cedf574e4d25a42e6ab0cb49eeac630470228ac5 (commit) via a88af9983cec8b34f7465901614883e1a59dc3a9 (commit) via c8dbb56d94d976060b711b39a869c58bead47cc3 (commit) via 072bd2c8c6d5ab0ac35a45061a0108a7ec1317aa (commit) via a91576179c1e642967129d25ed9eb55642ae71ab (commit) via 55d3eccf6bfe8c4e7ced960b61e0a4a9c80d4648 (commit) via b184ace3a844c1489c8633b8a1c560eb4b906b35 (commit) via a803e38703bcb64e564ffed08e8b791d54d1ef4b (commit) via 127efd7312fdd85b34945c3a8ee00eaa93a8c099 (commit) via 971c2f8337d19d08f9f147001d14515530ac4f1d (commit) via 48c3927dad42de80b9c495f33182da4769373300 (commit) via 7b67dfbd0de2fd7885af064b0b2952b4be103169 (commit) via de693c67c22e38fdc9119877c14b29827e7dfc08 (commit) via edc6ba267911bc666b5a735e2b2b7e7d6112d347 (commit) via 2e9a734fe9cd6e7bc5fa35b56b3f640288ebedc4 (commit) via e3b9f8c488050c0e4d84b29f021f3343e3c1baf5 (commit) via ec78efb6924acb5dead84a04fe2d9190acf6d28d (commit) via 414b54a3082ddc195f39d65aa868150083e1365c (commit) via d3176393651ff6566dfe60a97016273261c2ab41 (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 (babc479fe4cfe30210814c0805c38e27e25d8160) \ N -- N -- N (9f6bbeb2cdf69c35cfc93d79d15e4576aff54fc2) 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=9f6bbeb2cdf69c35cfc93d79d15e4576aff54fc2 commit 9f6bbeb2cdf69c35cfc93d79d15e4576aff54fc2 Author: Neels Hofmeyr Date: Sun Nov 6 23:37:02 2016 +0100 wip Change-Id: I9e824d9a57251f5144500765f9b7bfe7f02a16c4 http://cgit.osmocom.org/openbsc/commit/?id=5c3d05c9e5a9832b4d4f855329d8355c402951c0 commit 5c3d05c9e5a9832b4d4f855329d8355c402951c0 Author: Neels Hofmeyr Date: Fri Oct 21 01:36:26 2016 +0200 mgcp hack: rtcp: pass back a sender report as well as a receiver report Change-Id: Ieaf5d70c9749f587a8a7feda2684d11b8967986e http://cgit.osmocom.org/openbsc/commit/?id=9cdf37692ab673b7297613d7d0b808a3670fd9c0 commit 9cdf37692ab673b7297613d7d0b808a3670fd9c0 Author: Neels Hofmeyr Date: Fri Oct 21 01:35:57 2016 +0200 mgcp hack: modify the ssrc id Change-Id: I443fc676071cc7ee8254777e4c74553b35341158 http://cgit.osmocom.org/openbsc/commit/?id=c14555872ca893ad9c4ec54c7fabfe7869e5ff69 commit c14555872ca893ad9c4ec54c7fabfe7869e5ff69 Author: Neels Hofmeyr Date: Fri Oct 21 01:33:57 2016 +0200 mgcp hack: don't change payload type when passing RTP thru Change-Id: I9c43704a4c1e26d434c0d7e7ee370b2c21fb3399 http://cgit.osmocom.org/openbsc/commit/?id=8e6c5101ca6840f752c3feb5bcc8838a9579dbb8 commit 8e6c5101ca6840f752c3feb5bcc8838a9579dbb8 Author: Neels Hofmeyr Date: Fri Oct 21 01:32:10 2016 +0200 mgcp: log payload type change Change-Id: Iee5fa667dece12174b1933345c1ed640a264ed97 http://cgit.osmocom.org/openbsc/commit/?id=c11fb5d16ed6422b20daeacc5439d9111b82420a commit c11fb5d16ed6422b20daeacc5439d9111b82420a Author: Neels Hofmeyr Date: Tue Oct 18 20:21:07 2016 +0200 mgcp debug logging Change-Id: I06a060244e91080680e88551e870f0058711921f ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/Makefile.am | 3 ++- openbsc/include/openbsc/abis_nm.h | 2 ++ openbsc/include/openbsc/common_bsc.h | 9 +++++++++ openbsc/include/openbsc/osmo_bsc.h | 5 ----- openbsc/src/ipaccess/ipaccess-config.c | 2 +- openbsc/src/libbsc/bsc_init.c | 2 +- openbsc/src/utils/bs11_config.c | 2 +- openbsc/tests/channel/channel_test.c | 2 +- openbsc/tests/gsm0408/gsm0408_test.c | 2 +- 9 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 openbsc/include/openbsc/common_bsc.h hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Mon Nov 14 13:34:06 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 14 Nov 2016 13:34:06 GMT Subject: libosmocore.git branch neels/oap updated. 0.9.0-288-g996726b Message-ID: <201611141334.uAEDY6gf090028@git.osmocom.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "An utility library for Open Source Mobile Communications". The branch, neels/oap has been updated discards 2914c704351dcae5e7da6f8ba7048c4c879bf6fe (commit) via 996726bcc0e2a6b3c19a6f0c090011044bf3459a (commit) via 4f72cb39452f223a7af506c6447a7541bbfa3329 (commit) via 0f22430446fff00d39a09d5dac6b5b1703d4dc29 (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 (2914c704351dcae5e7da6f8ba7048c4c879bf6fe) \ N -- N -- N (996726bcc0e2a6b3c19a6f0c090011044bf3459a) 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/libosmocore/commit/?id=996726bcc0e2a6b3c19a6f0c090011044bf3459a commit 996726bcc0e2a6b3c19a6f0c090011044bf3459a Author: Neels Hofmeyr Date: Mon Nov 14 14:22:02 2016 +0100 cosmetic: oap.h: add API doc, remove trailing blank line Change-Id: I83adc6dabf81fe4ae579d6c2b700edf24613f5c6 http://cgit.osmocom.org/libosmocore/commit/?id=4f72cb39452f223a7af506c6447a7541bbfa3329 commit 4f72cb39452f223a7af506c6447a7541bbfa3329 Author: Harald Welte Date: Wed Apr 27 18:32:35 2016 +0200 import oap message parsing / encoding from openbsc.git http://cgit.osmocom.org/libosmocore/commit/?id=0f22430446fff00d39a09d5dac6b5b1703d4dc29 commit 0f22430446fff00d39a09d5dac6b5b1703d4dc29 Author: Neels Hofmeyr Date: Mon Nov 14 14:17:14 2016 +0100 cosmetic: gsup.* comments: write 'Generic' for the G in GSUP The G used to mean GPRS, but the scope is larger now. To satisfy the curious reader, give the G a name in gsup files' header comments. BTW, logging.h and gsup_test.c already mentioned "Generic" before this. Change-Id: I6ac5cf94c215e156ceff6a58da3d9e520ca942d9 ----------------------------------------------------------------------- Summary of changes: include/osmocom/gsm/gsup.h | 2 +- include/osmocom/gsm/oap.h | 18 +++++++++++++++--- src/gsm/gsup.c | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Mon Nov 14 13:48:51 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 14 Nov 2016 13:48:51 GMT Subject: openbsc.git branch users/laforge/vlr updated. 0.15.0-320-g5d90dcd Message-ID: <201611141348.uAEDmpaU093357@git.osmocom.org> 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, users/laforge/vlr has been updated via 5d90dcd28f64f6cf4970fb59a898c620b78a38ee (commit) from 7b1bbbea60b9b04ff20e67561c201fd08ed42ab6 (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=5d90dcd28f64f6cf4970fb59a898c620b78a38ee commit 5d90dcd28f64f6cf4970fb59a898c620b78a38ee Author: Harald Welte Date: Mon Nov 14 14:48:00 2016 +0100 WIP: more incomplete libvlr integration work Change-Id: I77fb3a540c900be6440d0aec12161711b65b8aa6 ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/gsm_data.h | 2 + openbsc/include/openbsc/osmo_msc.h | 22 +++++++ openbsc/include/openbsc/vlr.h | 55 +++++++++++++--- openbsc/src/libbsc/bsc_api.c | 4 ++ openbsc/src/libmsc/Makefile.am | 3 +- openbsc/src/libmsc/gsm_04_08.c | 107 ++++++++++++++++++-------------- openbsc/src/libmsc/osmo_msc.c | 16 ++--- openbsc/src/libvlr/Makefile.am | 2 +- openbsc/src/libvlr/vlr.c | 3 +- openbsc/src/libvlr/vlr_access_req_fsm.c | 37 +++++++---- openbsc/src/libvlr/vlr_access_req_fsm.h | 34 ---------- openbsc/src/libvlr/vlr_lu_fsm.c | 8 +-- 12 files changed, 182 insertions(+), 111 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Mon Nov 14 13:55:23 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 14 Nov 2016 13:55:23 GMT Subject: openbsc.git branch users/laforge/vlr updated. 0.15.0-321-g35d2d59 Message-ID: <201611141355.uAEDtNpj095100@git.osmocom.org> 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, users/laforge/vlr has been updated via 35d2d592bc34399e5eb4f1f068a202609a266f42 (commit) from 5d90dcd28f64f6cf4970fb59a898c620b78a38ee (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=35d2d592bc34399e5eb4f1f068a202609a266f42 commit 35d2d592bc34399e5eb4f1f068a202609a266f42 Author: Harald Welte Date: Mon Nov 14 14:54:41 2016 +0100 WIP: attempt at a subscr_conn_fsm Change-Id: Ie42cb4c286c413c8acbc0b235b4f44fd74806a97 ----------------------------------------------------------------------- Summary of changes: openbsc/src/libmsc/subscr_conn_fsm.c | 132 +++++++++++++++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 openbsc/src/libmsc/subscr_conn_fsm.c hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Mon Nov 14 14:18:08 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 14 Nov 2016 14:18:08 GMT Subject: openbsc.git branch neels/vlr_subscr_conn_fsm created. 0.15.0-533-gbccfa3a Message-ID: <201611141418.uAEEI8b8000913@git.osmocom.org> 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/vlr_subscr_conn_fsm has been created at bccfa3a9f263b12a216a82457d5bdc6d5cc7d659 (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=bccfa3a9f263b12a216a82457d5bdc6d5cc7d659 commit bccfa3a9f263b12a216a82457d5bdc6d5cc7d659 Author: Harald Welte Date: Mon Nov 14 14:54:41 2016 +0100 WIP: attempt at a subscr_conn_fsm Change-Id: Ie42cb4c286c413c8acbc0b235b4f44fd74806a97 http://cgit.osmocom.org/openbsc/commit/?id=cf8b0075e0dc2a2512277c619ceebed3df4d51e1 commit cf8b0075e0dc2a2512277c619ceebed3df4d51e1 Author: Harald Welte Date: Mon Nov 14 14:48:00 2016 +0100 WIP: more incomplete libvlr integration work Change-Id: I77fb3a540c900be6440d0aec12161711b65b8aa6 ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Mon Nov 14 14:18:53 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 14 Nov 2016 14:18:53 GMT Subject: openbsc.git branch neels/vlr updated. 0.15.0-532-gcf8b007 Message-ID: <201611141418.uAEEIrfd001074@git.osmocom.org> 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/vlr has been updated via cf8b0075e0dc2a2512277c619ceebed3df4d51e1 (commit) from 96acc6619f0efd1a55bbe752738252245cf1787b (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=cf8b0075e0dc2a2512277c619ceebed3df4d51e1 commit cf8b0075e0dc2a2512277c619ceebed3df4d51e1 Author: Harald Welte Date: Mon Nov 14 14:48:00 2016 +0100 WIP: more incomplete libvlr integration work Change-Id: I77fb3a540c900be6440d0aec12161711b65b8aa6 ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/gsm_data.h | 2 + openbsc/include/openbsc/osmo_msc.h | 22 +++++++ openbsc/include/openbsc/vlr.h | 55 +++++++++++++--- openbsc/src/libbsc/bsc_api.c | 4 ++ openbsc/src/libmsc/Makefile.am | 1 + openbsc/src/libmsc/gsm_04_08.c | 107 ++++++++++++++++++-------------- openbsc/src/libmsc/osmo_msc.c | 16 ++--- openbsc/src/libvlr/Makefile.am | 2 +- openbsc/src/libvlr/vlr.c | 3 +- openbsc/src/libvlr/vlr_access_req_fsm.c | 37 +++++++---- openbsc/src/libvlr/vlr_access_req_fsm.h | 34 ---------- openbsc/src/libvlr/vlr_lu_fsm.c | 8 +-- 12 files changed, 181 insertions(+), 110 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Tue Nov 15 01:03:37 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 15 Nov 2016 01:03:37 GMT Subject: openbsc.git branch neels/vlr updated. 0.15.0-533-g9fe41d4 Message-ID: <201611150103.uAF13bNw033318@git.osmocom.org> 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/vlr has been updated via 9fe41d41444252bd6497760b7a5879f1ba707277 (commit) from cf8b0075e0dc2a2512277c619ceebed3df4d51e1 (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=9fe41d41444252bd6497760b7a5879f1ba707277 commit 9fe41d41444252bd6497760b7a5879f1ba707277 Author: Neels Hofmeyr Date: Tue Nov 15 02:03:12 2016 +0100 wip Change-Id: Ibc071e70abe993d655997aa375a9afd6be8e2b6d ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/gsm_data.h | 2 +- openbsc/include/openbsc/vlr.h | 2 +- openbsc/src/libbsc/abis_rsl.c | 2 +- openbsc/src/libmsc/gsm_04_08.c | 22 +++++++++++++--------- openbsc/src/libvlr/vlr_access_req_fsm.c | 10 ++-------- openbsc/src/libvlr/vlr_lu_fsm.c | 10 +++++----- 6 files changed, 23 insertions(+), 25 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Tue Nov 15 01:13:51 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 15 Nov 2016 01:13:51 GMT Subject: osmo-bts.git branch 5a3993c6f6895b53c383cf408e978709bdceeec5 created. 0.4.0-327-gfc2aaa4 Message-ID: <201611150113.uAF1DpD3035192@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, 5a3993c6f6895b53c383cf408e978709bdceeec5 has been created at fc2aaa4f560e4b0da0e6742e04f16a9187618dc4 (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/osmo-bts/commit/?id=fc2aaa4f560e4b0da0e6742e04f16a9187618dc4 commit fc2aaa4f560e4b0da0e6742e04f16a9187618dc4 Author: Alexander Chemeris Date: Fri Nov 4 22:30:35 2016 +0300 trx: Add "maxdlynb" VTY command to control max TA for Normal Bursts. Change-Id: Ib5d255299668ac1ef9f0ce95e016f55ba3c82277 http://cgit.osmocom.org/osmo-bts/commit/?id=b1ddbbc1e320625dfcd9c7d5be8db9905abbe54a commit b1ddbbc1e320625dfcd9c7d5be8db9905abbe54a Author: Alexander Chemeris Date: Sun Jun 14 23:52:57 2015 -0400 vty: Add commands to manually activate/deactivate a channel. This is a hack, but it's the easiest way to make BTS level loopback to work. Another way to implement this is to have BSC/NITB to send the OML command. Note, that the current code hardcodes the channel to be TCH/F which is what we need for the BER testing. Change-Id: Ia2734afeff023e5b3d6b934c7e8b1ed95a071b72 http://cgit.osmocom.org/osmo-bts/commit/?id=5a3993c6f6895b53c383cf408e978709bdceeec5 commit 5a3993c6f6895b53c383cf408e978709bdceeec5 Author: Alexander Chemeris Date: Sat Sep 12 00:08:03 2015 -0400 l1sap: Fix use-after-free in loopback mode. ----------------------------------------------------------------------- hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Tue Nov 15 01:30:26 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 15 Nov 2016 01:30:26 GMT Subject: osmo-bts.git branch 5a3993c6f6895b53c383cf408e978709bdceeec5 deleted. 0.4.0-327-gfc2aaa4 Message-ID: <201611150130.uAF1UQPb038342@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, 5a3993c6f6895b53c383cf408e978709bdceeec5 has been deleted was fc2aaa4f560e4b0da0e6742e04f16a9187618dc4 ----------------------------------------------------------------------- fc2aaa4f560e4b0da0e6742e04f16a9187618dc4 trx: Add "maxdlynb" VTY command to control max TA for Normal Bursts. ----------------------------------------------------------------------- hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Tue Nov 15 22:31:35 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 15 Nov 2016 22:31:35 GMT Subject: libosmocore.git branch master updated. 0.9.0-286-g55363a9 Message-ID: <201611152231.uAFMVZL1090969@git.osmocom.org> 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 55363a9f621566d82fc30408a6c657d9e81f5789 (commit) from 8593f1f57a5140a34cd4f7063c2e7fcb54e1837b (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=55363a9f621566d82fc30408a6c657d9e81f5789 commit 55363a9f621566d82fc30408a6c657d9e81f5789 Author: Daniel Willmann Date: Tue Nov 15 10:05:51 2016 +0100 vty: Skip printing non-initialized log categories Without this patch the vty command show logging vty will cause a segfault if not all elements of the log_categories array are defined. Ticket: OW#3053 Sponsored-by: On-Waves ehf Change-Id: Ieeba649c3bde6c9376d8e32b00b92beb37c08ef2 ----------------------------------------------------------------------- Summary of changes: src/vty/logging_vty.c | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Tue Nov 15 22:32:20 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 15 Nov 2016 22:32:20 GMT Subject: openbsc.git branch master updated. 0.15.0-529-gbb42eee Message-ID: <201611152232.uAFMWK17091167@git.osmocom.org> 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 bb42eee11310eb03526138d38a8af7d705500253 (commit) via beade314d0f747fa6e77df85931fd7f4251ff2df (commit) from 58273f4b885326fc9ae65b70ddc44f1fe655cf5e (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=bb42eee11310eb03526138d38a8af7d705500253 commit bb42eee11310eb03526138d38a8af7d705500253 Author: Daniel Willmann Date: Tue Nov 8 15:29:30 2016 +0100 test/gbproxy: Test for possible memory corruption when link_info is freed This test is to trigger the use-after free issue in commit bff7b0d80972. If compiled with address-sanitizer the test will abort without the fix. Change-Id: I5e8c6626ba43342740f08d699383bdded739079f Ticket: OW#3049 Sponsored-by: On-Waves ehf http://cgit.osmocom.org/openbsc/commit/?id=beade314d0f747fa6e77df85931fd7f4251ff2df commit beade314d0f747fa6e77df85931fd7f4251ff2df Author: Daniel Willmann Date: Mon Nov 7 17:54:29 2016 +0100 gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_info In case the link_info is deleted we have to stop handling the stored messages inside link_info. Not doing so can lead to invalid memory being accessed. Change-Id: Ieb8503e9e94e7a5ac450ad8aa1713ec4f21cdea5 Ticket: OW#3049 Sponsored-by: On-Waves ehf ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/gb_proxy.h | 2 +- openbsc/src/gprs/gb_proxy.c | 22 +++-- openbsc/src/gprs/gb_proxy_tlli.c | 16 +-- openbsc/tests/gbproxy/gbproxy_test.c | 95 ++++++++++++++++++ openbsc/tests/gbproxy/gbproxy_test.ok | 181 ++++++++++++++++++++++++++++++++++ 5 files changed, 303 insertions(+), 13 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Tue Nov 15 22:32:37 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 15 Nov 2016 22:32:37 GMT Subject: openbsc.git branch master updated. 0.15.0-530-g7d30935 Message-ID: <201611152232.uAFMWbLV091257@git.osmocom.org> 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 7d3093506ad9621caf2a5af11602ec081ab76480 (commit) from bb42eee11310eb03526138d38a8af7d705500253 (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=7d3093506ad9621caf2a5af11602ec081ab76480 commit 7d3093506ad9621caf2a5af11602ec081ab76480 Author: Philipp Date: Tue Nov 15 19:37:05 2016 +0100 SNDCP: Fixup based on Coverity Scan suggestion This commit fixes Coverity Scan defect: CID 151900: Null pointer dereferences (FORWARD_NULL) Passing null pointer "comp_field->v42bis_params->nsapi" to "memcpy", which dereferences it. Change-Id: Iff83e21168a267dd4b4c401ab7c603e029b3ac39 ----------------------------------------------------------------------- Summary of changes: openbsc/src/gprs/gprs_sndcp_comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Tue Nov 15 22:35:54 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 15 Nov 2016 22:35:54 GMT Subject: openbsc.git branch master updated. 0.15.0-531-gc04c6ed Message-ID: <201611152235.uAFMZsih092360@git.osmocom.org> 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 c04c6ed4af36afa414f6f9a1828a131c0d30c4ce (commit) from 7d3093506ad9621caf2a5af11602ec081ab76480 (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=c04c6ed4af36afa414f6f9a1828a131c0d30c4ce commit c04c6ed4af36afa414f6f9a1828a131c0d30c4ce Author: Max Date: Thu Nov 10 18:29:50 2016 +0100 abisip-find: use protocol constant Use library define instead of directly using hardcoded value. Change-Id: Ie9b8bc55bf40cf005434f27e205d47ffab959413 ----------------------------------------------------------------------- Summary of changes: openbsc/src/ipaccess/abisip-find.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 16 09:29:40 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 09:29:40 GMT Subject: libosmocore.git branch master updated. 0.9.0-287-g9b4d065 Message-ID: <201611160929.uAG9Te8N029926@git.osmocom.org> 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 9b4d065ba5b75d564845d6aeef6596ce5768b2a3 (commit) from 55363a9f621566d82fc30408a6c657d9e81f5789 (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=9b4d065ba5b75d564845d6aeef6596ce5768b2a3 commit 9b4d065ba5b75d564845d6aeef6596ce5768b2a3 Author: Max Date: Tue Nov 15 19:21:23 2016 +0100 Extend IPA error logging Output more information in case of IPA protocol errors to make debugging easier. Change-Id: I7632d6e679e076bfbec9abc12da4a46cc27ccea1 Related: SYS#3028 ----------------------------------------------------------------------- Summary of changes: src/gsm/ipa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Wed Nov 16 09:58:43 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 09:58:43 GMT Subject: openbsc.git branch laforge/om2000-fsm deleted. 0.15.0-335-g3edbb45 Message-ID: <201611160958.uAG9whA4039244@git.osmocom.org> 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, laforge/om2000-fsm has been deleted was 3edbb45ff4325b3e1da60940aada9344c48e4366 ----------------------------------------------------------------------- 3edbb45ff4325b3e1da60940aada9344c48e4366 OM2000: Fix state machien for CF/TRXC on START Result ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 16 09:58:42 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 09:58:42 GMT Subject: openbsc.git branch laforge/om2000-rebase deleted. 0.15.0-502-g5344d6f Message-ID: <201611160958.uAG9wgro039225@git.osmocom.org> 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, laforge/om2000-rebase has been deleted was 5344d6f04c1b91e3ca68fbadb1b28def715aa6a1 ----------------------------------------------------------------------- 5344d6f04c1b91e3ca68fbadb1b28def715aa6a1 RBS2000: re-establish any lost signalling links ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 16 10:08:02 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 10:08:02 GMT Subject: libosmo-abis.git branch master updated. 0.3.2-40-gab3b560 Message-ID: <201611161008.uAGA82Fw041212@git.osmocom.org> 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 A-bis protcol interface library". The branch, master has been updated via ab3b5606fe02cd87241e9992cfe232eed07033f9 (commit) from 67b81eb6fe6c29e5f22bb94c83c028bde5f8e47b (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/libosmo-abis/commit/?id=ab3b5606fe02cd87241e9992cfe232eed07033f9 commit ab3b5606fe02cd87241e9992cfe232eed07033f9 Author: Harald Welte Date: Wed Nov 16 11:02:25 2016 +0100 lapd_pcap.h: Add missing #include lines we reference 'struct msgb' and mode_t, so we have to #include the right header files. Change-Id: Iac8f905182b60782202bdf75e04d47ea89dc3863 ----------------------------------------------------------------------- Summary of changes: include/osmocom/abis/lapd_pcap.h | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- Osmocom A-bis protcol interface library From gitosis at osmocom.org Wed Nov 16 10:08:21 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 10:08:21 GMT Subject: libosmo-abis.git branch master updated. 0.3.2-41-g35daa67 Message-ID: <201611161008.uAGA8LCW041285@git.osmocom.org> 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 A-bis protcol interface library". The branch, master has been updated via 35daa67763b53790edecd8329d4012b9b1ed436f (commit) from ab3b5606fe02cd87241e9992cfe232eed07033f9 (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/libosmo-abis/commit/?id=35daa67763b53790edecd8329d4012b9b1ed436f commit 35daa67763b53790edecd8329d4012b9b1ed436f Author: Alexander Couzens Date: Tue Nov 8 16:17:20 2016 +0100 e1_input: remove superflous semi colon Change-Id: I7e9079cbac1d9920da2aace35810682b49ec532f ----------------------------------------------------------------------- Summary of changes: src/e1_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Osmocom A-bis protcol interface library From gitosis at osmocom.org Wed Nov 16 10:09:11 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 10:09:11 GMT Subject: libosmocore.git branch master updated. 0.9.0-288-g00b1539 Message-ID: <201611161009.uAGA9BdX041550@git.osmocom.org> 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 00b15390079630588de6a8c6092a1df690d723db (commit) from 9b4d065ba5b75d564845d6aeef6596ce5768b2a3 (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=00b15390079630588de6a8c6092a1df690d723db commit 00b15390079630588de6a8c6092a1df690d723db Author: Philipp Date: Mon Nov 14 12:34:15 2016 +0100 RSL: Add defines for ericsson systinfo SI13 Ericsson uses non standard information element tags when setting up the SI13 system information configuration. This applies to RSL_SYSTEM_INFO_13, which is normally 0x28, instead Ericsson uses RSL_ERIC_SYSTEM_INFO_13, which is set to 0x0C. Furthermore, Ericsson adds a propritary field called BCCH-Mapping, which is tagged as 0xf2 (RSL_IE_ERIC_BCCH_MAPPING) This patch addes these two information element tags in gsm_08_58.h Change-Id: Idc27352e286b9b8bbcbf0b31bdb676c3d13487a9 ----------------------------------------------------------------------- Summary of changes: include/osmocom/gsm/protocol/gsm_08_58.h | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Wed Nov 16 12:04:49 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 12:04:49 GMT Subject: openbsc.git branch laforge/om2000 created. 0.15.0-541-g3bc66b8 Message-ID: <201611161204.uAGC4nQC067531@git.osmocom.org> 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, laforge/om2000 has been created at 3bc66b8d05d132f4661d540322668a6a885e4f39 (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=3bc66b8d05d132f4661d540322668a6a885e4f39 commit 3bc66b8d05d132f4661d540322668a6a885e4f39 Author: Harald Welte Date: Wed Nov 16 13:02:56 2016 +0100 RBS2000: More missing dynamic TCH initialization When OM2000 has confirmed that a TS is started, call dyn_ts_init() on the timeslot to start the processing for fully dynamic (osmocom style) TCH/F_TCH/H_PDCH. This should in turn trigger the activation of idle timeslots as PDCH until we want to allocate any of them for TCH/F or TCH/H. Change-Id: I1a1fd61d6afd85449cacad4bacfb830252dab6b1 http://cgit.osmocom.org/openbsc/commit/?id=66c18c7b2bebc9b43e8e3fd6182fa30c3b743b5f commit 66c18c7b2bebc9b43e8e3fd6182fa30c3b743b5f Author: Harald Welte Date: Wed Nov 16 10:32:22 2016 +0100 RBS2000: Add EGPRS capabilities to BTS model http://cgit.osmocom.org/openbsc/commit/?id=64d1a4540dc582ba2bbf86f5a87e417c1514fd32 commit 64d1a4540dc582ba2bbf86f5a87e417c1514fd32 Author: Philipp Date: Wed Nov 2 12:05:44 2016 +0100 rsl: support for ericssons propritary SI13 format Ericsson has introduced a propritary format to issue the S13 BCCH information. Normally the system info type field for SI13 would be encoded as 0x28. Ericsson encodes that field as 0x02 and ads a bcch mapping parameter, (IEI=F2) This patch sets the BCCH mapping to 0x00 (=BCCH Normal) statically (0xF200) The new constands are added to libosmocore, see commit: f0f9c8c29daaefbf9cff19177ade4a13ffb2e36c Change-Id: Ie0900f9b810744172b3090ce1b0ef7b7a1132946 http://cgit.osmocom.org/openbsc/commit/?id=6891ddb6e2e05932d112f0b7ea5a2e93f465d222 commit 6891ddb6e2e05932d112f0b7ea5a2e93f465d222 Author: Harald Welte Date: Tue Nov 15 23:23:56 2016 +0100 OM2000: Add three IEs to TCH activation about which we have no clue http://cgit.osmocom.org/openbsc/commit/?id=b0973372b8a342f990347d83a2bb43f408f6b487 commit b0973372b8a342f990347d83a2bb43f408f6b487 Author: Harald Welte Date: Tue Nov 15 23:23:42 2016 +0100 OM2000: fix fully dynamic TCH support http://cgit.osmocom.org/openbsc/commit/?id=591f9a7f5bbc6607d6c4d6d7afae6747af7b8488 commit 591f9a7f5bbc6607d6c4d6d7afae6747af7b8488 Author: Harald Welte Date: Tue Nov 15 23:00:29 2016 +0100 OM2000: Change the order of MO initialization So far: CF-IS-CON-TF Now: CF-TF-CON-IS http://cgit.osmocom.org/openbsc/commit/?id=ea8e4b8d1e56ff0283c6dea3834758769776c543 commit ea8e4b8d1e56ff0283c6dea3834758769776c543 Author: Harald Welte Date: Tue Nov 15 22:59:24 2016 +0100 OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req Ack WIP: This must be made conditional to using unix domain sockets and a transport that supports L2TP at all. http://cgit.osmocom.org/openbsc/commit/?id=4d71a655e4685f63a94909a06a7a43148697572c commit 4d71a655e4685f63a94909a06a7a43148697572c Author: Harald Welte Date: Tue Nov 15 22:58:49 2016 +0100 OM2000: Add FIXME comments for missing resolving of RX/TX MO! http://cgit.osmocom.org/openbsc/commit/?id=9d2d9ad8bc49e86a497aa4e5023b327ab396e2dd commit 9d2d9ad8bc49e86a497aa4e5023b327ab396e2dd Author: Harald Welte Date: Tue Nov 15 21:18:35 2016 +0100 HACK: Don't require TRX numbers to start at 0 http://cgit.osmocom.org/openbsc/commit/?id=bb525f867c6947d05ac56f749c073ea220a10de2 commit bb525f867c6947d05ac56f749c073ea220a10de2 Author: Alexander Couzens Date: Tue Nov 1 23:39:03 2016 +0100 unixsocket: include UNIXSOCKET into sabm Change-Id: If98c037119142cc33b46ab5c1bf02d4cda81c81e ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 16 14:51:00 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 14:51:00 GMT Subject: openbsc.git branch laforge/om2000 updated. 0.15.0-542-gb55226e Message-ID: <201611161451.uAGEp0lG001994@git.osmocom.org> 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, laforge/om2000 has been updated via b55226ebec9312815403381f40bfb2056bbc14d3 (commit) from 3bc66b8d05d132f4661d540322668a6a885e4f39 (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=b55226ebec9312815403381f40bfb2056bbc14d3 commit b55226ebec9312815403381f40bfb2056bbc14d3 Author: Harald Welte Date: Wed Nov 16 15:17:22 2016 +0100 [WIP] RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCH This seems to be mandatory when an Ericsson RBS2000 uses a SuperChannel as back-haul. Still needs cleanup. ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/abis_rsl.c | 8 ++++++++ 1 file changed, 8 insertions(+) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 16 16:34:58 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 16:34:58 GMT Subject: libosmocore.git branch master updated. 0.9.0-289-g6e363e7 Message-ID: <201611161634.uAGGYwQv024861@git.osmocom.org> 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 6e363e7e31761f47d06d4074670d85693d03c038 (commit) from 00b15390079630588de6a8c6092a1df690d723db (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=6e363e7e31761f47d06d4074670d85693d03c038 commit 6e363e7e31761f47d06d4074670d85693d03c038 Author: Harald Welte Date: Wed Nov 16 16:58:52 2016 +0100 gsm_08_58.h: Add more Ericsson specific RSL IE Identifiers Change-Id: Ib43948da956f23609b1b0995ecac0c796cc7c629 ----------------------------------------------------------------------- Summary of changes: include/osmocom/gsm/protocol/gsm_08_58.h | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Wed Nov 16 16:35:27 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 16:35:27 GMT Subject: openbsc.git branch master updated. 0.15.0-532-gfb89b9b Message-ID: <201611161635.uAGGZRBS025065@git.osmocom.org> 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 fb89b9b00b6be88d3822fc206f117660e038a046 (commit) from c04c6ed4af36afa414f6f9a1828a131c0d30c4ce (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=fb89b9b00b6be88d3822fc206f117660e038a046 commit fb89b9b00b6be88d3822fc206f117660e038a046 Author: Philipp Date: Thu Oct 27 17:54:00 2016 +0200 rbs2000: Add missing bts feature definitions function bts_model_rbs2k_start() in bts_ericsson_rbs2000.c lacks the feature definition for GPRS and EGPRS. Change-Id: I777a67862084aa6cca39cfc43f5708e47608b0e6 ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/bts_ericsson_rbs2000.c | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 16 16:36:03 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 16:36:03 GMT Subject: openbsc.git branch master updated. 0.15.0-533-g38cba5a Message-ID: <201611161636.uAGGa3j8025314@git.osmocom.org> 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 38cba5aa7972260c4444ecea3fd47651a5d54059 (commit) from fb89b9b00b6be88d3822fc206f117660e038a046 (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=38cba5aa7972260c4444ecea3fd47651a5d54059 commit 38cba5aa7972260c4444ecea3fd47651a5d54059 Author: Philipp Date: Tue Nov 15 19:27:20 2016 +0100 OM2000: Fixup based on Coverity Scan suggestion This commit fixes Coverity Scan defect: CID 151901: Insecure data handling (TAINTED_SCALAR) Passing tainted variable "tag_len" to a tainted sink. Change-Id: Ic71ed6a3bbb228bc03e95bfc4a6f5fe09cf5a021 ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/abis_om2000.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 16 16:37:51 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 16:37:51 GMT Subject: osmo-bts.git branch master updated. 0.4.0-325-gb2fbdd0 Message-ID: <201611161637.uAGGbpLD025827@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via b2fbdd023be07b7031e83ec79f67fc5c39aec423 (commit) from 66325aee71e23e01492935b6253031bcd7233aa4 (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-bts/commit/?id=b2fbdd023be07b7031e83ec79f67fc5c39aec423 commit b2fbdd023be07b7031e83ec79f67fc5c39aec423 Author: Alexander Chemeris Date: Sat Sep 12 00:08:03 2015 -0400 l1sap: Fix use-after-free in loopback mode. By default l1sap_tch_ind() returns 0 which signals to its caller that message has been processed and can be freed. In case of loopback we're forwarding the message to dl_tch_queue who will free it later. Returning 1 from l1sap_tch_ind() prevents caller from freeing message. Change-Id: I1e065075baa51c88fa717f132e1f0a83df68be02 ----------------------------------------------------------------------- Summary of changes: src/common/l1sap.c | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Wed Nov 16 16:39:08 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 16:39:08 GMT Subject: osmo-bts.git branch master updated. 0.4.0-326-gf7b559f Message-ID: <201611161639.uAGGd8Ki026144@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via f7b559f96017f994fc5a3a7b3e73d09f5a195bcb (commit) from b2fbdd023be07b7031e83ec79f67fc5c39aec423 (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-bts/commit/?id=f7b559f96017f994fc5a3a7b3e73d09f5a195bcb commit f7b559f96017f994fc5a3a7b3e73d09f5a195bcb Author: Alexander Chemeris Date: Sun Jun 14 23:52:57 2015 -0400 vty: Add commands to manually activate/deactivate a channel. This is the easiest way I found to make BTS level loopback to work. Another way to implement this is to have BSC/NITB to send the OML command, but it's a longer path with no clear benefits. Note, that the current code hardcodes the channel to be TCH/F with v1 speech, which is what we need for the basic BER testing. We may want to extend this later to support more channel types. Change-Id: Ia2734afeff023e5b3d6b934c7e8b1ed95a071b72 ----------------------------------------------------------------------- Summary of changes: src/common/vty.c | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Wed Nov 16 16:41:00 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 16:41:00 GMT Subject: libosmocore.git branch master updated. 0.9.0-290-g9683104 Message-ID: <201611161641.uAGGf0nq026553@git.osmocom.org> 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 96831049d926a6faf291a8ce29433e7718369b58 (commit) from 6e363e7e31761f47d06d4074670d85693d03c038 (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=96831049d926a6faf291a8ce29433e7718369b58 commit 96831049d926a6faf291a8ce29433e7718369b58 Author: Neels Hofmeyr Date: Tue Nov 15 17:31:14 2016 +0100 build: make check: disable sim_test when built with --disable-pcsc Numerous issues caused sim_test to be attempted even though libosmosim was not built: In configure.ac, the ENABLE_PCSC variable lacked an AC_SUBST() to be exported. Furthermore in configure.ac, no value 'yes'/'no' was assigned to the ENABLE_PCSC variable, only to the enable_pcsc value. In testsuite.at, encapsulating the sim_test in 'if ENABLE_PCSC' seems to have no effect, regardless (not even when using a variable that should be defined accurately). So fix with these steps, similarly to how we do it in openbsc: In AC_ARG_ENABLE, directly use 'ENABLE_PCSC' to assign 'yes'/'no'. Export the same using AC_SUBST(). Add tests/atlocal.in to translate ENABLE_PCSC to enable_sim_test (also add atlocal to AC_OUTPUT and distclean). Use enable_sim_test in testuite.at, as seen in openbsc: use AT_CHECK() to indicate skipping the test if enable_sim_test isn't 'yes'. Change-Id: I9e8740c7d2dfbd272e22fee85972ef3fda7184a8 ----------------------------------------------------------------------- Summary of changes: configure.ac | 10 ++++++---- tests/Makefile.am | 8 ++++++-- tests/atlocal.in | 1 + tests/testsuite.at | 1 + 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 tests/atlocal.in hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Wed Nov 16 17:01:57 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 17:01:57 GMT Subject: openbsc.git branch master updated. 0.15.0-534-g309425e Message-ID: <201611161701.uAGH1v0m031761@git.osmocom.org> 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 309425e10549c4e3db8c6a95731fbeb24276ffbf (commit) from 38cba5aa7972260c4444ecea3fd47651a5d54059 (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=309425e10549c4e3db8c6a95731fbeb24276ffbf commit 309425e10549c4e3db8c6a95731fbeb24276ffbf Author: Philipp Date: Wed Nov 2 12:05:44 2016 +0100 rsl: support for ericssons propritary SI13 format Ericsson has introduced a propritary format to issue the S13 BCCH information. Normally the system info type field for SI13 would be encoded as 0x28. Ericsson encodes that field as 0x02 and ads a bcch mapping parameter, (IEI=F2) This patch sets the BCCH mapping to 0x00 (=BCCH Normal) statically (0xF200) The new constands are added to libosmocore, see commit: f0f9c8c29daaefbf9cff19177ade4a13ffb2e36c Change-Id: Ie0900f9b810744172b3090ce1b0ef7b7a1132946 ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/abis_rsl.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 16 19:08:37 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 16 Nov 2016 19:08:37 GMT Subject: openbsc.git branch master updated. 0.15.0-536-g80ccb95 Message-ID: <201611161908.uAGJ8bpW059356@git.osmocom.org> 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 80ccb952676cb4a068410991c5d53d19f228f695 (commit) via 96638d141e43cc299c2927c600802764fa9b0ebb (commit) from 309425e10549c4e3db8c6a95731fbeb24276ffbf (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=80ccb952676cb4a068410991c5d53d19f228f695 commit 80ccb952676cb4a068410991c5d53d19f228f695 Author: Harald Welte Date: Tue Nov 15 23:23:42 2016 +0100 OM2000: Fix missing dynamic TCH initialization When OM2000 has confirmed that a TS is started, call dyn_ts_init() on the timeslot to start the processing for fully dynamic (osmocom style) TCH/F_TCH/H_PDCH. This should in turn trigger the activation of idle timeslots as PDCH until we want to allocate any of them for TCH/F or TCH/H. Change-Id: I1a1fd61d6afd85449cacad4bacfb830252dab6b1 http://cgit.osmocom.org/openbsc/commit/?id=96638d141e43cc299c2927c600802764fa9b0ebb commit 96638d141e43cc299c2927c600802764fa9b0ebb Author: Harald Welte Date: Tue Nov 15 23:23:56 2016 +0100 OM2000: Add three IEs to TCH activation about which we have no clue Change-Id: Ie3067606033e894c558659ddf0025d01b8198cf9 ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/abis_om2000.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Thu Nov 17 03:48:49 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 17 Nov 2016 03:48:49 GMT Subject: libosmocore.git branch neels/fsm-to-dot created. 0.9.0-291-g1cb8def Message-ID: <201611170348.uAH3mn6e075438@git.osmocom.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "An utility library for Open Source Mobile Communications". The branch, neels/fsm-to-dot has been created at 1cb8def2b1367f906ae4ac7a697e43c995bf1c29 (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/libosmocore/commit/?id=1cb8def2b1367f906ae4ac7a697e43c995bf1c29 commit 1cb8def2b1367f906ae4ac7a697e43c995bf1c29 Author: Neels Hofmeyr Date: Wed Nov 16 14:36:29 2016 +0100 contrib: add fsm-to-dot.py to draw osmo_fsm dotty graphs Change-Id: I155f57a608d600f59aedfd27ef66eb9772c124e7 ----------------------------------------------------------------------- hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Thu Nov 17 14:18:15 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 17 Nov 2016 14:18:15 GMT Subject: openbsc.git branch master updated. 0.15.0-537-g26f6ced Message-ID: <201611171418.uAHEIFLb014257@git.osmocom.org> 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 26f6ced05c8311a93eb4b9c6228ceeb2559c57d0 (commit) from 80ccb952676cb4a068410991c5d53d19f228f695 (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=26f6ced05c8311a93eb4b9c6228ceeb2559c57d0 commit 26f6ced05c8311a93eb4b9c6228ceeb2559c57d0 Author: Pravin Kumarvel Date: Thu Nov 17 12:19:01 2016 +0530 Correct Logging macro for pdpctx_timer_start This commit corrects the Logging macro used in pdpctx_timer_start. Change-Id: Id4e3a7fb934ed82af8096fda9ddd3f4550e05844 ----------------------------------------------------------------------- Summary of changes: openbsc/src/gprs/gprs_gmm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Thu Nov 17 22:42:56 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 17 Nov 2016 22:42:56 GMT Subject: libosmocore.git branch neels/fsm-to-dot updated. 0.9.0-291-g4ddcedc Message-ID: <201611172242.uAHMgugB018954@git.osmocom.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "An utility library for Open Source Mobile Communications". The branch, neels/fsm-to-dot has been updated discards 1cb8def2b1367f906ae4ac7a697e43c995bf1c29 (commit) via 4ddcedcf0113ea89dcde916d6c26c7604b2a24ac (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 (1cb8def2b1367f906ae4ac7a697e43c995bf1c29) \ N -- N -- N (4ddcedcf0113ea89dcde916d6c26c7604b2a24ac) 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/libosmocore/commit/?id=4ddcedcf0113ea89dcde916d6c26c7604b2a24ac commit 4ddcedcf0113ea89dcde916d6c26c7604b2a24ac Author: Neels Hofmeyr Date: Wed Nov 16 14:36:29 2016 +0100 contrib: add fsm-to-dot.py to draw osmo_fsm dotty graphs Change-Id: I155f57a608d600f59aedfd27ef66eb9772c124e7 ----------------------------------------------------------------------- Summary of changes: contrib/fsm-to-dot.py | 476 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 347 insertions(+), 129 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Thu Nov 17 23:28:11 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 17 Nov 2016 23:28:11 GMT Subject: libosmocore.git branch neels/fsm-to-dot updated. 0.9.0-291-g49a0467 Message-ID: <201611172328.uAHNSBhb027747@git.osmocom.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "An utility library for Open Source Mobile Communications". The branch, neels/fsm-to-dot has been updated discards 4ddcedcf0113ea89dcde916d6c26c7604b2a24ac (commit) via 49a0467c7eff3bf502ef0fc1d3351270a0cb83ab (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 (4ddcedcf0113ea89dcde916d6c26c7604b2a24ac) \ N -- N -- N (49a0467c7eff3bf502ef0fc1d3351270a0cb83ab) 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/libosmocore/commit/?id=49a0467c7eff3bf502ef0fc1d3351270a0cb83ab commit 49a0467c7eff3bf502ef0fc1d3351270a0cb83ab Author: Neels Hofmeyr Date: Wed Nov 16 14:36:29 2016 +0100 contrib: add fsm-to-dot.py to draw osmo_fsm dotty graphs Change-Id: I155f57a608d600f59aedfd27ef66eb9772c124e7 ----------------------------------------------------------------------- Summary of changes: contrib/fsm-to-dot.py | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Fri Nov 18 19:04:53 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 18 Nov 2016 19:04:53 GMT Subject: openbsc.git branch master updated. 0.15.0-538-g5085e0b Message-ID: <201611181904.uAIJ4rZF058651@git.osmocom.org> 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 5085e0bf4c9674fb26754fd16b8e0c58113e1638 (commit) from 26f6ced05c8311a93eb4b9c6228ceeb2559c57d0 (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=5085e0bf4c9674fb26754fd16b8e0c58113e1638 commit 5085e0bf4c9674fb26754fd16b8e0c58113e1638 Author: Holger Hans Peter Freyther Date: Tue Jul 12 17:53:26 2016 +0200 ussd: Add band-aid for interrogationSS This is a speculative change for interrogateSS and by not answering the request the radio connection would remain open long. The SS/USSD code is from a time where none of knew much about GSM. We do not support SS but should reject it. We have checked for an empty string in the text field to guess if it is a result/release to not send more information. The right way forward is to decode the ASN1 into the fields REQUEST/RESULT(last). Fix an issue and make the code worse. Assume ss_code > 0 to see if this is a interrogate invoke. The issue is that code 0 is a well defined value but unlikely to be used. MAP ASN1 definition: SS-Code ::= OCTET STRING (SIZE (1)) -- This type is used to represent the code identifying a single -- supplementary service, a group of supplementary services, or -- all supplementary services. The services and abbreviations -- used are defined in TS 3GPP TS 22.004 [5]. The internal structure is -- defined as follows: -- -- bits 87654321: group (bits 8765), and specific service -- (bits 4321) allSS SS-Code ::= '00000000'B Change-Id: Ib0dc4485388f030eb172fe21f5327b7ab94751f5 ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/gsm_04_80.h | 4 ++-- openbsc/src/libmsc/gsm_04_80.c | 4 ++-- openbsc/src/libmsc/ussd.c | 24 ++++++++++++++++-------- 3 files changed, 20 insertions(+), 12 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Mon Nov 21 00:30:19 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 21 Nov 2016 00:30:19 GMT Subject: libosmo-abis.git branch laforge/rbs2000 created. 0.3.2-46-g5188254 Message-ID: <201611210030.uAL0UJmb022011@git.osmocom.org> 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 A-bis protcol interface library". The branch, laforge/rbs2000 has been created at 5188254b99510ec1bac3d8805ee7efba39476c49 (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/libosmo-abis/commit/?id=5188254b99510ec1bac3d8805ee7efba39476c49 commit 5188254b99510ec1bac3d8805ee7efba39476c49 Author: Harald Welte Date: Wed Nov 16 14:06:36 2016 +0100 UNIXSOCKET: Ensure superchannel is disabled for new connections When the BSC is shut down or disconnected it may happen that the SIU stays in superchannel mode, while the BTS is falling back into its normal communication mode. This causes a permanent link failure because the SIU is still trying to reconnect on the superchannel. This patch ensures that for every new connection the superchannel is taken down by default. If the connection was still good, SIU and BTS will switch back to normal mode together. If not. The SIU will switch back alone while the BTS is already switched back by itsself. http://cgit.osmocom.org/libosmo-abis/commit/?id=5969280e8494d2bb81b65e72ebba6598dc6a6613 commit 5969280e8494d2bb81b65e72ebba6598dc6a6613 Author: Alexander Couzens Date: Tue Nov 8 16:58:23 2016 +0100 unixsocket/e1inp_ericsson_set_altc: do more validation checks on *line parameter Change-Id: Ieb195c41df066c1f3dd999db42075f20a072d652 http://cgit.osmocom.org/libosmo-abis/commit/?id=9e54b3c8d5d5561954e2915afeff2cba0b4b3985 commit 9e54b3c8d5d5561954e2915afeff2cba0b4b3985 Author: Alexander Couzens Date: Tue Nov 8 16:57:44 2016 +0100 unixsocket/e1inp_ericsson_set_altc: increase allocation of msgb Change-Id: If72a46fb6c70dacc91d17e9652ded804d8f7f292 http://cgit.osmocom.org/libosmo-abis/commit/?id=10f8de1dc8f57a434d97d6f73ee19cdd45b0980a commit 10f8de1dc8f57a434d97d6f73ee19cdd45b0980a Author: Alexander Couzens Date: Tue Nov 8 16:16:15 2016 +0100 add e1inp_ericsson_set_altc() to unixsocket driver e1inp_ericsson_set_altc() set the a-bis lower traffic channel mode. timeslot is needed to bootstrap the siu. superchannel is used for everything else Change-Id: I3eeac681f238cdbc4bb19e18155f0b0e93aefeb7 http://cgit.osmocom.org/libosmo-abis/commit/?id=32bef442da47252919c45c81d084b0588f806b89 commit 32bef442da47252919c45c81d084b0588f806b89 Author: Alexander Couzens Date: Tue Nov 1 22:05:13 2016 +0100 add basic unixsocket support Allow to connect to a unix socket communicating with LAPD. Missing for merge: - SOL_PACKET is not portable to *BSD - unix socket path not configurable Change-Id: Ia5723b09a5c68a0505829dc732def981e60a907a ----------------------------------------------------------------------- hooks/post-receive -- Osmocom A-bis protcol interface library From gitosis at osmocom.org Mon Nov 21 00:36:14 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 21 Nov 2016 00:36:14 GMT Subject: openbsc.git branch laforge/rbs2000 created. 0.15.0-552-gf710c89 Message-ID: <201611210036.uAL0aEXJ023214@git.osmocom.org> 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, laforge/rbs2000 has been created at f710c89c439c8f5912f49444f55714c31f50ed33 (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=f710c89c439c8f5912f49444f55714c31f50ed33 commit f710c89c439c8f5912f49444f55714c31f50ed33 Author: Harald Welte Date: Mon Nov 21 01:33:22 2016 +0100 pcu_sock: Send non-NULL hLayer1 to PCU The BSC-located PCU case looks to the PCU like a BTS-located PCU with "direct PHY" access, i.e. the data related primitives are communicated from the PCU directly towards the TRAU Frames or whatever transport method is used between CCU and PCU. In order to make the PCU believe that, we need to pass in a 'layer 1 handle'. As we don't use it, we can just pass any non-zero value and be happy. Change-Id: I8170bd4134904702b6b272e496100361ba473cbc http://cgit.osmocom.org/openbsc/commit/?id=84249281c43745a16046d27c8bca92ab2e0f0960 commit 84249281c43745a16046d27c8bca92ab2e0f0960 Author: Harald Welte Date: Thu Nov 17 20:54:47 2016 +0100 pcu_sock: Forward paging request from PCU via RSL to BTS Change-Id: I28bf0995699618f3f5fa15fc8e1733beddfc482f http://cgit.osmocom.org/openbsc/commit/?id=1992b439e7f5ddec504e385111100690573c0da8 commit 1992b439e7f5ddec504e385111100690573c0da8 Author: Harald Welte Date: Thu Nov 17 20:54:04 2016 +0100 RBS2000 RSL: Support for sending RSL PAGING CMD for GPRS Change-Id: I66541f9b20e7fd67fbec329283fc3c821c970a56 http://cgit.osmocom.org/openbsc/commit/?id=bdb22ef7c0ab3f83c2dd3b406c6e4edd66bd1dda commit bdb22ef7c0ab3f83c2dd3b406c6e4edd66bd1dda Author: Harald Welte Date: Thu Nov 17 19:17:21 2016 +0100 pcu_if: remove function to transmit RTS request The BSC will never be in charge of sending RTS requests to the PCU. Change-Id: I3473f47eaa686375a39e3e49cfdfadf1f238106f http://cgit.osmocom.org/openbsc/commit/?id=3b090abf45451c7378bd1b053851070e8217411f commit 3b090abf45451c7378bd1b053851070e8217411f Author: Harald Welte Date: Thu Nov 17 18:39:36 2016 +0100 pcu_sock: get rid of magic numbers and use ARRAY_SIZE() for array iteration Change-Id: I602b581fab67b3a1c3c03c73a3a99e9afd564e29 http://cgit.osmocom.org/openbsc/commit/?id=0a1571e462ad6de0a658b90f3693b935c411effe commit 0a1571e462ad6de0a658b90f3693b935c411effe Author: Harald Welte Date: Thu Nov 17 18:10:10 2016 +0100 pcu_sock: Don't re-implement core functionality like gsm_bts_trx_num() Change-Id: I5ea506c8240dac124ccf5522d02ba18e4f0cb90d http://cgit.osmocom.org/openbsc/commit/?id=7830c0592e259416f6e00b584e6cc775218ce48c commit 7830c0592e259416f6e00b584e6cc775218ce48c Author: Harald Welte Date: Thu Nov 17 18:09:16 2016 +0100 pcu_if: make pcu_connected() private Code like RSL shoudln't have to worry about whether a PCU is connected or not. Hide this behind the API. Change-Id: I9583d2e9b2742516a7e7ca28b045402018ee3a31 http://cgit.osmocom.org/openbsc/commit/?id=c2abdbb2be97f3586ad4a16e047bf28c8c03ffd5 commit c2abdbb2be97f3586ad4a16e047bf28c8c03ffd5 Author: Harald Welte Date: Thu Nov 17 16:40:17 2016 +0100 HACK: re-activate dynamic PDCH after activation failure Change-Id: Iaa6ace3da2439610e12804bdd1b3186c1d269be6 http://cgit.osmocom.org/openbsc/commit/?id=be86e3cbe4f45e26093d669979f3b3d8b07ba82c commit be86e3cbe4f45e26093d669979f3b3d8b07ba82c Author: Harald Welte Date: Thu Nov 17 15:51:22 2016 +0100 WIP: PCU interface integration into BSC This still has plenty of details to be ironed out. Change-Id: I44c8d84e5fb240af605483312dd5d1f86adbf758 http://cgit.osmocom.org/openbsc/commit/?id=7138ba5b08e0e4cd101d7f0ccc8686f532521f52 commit 7138ba5b08e0e4cd101d7f0ccc8686f532521f52 Author: Philipp Date: Wed Oct 26 15:19:41 2016 +0200 pcu_if: original pcu sock interface from osmo-bts The pcu interface required to support bsc co-located pcu uses pcu_sock.c and its related header files as a starting point. See also: osmo-bts.git: ced9a5d0e2c7e3371760f1c07df7b41cfe7ab71d Change-Id: I46b0a65f1633c40053d43b57b786b042f20f12bd http://cgit.osmocom.org/openbsc/commit/?id=9b6171df7f2d2f50851da140e21b9e37e3012f1b commit 9b6171df7f2d2f50851da140e21b9e37e3012f1b Author: Harald Welte Date: Wed Nov 16 15:17:22 2016 +0100 RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCH This seems to be mandatory when an Ericsson RBS2000 uses a SuperChannel as back-haul. Change-Id: I793e7d62df1ca9f9c38d39e22d3868064d446c8d http://cgit.osmocom.org/openbsc/commit/?id=d4ee48ee6072e7f0ad4799f1a6ef6107d30f314a commit d4ee48ee6072e7f0ad4799f1a6ef6107d30f314a Author: Harald Welte Date: Tue Nov 15 22:59:24 2016 +0100 OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req Ack When the BTS is configured to use a SuperChannel and it is using a unix domain socket based transport towards the L2TP daemon, then we must instruct the L2TP daemon to instruct the SIU to change the Abis Lower Transport Mode using the ALTCRQ / ALTCRP L2TP signalling. Change-Id: I672bfaa09c42fbeb0c8459f24b2222b952de954b http://cgit.osmocom.org/openbsc/commit/?id=c8dd9081c156d0774cc5b18f0dedb9ad166d4208 commit c8dd9081c156d0774cc5b18f0dedb9ad166d4208 Author: Harald Welte Date: Tue Nov 15 23:00:29 2016 +0100 OM2000: Change the order of MO initialization So far: CF-IS-CON-TF Now: CF-TF-CON-IS Change-Id: I8efd9bafdcf9504d2e5fc85c44c708fa53f4dff8 http://cgit.osmocom.org/openbsc/commit/?id=b52581334ee2d92e58221bd623a79faf98b37bd5 commit b52581334ee2d92e58221bd623a79faf98b37bd5 Author: Harald Welte Date: Tue Nov 15 22:58:49 2016 +0100 OM2000: Add FIXME comments for missing resolving of RX/TX MO! Change-Id: I45708df724c5fc3316eca6bd2ac2c0738b19a45b http://cgit.osmocom.org/openbsc/commit/?id=a543a3fdbe93635b50ee99ff26830e8a1fc219eb commit a543a3fdbe93635b50ee99ff26830e8a1fc219eb Author: Harald Welte Date: Tue Nov 15 21:18:35 2016 +0100 HACK: Don't require TRX numbers to start at 0 Change-Id: I6c5fcb06bdbe0377e2ebc46ecd73d11e834a6d99 http://cgit.osmocom.org/openbsc/commit/?id=bac36f29b47d3fa1b57f643e91a62e0e9c27d6c3 commit bac36f29b47d3fa1b57f643e91a62e0e9c27d6c3 Author: Alexander Couzens Date: Tue Nov 1 23:39:03 2016 +0100 unixsocket: include UNIXSOCKET into sabm Change-Id: If98c037119142cc33b46ab5c1bf02d4cda81c81e ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Wed Nov 23 00:10:02 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 23 Nov 2016 00:10:02 GMT Subject: libosmocore.git branch neels/fsm-to-dot updated. 0.9.0-295-g7a47671 Message-ID: <201611230010.uAN0A2FS035835@git.osmocom.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "An utility library for Open Source Mobile Communications". The branch, neels/fsm-to-dot has been updated via 7a476711c99081f606653b38a69fe52cb827e02d (commit) via 8aaead35e30aab84d66f01161207b8d6d4855497 (commit) via 98a5da0d2304703f4aea993752b17799e9db57b0 (commit) via 8bfb7972bb1aaf9400dfc3768c905798e8bb4f2a (commit) from 49a0467c7eff3bf502ef0fc1d3351270a0cb83ab (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=7a476711c99081f606653b38a69fe52cb827e02d commit 7a476711c99081f606653b38a69fe52cb827e02d Author: Neels Hofmeyr Date: Wed Nov 23 00:50:29 2016 +0100 fsm-to-dot: fix name regexes include numbers; first char alpha, then alphanumeric. Change-Id: Id8d267dcf07c43d6c2bc56a73acf689ef225b4d8 http://cgit.osmocom.org/libosmocore/commit/?id=8aaead35e30aab84d66f01161207b8d6d4855497 commit 8aaead35e30aab84d66f01161207b8d6d4855497 Author: Neels Hofmeyr Date: Wed Nov 23 00:50:21 2016 +0100 fsm-to-dot: try to not break completely if one fsm has no states Change-Id: I1b78e96037480ad7bf7f83768221e0413e1354a6 http://cgit.osmocom.org/libosmocore/commit/?id=98a5da0d2304703f4aea993752b17799e9db57b0 commit 98a5da0d2304703f4aea993752b17799e9db57b0 Author: Neels Hofmeyr Date: Wed Nov 23 00:46:29 2016 +0100 fsm-to-dot: print output paths Change-Id: Ibf5bcbedcb0f837523a8444f13627ef59b46daf9 http://cgit.osmocom.org/libosmocore/commit/?id=8bfb7972bb1aaf9400dfc3768c905798e8bb4f2a commit 8bfb7972bb1aaf9400dfc3768c905798e8bb4f2a Author: Neels Hofmeyr Date: Wed Nov 23 00:47:43 2016 +0100 fsm-to-dot: sort actions and events in output Change-Id: I03872d9b12a3cdacd50bd532efa75990abbab2b0 ----------------------------------------------------------------------- Summary of changes: contrib/fsm-to-dot.py | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Wed Nov 23 12:23:57 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 23 Nov 2016 12:23:57 GMT Subject: openbsc.git branch master updated. 0.15.0-539-g16606c9 Message-ID: <201611231223.uANCNvSU087540@git.osmocom.org> 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 16606c9007ae97bbb0ca796384381b4decceee91 (commit) from 5085e0bf4c9674fb26754fd16b8e0c58113e1638 (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=16606c9007ae97bbb0ca796384381b4decceee91 commit 16606c9007ae97bbb0ca796384381b4decceee91 Author: Pravin Kumarvel Date: Thu Nov 17 12:20:01 2016 +0530 Add support for pdpctx_timer_stop Timer T3395 starts at the transmission of Deactivate PDP request using pdpctx_timer_start but there was no corresponding stop function. The timer is stopped when Deactivate PDP Context Accept is received. This according to 3gpp spec reference 24.008 section 6.1.3.4.2. Change-Id: I825c0a47d39e784dd1b8251f564609262530a5c6 ----------------------------------------------------------------------- Summary of changes: openbsc/src/gprs/gprs_gmm.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Thu Nov 24 00:02:10 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 24 Nov 2016 00:02:10 GMT Subject: osmo-bts.git branch master updated. 0.4.0-327-gbe671bc Message-ID: <201611240002.uAO02A3n033538@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via be671bc61f136a87c2705e11b0758e42ca72963d (commit) from f7b559f96017f994fc5a3a7b3e73d09f5a195bcb (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-bts/commit/?id=be671bc61f136a87c2705e11b0758e42ca72963d commit be671bc61f136a87c2705e11b0758e42ca72963d Author: Neels Hofmeyr Date: Fri Nov 11 22:16:12 2016 +0100 cosmetic: tweak README I noticed that the README is prominently shown on github, so it makes sense to get rid of the worst typos and misinformation there. Change-Id: I60defef6224a78bb84d7d0b57bc8da17ad7877bb ----------------------------------------------------------------------- Summary of changes: README | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Thu Nov 24 00:03:16 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 24 Nov 2016 00:03:16 GMT Subject: osmo-pcu.git branch master updated. 0.2-861-g68fc127 Message-ID: <201611240003.uAO03GZF033819@git.osmocom.org> 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 "UNNAMED PROJECT". The branch, master has been updated via 68fc12775fac03e5e26a008dfa68c92498bfb772 (commit) via 5d93f0f4eceda7bef29e27e6ec521c1e56640c25 (commit) via bb47d957a8931669b8f2ab59b20cb0beef629b38 (commit) from f86307e1e4dfa11dd5bedf74395382a0774a9ba6 (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-pcu/commit/?id=68fc12775fac03e5e26a008dfa68c92498bfb772 commit 68fc12775fac03e5e26a008dfa68c92498bfb772 Author: Harald Welte Date: Wed Nov 16 22:48:33 2016 +0100 Install the pcuif_proto.h header file So far, we used to keep a copy of the header file around in both osmo-pcu and osmo-bts projects. Before we start introducing a third copy in openbsc, let's have the osmo-pcu install the header file and make the other programs use that. Change-Id: I60976c9be5488256d1ff55fdc5aa548e3705400d http://cgit.osmocom.org/osmo-pcu/commit/?id=5d93f0f4eceda7bef29e27e6ec521c1e56640c25 commit 5d93f0f4eceda7bef29e27e6ec521c1e56640c25 Author: Harald Welte Date: Thu Nov 17 21:07:56 2016 +0100 Fix GSMTAP logging in case direct PHY access is enabled In the existing code, GSMTAP messages were only generated in case no direct PHY access was being used (i.e. in the case all user traffic goes over the PCU socket). I'm not quite sure what the reason is for that would be and conclud this is not intentional. Let's first send the message to GSMTAP and then decide whether to send it via the direct PHY access or via the PCU socket into the BTS/BSC. Change-Id: I5d2e018f7009cb947abc874881c0c440feca3ade http://cgit.osmocom.org/osmo-pcu/commit/?id=bb47d957a8931669b8f2ab59b20cb0beef629b38 commit bb47d957a8931669b8f2ab59b20cb0beef629b38 Author: Harald Welte Date: Thu Nov 17 18:40:02 2016 +0100 pcu_l1_if: get rid of magic numbers and use ARRAY_SIZE() for array iteration Change-Id: I61d00950b4eb0b8bcbaf386d5081be84580dac75 ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 +- configure.ac | 1 + include/Makefile.am | 2 ++ {src => include/osmocom/pcu}/pcuif_proto.h | 0 src/Makefile.am | 6 ++++-- src/osmobts_sock.cpp | 2 +- src/pcu_l1_if.cpp | 18 +++++++++--------- 7 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 include/Makefile.am rename {src => include/osmocom/pcu}/pcuif_proto.h (100%) hooks/post-receive -- UNNAMED PROJECT From gitosis at osmocom.org Thu Nov 24 15:59:22 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 24 Nov 2016 15:59:22 GMT Subject: openbsc.git branch neels/mgcp updated. 0.15.0-638-gcd08f65 Message-ID: <201611241559.uAOFxMIS034812@git.osmocom.org> 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/mgcp has been updated discards 9f6bbeb2cdf69c35cfc93d79d15e4576aff54fc2 (commit) discards 5c3d05c9e5a9832b4d4f855329d8355c402951c0 (commit) discards 9cdf37692ab673b7297613d7d0b808a3670fd9c0 (commit) discards c14555872ca893ad9c4ec54c7fabfe7869e5ff69 (commit) discards 8e6c5101ca6840f752c3feb5bcc8838a9579dbb8 (commit) discards c11fb5d16ed6422b20daeacc5439d9111b82420a (commit) discards 36c9f5170524f223d9df868f1c69cb42c7e15848 (commit) discards 0d13ae5260df914a32cb9cea8faa815e12c1a157 (commit) discards 0b0d05a1e745dffabeff0d9717b5b14cf1aa92ea (commit) discards 0e7892390b1e4d1153e4e2f994f7139964da3768 (commit) discards 736708d453379cbd645e800ff19568faf8066c53 (commit) discards 9d6e76348cdb2240aecf734b76087ac8959f8295 (commit) discards 6dd161c7ce49ee2807b0e1319fbb9e7e38d8cdf9 (commit) discards c238dc9a84ec663d41bf38fce979a62a9c7f6584 (commit) discards 407cec74013e312061f842b4203bb419d5709c23 (commit) discards 1c30c5d8b9da347e6d7708ef1a24f6413d465199 (commit) discards 6c96adcf41acf79db3e676824353e79c728f8911 (commit) discards f5ff950895bf56a9d7933078bd64a519a1aa5398 (commit) discards 97d4ff9e4fc981620f504e7cf359b62a8733f42d (commit) discards 5eba8df45fbfc2477bd507b0667a848036747334 (commit) discards c9337198d68c88b22ecb45118b1c50de88805b8a (commit) discards 068e1555b0c377005b7ddcadb63d5d23fa34a918 (commit) discards 10d4d0bd9aba20eb19e7a6952040953da6246f2a (commit) discards 41ae3242b0b0d3725e207ee2fb0859cca0f1b4db (commit) discards 7b79d1018e5ab06e6f4d89ea62ebb18f27829148 (commit) discards 13a5c631c1fb7c50b25736eb6de275fe72022e97 (commit) discards c970d012b0ab1d033bf0f37ff9ea708df2f14bfe (commit) discards 3bab10d0a85cf28f803c1ea1c5074e0dc0220ac9 (commit) discards f0d3a551f870338063ba80fa6ceb7904fa1561c0 (commit) discards bb8d495d9830af34a33e814199b6cdacfdf9ec55 (commit) discards cb49ff38b71b1707d07881edc1fe727045df1bee (commit) discards edaa0158a6af2fe4097315ccc321598557d733fa (commit) discards a92215e36b65252544f1d7d35740311875d15db8 (commit) discards 539a08aedc48bd2165ce4c490dc74c2db234a0d6 (commit) discards 6e4c08241a1441214fce0e577ac2c8bbaae797c3 (commit) discards 4a3dc708c2cd9a95bb727989b1e1cd383e45916d (commit) discards 411e1fc36eefb6ce3e0f0c90ee4409a6c075e68c (commit) discards cf1000536568944addf8ae1bbd172139138b80c8 (commit) discards 4e6ea9db143d34bf870165c84f84b1fbe5574222 (commit) discards b430dc6af08213eca1e13935ec2caed17b057b19 (commit) discards 5c13afd3e19c0bb232b98371fa2886df780b3aaf (commit) discards e5e4248faff772566f9edf600972b7dc2966c8a7 (commit) discards 326bfb97f26fdd6b2d5c3ef79808b345bcc559af (commit) discards 3b48ea792d6de41d6c99c4417a38ed17446bdcc2 (commit) discards a95f9699f2cc076a33ce1dff4d233da59e414c2e (commit) discards a285cee2e832277453b22ff541db979b9e39702c (commit) discards 9887fc14e984168ba37f0dca0beba16244f05ba8 (commit) discards 43c7cd5e6ea507908a6a2a6e7599243fd0421a78 (commit) discards 4bd164f56cb81600399d30fb67af04e67678aa88 (commit) discards e5fd674c88957bb43579108439881cfcb973f990 (commit) discards 6cb8dc13d5c670475a323c04651115acff009c57 (commit) discards c5021cac477d5531503ee13ca43f7b60582f78b6 (commit) discards 09dafd4b89ef212555ab9dada1dd071fefc129d7 (commit) discards d2884491aea3a049a67f255ee05868eeddf252b2 (commit) discards 5fa37c0eb828291da2b6340d402bb8b1d60409b1 (commit) discards b41a2117b38a6426c5a06bd3c733d36fed2eac8d (commit) discards 8775a1afcffe5dc7fd636c67b7d181b1e7ff97d0 (commit) discards 8ebbd43441fab75de61a306140382193b6531848 (commit) discards 454ae6ff16a46e71b9700191b944c9bf4e98a142 (commit) discards ba9f7afc5571926e33cf4f05dcf661a7c5049229 (commit) discards 3472cca652e1c96e76286be746105da25dd34736 (commit) discards c078aa0d5291c8845501505ff5f0a3490402f585 (commit) discards 1f98bb286e8fbb0b9f2267b51afe0508bd6065a8 (commit) discards 937bebaea21d48604a1a1f4a49ac681cfdaa358f (commit) discards 9c90e4a950a1eb9c99af40c73a4422eb582e4b5f (commit) discards 513706fddb7c84885c4ec2e5c786aa014115503f (commit) discards 172258d7f63ab7b4714f1803cb7ebf4fff0285e5 (commit) discards b750e04e992bdf3deba3cd1a7f491fb57d3177e2 (commit) discards 946f3e82ee9a88f894f54f3c1697489b90092aaf (commit) discards 915946978c16fba750322690cec76a1821060c0c (commit) discards 7e2a00bfdfda952da2c9b8880429a803be45530a (commit) discards bac47d648e324893718289005a137f1079dd6645 (commit) discards 82a7b3e43c7d5e79d245003ebc8894e816a9100a (commit) discards 26ad3eab89827b4dab5838e0717dbf44cc763c71 (commit) discards 88b45f315a4b0afc1c9cfa5e2fa4449dd4aa5d29 (commit) discards 73695c604371068d783df68b11cb8f013dad91bd (commit) discards 8a1d26cfbab6fc361854958b467690fca6582894 (commit) discards dc218c508dac8ccd1170a9372e25b052fa45d886 (commit) discards f42edce2e2878a13c183766671518c733855bb4e (commit) discards f2334d3c298ea7c8264d0978dfd362e09f5d823a (commit) discards cedf574e4d25a42e6ab0cb49eeac630470228ac5 (commit) discards a88af9983cec8b34f7465901614883e1a59dc3a9 (commit) discards c8dbb56d94d976060b711b39a869c58bead47cc3 (commit) discards 072bd2c8c6d5ab0ac35a45061a0108a7ec1317aa (commit) discards a91576179c1e642967129d25ed9eb55642ae71ab (commit) discards 55d3eccf6bfe8c4e7ced960b61e0a4a9c80d4648 (commit) discards b184ace3a844c1489c8633b8a1c560eb4b906b35 (commit) discards a803e38703bcb64e564ffed08e8b791d54d1ef4b (commit) discards 127efd7312fdd85b34945c3a8ee00eaa93a8c099 (commit) discards 971c2f8337d19d08f9f147001d14515530ac4f1d (commit) discards 48c3927dad42de80b9c495f33182da4769373300 (commit) discards 7b67dfbd0de2fd7885af064b0b2952b4be103169 (commit) discards de693c67c22e38fdc9119877c14b29827e7dfc08 (commit) discards edc6ba267911bc666b5a735e2b2b7e7d6112d347 (commit) discards 2e9a734fe9cd6e7bc5fa35b56b3f640288ebedc4 (commit) discards e3b9f8c488050c0e4d84b29f021f3343e3c1baf5 (commit) discards ec78efb6924acb5dead84a04fe2d9190acf6d28d (commit) discards 414b54a3082ddc195f39d65aa868150083e1365c (commit) discards d3176393651ff6566dfe60a97016273261c2ab41 (commit) via cd08f656f437f040272a4c32bf3bff49fe241270 (commit) via 58807a38031b418e5bc65559de19a879362d6f2a (commit) via 3afd950ae982e1bc362e480e85afcd42ce92144d (commit) via 187fb56100622375d6af032dcf09fb8398f8f0ac (commit) via 9676cb313f00ffb51cea14e0434f985bcc3a8cb5 (commit) via 1271e366a1f5574d8a1347437d9874577a86c21f (commit) via 3f22f2ca3a9404eb6499a521b88eec5609bce9ab (commit) via f33e96598b7e6aa6efb90342609d2c2b5b5981b1 (commit) via 4fa2bf3974b0e27afacc2ea63004eaef46970d26 (commit) via 2ea8ad5863f4842df74387697e4333e012702b06 (commit) via cb2cffff5c1a6a7acf2c3510edfc2a2419a55b88 (commit) via b273b2a7f6d612ca5915af1dd86fc66dd9fa938b (commit) via 5d8d56e0c1f0455c821926599c97cac7ad07b8eb (commit) via 8fd125ea70b218304270a6fb979fbfc420552f52 (commit) via b25182fc7bd06ba1c7c0c853fab6027047b2498a (commit) via 7095681d9b7945cca8fa0024e3fd01dbbe0794fc (commit) via 268301a0857b787419971b4f0493438a644a8341 (commit) via bdea0865970bd67a2a54dac90c0c3a43ad30186a (commit) via 8b30142f20de0c931fcf4969ea3454ef0d289573 (commit) via 8a46a7eaa5d84034d9a2f7f6a1f289d8fb50e5e6 (commit) via c5a5215435e4d099537f0a178392562a8077970e (commit) via d1ceb681d184532421136acf6d47dbf8337d7643 (commit) via 9e47dfe62eea15babfd810724d389c565534508e (commit) via 03513b3e40fbba3b81dfca842f2d231ccd13362d (commit) via e604fdfe944d10c2807860a1e575aac576ed123f (commit) via 27c0205e8f450828ea04f7bfc7eae21b3bcbeff7 (commit) via 5fd253114ff9b1605ecd524d2abe6055608101b8 (commit) via 702cd68d3a553981371eeb67b95b0d9bdb07e307 (commit) via 64f1d43569eb803bedfeaa02e8fcdd1471fe278e (commit) via 2affc0542907ec132468dbafe813774b241c34da (commit) via 4c3c3a83cd58a6cac88e5da1782ea09a8f36922c (commit) via 721d79eebe05eff30d245ebd5c864bec4ec2f690 (commit) via d507ed1df95902699428b4a66d1dc07e57d16207 (commit) via e7020e043b577ba7d8f9f4a20ab888ab49ade7b2 (commit) via 6ed0c862aa484f39e2d2c7c2bc58e8832efc7df1 (commit) via b1b7e781e437f21edfc02099eb4196276281c405 (commit) via 21dd84cc72d30266df2f378497d6283fe3f73b5a (commit) via da00351e1be9490e4085a7c55fb50f3f3b71c24b (commit) via 43984b4a1e6fd96010c2b842382232236e9c5ac1 (commit) via cf3e72ca1764fcc0b90021a18ae333c4d8dc5492 (commit) via 6752a06990a82a6f98ad7fa7e7574253c734effe (commit) via 9b66d948bf88b42484d6374cb307a388d85e45ea (commit) via f9a69400a7dfc35bffb683eeff95c5660002a39d (commit) via 4b78e2cda34a592881d8cfdeea6affbb59ccf2f9 (commit) via ba5e4a2d26a5792700676cea343eeae5ed31b228 (commit) via 19ebeab00643801c807ebec5f94ff9e697615d1d (commit) via 55b70e9800ab782c2d61ebd5cec543e47c5407c0 (commit) via 2e9d702d6b2f826e8eb30722a062aad64553a653 (commit) via 4c3f846456d814153c4a9ec2344b9424afb96425 (commit) via bad0021e2d3dd03bd97da2578a3b4bed2844f66c (commit) via 1825e3cdceb3b90be49f0067f2761e316c4f0db9 (commit) via 246332887bfb7748c49435595cc822a9ca93f6a5 (commit) via 547f186a707603273483cfe7f5758d4ee8c0938f (commit) via 705e1f3200c73903d2c8d4377e44c4fc237d85b7 (commit) via 3cbfd017d38dcd28fd7630534f4f949a373e1077 (commit) via 92ca7342bd36c376b443959eac7be506ed3de416 (commit) via ab21249ba339100cde146a7f574cfd44b17902a0 (commit) via 58eb38da4ef7982a5de77a3a6aab6a628a8af417 (commit) via b811b8308ed7c5043bcaedbf9f6913c280863efe (commit) via 5ccbbce70550e714dd6133a06d8eb666a77d96ef (commit) via 691dda840b414d31deda70453fb19f0abdf79bd0 (commit) via bef38f88ccea719365795bab5ea8d4f739818c5e (commit) via 6952c57e34c17271f49ee5d37f08f4fe74cb541b (commit) via 5c0fecef729208bcbd49bf2b32a87a9aefc81e32 (commit) via 0f09b2eb234c5c84118772a9789c2a447fa35835 (commit) via 9d4d4a9e4a9821736c7d7f2b9947d98eaf561746 (commit) via 9a2941109887d7e4cae5ac50032abfa50abf80c4 (commit) via df75ff4e3f90353bfc9d233f94219eb006b4bc39 (commit) via 9c6fbb72211acbc311e2fbb4ad607d6201e1ca83 (commit) via 9215e34f46da2dd9f3c559784cfad1885bf0e6b5 (commit) via 12a0e654208bf6bc25bcef98c1509a80d98524dd (commit) via 23b54d9a39e9c7e9ca42120ebcc7f4d89021b7f2 (commit) via 6faeaf0cb7d5a0bbd48963564937acb5164b8d9c (commit) via 633167b97049bef3dfa0db5614c402c3202df83f (commit) via f1560ee3cb12a3aabc15189149716857ce20785b (commit) via 80f4b3294942692a8bebc65b47b58ce5b64d8ef7 (commit) via fe2ec110713c90cf8b4ed5da7632fa57a8ec23a8 (commit) via 90346ac4ae9c840fd03fe824c1dc85a94f25dda2 (commit) via 97a85627eac7cb4f37094d9cb7ec0f6b6204f714 (commit) via a4f36911d881823f7d65ba0b197a38892d9a256a (commit) via dea230fed833d1bb28851cfcf2ec604e22fd7eeb (commit) via a201693636c1e7161449926eb924702e1ad721a7 (commit) via f66bfdce86824a652e2183d2837e868aefb27302 (commit) via 47a224be84b8e4155deb5acf8a9f9efc47fbab69 (commit) via d5577f20b828797c48dfe84a219394e6ed134c2c (commit) via fa22958877caa5c6afaf6bf3992004a129a6810a (commit) via 391cbb55e60ba4d1260639aee58df6a6d226f0b2 (commit) via 44b00533ed0172c9a5cafe5e1dbddcaedb15cd7d (commit) via 70af2887fac18317c271446aa4e1875646eda683 (commit) via 7d12a00270c60896c17db3e8d98e72efc2fa23bd (commit) via cafb184eb1d57a2c168df7d8772dff860c605e40 (commit) via e225c750d987f3738b5b14a94dd464f5b3e6c160 (commit) via 7b4380746197ae0f693f0313f2431ab87474b471 (commit) via 28f637ec2ca556896fce345f6dcb9b871a5ada53 (commit) via e78ae21ff44a7442be065b67b827efcd10de34fc (commit) via 2d521a0296fdecc1a8cb337354654123a864015b (commit) via 27681a3407e2bde5cf3566aeabc7acbe2023f6e2 (commit) via 402006dfdf84c3bf3b22a48ba6ef6922ff6991c7 (commit) via c69ee8527c8ec88bdbff820d0a8aa706502516a5 (commit) via 16606c9007ae97bbb0ca796384381b4decceee91 (commit) via 5085e0bf4c9674fb26754fd16b8e0c58113e1638 (commit) via 26f6ced05c8311a93eb4b9c6228ceeb2559c57d0 (commit) via 80ccb952676cb4a068410991c5d53d19f228f695 (commit) via 96638d141e43cc299c2927c600802764fa9b0ebb (commit) via 309425e10549c4e3db8c6a95731fbeb24276ffbf (commit) via 38cba5aa7972260c4444ecea3fd47651a5d54059 (commit) via fb89b9b00b6be88d3822fc206f117660e038a046 (commit) via c04c6ed4af36afa414f6f9a1828a131c0d30c4ce (commit) via 7d3093506ad9621caf2a5af11602ec081ab76480 (commit) via bb42eee11310eb03526138d38a8af7d705500253 (commit) via beade314d0f747fa6e77df85931fd7f4251ff2df (commit) via 58273f4b885326fc9ae65b70ddc44f1fe655cf5e (commit) via eae68292bdd3906950260ac307081af4b3acf3e5 (commit) via fe7be8ddd0563ee98ca2ee9879983384d2491306 (commit) via c1efa67c131a005903821a7487bad014b90cbe08 (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 (9f6bbeb2cdf69c35cfc93d79d15e4576aff54fc2) \ N -- N -- N (cd08f656f437f040272a4c32bf3bff49fe241270) 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=cd08f656f437f040272a4c32bf3bff49fe241270 commit cd08f656f437f040272a4c32bf3bff49fe241270 Author: Neels Hofmeyr Date: Sun Nov 6 23:37:02 2016 +0100 wip Change-Id: I9e824d9a57251f5144500765f9b7bfe7f02a16c4 http://cgit.osmocom.org/openbsc/commit/?id=58807a38031b418e5bc65559de19a879362d6f2a commit 58807a38031b418e5bc65559de19a879362d6f2a Author: Neels Hofmeyr Date: Fri Oct 21 01:36:26 2016 +0200 mgcp hack: rtcp: pass back a sender report as well as a receiver report Change-Id: Ieaf5d70c9749f587a8a7feda2684d11b8967986e http://cgit.osmocom.org/openbsc/commit/?id=3afd950ae982e1bc362e480e85afcd42ce92144d commit 3afd950ae982e1bc362e480e85afcd42ce92144d Author: Neels Hofmeyr Date: Fri Oct 21 01:35:57 2016 +0200 mgcp hack: modify the ssrc id Change-Id: I443fc676071cc7ee8254777e4c74553b35341158 http://cgit.osmocom.org/openbsc/commit/?id=187fb56100622375d6af032dcf09fb8398f8f0ac commit 187fb56100622375d6af032dcf09fb8398f8f0ac Author: Neels Hofmeyr Date: Fri Oct 21 01:33:57 2016 +0200 mgcp hack: don't change payload type when passing RTP thru Change-Id: I9c43704a4c1e26d434c0d7e7ee370b2c21fb3399 http://cgit.osmocom.org/openbsc/commit/?id=9676cb313f00ffb51cea14e0434f985bcc3a8cb5 commit 9676cb313f00ffb51cea14e0434f985bcc3a8cb5 Author: Neels Hofmeyr Date: Fri Oct 21 01:32:10 2016 +0200 mgcp: log payload type change Change-Id: Iee5fa667dece12174b1933345c1ed640a264ed97 http://cgit.osmocom.org/openbsc/commit/?id=1271e366a1f5574d8a1347437d9874577a86c21f commit 1271e366a1f5574d8a1347437d9874577a86c21f Author: Neels Hofmeyr Date: Tue Oct 18 20:21:07 2016 +0200 mgcp debug logging Change-Id: I06a060244e91080680e88551e870f0058711921f http://cgit.osmocom.org/openbsc/commit/?id=3f22f2ca3a9404eb6499a521b88eec5609bce9ab commit 3f22f2ca3a9404eb6499a521b88eec5609bce9ab Author: Neels Hofmeyr Date: Tue Oct 18 20:20:51 2016 +0200 mgcp parsing, set port from mgcp response Change-Id: I90e2c1aa7575d5fa6e0374f5022cbb25fc3f7699 http://cgit.osmocom.org/openbsc/commit/?id=f33e96598b7e6aa6efb90342609d2c2b5b5981b1 commit f33e96598b7e6aa6efb90342609d2c2b5b5981b1 Author: Neels Hofmeyr Date: Tue Oct 18 18:38:59 2016 +0200 mgcp parsing, mgcp test Change-Id: Ibe2ab17b3fa3a506a2e841ba979ea4175e3a21e8 http://cgit.osmocom.org/openbsc/commit/?id=4fa2bf3974b0e27afacc2ea63004eaef46970d26 commit 4fa2bf3974b0e27afacc2ea63004eaef46970d26 Author: Neels Hofmeyr Date: Fri Oct 14 17:56:17 2016 +0200 mgcp: handle responses from the MGCP GW Change-Id: I5c0493feaec775461b5a017c36b93cc2ad63c896 http://cgit.osmocom.org/openbsc/commit/?id=2ea8ad5863f4842df74387697e4333e012702b06 commit 2ea8ad5863f4842df74387697e4333e012702b06 Author: Neels Hofmeyr Date: Wed Oct 12 02:53:55 2016 +0200 IuPS: cosmetic: explicitly check RAN type; move comment Change-Id: I8375ba42dd47d7ccd9ce9290767d6f8653a23b94 http://cgit.osmocom.org/openbsc/commit/?id=cb2cffff5c1a6a7acf2c3510edfc2a2419a55b88 commit cb2cffff5c1a6a7acf2c3510edfc2a2419a55b88 Author: Neels Hofmeyr Date: Wed Oct 12 01:39:25 2016 +0200 IuCS and IuPS: add VTY config for RAB Assignment address kind To accomodate the ip.access nano3G without having to recompile, make the RAB Assignment's Transport Layer Address IE's format configurable, in both osmo-cscn and osmo-sgsn. The long term perspective is to somehow detect which address encoding a given 3G cell prefers, but for the time being just configure it globally and set each ue_conn_ctx to the global setting upon creation. Add VTY command to iu_vty.c, with args passed to iu_vty_init() to insert at an arbitrary VTY node, so that it can be used both for osmo-cscn and osmo-sgsn. Add generic iu_vty_config_write() to write out the config. Call iu_vty_init() from cscn_vty_init(); cscn_vty_init() is in libmsc, hence linking of osmo-cscn now needs libiu to come after libmsc, so move that further down. Change-Id: I93728314742b327336f3fb6de98e6457f687e1f9 http://cgit.osmocom.org/openbsc/commit/?id=b273b2a7f6d612ca5915af1dd86fc66dd9fa938b commit b273b2a7f6d612ca5915af1dd86fc66dd9fa938b Author: Neels Hofmeyr Date: Wed Oct 12 02:55:31 2016 +0200 IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctx The future perspective is to remember the preferred RAB Transport Layer Address encoding for each 3G cell that is connected, so store per UE conn instead of globally hardcoding. Add rab_assign_addr_enc member to ue_conn_ctx. Thus the iu_rab_act_cs() and iu_rab_act_ps() functions no longer need the explicit use_x213_nsap argument. Add include/openbsc/common.h in order to define the enum nsap_addr_enc, in a separate file to be able to easily include it in all of libmsc, libiu and gprs/* without creating include cycles. Set the rab_assign_addr_enc when an MM ctx is created for iu, and whenever the ue_conn_ctx for an Iu MM ctx is updated. This looks a bit clumsy so far, the hope is that there will be a nice way to setup the ue_conn_ctx prior to that. Change-Id: I49bb5736df7bdfdd55d3e7b74ee559595cfd2f7d http://cgit.osmocom.org/openbsc/commit/?id=5d8d56e0c1f0455c821926599c97cac7ad07b8eb commit 5d8d56e0c1f0455c821926599c97cac7ad07b8eb Author: Neels Hofmeyr Date: Wed Oct 12 03:30:48 2016 +0200 sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config It makes sense semantically, and prepares for an upcoming commit that uses the internal global config pointer in sgsn_vty_init(), which would not be defined yet without this. Change-Id: Ie4cf1c0a1c9e6330a134ff4b7b2e6d5699c12bd7 http://cgit.osmocom.org/openbsc/commit/?id=8fd125ea70b218304270a6fb979fbfc420552f52 commit 8fd125ea70b218304270a6fb979fbfc420552f52 Author: Neels Hofmeyr Date: Wed Oct 12 01:29:33 2016 +0200 iu: sort out confusion around asn_debug and asn1_xer_print Before, I confused asn_debug with asn1_xer_print. Have two distinct VTY commands and fix documentation. Put the asn_debug and asn1_xer_print implementations in iu.c. Since they are globally defined, don't pass a pointer to iu_vty_init() but just use it directly. Might be considered less clean, but is also less bloat. Change-Id: Iccbadfe1585ba224f74cdfb5273b5ce29b6d78f0 http://cgit.osmocom.org/openbsc/commit/?id=b25182fc7bd06ba1c7c0c853fab6027047b2498a commit b25182fc7bd06ba1c7c0c853fab6027047b2498a Author: Neels Hofmeyr Date: Wed Oct 12 01:48:55 2016 +0200 iu.h: add missing includes and type defs So far it was included only in files that also include all needed headers, but make it so that it can be included on its own. Change-Id: I08a756031b995bd01a6e15c678b845fd98de960b http://cgit.osmocom.org/openbsc/commit/?id=7095681d9b7945cca8fa0024e3fd01dbbe0794fc commit 7095681d9b7945cca8fa0024e3fd01dbbe0794fc Author: Neels Hofmeyr Date: Tue Oct 11 02:24:53 2016 +0200 IuCS: rapidly release connections Do the same as we do in 2G: release the connection as soon as nothing else is pending for a given subscriber. Before, osmo-cscn would wait for the UE "to get bored" and send an Iu release. But the CN should stay lean on connections. Also, 25.413[1] in section 7, 6th point states: "While the Iu release is managed from the CN, the RNC has the capability to request the release of all Iu connection resources from the corresponding Iu connection." So far we did not manage Iu release from osmo-cscn at all. Use the same mechanism we use in 2G: from msc_release_connection(), just before freeing the gsm_subscriber_conn, invoke a CN initiated Iu Release command to the UE. This works around OS#1816 ("USSD only works when IuCS is released", on nano3G), because the Iu conn is now released right after every signalling, so that typically no two requests will use the same conn. In iu.h/iu.c, add iu_tx_release(), absorbing almost all of the code from ranap_handle_co_iu_rel_req(). Add stub to db_test.c, necessary to build it without linking libiu. [1] 3GPP TS 25.413 v12.4.0 Release 12 / ETSI TS 125 413 V12.4.0 (2015-04) Related: OS#1816 Change-Id: Ic12bd6f3666f6fd42bd6d9fdae1c93abee3b6786 http://cgit.osmocom.org/openbsc/commit/?id=268301a0857b787419971b4f0493438a644a8341 commit 268301a0857b787419971b4f0493438a644a8341 Author: Neels Hofmeyr Date: Tue Oct 11 00:50:05 2016 +0200 IuCS: don't remove Iu conn until release Don't remove the gsm_subscriber_connection without an Iu Release. From the 2G paradigm to close a subscriber connection as soon as nothing else is pending, osmo-cscn frequently calls msc_release_connection() to see whether a conn has anything pending, or discards it. In 3G however, we so far don't actively release IuCS connections from the MSC side, but wait until the IuCS is released from the UE side. So the conn is often discarded even though the IuCS stays open and valid, which confuses the situation: before the UE releases a bit later, we would try to page the subscriber unsuccessfully, because the UE expects to already be connected. To first fix the discrepancy of Iu vs. subscr release, never discard gsm_subscriber_connections when msc_release_connection() is called. This creates a "lazy" CN that keeps connections open as long as the UE will tolerate. It is really fast in sending many SMS in close succession, but is certainly a bad CN design choice: we should rather stay lean on connections. A subsequent commit will change this, but I decided to keep this commit as a reference, for when we'd like to test situations that should re-use an established connection. Change-Id: I012378cfa432d791146db387554ec1909de05297 http://cgit.osmocom.org/openbsc/commit/?id=bdea0865970bd67a2a54dac90c0c3a43ad30186a commit bdea0865970bd67a2a54dac90c0c3a43ad30186a Author: Neels Hofmeyr Date: Tue Oct 11 01:05:22 2016 +0200 IuCS: detect whether a conn is already secure If a CM Service Request is received on an already secure IuCS connection, we so far didn't notice and started to authenticate again. The UE would readily renew its authentication, but then our state got stuck since ciphering was already established. Instead, don't authenticate again when integrity protection is already established. Change-Id: I3c01fe58276ba0ad918f2cd30cc3dca7c6663e68 http://cgit.osmocom.org/openbsc/commit/?id=8b30142f20de0c931fcf4969ea3454ef0d289573 commit 8b30142f20de0c931fcf4969ea3454ef0d289573 Author: Neels Hofmeyr Date: Tue Sep 20 18:18:26 2016 +0200 mgcp dbg log Change-Id: I56fda48edaa92abfc6e3886cdfce733bb0686f73 http://cgit.osmocom.org/openbsc/commit/?id=8a46a7eaa5d84034d9a2f7f6a1f289d8fb50e5e6 commit 8a46a7eaa5d84034d9a2f7f6a1f289d8fb50e5e6 Author: Neels Hofmeyr 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=c5a5215435e4d099537f0a178392562a8077970e commit c5a5215435e4d099537f0a178392562a8077970e Author: Neels Hofmeyr 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=d1ceb681d184532421136acf6d47dbf8337d7643 commit d1ceb681d184532421136acf6d47dbf8337d7643 Author: Neels Hofmeyr Date: Thu Sep 22 20:28:35 2016 +0200 bridge calls via mgcpgw Change-Id: Ie259e30bc532fe9817c96562022ac33443d5747a http://cgit.osmocom.org/openbsc/commit/?id=9e47dfe62eea15babfd810724d389c565534508e commit 9e47dfe62eea15babfd810724d389c565534508e Author: Neels Hofmeyr 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=03513b3e40fbba3b81dfca842f2d231ccd13362d commit 03513b3e40fbba3b81dfca842f2d231ccd13362d Author: Neels Hofmeyr 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=e604fdfe944d10c2807860a1e575aac576ed123f commit e604fdfe944d10c2807860a1e575aac576ed123f Author: Neels Hofmeyr 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=27c0205e8f450828ea04f7bfc7eae21b3bcbeff7 commit 27c0205e8f450828ea04f7bfc7eae21b3bcbeff7 Author: Neels Hofmeyr 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. Rationale: 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. Add general VTY commands that can be used to configure mgcpgw_client. osmo-cscn is going to use this to route RTP streams (for 3G at first). Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135 http://cgit.osmocom.org/openbsc/commit/?id=5fd253114ff9b1605ecd524d2abe6055608101b8 commit 5fd253114ff9b1605ecd524d2abe6055608101b8 Author: Neels Hofmeyr Date: Wed Sep 7 13:39:07 2016 +0200 libmgcp: add value strings for mgcp_connection_mode Add file mgcp_common.c to implement the value strings for the mgcp_connection_mode. Add in a separate file because of the upcoming mgcpgw_client.c implementation, introducing a file that contains implementations commonly used in MGCP GW as well as its clients. Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135 http://cgit.osmocom.org/openbsc/commit/?id=702cd68d3a553981371eeb67b95b0d9bdb07e307 commit 702cd68d3a553981371eeb67b95b0d9bdb07e307 Author: Neels Hofmeyr Date: Tue Sep 20 18:16:35 2016 +0200 libmgcp: move mgcp_connection_mode to public header mgcp_connection_mode will be used by the upcoming mgcpgw_client.h API. Change-Id: I7a3f8905723320d968f1a53c1036904107b4fb2d http://cgit.osmocom.org/openbsc/commit/?id=64f1d43569eb803bedfeaa02e8fcdd1471fe278e commit 64f1d43569eb803bedfeaa02e8fcdd1471fe278e Author: Neels Hofmeyr 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=2affc0542907ec132468dbafe813774b241c34da commit 2affc0542907ec132468dbafe813774b241c34da Author: Neels Hofmeyr 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=4c3c3a83cd58a6cac88e5da1782ea09a8f36922c commit 4c3c3a83cd58a6cac88e5da1782ea09a8f36922c Author: Neels Hofmeyr 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=721d79eebe05eff30d245ebd5c864bec4ec2f690 commit 721d79eebe05eff30d245ebd5c864bec4ec2f690 Author: Harald Welte 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=d507ed1df95902699428b4a66d1dc07e57d16207 commit d507ed1df95902699428b4a66d1dc07e57d16207 Author: Neels Hofmeyr Date: Mon May 9 13:20:54 2016 +0200 cosmetic: make gsm0408_loc_upd_rej() static http://cgit.osmocom.org/openbsc/commit/?id=e7020e043b577ba7d8f9f4a20ab888ab49ade7b2 commit e7020e043b577ba7d8f9f4a20ab888ab49ade7b2 Author: Neels Hofmeyr 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=6ed0c862aa484f39e2d2c7c2bc58e8832efc7df1 commit 6ed0c862aa484f39e2d2c7c2bc58e8832efc7df1 Author: Neels Hofmeyr Date: Mon May 30 15:21:52 2016 +0200 remove handle_abisip_signal() Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41 http://cgit.osmocom.org/openbsc/commit/?id=b1b7e781e437f21edfc02099eb4196276281c405 commit b1b7e781e437f21edfc02099eb4196276281c405 Author: Neels Hofmeyr 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=21dd84cc72d30266df2f378497d6283fe3f73b5a commit 21dd84cc72d30266df2f378497d6283fe3f73b5a Author: Neels Hofmeyr 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=da00351e1be9490e4085a7c55fb50f3f3b71c24b commit da00351e1be9490e4085a7c55fb50f3f3b71c24b Author: Neels Hofmeyr 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=43984b4a1e6fd96010c2b842382232236e9c5ac1 commit 43984b4a1e6fd96010c2b842382232236e9c5ac1 Author: Neels Hofmeyr 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=cf3e72ca1764fcc0b90021a18ae333c4d8dc5492 commit cf3e72ca1764fcc0b90021a18ae333c4d8dc5492 Author: Neels Hofmeyr Date: Tue May 10 13:26:47 2016 +0200 comment on mscsplit, indent comment http://cgit.osmocom.org/openbsc/commit/?id=6752a06990a82a6f98ad7fa7e7574253c734effe commit 6752a06990a82a6f98ad7fa7e7574253c734effe Author: Neels Hofmeyr 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=9b66d948bf88b42484d6374cb307a388d85e45ea commit 9b66d948bf88b42484d6374cb307a388d85e45ea Author: Neels Hofmeyr 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=f9a69400a7dfc35bffb683eeff95c5660002a39d commit f9a69400a7dfc35bffb683eeff95c5660002a39d Author: Neels Hofmeyr 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=4b78e2cda34a592881d8cfdeea6affbb59ccf2f9 commit 4b78e2cda34a592881d8cfdeea6affbb59ccf2f9 Author: Neels Hofmeyr 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=ba5e4a2d26a5792700676cea343eeae5ed31b228 commit ba5e4a2d26a5792700676cea343eeae5ed31b228 Author: Neels Hofmeyr 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=19ebeab00643801c807ebec5f94ff9e697615d1d commit 19ebeab00643801c807ebec5f94ff9e697615d1d Author: Neels Hofmeyr 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=55b70e9800ab782c2d61ebd5cec543e47c5407c0 commit 55b70e9800ab782c2d61ebd5cec543e47c5407c0 Author: Neels Hofmeyr 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=2e9d702d6b2f826e8eb30722a062aad64553a653 commit 2e9d702d6b2f826e8eb30722a062aad64553a653 Author: Neels Hofmeyr 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=4c3f846456d814153c4a9ec2344b9424afb96425 commit 4c3f846456d814153c4a9ec2344b9424afb96425 Author: Neels Hofmeyr 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=bad0021e2d3dd03bd97da2578a3b4bed2844f66c commit bad0021e2d3dd03bd97da2578a3b4bed2844f66c Author: Neels Hofmeyr 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=1825e3cdceb3b90be49f0067f2761e316c4f0db9 commit 1825e3cdceb3b90be49f0067f2761e316c4f0db9 Author: Neels Hofmeyr 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=246332887bfb7748c49435595cc822a9ca93f6a5 commit 246332887bfb7748c49435595cc822a9ca93f6a5 Author: Neels Hofmeyr Date: Fri Aug 12 16:11:25 2016 +0200 auth log Change-Id: Icd9f8505388a06ee768d2176cb2b9187953098ef http://cgit.osmocom.org/openbsc/commit/?id=547f186a707603273483cfe7f5758d4ee8c0938f commit 547f186a707603273483cfe7f5758d4ee8c0938f Author: Neels Hofmeyr Date: Fri Aug 12 16:09:46 2016 +0200 iu auth wip Change-Id: Icc2522252cf15c54f1a1ea5255314a0de8bfba03 http://cgit.osmocom.org/openbsc/commit/?id=705e1f3200c73903d2c8d4377e44c4fc237d85b7 commit 705e1f3200c73903d2c8d4377e44c4fc237d85b7 Author: Neels Hofmeyr Date: Fri Aug 12 16:03:09 2016 +0200 Iu auth wip Change-Id: I44effcca80dc6850178174dc957bcd5608b0ae14 http://cgit.osmocom.org/openbsc/commit/?id=3cbfd017d38dcd28fd7630534f4f949a373e1077 commit 3cbfd017d38dcd28fd7630534f4f949a373e1077 Author: Neels Hofmeyr 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=92ca7342bd36c376b443959eac7be506ed3de416 commit 92ca7342bd36c376b443959eac7be506ed3de416 Author: Neels Hofmeyr 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=ab21249ba339100cde146a7f574cfd44b17902a0 commit ab21249ba339100cde146a7f574cfd44b17902a0 Author: Neels Hofmeyr 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=58eb38da4ef7982a5de77a3a6aab6a628a8af417 commit 58eb38da4ef7982a5de77a3a6aab6a628a8af417 Author: Neels Hofmeyr 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=b811b8308ed7c5043bcaedbf9f6913c280863efe commit b811b8308ed7c5043bcaedbf9f6913c280863efe Author: Neels Hofmeyr Date: Mon May 30 14:57:14 2016 +0200 osmo-nitb becomes osmo-cscn Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b http://cgit.osmocom.org/openbsc/commit/?id=5ccbbce70550e714dd6133a06d8eb666a77d96ef commit 5ccbbce70550e714dd6133a06d8eb666a77d96ef Author: Neels Hofmeyr 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=691dda840b414d31deda70453fb19f0abdf79bd0 commit 691dda840b414d31deda70453fb19f0abdf79bd0 Author: Neels Hofmeyr 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=bef38f88ccea719365795bab5ea8d4f739818c5e commit bef38f88ccea719365795bab5ea8d4f739818c5e Author: Neels Hofmeyr 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=6952c57e34c17271f49ee5d37f08f4fe74cb541b commit 6952c57e34c17271f49ee5d37f08f4fe74cb541b Author: Neels Hofmeyr 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=5c0fecef729208bcbd49bf2b32a87a9aefc81e32 commit 5c0fecef729208bcbd49bf2b32a87a9aefc81e32 Author: Neels Hofmeyr 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=0f09b2eb234c5c84118772a9789c2a447fa35835 commit 0f09b2eb234c5c84118772a9789c2a447fa35835 Author: Neels Hofmeyr 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=9d4d4a9e4a9821736c7d7f2b9947d98eaf561746 commit 9d4d4a9e4a9821736c7d7f2b9947d98eaf561746 Author: Neels Hofmeyr Date: Tue May 10 14:59:02 2016 +0200 move to libcommon-cs: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO move to libfilter instead? Change-Id: I00ca0caf8224de029f53f4dedb1146e3cf7650ec http://cgit.osmocom.org/openbsc/commit/?id=9a2941109887d7e4cae5ac50032abfa50abf80c4 commit 9a2941109887d7e4cae5ac50032abfa50abf80c4 Author: Neels Hofmeyr 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=df75ff4e3f90353bfc9d233f94219eb006b4bc39 commit df75ff4e3f90353bfc9d233f94219eb006b4bc39 Author: Neels Hofmeyr 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=9c6fbb72211acbc311e2fbb4ad607d6201e1ca83 commit 9c6fbb72211acbc311e2fbb4ad607d6201e1ca83 Author: Neels Hofmeyr Date: Mon May 30 14:56:06 2016 +0200 add iucs.[hc] Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b http://cgit.osmocom.org/openbsc/commit/?id=9215e34f46da2dd9f3c559784cfad1885bf0e6b5 commit 9215e34f46da2dd9f3c559784cfad1885bf0e6b5 Author: Neels Hofmeyr Date: Fri May 20 21:59:55 2016 +0200 add DIUCS debug log constant Change-Id: Id347a3024fa495a1ab680db7320648d933a4018b http://cgit.osmocom.org/openbsc/commit/?id=12a0e654208bf6bc25bcef98c1509a80d98524dd commit 12a0e654208bf6bc25bcef98c1509a80d98524dd Author: Neels Hofmeyr 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=23b54d9a39e9c7e9ca42120ebcc7f4d89021b7f2 commit 23b54d9a39e9c7e9ca42120ebcc7f4d89021b7f2 Author: Neels Hofmeyr 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=6faeaf0cb7d5a0bbd48963564937acb5164b8d9c commit 6faeaf0cb7d5a0bbd48963564937acb5164b8d9c Author: Neels Hofmeyr 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=633167b97049bef3dfa0db5614c402c3202df83f commit 633167b97049bef3dfa0db5614c402c3202df83f Author: Neels Hofmeyr 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=f1560ee3cb12a3aabc15189149716857ce20785b commit f1560ee3cb12a3aabc15189149716857ce20785b Author: Neels Hofmeyr 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=80f4b3294942692a8bebc65b47b58ce5b64d8ef7 commit 80f4b3294942692a8bebc65b47b58ce5b64d8ef7 Author: Neels Hofmeyr 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=fe2ec110713c90cf8b4ed5da7632fa57a8ec23a8 commit fe2ec110713c90cf8b4ed5da7632fa57a8ec23a8 Author: Neels Hofmeyr 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=90346ac4ae9c840fd03fe824c1dc85a94f25dda2 commit 90346ac4ae9c840fd03fe824c1dc85a94f25dda2 Author: Harald Welte 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=97a85627eac7cb4f37094d9cb7ec0f6b6204f714 commit 97a85627eac7cb4f37094d9cb7ec0f6b6204f714 Author: Neels Hofmeyr Date: Mon May 30 15:00:23 2016 +0200 gsm_subscriber_connection: mark BSC specific items This is intended to prepare for splitting gsm_subscriber_connection into BSC and MSC specific structs, to make the splitting patch more readable. Change-Id: Ib9666225fb9bfec2cf1e364343560571869fe6a7 http://cgit.osmocom.org/openbsc/commit/?id=a4f36911d881823f7d65ba0b197a38892d9a256a commit a4f36911d881823f7d65ba0b197a38892d9a256a Author: Neels Hofmeyr Date: Mon May 9 21:56:42 2016 +0200 osmo-nitb: exit when MNCC socket init failed Change-Id: Icef97bb5da9840b810fe6f4b4da6abd4baa66915 http://cgit.osmocom.org/openbsc/commit/?id=dea230fed833d1bb28851cfcf2ec604e22fd7eeb commit dea230fed833d1bb28851cfcf2ec604e22fd7eeb Author: Neels Hofmeyr 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=a201693636c1e7161449926eb924702e1ad721a7 commit a201693636c1e7161449926eb924702e1ad721a7 Author: Neels Hofmeyr Date: Sat May 14 03:24:41 2016 +0200 move to libcommon-cs: 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=f66bfdce86824a652e2183d2837e868aefb27302 commit f66bfdce86824a652e2183d2837e868aefb27302 Author: Neels Hofmeyr 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 libcommon-cs in subsequent commit). Adjust time zone Ctrl Interface code. Change-Id: I69848887d92990f3d6f969be80f6ef91f6bdbbe8 http://cgit.osmocom.org/openbsc/commit/?id=47a224be84b8e4155deb5acf8a9f9efc47fbab69 commit 47a224be84b8e4155deb5acf8a9f9efc47fbab69 Author: Neels Hofmeyr 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. Change-Id: I5e0ba0ecf1726ebd540800f4e98fdfc937c904ff http://cgit.osmocom.org/openbsc/commit/?id=d5577f20b828797c48dfe84a219394e6ed134c2c commit d5577f20b828797c48dfe84a219394e6ed134c2c Author: Neels Hofmeyr 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. Change-Id: Ifb86698cd57a09f03b935b6d3fcea87eff4cd397 http://cgit.osmocom.org/openbsc/commit/?id=fa22958877caa5c6afaf6bf3992004a129a6810a commit fa22958877caa5c6afaf6bf3992004a129a6810a Author: Neels Hofmeyr Date: Thu May 12 01:16:58 2016 +0200 move to libcommon-cs: 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 common_cs_vty.c. Add arg to common_cs_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 libcommon-cs and pass a different config_write_net() function. Change-Id: I871b7b32a0c56fdce983e409cf244ec487d24e71 http://cgit.osmocom.org/openbsc/commit/?id=391cbb55e60ba4d1260639aee58df6a6d226f0b2 commit 391cbb55e60ba4d1260639aee58df6a6d226f0b2 Author: Neels Hofmeyr Date: Wed May 11 18:48:39 2016 +0200 move to libcommon-cs: global vty gsm_network pointer Move gsmnet_from_vty() and the bsc_gsmnet global to common_cs_vty.c. Rename bsc_gsmnet to vty_global_gsm_network and make it static to common_cs_vty.c, to clearly mark the global variable for VTY use only. Introduce common_cs_vty_init() to set vty_global_gsm_network. Change-Id: I26c5c47de08f899b896813d09612d5cb2f8e42d6 http://cgit.osmocom.org/openbsc/commit/?id=44b00533ed0172c9a5cafe5e1dbddcaedb15cd7d commit 44b00533ed0172c9a5cafe5e1dbddcaedb15cd7d Author: Neels Hofmeyr Date: Mon Oct 24 01:53:38 2016 +0200 global gsm_network: move allocation further up Now that bsc_network_alloc() is separate, move it to before the VTY init (a subsequent patch will pass the gsm_network instance as a parameter to vty_init()). bsc_hack.c: drop the comment that says about the VTY init: "This needs to precede handle_options()" -- it is not accurate. Actually move the handle_options() above both vty_init() and the bsc_network_alloc() calls, to be able to decide which mncc callback to pass to bsc_network_alloc. It would make sense to set this later on, but that would require further refactoring of the bsc_network_init() and gsm_network_init() signatures, so not in this patch. Change-Id: Ie6a7037e703b5a2d08ceeb20d35f197aaddc9d1b http://cgit.osmocom.org/openbsc/commit/?id=70af2887fac18317c271446aa4e1875646eda683 commit 70af2887fac18317c271446aa4e1875646eda683 Author: Neels Hofmeyr Date: Wed May 11 14:12:00 2016 +0200 split bsc_bootstrap_network() in alloc and config For patch clarity, keep some code dup to be removed in a subsequent patch. In the same sense don't change the fact that mncc_sock_init()'s return value is ignored. The global gsm_network instance 'bsc_gsmnet' is basically only used by the VTY, and a future patch will "hide" that global in a vty .c file. In a nutshell, I want to - first allocate a gsm_network, - then initialize the VTY passing the gsm_network pointer, - and then read the config file using the initialized VTY. So far, bsc_bootstrap_network() allocates the gsm_network and reads the config file right away, which only works by sharing the extern bsc_gsmnet pointer, which I would like to uncouple. Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a http://cgit.osmocom.org/openbsc/commit/?id=7d12a00270c60896c17db3e8d98e72efc2fa23bd commit 7d12a00270c60896c17db3e8d98e72efc2fa23bd Author: Neels Hofmeyr Date: Thu May 12 03:03:50 2016 +0200 tests: drop unused libmsc, unneeded duplicate libbsc linking Because of libcommon-cs, tests/gsm0408,subscr,trau no longer need libmsc. Change-Id: I9073eba41a1cd3136ed7a9def6fe8aaf282eaa18 http://cgit.osmocom.org/openbsc/commit/?id=cafb184eb1d57a2c168df7d8772dff860c605e40 commit cafb184eb1d57a2c168df7d8772dff860c605e40 Author: Neels Hofmeyr 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=e225c750d987f3738b5b14a94dd464f5b3e6c160 commit e225c750d987f3738b5b14a94dd464f5b3e6c160 Author: Neels Hofmeyr Date: Tue May 10 13:30:17 2016 +0200 factor out & introduce struct gsm_encr, in common_cs.h Factor out encryption info from struct gsm_lchan as struct gsm_encr, placed in common_cs.h. Change-Id: I94015fb9dd511c37c1e3058a0963c780b3f700ac Future: this will be used by libmsc's subscriber connection, for osmo-cscn. http://cgit.osmocom.org/openbsc/commit/?id=7b4380746197ae0f693f0313f2431ab87474b471 commit 7b4380746197ae0f693f0313f2431ab87474b471 Author: Neels Hofmeyr Date: Tue May 10 12:50:31 2016 +0200 move to libcommon-cs: factor out gen of USSD notify and release complete Both libmsc and libbsc will need distinct gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() functions, since there will be 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 libcommon-cs. Change-Id: I33a84e3c28576ced91d2ea24103123431f551173 http://cgit.osmocom.org/openbsc/commit/?id=28f637ec2ca556896fce345f6dcb9b871a5ada53 commit 28f637ec2ca556896fce345f6dcb9b871a5ada53 Author: Neels Hofmeyr Date: Tue May 10 14:58:51 2016 +0200 move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej() Used by libbsc, libmsc as well as osmo-bsc and osmo-bsc_nat. Moving gsm48_create* to libcommon-cs affects linking of osmo-bsc_nat, resulting in undefined references to gsm48_extract_mi() and gsm48_paging_extract_mi(); fix that by placing libfilter.a left of libbsc.a upon linker invocation. Change-Id: I212c2567b56191022b683674c1c4daf842839946 http://cgit.osmocom.org/openbsc/commit/?id=e78ae21ff44a7442be065b67b827efcd10de34fc commit e78ae21ff44a7442be065b67b827efcd10de34fc Author: Neels Hofmeyr Date: Sat May 14 00:46:29 2016 +0200 move to libcommon-cs: 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 libcommon-cs 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 libcommon-cs. The other items are kept out of libcommon-cs 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. Change-Id: If06316b97002390dc9a434686750cb96193ea63b http://cgit.osmocom.org/openbsc/commit/?id=2d521a0296fdecc1a8cb337354654123a864015b commit 2d521a0296fdecc1a8cb337354654123a864015b Author: Neels Hofmeyr Date: Sat May 14 00:57:04 2016 +0200 move to libcommon-cs: net init 2: move bsc_network_init decl to new .h bsc_network_init() is more fit to live in a BSC specific header, move it to new common_bsc.h. It will probably also absorb the BSC-specific part of gsm_network in the future. Adjust header includes across the board. Particularly, fix abis_nm.h by explicitly including gsm_data.h: it so far relied on other headers to do that, which now is no longer always given. Change-Id: I9edfb1e748bb1cb484fadd48b0406f5b3098e89b http://cgit.osmocom.org/openbsc/commit/?id=27681a3407e2bde5cf3566aeabc7acbe2023f6e2 commit 27681a3407e2bde5cf3566aeabc7acbe2023f6e2 Author: Neels Hofmeyr Date: Sat May 14 00:45:26 2016 +0200 move to libcommon-cs: 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 libcommon-cs, 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=402006dfdf84c3bf3b22a48ba6ef6922ff6991c7 commit 402006dfdf84c3bf3b22a48ba6ef6922ff6991c7 Author: Neels Hofmeyr Date: Wed May 11 14:28:25 2016 +0200 define mncc_recv_cb_t to avoid code dup Put mncc_recv_cb_t in common_cs.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 common_cs.h (future knowledge). Since I will need to use mncc_recv_cb_t in common_cs.h, including gsm_data.h from there would introduce an #include loop. Avoid that and define mncc_recv_cb_t in common_cs.h to begin with. Change-Id: I2e64cffa563750ce9f3172ffba6f9cf5b9280e9c http://cgit.osmocom.org/openbsc/commit/?id=c69ee8527c8ec88bdbff820d0a8aa706502516a5 commit c69ee8527c8ec88bdbff820d0a8aa706502516a5 Author: Neels Hofmeyr Date: Tue May 10 12:50:31 2016 +0200 Add empty libcommon-cs This will gradually soak up code shared by libbsc and libmsc. Change-Id: If34e2bd38a099d0799238337468d56e0305ab8ae ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/abis_om2000.h | 33 +++++ openbsc/include/openbsc/gb_proxy.h | 2 +- openbsc/include/openbsc/gsm_04_80.h | 4 +- openbsc/include/openbsc/vty.h | 1 + openbsc/src/gprs/gb_proxy.c | 22 +++- openbsc/src/gprs/gb_proxy_tlli.c | 16 ++- openbsc/src/gprs/gprs_gmm.c | 13 +- openbsc/src/gprs/gprs_sndcp_comp.c | 2 +- openbsc/src/ipaccess/abisip-find.c | 4 +- openbsc/src/libbsc/abis_om2000.c | 91 ++++++++++++-- openbsc/src/libbsc/abis_om2000_vty.c | 195 +++++++++++++++++++++--------- openbsc/src/libbsc/abis_rsl.c | 13 +- openbsc/src/libbsc/bts_ericsson_rbs2000.c | 4 + openbsc/src/libcommon/common_vty.c | 10 ++ openbsc/src/libmsc/gsm_04_80.c | 4 +- openbsc/src/libmsc/ussd.c | 24 ++-- openbsc/tests/gbproxy/gbproxy_test.c | 95 +++++++++++++++ openbsc/tests/gbproxy/gbproxy_test.ok | 181 +++++++++++++++++++++++++++ 18 files changed, 611 insertions(+), 103 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Thu Nov 24 15:59:46 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Thu, 24 Nov 2016 15:59:46 GMT Subject: openbsc.git branch sysmocom/iu updated. 0.15.0-632-g3f22f2c Message-ID: <201611241559.uAOFxkRs035210@git.osmocom.org> 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, sysmocom/iu has been updated discards 36c9f5170524f223d9df868f1c69cb42c7e15848 (commit) discards 0d13ae5260df914a32cb9cea8faa815e12c1a157 (commit) discards 0b0d05a1e745dffabeff0d9717b5b14cf1aa92ea (commit) discards 0e7892390b1e4d1153e4e2f994f7139964da3768 (commit) discards 736708d453379cbd645e800ff19568faf8066c53 (commit) discards 9d6e76348cdb2240aecf734b76087ac8959f8295 (commit) discards 6dd161c7ce49ee2807b0e1319fbb9e7e38d8cdf9 (commit) discards c238dc9a84ec663d41bf38fce979a62a9c7f6584 (commit) discards 407cec74013e312061f842b4203bb419d5709c23 (commit) discards 1c30c5d8b9da347e6d7708ef1a24f6413d465199 (commit) discards 6c96adcf41acf79db3e676824353e79c728f8911 (commit) discards f5ff950895bf56a9d7933078bd64a519a1aa5398 (commit) discards 97d4ff9e4fc981620f504e7cf359b62a8733f42d (commit) discards 5eba8df45fbfc2477bd507b0667a848036747334 (commit) discards c9337198d68c88b22ecb45118b1c50de88805b8a (commit) discards 068e1555b0c377005b7ddcadb63d5d23fa34a918 (commit) discards 10d4d0bd9aba20eb19e7a6952040953da6246f2a (commit) discards 41ae3242b0b0d3725e207ee2fb0859cca0f1b4db (commit) discards 7b79d1018e5ab06e6f4d89ea62ebb18f27829148 (commit) discards 13a5c631c1fb7c50b25736eb6de275fe72022e97 (commit) discards c970d012b0ab1d033bf0f37ff9ea708df2f14bfe (commit) discards 3bab10d0a85cf28f803c1ea1c5074e0dc0220ac9 (commit) discards f0d3a551f870338063ba80fa6ceb7904fa1561c0 (commit) discards bb8d495d9830af34a33e814199b6cdacfdf9ec55 (commit) discards cb49ff38b71b1707d07881edc1fe727045df1bee (commit) discards edaa0158a6af2fe4097315ccc321598557d733fa (commit) discards a92215e36b65252544f1d7d35740311875d15db8 (commit) discards 539a08aedc48bd2165ce4c490dc74c2db234a0d6 (commit) discards 6e4c08241a1441214fce0e577ac2c8bbaae797c3 (commit) discards 4a3dc708c2cd9a95bb727989b1e1cd383e45916d (commit) discards 411e1fc36eefb6ce3e0f0c90ee4409a6c075e68c (commit) discards cf1000536568944addf8ae1bbd172139138b80c8 (commit) discards 4e6ea9db143d34bf870165c84f84b1fbe5574222 (commit) discards b430dc6af08213eca1e13935ec2caed17b057b19 (commit) discards 5c13afd3e19c0bb232b98371fa2886df780b3aaf (commit) discards e5e4248faff772566f9edf600972b7dc2966c8a7 (commit) discards 326bfb97f26fdd6b2d5c3ef79808b345bcc559af (commit) discards 3b48ea792d6de41d6c99c4417a38ed17446bdcc2 (commit) discards a95f9699f2cc076a33ce1dff4d233da59e414c2e (commit) discards a285cee2e832277453b22ff541db979b9e39702c (commit) discards 9887fc14e984168ba37f0dca0beba16244f05ba8 (commit) discards 43c7cd5e6ea507908a6a2a6e7599243fd0421a78 (commit) discards 4bd164f56cb81600399d30fb67af04e67678aa88 (commit) discards e5fd674c88957bb43579108439881cfcb973f990 (commit) discards 6cb8dc13d5c670475a323c04651115acff009c57 (commit) discards c5021cac477d5531503ee13ca43f7b60582f78b6 (commit) discards 09dafd4b89ef212555ab9dada1dd071fefc129d7 (commit) discards d2884491aea3a049a67f255ee05868eeddf252b2 (commit) discards 5fa37c0eb828291da2b6340d402bb8b1d60409b1 (commit) discards b41a2117b38a6426c5a06bd3c733d36fed2eac8d (commit) discards 8775a1afcffe5dc7fd636c67b7d181b1e7ff97d0 (commit) discards 8ebbd43441fab75de61a306140382193b6531848 (commit) discards 454ae6ff16a46e71b9700191b944c9bf4e98a142 (commit) discards ba9f7afc5571926e33cf4f05dcf661a7c5049229 (commit) discards 3472cca652e1c96e76286be746105da25dd34736 (commit) discards c078aa0d5291c8845501505ff5f0a3490402f585 (commit) discards 1f98bb286e8fbb0b9f2267b51afe0508bd6065a8 (commit) discards 937bebaea21d48604a1a1f4a49ac681cfdaa358f (commit) discards 9c90e4a950a1eb9c99af40c73a4422eb582e4b5f (commit) discards 513706fddb7c84885c4ec2e5c786aa014115503f (commit) discards 172258d7f63ab7b4714f1803cb7ebf4fff0285e5 (commit) discards b750e04e992bdf3deba3cd1a7f491fb57d3177e2 (commit) discards 946f3e82ee9a88f894f54f3c1697489b90092aaf (commit) discards 915946978c16fba750322690cec76a1821060c0c (commit) discards 7e2a00bfdfda952da2c9b8880429a803be45530a (commit) discards bac47d648e324893718289005a137f1079dd6645 (commit) discards 82a7b3e43c7d5e79d245003ebc8894e816a9100a (commit) discards 26ad3eab89827b4dab5838e0717dbf44cc763c71 (commit) discards 88b45f315a4b0afc1c9cfa5e2fa4449dd4aa5d29 (commit) discards 73695c604371068d783df68b11cb8f013dad91bd (commit) discards 8a1d26cfbab6fc361854958b467690fca6582894 (commit) discards dc218c508dac8ccd1170a9372e25b052fa45d886 (commit) discards f42edce2e2878a13c183766671518c733855bb4e (commit) discards f2334d3c298ea7c8264d0978dfd362e09f5d823a (commit) discards cedf574e4d25a42e6ab0cb49eeac630470228ac5 (commit) discards a88af9983cec8b34f7465901614883e1a59dc3a9 (commit) discards c8dbb56d94d976060b711b39a869c58bead47cc3 (commit) discards 072bd2c8c6d5ab0ac35a45061a0108a7ec1317aa (commit) discards a91576179c1e642967129d25ed9eb55642ae71ab (commit) discards 55d3eccf6bfe8c4e7ced960b61e0a4a9c80d4648 (commit) discards b184ace3a844c1489c8633b8a1c560eb4b906b35 (commit) discards a803e38703bcb64e564ffed08e8b791d54d1ef4b (commit) discards 127efd7312fdd85b34945c3a8ee00eaa93a8c099 (commit) discards 971c2f8337d19d08f9f147001d14515530ac4f1d (commit) discards 48c3927dad42de80b9c495f33182da4769373300 (commit) discards 7b67dfbd0de2fd7885af064b0b2952b4be103169 (commit) discards de693c67c22e38fdc9119877c14b29827e7dfc08 (commit) discards edc6ba267911bc666b5a735e2b2b7e7d6112d347 (commit) discards 2e9a734fe9cd6e7bc5fa35b56b3f640288ebedc4 (commit) discards e3b9f8c488050c0e4d84b29f021f3343e3c1baf5 (commit) discards ec78efb6924acb5dead84a04fe2d9190acf6d28d (commit) discards 414b54a3082ddc195f39d65aa868150083e1365c (commit) discards d3176393651ff6566dfe60a97016273261c2ab41 (commit) via 3f22f2ca3a9404eb6499a521b88eec5609bce9ab (commit) via f33e96598b7e6aa6efb90342609d2c2b5b5981b1 (commit) via 4fa2bf3974b0e27afacc2ea63004eaef46970d26 (commit) via 2ea8ad5863f4842df74387697e4333e012702b06 (commit) via cb2cffff5c1a6a7acf2c3510edfc2a2419a55b88 (commit) via b273b2a7f6d612ca5915af1dd86fc66dd9fa938b (commit) via 5d8d56e0c1f0455c821926599c97cac7ad07b8eb (commit) via 8fd125ea70b218304270a6fb979fbfc420552f52 (commit) via b25182fc7bd06ba1c7c0c853fab6027047b2498a (commit) via 7095681d9b7945cca8fa0024e3fd01dbbe0794fc (commit) via 268301a0857b787419971b4f0493438a644a8341 (commit) via bdea0865970bd67a2a54dac90c0c3a43ad30186a (commit) via 8b30142f20de0c931fcf4969ea3454ef0d289573 (commit) via 8a46a7eaa5d84034d9a2f7f6a1f289d8fb50e5e6 (commit) via c5a5215435e4d099537f0a178392562a8077970e (commit) via d1ceb681d184532421136acf6d47dbf8337d7643 (commit) via 9e47dfe62eea15babfd810724d389c565534508e (commit) via 03513b3e40fbba3b81dfca842f2d231ccd13362d (commit) via e604fdfe944d10c2807860a1e575aac576ed123f (commit) via 27c0205e8f450828ea04f7bfc7eae21b3bcbeff7 (commit) via 5fd253114ff9b1605ecd524d2abe6055608101b8 (commit) via 702cd68d3a553981371eeb67b95b0d9bdb07e307 (commit) via 64f1d43569eb803bedfeaa02e8fcdd1471fe278e (commit) via 2affc0542907ec132468dbafe813774b241c34da (commit) via 4c3c3a83cd58a6cac88e5da1782ea09a8f36922c (commit) via 721d79eebe05eff30d245ebd5c864bec4ec2f690 (commit) via d507ed1df95902699428b4a66d1dc07e57d16207 (commit) via e7020e043b577ba7d8f9f4a20ab888ab49ade7b2 (commit) via 6ed0c862aa484f39e2d2c7c2bc58e8832efc7df1 (commit) via b1b7e781e437f21edfc02099eb4196276281c405 (commit) via 21dd84cc72d30266df2f378497d6283fe3f73b5a (commit) via da00351e1be9490e4085a7c55fb50f3f3b71c24b (commit) via 43984b4a1e6fd96010c2b842382232236e9c5ac1 (commit) via cf3e72ca1764fcc0b90021a18ae333c4d8dc5492 (commit) via 6752a06990a82a6f98ad7fa7e7574253c734effe (commit) via 9b66d948bf88b42484d6374cb307a388d85e45ea (commit) via f9a69400a7dfc35bffb683eeff95c5660002a39d (commit) via 4b78e2cda34a592881d8cfdeea6affbb59ccf2f9 (commit) via ba5e4a2d26a5792700676cea343eeae5ed31b228 (commit) via 19ebeab00643801c807ebec5f94ff9e697615d1d (commit) via 55b70e9800ab782c2d61ebd5cec543e47c5407c0 (commit) via 2e9d702d6b2f826e8eb30722a062aad64553a653 (commit) via 4c3f846456d814153c4a9ec2344b9424afb96425 (commit) via bad0021e2d3dd03bd97da2578a3b4bed2844f66c (commit) via 1825e3cdceb3b90be49f0067f2761e316c4f0db9 (commit) via 246332887bfb7748c49435595cc822a9ca93f6a5 (commit) via 547f186a707603273483cfe7f5758d4ee8c0938f (commit) via 705e1f3200c73903d2c8d4377e44c4fc237d85b7 (commit) via 3cbfd017d38dcd28fd7630534f4f949a373e1077 (commit) via 92ca7342bd36c376b443959eac7be506ed3de416 (commit) via ab21249ba339100cde146a7f574cfd44b17902a0 (commit) via 58eb38da4ef7982a5de77a3a6aab6a628a8af417 (commit) via b811b8308ed7c5043bcaedbf9f6913c280863efe (commit) via 5ccbbce70550e714dd6133a06d8eb666a77d96ef (commit) via 691dda840b414d31deda70453fb19f0abdf79bd0 (commit) via bef38f88ccea719365795bab5ea8d4f739818c5e (commit) via 6952c57e34c17271f49ee5d37f08f4fe74cb541b (commit) via 5c0fecef729208bcbd49bf2b32a87a9aefc81e32 (commit) via 0f09b2eb234c5c84118772a9789c2a447fa35835 (commit) via 9d4d4a9e4a9821736c7d7f2b9947d98eaf561746 (commit) via 9a2941109887d7e4cae5ac50032abfa50abf80c4 (commit) via df75ff4e3f90353bfc9d233f94219eb006b4bc39 (commit) via 9c6fbb72211acbc311e2fbb4ad607d6201e1ca83 (commit) via 9215e34f46da2dd9f3c559784cfad1885bf0e6b5 (commit) via 12a0e654208bf6bc25bcef98c1509a80d98524dd (commit) via 23b54d9a39e9c7e9ca42120ebcc7f4d89021b7f2 (commit) via 6faeaf0cb7d5a0bbd48963564937acb5164b8d9c (commit) via 633167b97049bef3dfa0db5614c402c3202df83f (commit) via f1560ee3cb12a3aabc15189149716857ce20785b (commit) via 80f4b3294942692a8bebc65b47b58ce5b64d8ef7 (commit) via fe2ec110713c90cf8b4ed5da7632fa57a8ec23a8 (commit) via 90346ac4ae9c840fd03fe824c1dc85a94f25dda2 (commit) via 97a85627eac7cb4f37094d9cb7ec0f6b6204f714 (commit) via a4f36911d881823f7d65ba0b197a38892d9a256a (commit) via dea230fed833d1bb28851cfcf2ec604e22fd7eeb (commit) via a201693636c1e7161449926eb924702e1ad721a7 (commit) via f66bfdce86824a652e2183d2837e868aefb27302 (commit) via 47a224be84b8e4155deb5acf8a9f9efc47fbab69 (commit) via d5577f20b828797c48dfe84a219394e6ed134c2c (commit) via fa22958877caa5c6afaf6bf3992004a129a6810a (commit) via 391cbb55e60ba4d1260639aee58df6a6d226f0b2 (commit) via 44b00533ed0172c9a5cafe5e1dbddcaedb15cd7d (commit) via 70af2887fac18317c271446aa4e1875646eda683 (commit) via 7d12a00270c60896c17db3e8d98e72efc2fa23bd (commit) via cafb184eb1d57a2c168df7d8772dff860c605e40 (commit) via e225c750d987f3738b5b14a94dd464f5b3e6c160 (commit) via 7b4380746197ae0f693f0313f2431ab87474b471 (commit) via 28f637ec2ca556896fce345f6dcb9b871a5ada53 (commit) via e78ae21ff44a7442be065b67b827efcd10de34fc (commit) via 2d521a0296fdecc1a8cb337354654123a864015b (commit) via 27681a3407e2bde5cf3566aeabc7acbe2023f6e2 (commit) via 402006dfdf84c3bf3b22a48ba6ef6922ff6991c7 (commit) via c69ee8527c8ec88bdbff820d0a8aa706502516a5 (commit) via 16606c9007ae97bbb0ca796384381b4decceee91 (commit) via 5085e0bf4c9674fb26754fd16b8e0c58113e1638 (commit) via 26f6ced05c8311a93eb4b9c6228ceeb2559c57d0 (commit) via 80ccb952676cb4a068410991c5d53d19f228f695 (commit) via 96638d141e43cc299c2927c600802764fa9b0ebb (commit) via 309425e10549c4e3db8c6a95731fbeb24276ffbf (commit) via 38cba5aa7972260c4444ecea3fd47651a5d54059 (commit) via fb89b9b00b6be88d3822fc206f117660e038a046 (commit) via c04c6ed4af36afa414f6f9a1828a131c0d30c4ce (commit) via 7d3093506ad9621caf2a5af11602ec081ab76480 (commit) via bb42eee11310eb03526138d38a8af7d705500253 (commit) via beade314d0f747fa6e77df85931fd7f4251ff2df (commit) via 58273f4b885326fc9ae65b70ddc44f1fe655cf5e (commit) via eae68292bdd3906950260ac307081af4b3acf3e5 (commit) via fe7be8ddd0563ee98ca2ee9879983384d2491306 (commit) via c1efa67c131a005903821a7487bad014b90cbe08 (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 (36c9f5170524f223d9df868f1c69cb42c7e15848) \ N -- N -- N (3f22f2ca3a9404eb6499a521b88eec5609bce9ab) 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: openbsc/include/openbsc/abis_om2000.h | 33 +++++ openbsc/include/openbsc/gb_proxy.h | 2 +- openbsc/include/openbsc/gsm_04_80.h | 4 +- openbsc/include/openbsc/vty.h | 1 + openbsc/src/gprs/gb_proxy.c | 22 +++- openbsc/src/gprs/gb_proxy_tlli.c | 16 ++- openbsc/src/gprs/gprs_gmm.c | 13 +- openbsc/src/gprs/gprs_sndcp_comp.c | 2 +- openbsc/src/ipaccess/abisip-find.c | 4 +- openbsc/src/libbsc/abis_om2000.c | 91 ++++++++++++-- openbsc/src/libbsc/abis_om2000_vty.c | 195 +++++++++++++++++++++--------- openbsc/src/libbsc/abis_rsl.c | 13 +- openbsc/src/libbsc/bts_ericsson_rbs2000.c | 4 + openbsc/src/libcommon/common_vty.c | 10 ++ openbsc/src/libmsc/gsm_04_80.c | 4 +- openbsc/src/libmsc/ussd.c | 24 ++-- openbsc/tests/gbproxy/gbproxy_test.c | 95 +++++++++++++++ openbsc/tests/gbproxy/gbproxy_test.ok | 181 +++++++++++++++++++++++++++ 18 files changed, 611 insertions(+), 103 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Fri Nov 25 11:42:01 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Fri, 25 Nov 2016 11:42:01 GMT Subject: openbsc.git branch master updated. 0.15.0-545-g28f637e Message-ID: <201611251142.uAPBg1b8089073@git.osmocom.org> 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 28f637ec2ca556896fce345f6dcb9b871a5ada53 (commit) via e78ae21ff44a7442be065b67b827efcd10de34fc (commit) via 2d521a0296fdecc1a8cb337354654123a864015b (commit) via 27681a3407e2bde5cf3566aeabc7acbe2023f6e2 (commit) via 402006dfdf84c3bf3b22a48ba6ef6922ff6991c7 (commit) via c69ee8527c8ec88bdbff820d0a8aa706502516a5 (commit) from 16606c9007ae97bbb0ca796384381b4decceee91 (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: openbsc/configure.ac | 1 + openbsc/include/openbsc/Makefile.am | 2 + openbsc/include/openbsc/abis_nm.h | 2 + openbsc/include/openbsc/bss.h | 5 +- openbsc/include/openbsc/common_bsc.h | 9 +++ openbsc/include/openbsc/common_cs.h | 13 ++++ openbsc/include/openbsc/gsm_data.h | 8 +-- openbsc/src/Makefile.am | 1 + openbsc/src/ipaccess/Makefile.am | 1 + openbsc/src/ipaccess/ipaccess-config.c | 4 +- openbsc/src/libbsc/bsc_init.c | 6 +- openbsc/src/libbsc/gsm_04_08_utils.c | 33 --------- openbsc/src/libbsc/net_init.c | 41 ++--------- .../src/{libfilter => libcommon-cs}/Makefile.am | 14 ++-- .../net_init.c => libcommon-cs/common_cs.c} | 83 +++++++++++++--------- .../misdn.h => src/libcommon-cs/common_cs_vty.c} | 14 +--- openbsc/src/osmo-bsc/Makefile.am | 1 + openbsc/src/osmo-bsc_nat/Makefile.am | 3 +- openbsc/src/osmo-nitb/Makefile.am | 1 + openbsc/src/utils/Makefile.am | 1 + openbsc/src/utils/bs11_config.c | 4 +- openbsc/tests/bsc-nat/Makefile.am | 1 + openbsc/tests/bsc/Makefile.am | 1 + openbsc/tests/channel/Makefile.am | 1 + openbsc/tests/channel/channel_test.c | 3 +- openbsc/tests/db/Makefile.am | 2 +- openbsc/tests/gsm0408/Makefile.am | 1 + openbsc/tests/gsm0408/gsm0408_test.c | 5 +- openbsc/tests/subscr/Makefile.am | 1 + openbsc/tests/trau/Makefile.am | 1 + 30 files changed, 119 insertions(+), 144 deletions(-) create mode 100644 openbsc/include/openbsc/common_bsc.h create mode 100644 openbsc/include/openbsc/common_cs.h copy openbsc/src/{libfilter => libcommon-cs}/Makefile.am (60%) copy openbsc/src/{libbsc/net_init.c => libcommon-cs/common_cs.c} (58%) copy openbsc/{include/openbsc/misdn.h => src/libcommon-cs/common_cs_vty.c} (74%) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sat Nov 26 09:08:53 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 09:08:53 GMT Subject: libosmo-abis.git branch master updated. 0.3.2-46-gb0a4235 Message-ID: <201611260908.uAQ98rdO073350@git.osmocom.org> 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 A-bis protcol interface library". The branch, master has been updated via b0a4235805a690ddad47d890e183b29c03322515 (commit) via 519217f0eafee4fe71c49e5310c6f26621f0a6e1 (commit) via 14dd30a13e27afcbdc7cce7203d07b50de48fa53 (commit) via 34260c892390c6831a0a5fb906bc3bffcfd08896 (commit) via ae3a993bd637b3994db0183abe8cfc6eeb796d51 (commit) from 35daa67763b53790edecd8329d4012b9b1ed436f (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/libosmo-abis/commit/?id=b0a4235805a690ddad47d890e183b29c03322515 commit b0a4235805a690ddad47d890e183b29c03322515 Author: Harald Welte Date: Sat Nov 26 09:44:33 2016 +0100 don't pass negative error to strerror() Change-Id: I48c25c78148d1fe9ce4e4a88cdfe5cf74dc95b17 Fixes: Coverity CID 57858 http://cgit.osmocom.org/libosmo-abis/commit/?id=519217f0eafee4fe71c49e5310c6f26621f0a6e1 commit 519217f0eafee4fe71c49e5310c6f26621f0a6e1 Author: Harald Welte Date: Sat Nov 26 09:43:46 2016 +0100 call strerror() not on negative value Change-Id: I0ba1eab49f93d9b34d162682f2528d106b56d6d6 Fixes: Coverity CID 57857 http://cgit.osmocom.org/libosmo-abis/commit/?id=14dd30a13e27afcbdc7cce7203d07b50de48fa53 commit 14dd30a13e27afcbdc7cce7203d07b50de48fa53 Author: Harald Welte Date: Sat Nov 26 09:37:09 2016 +0100 fix signed/unsigned bug in ipa_client_conn_open() If osmo_sock_init() would ever return a negative FD together with errno == EINPROGRESS, we would have attempted to register that negative FD with the select() main loop handling, whihc of course doesn't work. EINPROGRESS for a non-blocking connecting socket is handled inside osmo_sock_init() and would result in it returning a positive FD, so the above case is of theoretical significance only. Change-Id: Id01eb0d48eea6cab1fbc720c52361101b8ea4e35 Fixes: Coverity CID 57856 http://cgit.osmocom.org/libosmo-abis/commit/?id=34260c892390c6831a0a5fb906bc3bffcfd08896 commit 34260c892390c6831a0a5fb906bc3bffcfd08896 Author: Harald Welte Date: Sat Nov 26 09:27:04 2016 +0100 osmo_rtp_socket_fdreg(): Check return value of osmo_fd_register() Change-Id: I4969e0a9e7109d426066e6c2b80ed44c396b65b5 Fixes: Coverity CID 57631 http://cgit.osmocom.org/libosmo-abis/commit/?id=ae3a993bd637b3994db0183abe8cfc6eeb796d51 commit ae3a993bd637b3994db0183abe8cfc6eeb796d51 Author: Harald Welte Date: Sat Nov 26 09:25:23 2016 +0100 input/ipaccess.c: Check return value of osmo_fd_register() Change-Id: I81659e0533ceb5d43292d97a63300b500044add7 Fixes: Coverity CID 57630 ----------------------------------------------------------------------- Summary of changes: src/input/ipa.c | 6 ++---- src/input/ipaccess.c | 7 ++++++- src/input/misdn.c | 2 +- src/input/rs232.c | 2 +- src/trau/osmo_ortp.c | 13 +++++++++++-- 5 files changed, 21 insertions(+), 9 deletions(-) hooks/post-receive -- Osmocom A-bis protcol interface library From gitosis at osmocom.org Sat Nov 26 09:09:13 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 09:09:13 GMT Subject: libosmocore.git branch master updated. 0.9.0-291-g9d862c8 Message-ID: <201611260909.uAQ99DFM073544@git.osmocom.org> 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 9d862c89989e5841a2242ed0cde0e6fa0f4a6d2e (commit) from 96831049d926a6faf291a8ce29433e7718369b58 (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=9d862c89989e5841a2242ed0cde0e6fa0f4a6d2e commit 9d862c89989e5841a2242ed0cde0e6fa0f4a6d2e Author: Harald Welte Date: Sat Nov 26 00:10:07 2016 +0100 Fix unchecked return valueof osmo_fd_register() Change-Id: Ib040a7f94eb1bbec8270b66fd4c2aedef9d5346a Fixes: Coverity CID 57636 ----------------------------------------------------------------------- Summary of changes: src/gsmtap_util.c | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Sat Nov 26 09:48:41 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 09:48:41 GMT Subject: libosmocore.git branch master updated. 0.9.0-293-g4a1cb09 Message-ID: <201611260948.uAQ9mfxl082924@git.osmocom.org> 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 4a1cb09a40aaba7f412d1384b2a1a06934310359 (commit) via 0fc315dd9ed35ab9d32b60cbcd225f413b6a601e (commit) from 9d862c89989e5841a2242ed0cde0e6fa0f4a6d2e (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=4a1cb09a40aaba7f412d1384b2a1a06934310359 commit 4a1cb09a40aaba7f412d1384b2a1a06934310359 Author: Harald Welte Date: Sat Nov 26 00:11:53 2016 +0100 telnet_interface: Handle osmo_fd_register() eror return code Change-Id: I5bc1c2cbb04e363d868355b5ed866b4840f16c61 Fixes: Coverity 57637 http://cgit.osmocom.org/libosmocore/commit/?id=0fc315dd9ed35ab9d32b60cbcd225f413b6a601e commit 0fc315dd9ed35ab9d32b60cbcd225f413b6a601e Author: Harald Welte Date: Sat Nov 26 10:18:24 2016 +0100 osmo_sock_init(): Fix memory leak in error path We forgot to call freeaddrinfo() in an error path. Change-Id: Iccbd3beef4c4a70dc443131b909c45e650d8c6a2 Fixes: Coverity CID 135217 ----------------------------------------------------------------------- Summary of changes: src/socket.c | 1 + src/vty/telnet_interface.c | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Sat Nov 26 13:03:47 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 13:03:47 GMT Subject: osmo-iuh.git branch master updated. e08cdd92a648ea8d9bb6ca405f04c91ca485db3c Message-ID: <201611261303.uAQD3lO9028774@git.osmocom.org> 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 e08cdd92a648ea8d9bb6ca405f04c91ca485db3c (commit) from 5ee050c1e7fde4e32e3334e7bf02c4f663474d55 (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=e08cdd92a648ea8d9bb6ca405f04c91ca485db3c commit e08cdd92a648ea8d9bb6ca405f04c91ca485db3c Author: Harald Welte Date: Sat Nov 26 00:01:53 2016 +0100 ue_context_alloc(): Avoid ue->imsi without NULL termination Change-Id: I152e84206e0b2b80fa79956f5adbbe84ff10b4ab Fixes: Coverity CID 57625 ----------------------------------------------------------------------- Summary of changes: src/hnbgw.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- Osmocom code for Iuh interface From gitosis at osmocom.org Sat Nov 26 13:03:54 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 13:03:54 GMT Subject: osmo-bts.git branch master updated. 0.4.0-328-gae5405e Message-ID: <201611261303.uAQD3sch028848@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via ae5405e2a434f008e9798d571072e4df0ec86493 (commit) from be671bc61f136a87c2705e11b0758e42ca72963d (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-bts/commit/?id=ae5405e2a434f008e9798d571072e4df0ec86493 commit ae5405e2a434f008e9798d571072e4df0ec86493 Author: Harald Welte Date: Fri Nov 25 23:48:55 2016 +0100 vty: Ensure to not use negative (error) sapi value Change-Id: I282311de8514c1cc0a1b716e97e90ddf48863bb4 Fixes: Coverity CID 57617 Fixes: Coverity CID 57618 ----------------------------------------------------------------------- Summary of changes: src/common/vty.c | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Sat Nov 26 13:47:08 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 13:47:08 GMT Subject: libosmocore.git branch master updated. 0.9.0-294-g9533631 Message-ID: <201611261347.uAQDl8TU038686@git.osmocom.org> 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 9533631e531671e7029bbe7bc2e264d9080f56c7 (commit) from 4a1cb09a40aaba7f412d1384b2a1a06934310359 (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=9533631e531671e7029bbe7bc2e264d9080f56c7 commit 9533631e531671e7029bbe7bc2e264d9080f56c7 Author: Harald Welte Date: Sat Nov 26 09:54:40 2016 +0100 osmo-sim-test.c: Fix rmsg check we wanted to check for !rmsg, but used to check for !msg, missing error returns from read_record_nr(). Change-Id: I79b6a94b1aa947c8329317b0626865c3cd4159c1 Fixes: Coverity CID 57672 ----------------------------------------------------------------------- Summary of changes: utils/osmo-sim-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Sat Nov 26 16:07:51 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 16:07:51 GMT Subject: libosmocore.git branch master updated. 0.9.0-295-g1fa7856 Message-ID: <201611261607.uAQG7pGt080153@git.osmocom.org> 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 1fa78567e4e1963a28711b9b47111b840b50cfdb (commit) from 9533631e531671e7029bbe7bc2e264d9080f56c7 (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=1fa78567e4e1963a28711b9b47111b840b50cfdb commit 1fa78567e4e1963a28711b9b47111b840b50cfdb Author: Harald Welte Date: Sat Nov 26 10:14:53 2016 +0100 osmo_gsup_encode(): Make coverity happy by invariant checking gsm48_encode_bcd_number() can theoretically return a length in excess of the size of the bcd_buf, but only in case an overly-long IMSI is passed into the function (which would be illegal in the first place). Change-Id: If3dc68ee13ff784b487bbc686b777cec9057d537 Fixes: Coverity CID 135216 ----------------------------------------------------------------------- Summary of changes: src/gsm/gsup.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Sat Nov 26 16:08:53 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 16:08:53 GMT Subject: openbsc.git branch master updated. 0.15.0-548-g96df077 Message-ID: <201611261608.uAQG8rau080436@git.osmocom.org> 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 96df07708371313348d063032ee341592c27defc (commit) via b0993e61d002b265048c3dc734c4fa89e0b1995f (commit) via 7b6bae65847e5ff6b695054fddca3080fc9d3d99 (commit) from 28f637ec2ca556896fce345f6dcb9b871a5ada53 (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=96df07708371313348d063032ee341592c27defc commit 96df07708371313348d063032ee341592c27defc Author: Harald Welte Date: Fri Nov 25 23:57:01 2016 +0100 libmsc/db: avoid subscr->name without terminating NULL char Change-Id: Ic8944ac4c5e940c9d835c52f1701461f274238db Fixes: Coverity CID 57621 http://cgit.osmocom.org/openbsc/commit/?id=b0993e61d002b265048c3dc734c4fa89e0b1995f commit b0993e61d002b265048c3dc734c4fa89e0b1995f Author: Harald Welte Date: Fri Nov 25 23:54:18 2016 +0100 abis_nm: Fix non-null terminated buffer Unrealistic case (filename of 4096 bytes) Change-Id: Icf7b835f9edaf66976556fce1e9e0f66aa2010bc Fixes: Coverity CID 57620 http://cgit.osmocom.org/openbsc/commit/?id=7b6bae65847e5ff6b695054fddca3080fc9d3d99 commit 7b6bae65847e5ff6b695054fddca3080fc9d3d99 Author: Harald Welte Date: Fri Nov 25 23:52:46 2016 +0100 abis_nm: Fix possible not-null-terminated buffer Unrealistic case with file name of 4096 bytes length. Change-Id: I503200b879b854cf2dc218d5fe3059a555732d92 Fixes: Coverity CID 57619 ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/abis_nm.c | 2 ++ openbsc/src/libmsc/db.c | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sat Nov 26 16:42:33 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 16:42:33 GMT Subject: libosmocore.git branch master updated. 0.9.0-296-gaeecc48 Message-ID: <201611261642.uAQGgXeS090089@git.osmocom.org> 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 aeecc48c45e539e0e176dd13d86423e37ffbcee0 (commit) from 1fa78567e4e1963a28711b9b47111b840b50cfdb (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=aeecc48c45e539e0e176dd13d86423e37ffbcee0 commit aeecc48c45e539e0e176dd13d86423e37ffbcee0 Author: Harald Welte Date: Sat Nov 26 10:41:40 2016 +0100 Introduce osmo_strlcpy() function so we can stop using strncpy() I'm aware of the existing criticism on stlrcpy(), but I think it is still better than what we have now: stnrcpy(), sometimes with Coverity warnings and sometimes with a manual setting of the termination byte. The implementation follows the linux kernel strlcpy() which is claimed to be BSD compatible. We could of course link against libbsd on Linux instead, but I think it's reasonably small and simple to provide our own implementation. Future versions of libosmocore could use some autoconf magic and preprocessor macros to use the system-provided strlcpy() if it exists. Change-Id: Ifdc99b0e3b8631f1e771e58acaf9efb00a9cd493 ----------------------------------------------------------------------- Summary of changes: include/osmocom/core/utils.h | 2 ++ src/utils.c | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Sat Nov 26 18:37:47 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 18:37:47 GMT Subject: libosmo-netif.git branch master updated. 0.0.6-25-gb2b2fe6 Message-ID: <201611261837.uAQIblxC019005@git.osmocom.org> 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, master has been updated via b2b2fe643f5c1821c477f583a63a38838964bba7 (commit) from 7f0e9f117151d4a317628e089c22af6f921bf7b6 (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/libosmo-netif/commit/?id=b2b2fe643f5c1821c477f583a63a38838964bba7 commit b2b2fe643f5c1821c477f583a63a38838964bba7 Author: Harald Welte Date: Sat Nov 26 15:42:16 2016 +0100 sctp_sock_activate_events(): Print error message on error When the setsockopt() in sctp_sock_activate_events() indicates an error, let's print an error message in the log about this. Change-Id: I5920154e23debe6d01eaa156005db0842f1a18cc Fixes: Coverity CID 57634 ----------------------------------------------------------------------- Summary of changes: src/stream.c | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- Osmocom network interface library From gitosis at osmocom.org Sat Nov 26 18:38:12 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 18:38:12 GMT Subject: libosmocore.git branch master updated. 0.9.0-297-gedf6fe7 Message-ID: <201611261838.uAQIcCos019213@git.osmocom.org> 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 edf6fe75b72c10190057c65bdff467e5585ea6d7 (commit) from aeecc48c45e539e0e176dd13d86423e37ffbcee0 (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=edf6fe75b72c10190057c65bdff467e5585ea6d7 commit edf6fe75b72c10190057c65bdff467e5585ea6d7 Author: Harald Welte Date: Sat Nov 26 10:06:07 2016 +0100 ctrl_cmd_parse: Make coverity FORWARD_NULL happy The 'strtok_r' function requires passing a NULL as the first parameter on subsequent calls in order to ensure the code picks up where it left off on a previous call. However, Coverity doesn't quite realize this and points out that if a NULL was passed in as the third argument it would result in a possible NULL deref because the strtok_r function will assign the third argument to the first in the call is NULL. Change-Id: I7a9d08d0d4eae76a5207d285e32a25d1b384a57f Fixes: Coverity CID 135186 ----------------------------------------------------------------------- Summary of changes: src/ctrl/control_cmd.c | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Sat Nov 26 18:40:07 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 18:40:07 GMT Subject: openbsc.git branch master updated. 0.15.0-551-g3c165d0 Message-ID: <201611261840.uAQIe75r019885@git.osmocom.org> 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 3c165d02bb7f004ffcafdc281c03f45149850cb9 (commit) via 54f44ec5859cfe1b0dd3bf41762124f3ff4e27e0 (commit) via 18712f0bd1ea9dcad040da996e9f7071dfaec759 (commit) from 96df07708371313348d063032ee341592c27defc (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=3c165d02bb7f004ffcafdc281c03f45149850cb9 commit 3c165d02bb7f004ffcafdc281c03f45149850cb9 Author: Harald Welte Date: Sat Nov 26 14:09:34 2016 +0100 ipaccess-proxy: Check setsockopt() return value Change-Id: I34b082907b6f0b25fe2779f3a1f0a642a9002664 Fixes: Coverity CID 57642 http://cgit.osmocom.org/openbsc/commit/?id=54f44ec5859cfe1b0dd3bf41762124f3ff4e27e0 commit 54f44ec5859cfe1b0dd3bf41762124f3ff4e27e0 Author: Harald Welte Date: Sat Nov 26 14:06:52 2016 +0100 ipaccess-config: Handle setsockopt return value Change-Id: I8c2082f9a9c865cc663ad2abb63ee0f70914dabe Fixes: Coverity CID 57640 http://cgit.osmocom.org/openbsc/commit/?id=18712f0bd1ea9dcad040da996e9f7071dfaec759 commit 18712f0bd1ea9dcad040da996e9f7071dfaec759 Author: Harald Welte Date: Sat Nov 26 10:28:48 2016 +0100 Fix possible non-null-terminated buffer Change-Id: I22100c260856991b9a836135b3650e5b8c5449ca Fixes: Coverity CID 57623 ----------------------------------------------------------------------- Summary of changes: openbsc/src/ipaccess/ipaccess-config.c | 7 ++++++- openbsc/src/ipaccess/ipaccess-proxy.c | 8 +++++++- openbsc/src/libmsc/vty_interface_layer3.c | 1 + 3 files changed, 14 insertions(+), 2 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sat Nov 26 18:40:23 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sat, 26 Nov 2016 18:40:23 GMT Subject: openbsc.git branch master updated. 0.15.0-553-g4874361 Message-ID: <201611261840.uAQIeNQ9020008@git.osmocom.org> 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 487436138e3dca6a99862abc779ac5230c8f826b (commit) via be67050a360dd196203b63e7320fbc7608dfa400 (commit) from 3c165d02bb7f004ffcafdc281c03f45149850cb9 (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=487436138e3dca6a99862abc779ac5230c8f826b commit 487436138e3dca6a99862abc779ac5230c8f826b Author: Harald Welte Date: Sat Nov 26 14:13:33 2016 +0100 bsc_msc.c: Check setsockopt() return value Change-Id: I79a8fe9c025772e51560503504f517485b0ace34 Fixes: Coverity CID 57644 http://cgit.osmocom.org/openbsc/commit/?id=be67050a360dd196203b63e7320fbc7608dfa400 commit be67050a360dd196203b63e7320fbc7608dfa400 Author: Harald Welte Date: Sat Nov 26 14:11:16 2016 +0100 abis_nm: ceck fseek() return code in is_last_line() Change-Id: I8ed4e703625c9da959e0938cd1eb3f0c73a2d4d0 Fixes: Coverity CID 57643 ----------------------------------------------------------------------- Summary of changes: openbsc/src/libbsc/abis_nm.c | 4 +++- openbsc/src/libbsc/bsc_msc.c | 8 +++++++- 2 files changed, 10 insertions(+), 2 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sun Nov 27 07:10:18 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 27 Nov 2016 07:10:18 GMT Subject: libosmo-abis.git branch ipse/jitter-stats-print created. 0.3.2-11-gc4f6ca5 Message-ID: <201611270710.uAR7AIH2081579@git.osmocom.org> 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 A-bis protcol interface library". The branch, ipse/jitter-stats-print has been created at c4f6ca55c3199274cfa609974e5525034b153702 (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/libosmo-abis/commit/?id=c4f6ca55c3199274cfa609974e5525034b153702 commit c4f6ca55c3199274cfa609974e5525034b153702 Author: Alexander Chemeris Date: Mon Apr 25 20:11:53 2016 +0200 ortp: Print jitter stats along with sent/received RTP stats. Jitter statistics is important for debugging voice quality issues. A number of dropped packets is sometimes not enough to really understand what's going on and jitter buffer statistics offer a deper view into the network quality. ----------------------------------------------------------------------- hooks/post-receive -- Osmocom A-bis protcol interface library From gitosis at osmocom.org Sun Nov 27 11:20:06 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 27 Nov 2016 11:20:06 GMT Subject: rtl-sdr.git branch master updated. v0.5.3-13-ge3e6ee2 Message-ID: <201611271120.uARBK6i1006748@git.osmocom.org> 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 "Repository for Realtek RTL2832U based SDR software". The branch, master has been updated via e3e6ee23b7f052327bf64c6908f5c09b75029edc (commit) from e3c03f738f5aef4dc51e2b741fbdb542b9cc1bb1 (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/rtl-sdr/commit/?id=e3e6ee23b7f052327bf64c6908f5c09b75029edc commit e3e6ee23b7f052327bf64c6908f5c09b75029edc Author: Steve Markgraf Date: Sun Nov 27 12:19:44 2016 +0100 lib: add new HanfTek dongle Signed-off-by: Steve Markgraf ----------------------------------------------------------------------- Summary of changes: rtl-sdr.rules | 3 +++ src/librtlsdr.c | 1 + 2 files changed, 4 insertions(+) hooks/post-receive -- Repository for Realtek RTL2832U based SDR software From gitosis at osmocom.org Sun Nov 27 14:23:20 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 27 Nov 2016 14:23:20 GMT Subject: libosmo-abis.git branch ipse/jitter-stats-print updated. v0.3.2-2-g0cd67ac Message-ID: <201611271423.uARENKea046627@git.osmocom.org> 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 A-bis protcol interface library". The branch, ipse/jitter-stats-print has been updated discards c4f6ca55c3199274cfa609974e5525034b153702 (commit) discards 9ed7ca5b86240313dc4df8dbf4ff67be112084c1 (commit) discards 12814b96367ca4ef7e94fb5fb18609d5fabd33a1 (commit) discards b2d727a10256ed133f0db7f6760bfef73f8b9f6e (commit) discards 8c119f7a0510b75e7fa1b96a37f2a6650e13824f (commit) discards 80f7c0465fd244c26b037aaee92458c8dce86c6e (commit) discards e54d7bcef534461f794f98fa186f8afd8f8c318d (commit) discards d8026ec1b7be7922fd1c3122d2407a783cdab163 (commit) discards 7c9337b7755bfa51bdcba5cc76682217202fd635 (commit) discards 0db1d43c0d6bdf4c2e67a07ebf77923e9e191aff (commit) discards 86fc3c8787a9c29f566a44969d528a604ee7e11f (commit) discards 3cef39b03cb46de4a7aba65137d724a000b184cb (commit) via 0cd67acffb954caff86005c364ca83ca39140db0 (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 (c4f6ca55c3199274cfa609974e5525034b153702) \ N -- N -- N (0cd67acffb954caff86005c364ca83ca39140db0) 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-abis/commit/?id=0cd67acffb954caff86005c364ca83ca39140db0 commit 0cd67acffb954caff86005c364ca83ca39140db0 Author: Alexander Chemeris Date: Mon Apr 25 20:11:53 2016 +0200 ortp: Print jitter stats along with sent/received RTP stats. Jitter statistics is important for debugging voice quality issues. A number of dropped packets is sometimes not enough to really understand what's going on and jitter buffer statistics offer a deper view into the network quality. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 - contrib/jenkins.sh | 19 ------ debian/changelog | 8 +-- debian/control | 10 +-- .../{libosmoabis5.install => libosmoabis4.install} | 0 .../{libosmotrau1.install => libosmotrau0.install} | 0 include/internal.h | 3 - include/osmocom/abis/e1_input.h | 1 - include/osmocom/abis/ipa.h | 6 -- include/osmocom/abis/lapd.h | 2 - include/osmocom/trau/osmo_ortp.h | 1 - src/Makefile.am | 4 +- src/e1_input_vty.c | 19 ------ src/input/ipa.c | 75 ---------------------- src/input/ipaccess.c | 40 ++---------- src/trau/osmo_ortp.c | 24 ++----- 16 files changed, 21 insertions(+), 193 deletions(-) delete mode 100755 contrib/jenkins.sh rename debian/{libosmoabis5.install => libosmoabis4.install} (100%) rename debian/{libosmotrau1.install => libosmotrau0.install} (100%) hooks/post-receive -- Osmocom A-bis protcol interface library From gitosis at osmocom.org Sun Nov 27 16:53:50 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 27 Nov 2016 16:53:50 GMT Subject: osmo-tetra.git branch master updated. 158270f4892b40dfbae1b5dfa9c4a83d966267ed Message-ID: <201611271653.uARGro46076700@git.osmocom.org> 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 TETRA PHY and MAC implementation". The branch, master has been updated via 158270f4892b40dfbae1b5dfa9c4a83d966267ed (commit) from a562b0e9a2af96d731ecdeacf87f320227792fcc (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-tetra/commit/?id=158270f4892b40dfbae1b5dfa9c4a83d966267ed commit 158270f4892b40dfbae1b5dfa9c4a83d966267ed Author: Dieter Spaar Date: Sun Nov 27 17:50:08 2016 +0100 normalize_fn(): Fix computation of frame numbers A copy+paste mistake resulted in the calculation of wrong frame numbers in normalize_fn(). ----------------------------------------------------------------------- Summary of changes: src/tetra_tdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Osmocom TETRA PHY and MAC implementation From gitosis at osmocom.org Sun Nov 27 18:27:48 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 27 Nov 2016 18:27:48 GMT Subject: osmo-iuh.git branch master updated. 2b5021fd8d445f0ca4f28e0ea71a19cd52724e57 Message-ID: <201611271827.uARIRmU0096017@git.osmocom.org> 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 2b5021fd8d445f0ca4f28e0ea71a19cd52724e57 (commit) via a6a68e62d9b8efba17b40a8871211cdabdbda851 (commit) via fe87809c92b6059b6b25c110b200a5d60c842f7b (commit) from e08cdd92a648ea8d9bb6ca405f04c91ca485db3c (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=2b5021fd8d445f0ca4f28e0ea71a19cd52724e57 commit 2b5021fd8d445f0ca4f28e0ea71a19cd52724e57 Author: Neels Hofmeyr Date: Fri Nov 25 13:25:38 2016 +0100 hnbgw: rua rx: fix rc and log unhandled Private Msg Fixes: CID#57949 Change-Id: I822888a3cf450e2787fc352e0352aed92236ddb7 http://cgit.osmocom.org/osmo-iuh/commit/?id=a6a68e62d9b8efba17b40a8871211cdabdbda851 commit a6a68e62d9b8efba17b40a8871211cdabdbda851 Author: Neels Hofmeyr Date: Fri Nov 25 13:21:02 2016 +0100 fix error rc in various ASN.1 decoding functions Fixes: CID#57945, CID#57946, CID#57947, CID#57948, CID#57950, CID#57951 Change-Id: I2d9ee1aa79959c5973041393f4769faa13720898 http://cgit.osmocom.org/osmo-iuh/commit/?id=fe87809c92b6059b6b25c110b200a5d60c842f7b commit fe87809c92b6059b6b25c110b200a5d60c842f7b Author: Neels Hofmeyr Date: Fri Nov 25 13:13:31 2016 +0100 hnbgw_rua: reject invalid domain indicator Fixes: CID#135226, CID#135227 Change-Id: I0c44179aac02772585214e528207e959ad168f3c ----------------------------------------------------------------------- Summary of changes: src/hnbgw_cn.c | 2 +- src/hnbgw_hnbap.c | 2 +- src/hnbgw_ranap.c | 2 +- src/hnbgw_rua.c | 19 ++++++++++++++++++- src/ranap_common_cn.c | 4 ++-- 5 files changed, 23 insertions(+), 6 deletions(-) hooks/post-receive -- Osmocom code for Iuh interface From gitosis at osmocom.org Sun Nov 27 18:28:13 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 27 Nov 2016 18:28:13 GMT Subject: openbsc.git branch master updated. 0.15.0-554-g143a274 Message-ID: <201611271828.uARISDP2096146@git.osmocom.org> 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 143a274051338c1ae04981d5493818ccbb28841c (commit) from 487436138e3dca6a99862abc779ac5230c8f826b (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=143a274051338c1ae04981d5493818ccbb28841c commit 143a274051338c1ae04981d5493818ccbb28841c Author: Philipp Date: Fri Nov 25 15:23:50 2016 +0100 sndcp: fixup for coverity scan defect CID 149097 Coverity scan detects a Null pointer deref (FORWARD_NULL) in gprs_sndcp_comp.c: 67 in gprs_sndcp_comp_create(). The reason for this is that gprs_sndcp_dcomp_init() and also gprs_sndcp_pcomp_init() rely on the comp_entity->algo algo flag. If the program logic is correct a null pointer deref should never occur. This commit adds OSMO_ASSERT() statements to ensure a null pointer deref is catched if if the ...comp_init() functions are used with incorrect parameters. Change-Id: I7748f06d1739a697edad5100a031e5aa1ef11ed1 ----------------------------------------------------------------------- Summary of changes: openbsc/src/gprs/gprs_sndcp_dcomp.c | 1 + openbsc/src/gprs/gprs_sndcp_pcomp.c | 1 + 2 files changed, 2 insertions(+) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Sun Nov 27 18:28:40 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Sun, 27 Nov 2016 18:28:40 GMT Subject: osmo-bts.git branch master updated. 0.4.0-329-g8ea93a8 Message-ID: <201611271828.uARISeMD096270@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via 8ea93a8a7d53c8ba521f9cb42106b868037c61df (commit) from ae5405e2a434f008e9798d571072e4df0ec86493 (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-bts/commit/?id=8ea93a8a7d53c8ba521f9cb42106b868037c61df commit 8ea93a8a7d53c8ba521f9cb42106b868037c61df Author: Philipp Date: Fri Nov 25 13:25:27 2016 +0100 octphy: multi-trx support: fix AC_CHECK order The header file octphy/octvc1/gsm/octvc1_gsm_default.h is not visible to the configure script when the octphy header files are referenced via --with-octsdr-2g instead having them installed in /usr/local/include. This results in a failed AC_CHECK_MEMBER check for tOCTVC1_GSM_TRX_CONFIG.usCentreArfcn, even if header files with multi-trx support are used. The configure.ac script manipulates the CPPFLAGS in order to make the octphy include files visible to AC_CHECK_ and restores the original CPPFLAGS when done. This is required when --with-octsdr-2g is used. AC_CHECK_MEMBER is executed before the CPPFLAGS are manipulated. This causes no issues if the headers are properly installed to /usr/local/include, but does not work when --with-octsdr-2g is used. This commit moves the AC_CHECK_MEMBER command into the section where the manipulated CPPFLAGS are valid in order to fix the problem described above See also commit: f5494e84e898f947190466d30d5f932bac0fadf9 Change-Id: I7bdfa4449cd6061c395cce315b372c2833520e37 ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Mon Nov 28 06:30:41 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 28 Nov 2016 06:30:41 GMT Subject: osmo-pcu.git branch master updated. 0.2-862-g168911b Message-ID: <201611280630.uAS6UfEk052000@git.osmocom.org> 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 "UNNAMED PROJECT". The branch, master has been updated via 168911b43855247916ec9e05fd61fe96ba3c9fcf (commit) from 68fc12775fac03e5e26a008dfa68c92498bfb772 (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-pcu/commit/?id=168911b43855247916ec9e05fd61fe96ba3c9fcf commit 168911b43855247916ec9e05fd61fe96ba3c9fcf Author: sivasankari Date: Fri Nov 25 19:53:36 2016 +0530 Add new BTS level counters Adds counters for Immediate Assignment Reject, Packet Access Reject, Channel Request Description and Final Block resend. Change-Id: I23e326d4ea489aa4967e452fe02773b44ab146f7 ----------------------------------------------------------------------- Summary of changes: src/bts.cpp | 12 +++++++++++- src/bts.h | 12 ++++++++++++ src/tbf.cpp | 2 ++ src/tbf_dl.cpp | 1 + 4 files changed, 26 insertions(+), 1 deletion(-) hooks/post-receive -- UNNAMED PROJECT From gitosis at osmocom.org Mon Nov 28 11:10:09 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 28 Nov 2016 11:10:09 GMT Subject: openbsc.git branch sysmocom/iu updated. 0.15.0-641-gbc3f730 Message-ID: <201611281110.uASBA9xG017568@git.osmocom.org> 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, sysmocom/iu has been updated discards 3f22f2ca3a9404eb6499a521b88eec5609bce9ab (commit) discards f33e96598b7e6aa6efb90342609d2c2b5b5981b1 (commit) discards 4fa2bf3974b0e27afacc2ea63004eaef46970d26 (commit) discards 2ea8ad5863f4842df74387697e4333e012702b06 (commit) discards cb2cffff5c1a6a7acf2c3510edfc2a2419a55b88 (commit) discards b273b2a7f6d612ca5915af1dd86fc66dd9fa938b (commit) discards 5d8d56e0c1f0455c821926599c97cac7ad07b8eb (commit) discards 8fd125ea70b218304270a6fb979fbfc420552f52 (commit) discards b25182fc7bd06ba1c7c0c853fab6027047b2498a (commit) discards 7095681d9b7945cca8fa0024e3fd01dbbe0794fc (commit) discards 268301a0857b787419971b4f0493438a644a8341 (commit) discards bdea0865970bd67a2a54dac90c0c3a43ad30186a (commit) discards 8b30142f20de0c931fcf4969ea3454ef0d289573 (commit) discards 8a46a7eaa5d84034d9a2f7f6a1f289d8fb50e5e6 (commit) discards c5a5215435e4d099537f0a178392562a8077970e (commit) discards d1ceb681d184532421136acf6d47dbf8337d7643 (commit) discards 9e47dfe62eea15babfd810724d389c565534508e (commit) discards 03513b3e40fbba3b81dfca842f2d231ccd13362d (commit) discards e604fdfe944d10c2807860a1e575aac576ed123f (commit) discards 27c0205e8f450828ea04f7bfc7eae21b3bcbeff7 (commit) discards 5fd253114ff9b1605ecd524d2abe6055608101b8 (commit) discards 702cd68d3a553981371eeb67b95b0d9bdb07e307 (commit) discards 64f1d43569eb803bedfeaa02e8fcdd1471fe278e (commit) discards 2affc0542907ec132468dbafe813774b241c34da (commit) discards 4c3c3a83cd58a6cac88e5da1782ea09a8f36922c (commit) discards 721d79eebe05eff30d245ebd5c864bec4ec2f690 (commit) discards d507ed1df95902699428b4a66d1dc07e57d16207 (commit) discards e7020e043b577ba7d8f9f4a20ab888ab49ade7b2 (commit) discards 6ed0c862aa484f39e2d2c7c2bc58e8832efc7df1 (commit) discards b1b7e781e437f21edfc02099eb4196276281c405 (commit) discards 21dd84cc72d30266df2f378497d6283fe3f73b5a (commit) discards da00351e1be9490e4085a7c55fb50f3f3b71c24b (commit) discards 43984b4a1e6fd96010c2b842382232236e9c5ac1 (commit) discards cf3e72ca1764fcc0b90021a18ae333c4d8dc5492 (commit) discards 6752a06990a82a6f98ad7fa7e7574253c734effe (commit) discards 9b66d948bf88b42484d6374cb307a388d85e45ea (commit) discards f9a69400a7dfc35bffb683eeff95c5660002a39d (commit) discards 4b78e2cda34a592881d8cfdeea6affbb59ccf2f9 (commit) discards ba5e4a2d26a5792700676cea343eeae5ed31b228 (commit) discards 19ebeab00643801c807ebec5f94ff9e697615d1d (commit) discards 55b70e9800ab782c2d61ebd5cec543e47c5407c0 (commit) discards 2e9d702d6b2f826e8eb30722a062aad64553a653 (commit) discards 4c3f846456d814153c4a9ec2344b9424afb96425 (commit) discards bad0021e2d3dd03bd97da2578a3b4bed2844f66c (commit) discards 1825e3cdceb3b90be49f0067f2761e316c4f0db9 (commit) discards 246332887bfb7748c49435595cc822a9ca93f6a5 (commit) discards 547f186a707603273483cfe7f5758d4ee8c0938f (commit) discards 705e1f3200c73903d2c8d4377e44c4fc237d85b7 (commit) discards 3cbfd017d38dcd28fd7630534f4f949a373e1077 (commit) discards 92ca7342bd36c376b443959eac7be506ed3de416 (commit) discards ab21249ba339100cde146a7f574cfd44b17902a0 (commit) discards 58eb38da4ef7982a5de77a3a6aab6a628a8af417 (commit) discards b811b8308ed7c5043bcaedbf9f6913c280863efe (commit) discards 5ccbbce70550e714dd6133a06d8eb666a77d96ef (commit) discards 691dda840b414d31deda70453fb19f0abdf79bd0 (commit) discards bef38f88ccea719365795bab5ea8d4f739818c5e (commit) discards 6952c57e34c17271f49ee5d37f08f4fe74cb541b (commit) discards 5c0fecef729208bcbd49bf2b32a87a9aefc81e32 (commit) discards 0f09b2eb234c5c84118772a9789c2a447fa35835 (commit) discards 9d4d4a9e4a9821736c7d7f2b9947d98eaf561746 (commit) discards 9a2941109887d7e4cae5ac50032abfa50abf80c4 (commit) discards df75ff4e3f90353bfc9d233f94219eb006b4bc39 (commit) discards 9c6fbb72211acbc311e2fbb4ad607d6201e1ca83 (commit) discards 9215e34f46da2dd9f3c559784cfad1885bf0e6b5 (commit) discards 12a0e654208bf6bc25bcef98c1509a80d98524dd (commit) discards 23b54d9a39e9c7e9ca42120ebcc7f4d89021b7f2 (commit) discards 6faeaf0cb7d5a0bbd48963564937acb5164b8d9c (commit) discards 633167b97049bef3dfa0db5614c402c3202df83f (commit) discards f1560ee3cb12a3aabc15189149716857ce20785b (commit) discards 80f4b3294942692a8bebc65b47b58ce5b64d8ef7 (commit) discards fe2ec110713c90cf8b4ed5da7632fa57a8ec23a8 (commit) discards 90346ac4ae9c840fd03fe824c1dc85a94f25dda2 (commit) discards 97a85627eac7cb4f37094d9cb7ec0f6b6204f714 (commit) discards a4f36911d881823f7d65ba0b197a38892d9a256a (commit) discards dea230fed833d1bb28851cfcf2ec604e22fd7eeb (commit) discards a201693636c1e7161449926eb924702e1ad721a7 (commit) discards f66bfdce86824a652e2183d2837e868aefb27302 (commit) discards 47a224be84b8e4155deb5acf8a9f9efc47fbab69 (commit) discards d5577f20b828797c48dfe84a219394e6ed134c2c (commit) discards fa22958877caa5c6afaf6bf3992004a129a6810a (commit) discards 391cbb55e60ba4d1260639aee58df6a6d226f0b2 (commit) discards 44b00533ed0172c9a5cafe5e1dbddcaedb15cd7d (commit) discards 70af2887fac18317c271446aa4e1875646eda683 (commit) discards 7d12a00270c60896c17db3e8d98e72efc2fa23bd (commit) discards cafb184eb1d57a2c168df7d8772dff860c605e40 (commit) discards e225c750d987f3738b5b14a94dd464f5b3e6c160 (commit) discards 7b4380746197ae0f693f0313f2431ab87474b471 (commit) via bc3f730c8648bc7cfd5d471368852ea2fde7261d (commit) via 6d33dedd48092500e2d4b4d9d120524848bc5edd (commit) via 70fd88117a10961a492b526ea0c4d60abd790d12 (commit) via 563c2f9504a1c2335374e35e6023ca0932ceb106 (commit) via 9597681fc81dc2dae85eb56755f6b3a813bc92c7 (commit) via 64d98bcc68d238ab424ecda09a7e31ed68148a92 (commit) via 0e9e5f653dba4d55dde4fa5d683b5de6ebc1542a (commit) via 2f4fbedcecf3ea86e7b6da552af7d1ba1fa36ed9 (commit) via cf5230b2fc2c9ab741d6c06cb7f78a4151cb29e5 (commit) via dec02fcdf1c14dccb08013e8bb451c629396519b (commit) via 3dfcab7af69d7b2d65f83de9017ffc688eaa7b7a (commit) via eb9728eb8eae550fd64c20c8323a0239d6fc382b (commit) via 9a582128f4d38eb2d27c42c7f98226b5309d4551 (commit) via 4e50b7e4680387f448d3caf97ee5d842c608d4d2 (commit) via 9c8b47a1607d685a977561fa559b7d60e6a03004 (commit) via cdd0e3f351e8672fcdf30a8886a29cb0d07edbd6 (commit) via 2567924233bfbe255dd7ecbc64465ed6e8dae960 (commit) via ea4182ec5f54128ef17b55edbe0d372a45aa5151 (commit) via c51d5e1106d471481b0d8b1b19e1366afb4b077f (commit) via 287073c4f19f44e8593d4ba46ed714bb4d105c0e (commit) via 0532f0907c44a3f93a5da200e2b1daa1f99c5078 (commit) via 6bb178a0776e1a63a2880e9135c9fc344eb30226 (commit) via 72b71b71e2f5c6b7b85a0547f745bb9c0b6dce08 (commit) via 9527efd6d9b79118d92446735152cd8b0198f3dd (commit) via cf898442e0dac939fabf82a223e50f850e69ecd7 (commit) via d60b01cafd672cb898c15c7fbbf69abd28eb0484 (commit) via 870e76cb769f390a4e3b8f26523725eb4b98ee01 (commit) via 7762ed0a8d202b6f18d12a24e358300b51fb7bac (commit) via 8f55dceaa72426c5a1480c5cbad05f32e4b0550c (commit) via 2f427f789662d675195f48c8fbda0cae797ff3e0 (commit) via 20132f3a14a297e1e0a76de719bfc0d58a3c7980 (commit) via de611932e8f7114f94e1f65eb36ea6b0cffefc99 (commit) via 7f878672a4ca6297cff207f5f94554a47f4a632c (commit) via 4ae9bf6768625f741c96082f5c5dd3a6b731c835 (commit) via ba38e53c1df9ad9f486cd2554e9c7e2e20a4eee3 (commit) via b2ed9ef1bcc34aaf1f795306d5de7833a04eee07 (commit) via a4418e6184e05a2ed538f56f3ef7d357246d0ce4 (commit) via e577f203347403a6ec6a4a456f3b860b6fea1ccb (commit) via d64f504a9e9931ffb7a7c04b75a27e104e2f6604 (commit) via 64e0977b245c54f72b84efe5a493998a85f3b52f (commit) via 9661bb96a005c6d9a2af9d8dfa6589cfa5cafb4b (commit) via 1efa4acbc1829fa5edfc193529991062a52010ab (commit) via ddc51c9f822721c5d2a2329058e1454db6284237 (commit) via 51259c7054785f05fb7ab7a64a2182e233e43ca5 (commit) via 3dafcda6cd27fade37c689cba9e1dc03875bef33 (commit) via 3a562de841f0ce1f67245f3e3cf93d1cae24c12c (commit) via 82b769ec95caf1c4d143e1fbf6d50ccbe27e331c (commit) via 4216ec957df5134250db847873ecc514ad037d42 (commit) via 6e95d8c99ecfd112eee15aa4cca775c368436081 (commit) via 0af9b203fad3100765714a62b325c545d1b0f782 (commit) via 8d3a8bb0a89d27c0b0d1a5e00600ad145e2818c1 (commit) via b45db080e4abba8d9d89c62708265807b983d7c3 (commit) via e1291f6b383ac709a5da2805230af619b952872f (commit) via 74f773327ff04fe468d494fc07b92994bf2c74a5 (commit) via 54f78a7260c2fc3ae18da3f876dce22ef463b397 (commit) via 70cd38955839274b516d7196cb9381e990a356a1 (commit) via 7755324281a87001319bcaeab25dc281f9b2bfca (commit) via 02e2c00e93ac4e93183e6cf2a6e015e6f17eea2f (commit) via 6878d1f86b593086a7073c16caba7a0b73866075 (commit) via 0100d56b03f702af3881118e4f7b5051e25131dc (commit) via 26da55c741daaacf9429d66ca31bf74df687d18e (commit) via c45bc0ac25e3e23faca870544313b91844f7c11b (commit) via d4646db30004c726d0f6b81fe8076ea52ac2e4f3 (commit) via 61c46cd967f17404934af2ec1ee1f6bbc4c00a09 (commit) via c72be5766181558b041f1d747fd726317c7bd5e6 (commit) via f968af12a9967a2768e2f168c042720f6a11c444 (commit) via 6b29e90d9387d3c5f64818b8203cb10906e8ff86 (commit) via 8bbc39303cc2a3d33c6b11cfb318ca6bf58bc033 (commit) via fb1d7428979031270ba3a5bd69c6fd682564db33 (commit) via 781cb8c8dec98febe57e3e985ac335eccdddff1d (commit) via 5c0e77e7d2ecbfdeb6dac1809b0dd8eb4e9648f1 (commit) via 8952876494ebd4957dc2ef7565ed1463bebe7713 (commit) via 8dc0bd10d407b5d334992a32458d1921de9a4d31 (commit) via 4f65970c026e25d2ae5b0e6ddfa54d240c4b328a (commit) via 6c172b45b4d07da137f8e54725eec399e6af181c (commit) via 495eef8023e4af7a0b72d4580573043ff0b7f052 (commit) via ce1b6ce60c784df991f5827d919dedbecba6ba6b (commit) via b9a3538b12e39005951bafde0f076d117b41a284 (commit) via c6adc64383a53cb748cc93434d6228de212b7a88 (commit) via 9fd53651210af658cb8616ec0f76eb563347cb3a (commit) via 98df29898da0d87126db1e1d8f674515e6b29526 (commit) via c9c650f518bbbfe5e798145f3bd2326ecc099ac1 (commit) via ce0f95f884cadcfbfe29a9bcec311a34530617aa (commit) via 77da71c121be196dd59fd6bca7624a4539cb3619 (commit) via 4438350040f2eba43f5de0513b6b81db1df06171 (commit) via 1f918eb0abe369e720eabf704830e73517ed54a4 (commit) via 2921e34055f708c2c787201ea2e9e3a538b072af (commit) via 143a274051338c1ae04981d5493818ccbb28841c (commit) via 487436138e3dca6a99862abc779ac5230c8f826b (commit) via be67050a360dd196203b63e7320fbc7608dfa400 (commit) via 3c165d02bb7f004ffcafdc281c03f45149850cb9 (commit) via 54f44ec5859cfe1b0dd3bf41762124f3ff4e27e0 (commit) via 18712f0bd1ea9dcad040da996e9f7071dfaec759 (commit) via 96df07708371313348d063032ee341592c27defc (commit) via b0993e61d002b265048c3dc734c4fa89e0b1995f (commit) via 7b6bae65847e5ff6b695054fddca3080fc9d3d99 (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 (3f22f2ca3a9404eb6499a521b88eec5609bce9ab) \ N -- N -- N (bc3f730c8648bc7cfd5d471368852ea2fde7261d) 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=bc3f730c8648bc7cfd5d471368852ea2fde7261d commit bc3f730c8648bc7cfd5d471368852ea2fde7261d Author: Neels Hofmeyr Date: Tue Oct 18 20:20:51 2016 +0200 mgcp parsing, set port from mgcp response Change-Id: I90e2c1aa7575d5fa6e0374f5022cbb25fc3f7699 http://cgit.osmocom.org/openbsc/commit/?id=6d33dedd48092500e2d4b4d9d120524848bc5edd commit 6d33dedd48092500e2d4b4d9d120524848bc5edd Author: Neels Hofmeyr Date: Tue Oct 18 18:38:59 2016 +0200 mgcp parsing, mgcp test Change-Id: Ibe2ab17b3fa3a506a2e841ba979ea4175e3a21e8 http://cgit.osmocom.org/openbsc/commit/?id=70fd88117a10961a492b526ea0c4d60abd790d12 commit 70fd88117a10961a492b526ea0c4d60abd790d12 Author: Neels Hofmeyr Date: Fri Oct 14 17:56:17 2016 +0200 mgcp: handle responses from the MGCP GW Change-Id: I5c0493feaec775461b5a017c36b93cc2ad63c896 http://cgit.osmocom.org/openbsc/commit/?id=563c2f9504a1c2335374e35e6023ca0932ceb106 commit 563c2f9504a1c2335374e35e6023ca0932ceb106 Author: Neels Hofmeyr Date: Wed Oct 12 02:53:55 2016 +0200 IuPS: cosmetic: explicitly check RAN type; move comment Change-Id: I8375ba42dd47d7ccd9ce9290767d6f8653a23b94 http://cgit.osmocom.org/openbsc/commit/?id=9597681fc81dc2dae85eb56755f6b3a813bc92c7 commit 9597681fc81dc2dae85eb56755f6b3a813bc92c7 Author: Neels Hofmeyr Date: Wed Oct 12 01:39:25 2016 +0200 IuCS and IuPS: add VTY config for RAB Assignment address kind To accomodate the ip.access nano3G without having to recompile, make the RAB Assignment's Transport Layer Address IE's format configurable, in both osmo-cscn and osmo-sgsn. The long term perspective is to somehow detect which address encoding a given 3G cell prefers, but for the time being just configure it globally and set each ue_conn_ctx to the global setting upon creation. Add VTY command to iu_vty.c, with args passed to iu_vty_init() to insert at an arbitrary VTY node, so that it can be used both for osmo-cscn and osmo-sgsn. Add generic iu_vty_config_write() to write out the config. Call iu_vty_init() from cscn_vty_init(); cscn_vty_init() is in libmsc, hence linking of osmo-cscn now needs libiu to come after libmsc, so move that further down. Change-Id: I93728314742b327336f3fb6de98e6457f687e1f9 http://cgit.osmocom.org/openbsc/commit/?id=64d98bcc68d238ab424ecda09a7e31ed68148a92 commit 64d98bcc68d238ab424ecda09a7e31ed68148a92 Author: Neels Hofmeyr Date: Wed Oct 12 02:55:31 2016 +0200 IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctx The future perspective is to remember the preferred RAB Transport Layer Address encoding for each 3G cell that is connected, so store per UE conn instead of globally hardcoding. Add rab_assign_addr_enc member to ue_conn_ctx. Thus the iu_rab_act_cs() and iu_rab_act_ps() functions no longer need the explicit use_x213_nsap argument. Add include/openbsc/common.h in order to define the enum nsap_addr_enc, in a separate file to be able to easily include it in all of libmsc, libiu and gprs/* without creating include cycles. Set the rab_assign_addr_enc when an MM ctx is created for iu, and whenever the ue_conn_ctx for an Iu MM ctx is updated. This looks a bit clumsy so far, the hope is that there will be a nice way to setup the ue_conn_ctx prior to that. Change-Id: I49bb5736df7bdfdd55d3e7b74ee559595cfd2f7d http://cgit.osmocom.org/openbsc/commit/?id=0e9e5f653dba4d55dde4fa5d683b5de6ebc1542a commit 0e9e5f653dba4d55dde4fa5d683b5de6ebc1542a Author: Neels Hofmeyr Date: Wed Oct 12 03:30:48 2016 +0200 sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config It makes sense semantically, and prepares for an upcoming commit that uses the internal global config pointer in sgsn_vty_init(), which would not be defined yet without this. Change-Id: Ie4cf1c0a1c9e6330a134ff4b7b2e6d5699c12bd7 http://cgit.osmocom.org/openbsc/commit/?id=2f4fbedcecf3ea86e7b6da552af7d1ba1fa36ed9 commit 2f4fbedcecf3ea86e7b6da552af7d1ba1fa36ed9 Author: Neels Hofmeyr Date: Wed Oct 12 01:29:33 2016 +0200 iu: sort out confusion around asn_debug and asn1_xer_print Before, I confused asn_debug with asn1_xer_print. Have two distinct VTY commands and fix documentation. Put the asn_debug and asn1_xer_print implementations in iu.c. Since they are globally defined, don't pass a pointer to iu_vty_init() but just use it directly. Might be considered less clean, but is also less bloat. Change-Id: Iccbadfe1585ba224f74cdfb5273b5ce29b6d78f0 http://cgit.osmocom.org/openbsc/commit/?id=cf5230b2fc2c9ab741d6c06cb7f78a4151cb29e5 commit cf5230b2fc2c9ab741d6c06cb7f78a4151cb29e5 Author: Neels Hofmeyr Date: Wed Oct 12 01:48:55 2016 +0200 iu.h: add missing includes and type defs So far it was included only in files that also include all needed headers, but make it so that it can be included on its own. Change-Id: I08a756031b995bd01a6e15c678b845fd98de960b http://cgit.osmocom.org/openbsc/commit/?id=dec02fcdf1c14dccb08013e8bb451c629396519b commit dec02fcdf1c14dccb08013e8bb451c629396519b Author: Neels Hofmeyr Date: Tue Oct 11 02:24:53 2016 +0200 IuCS: rapidly release connections Do the same as we do in 2G: release the connection as soon as nothing else is pending for a given subscriber. Before, osmo-cscn would wait for the UE "to get bored" and send an Iu release. But the CN should stay lean on connections. Also, 25.413[1] in section 7, 6th point states: "While the Iu release is managed from the CN, the RNC has the capability to request the release of all Iu connection resources from the corresponding Iu connection." So far we did not manage Iu release from osmo-cscn at all. Use the same mechanism we use in 2G: from msc_release_connection(), just before freeing the gsm_subscriber_conn, invoke a CN initiated Iu Release command to the UE. This works around OS#1816 ("USSD only works when IuCS is released", on nano3G), because the Iu conn is now released right after every signalling, so that typically no two requests will use the same conn. In iu.h/iu.c, add iu_tx_release(), absorbing almost all of the code from ranap_handle_co_iu_rel_req(). Add stub to db_test.c, necessary to build it without linking libiu. [1] 3GPP TS 25.413 v12.4.0 Release 12 / ETSI TS 125 413 V12.4.0 (2015-04) Related: OS#1816 Change-Id: Ic12bd6f3666f6fd42bd6d9fdae1c93abee3b6786 http://cgit.osmocom.org/openbsc/commit/?id=3dfcab7af69d7b2d65f83de9017ffc688eaa7b7a commit 3dfcab7af69d7b2d65f83de9017ffc688eaa7b7a Author: Neels Hofmeyr Date: Tue Oct 11 00:50:05 2016 +0200 IuCS: don't remove Iu conn until release Don't remove the gsm_subscriber_connection without an Iu Release. From the 2G paradigm to close a subscriber connection as soon as nothing else is pending, osmo-cscn frequently calls msc_release_connection() to see whether a conn has anything pending, or discards it. In 3G however, we so far don't actively release IuCS connections from the MSC side, but wait until the IuCS is released from the UE side. So the conn is often discarded even though the IuCS stays open and valid, which confuses the situation: before the UE releases a bit later, we would try to page the subscriber unsuccessfully, because the UE expects to already be connected. To first fix the discrepancy of Iu vs. subscr release, never discard gsm_subscriber_connections when msc_release_connection() is called. This creates a "lazy" CN that keeps connections open as long as the UE will tolerate. It is really fast in sending many SMS in close succession, but is certainly a bad CN design choice: we should rather stay lean on connections. A subsequent commit will change this, but I decided to keep this commit as a reference, for when we'd like to test situations that should re-use an established connection. Change-Id: I012378cfa432d791146db387554ec1909de05297 http://cgit.osmocom.org/openbsc/commit/?id=eb9728eb8eae550fd64c20c8323a0239d6fc382b commit eb9728eb8eae550fd64c20c8323a0239d6fc382b Author: Neels Hofmeyr Date: Tue Oct 11 01:05:22 2016 +0200 IuCS: detect whether a conn is already secure If a CM Service Request is received on an already secure IuCS connection, we so far didn't notice and started to authenticate again. The UE would readily renew its authentication, but then our state got stuck since ciphering was already established. Instead, don't authenticate again when integrity protection is already established. Change-Id: I3c01fe58276ba0ad918f2cd30cc3dca7c6663e68 http://cgit.osmocom.org/openbsc/commit/?id=9a582128f4d38eb2d27c42c7f98226b5309d4551 commit 9a582128f4d38eb2d27c42c7f98226b5309d4551 Author: Neels Hofmeyr Date: Tue Sep 20 18:18:26 2016 +0200 mgcp dbg log Change-Id: I56fda48edaa92abfc6e3886cdfce733bb0686f73 http://cgit.osmocom.org/openbsc/commit/?id=4e50b7e4680387f448d3caf97ee5d842c608d4d2 commit 4e50b7e4680387f448d3caf97ee5d842c608d4d2 Author: Neels Hofmeyr 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=9c8b47a1607d685a977561fa559b7d60e6a03004 commit 9c8b47a1607d685a977561fa559b7d60e6a03004 Author: Neels Hofmeyr 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=cdd0e3f351e8672fcdf30a8886a29cb0d07edbd6 commit cdd0e3f351e8672fcdf30a8886a29cb0d07edbd6 Author: Neels Hofmeyr Date: Thu Sep 22 20:28:35 2016 +0200 bridge calls via mgcpgw Change-Id: Ie259e30bc532fe9817c96562022ac33443d5747a http://cgit.osmocom.org/openbsc/commit/?id=2567924233bfbe255dd7ecbc64465ed6e8dae960 commit 2567924233bfbe255dd7ecbc64465ed6e8dae960 Author: Neels Hofmeyr 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=ea4182ec5f54128ef17b55edbe0d372a45aa5151 commit ea4182ec5f54128ef17b55edbe0d372a45aa5151 Author: Neels Hofmeyr 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=c51d5e1106d471481b0d8b1b19e1366afb4b077f commit c51d5e1106d471481b0d8b1b19e1366afb4b077f Author: Neels Hofmeyr 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=287073c4f19f44e8593d4ba46ed714bb4d105c0e commit 287073c4f19f44e8593d4ba46ed714bb4d105c0e Author: Neels Hofmeyr 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. Rationale: 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. Add general VTY commands that can be used to configure mgcpgw_client. osmo-cscn is going to use this to route RTP streams (for 3G at first). Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135 http://cgit.osmocom.org/openbsc/commit/?id=0532f0907c44a3f93a5da200e2b1daa1f99c5078 commit 0532f0907c44a3f93a5da200e2b1daa1f99c5078 Author: Neels Hofmeyr Date: Wed Sep 7 13:39:07 2016 +0200 libmgcp: add value strings for mgcp_connection_mode Add file mgcp_common.c to implement the value strings for the mgcp_connection_mode. Add in a separate file because of the upcoming mgcpgw_client.c implementation, introducing a file that contains implementations commonly used in MGCP GW as well as its clients. Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135 http://cgit.osmocom.org/openbsc/commit/?id=6bb178a0776e1a63a2880e9135c9fc344eb30226 commit 6bb178a0776e1a63a2880e9135c9fc344eb30226 Author: Neels Hofmeyr Date: Tue Sep 20 18:16:35 2016 +0200 libmgcp: move mgcp_connection_mode to public header mgcp_connection_mode will be used by the upcoming mgcpgw_client.h API. Change-Id: I7a3f8905723320d968f1a53c1036904107b4fb2d http://cgit.osmocom.org/openbsc/commit/?id=72b71b71e2f5c6b7b85a0547f745bb9c0b6dce08 commit 72b71b71e2f5c6b7b85a0547f745bb9c0b6dce08 Author: Neels Hofmeyr 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=9527efd6d9b79118d92446735152cd8b0198f3dd commit 9527efd6d9b79118d92446735152cd8b0198f3dd Author: Neels Hofmeyr 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=cf898442e0dac939fabf82a223e50f850e69ecd7 commit cf898442e0dac939fabf82a223e50f850e69ecd7 Author: Neels Hofmeyr 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=d60b01cafd672cb898c15c7fbbf69abd28eb0484 commit d60b01cafd672cb898c15c7fbbf69abd28eb0484 Author: Harald Welte 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=870e76cb769f390a4e3b8f26523725eb4b98ee01 commit 870e76cb769f390a4e3b8f26523725eb4b98ee01 Author: Neels Hofmeyr Date: Mon May 9 13:20:54 2016 +0200 cosmetic: make gsm0408_loc_upd_rej() static http://cgit.osmocom.org/openbsc/commit/?id=7762ed0a8d202b6f18d12a24e358300b51fb7bac commit 7762ed0a8d202b6f18d12a24e358300b51fb7bac Author: Neels Hofmeyr 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=8f55dceaa72426c5a1480c5cbad05f32e4b0550c commit 8f55dceaa72426c5a1480c5cbad05f32e4b0550c Author: Neels Hofmeyr Date: Mon May 30 15:21:52 2016 +0200 remove handle_abisip_signal() Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41 http://cgit.osmocom.org/openbsc/commit/?id=2f427f789662d675195f48c8fbda0cae797ff3e0 commit 2f427f789662d675195f48c8fbda0cae797ff3e0 Author: Neels Hofmeyr 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=20132f3a14a297e1e0a76de719bfc0d58a3c7980 commit 20132f3a14a297e1e0a76de719bfc0d58a3c7980 Author: Neels Hofmeyr 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=de611932e8f7114f94e1f65eb36ea6b0cffefc99 commit de611932e8f7114f94e1f65eb36ea6b0cffefc99 Author: Neels Hofmeyr 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=7f878672a4ca6297cff207f5f94554a47f4a632c commit 7f878672a4ca6297cff207f5f94554a47f4a632c Author: Neels Hofmeyr 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=4ae9bf6768625f741c96082f5c5dd3a6b731c835 commit 4ae9bf6768625f741c96082f5c5dd3a6b731c835 Author: Neels Hofmeyr Date: Tue May 10 13:26:47 2016 +0200 comment on mscsplit, indent comment http://cgit.osmocom.org/openbsc/commit/?id=ba38e53c1df9ad9f486cd2554e9c7e2e20a4eee3 commit ba38e53c1df9ad9f486cd2554e9c7e2e20a4eee3 Author: Neels Hofmeyr 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=b2ed9ef1bcc34aaf1f795306d5de7833a04eee07 commit b2ed9ef1bcc34aaf1f795306d5de7833a04eee07 Author: Neels Hofmeyr 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=a4418e6184e05a2ed538f56f3ef7d357246d0ce4 commit a4418e6184e05a2ed538f56f3ef7d357246d0ce4 Author: Neels Hofmeyr 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=e577f203347403a6ec6a4a456f3b860b6fea1ccb commit e577f203347403a6ec6a4a456f3b860b6fea1ccb Author: Neels Hofmeyr 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=d64f504a9e9931ffb7a7c04b75a27e104e2f6604 commit d64f504a9e9931ffb7a7c04b75a27e104e2f6604 Author: Neels Hofmeyr 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=64e0977b245c54f72b84efe5a493998a85f3b52f commit 64e0977b245c54f72b84efe5a493998a85f3b52f Author: Neels Hofmeyr 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=9661bb96a005c6d9a2af9d8dfa6589cfa5cafb4b commit 9661bb96a005c6d9a2af9d8dfa6589cfa5cafb4b Author: Neels Hofmeyr 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=1efa4acbc1829fa5edfc193529991062a52010ab commit 1efa4acbc1829fa5edfc193529991062a52010ab Author: Neels Hofmeyr 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=ddc51c9f822721c5d2a2329058e1454db6284237 commit ddc51c9f822721c5d2a2329058e1454db6284237 Author: Neels Hofmeyr 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=51259c7054785f05fb7ab7a64a2182e233e43ca5 commit 51259c7054785f05fb7ab7a64a2182e233e43ca5 Author: Neels Hofmeyr 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=3dafcda6cd27fade37c689cba9e1dc03875bef33 commit 3dafcda6cd27fade37c689cba9e1dc03875bef33 Author: Neels Hofmeyr 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=3a562de841f0ce1f67245f3e3cf93d1cae24c12c commit 3a562de841f0ce1f67245f3e3cf93d1cae24c12c Author: Neels Hofmeyr Date: Fri Aug 12 16:11:25 2016 +0200 auth log Change-Id: Icd9f8505388a06ee768d2176cb2b9187953098ef http://cgit.osmocom.org/openbsc/commit/?id=82b769ec95caf1c4d143e1fbf6d50ccbe27e331c commit 82b769ec95caf1c4d143e1fbf6d50ccbe27e331c Author: Neels Hofmeyr Date: Fri Aug 12 16:09:46 2016 +0200 iu auth wip Change-Id: Icc2522252cf15c54f1a1ea5255314a0de8bfba03 http://cgit.osmocom.org/openbsc/commit/?id=4216ec957df5134250db847873ecc514ad037d42 commit 4216ec957df5134250db847873ecc514ad037d42 Author: Neels Hofmeyr Date: Fri Aug 12 16:03:09 2016 +0200 Iu auth wip Change-Id: I44effcca80dc6850178174dc957bcd5608b0ae14 http://cgit.osmocom.org/openbsc/commit/?id=6e95d8c99ecfd112eee15aa4cca775c368436081 commit 6e95d8c99ecfd112eee15aa4cca775c368436081 Author: Neels Hofmeyr 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=0af9b203fad3100765714a62b325c545d1b0f782 commit 0af9b203fad3100765714a62b325c545d1b0f782 Author: Neels Hofmeyr 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=8d3a8bb0a89d27c0b0d1a5e00600ad145e2818c1 commit 8d3a8bb0a89d27c0b0d1a5e00600ad145e2818c1 Author: Neels Hofmeyr 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=b45db080e4abba8d9d89c62708265807b983d7c3 commit b45db080e4abba8d9d89c62708265807b983d7c3 Author: Neels Hofmeyr 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=e1291f6b383ac709a5da2805230af619b952872f commit e1291f6b383ac709a5da2805230af619b952872f Author: Neels Hofmeyr Date: Mon May 30 14:57:14 2016 +0200 osmo-nitb becomes osmo-cscn Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b http://cgit.osmocom.org/openbsc/commit/?id=74f773327ff04fe468d494fc07b92994bf2c74a5 commit 74f773327ff04fe468d494fc07b92994bf2c74a5 Author: Neels Hofmeyr 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=54f78a7260c2fc3ae18da3f876dce22ef463b397 commit 54f78a7260c2fc3ae18da3f876dce22ef463b397 Author: Neels Hofmeyr 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=70cd38955839274b516d7196cb9381e990a356a1 commit 70cd38955839274b516d7196cb9381e990a356a1 Author: Neels Hofmeyr 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=7755324281a87001319bcaeab25dc281f9b2bfca commit 7755324281a87001319bcaeab25dc281f9b2bfca Author: Neels Hofmeyr 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=02e2c00e93ac4e93183e6cf2a6e015e6f17eea2f commit 02e2c00e93ac4e93183e6cf2a6e015e6f17eea2f Author: Neels Hofmeyr 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=6878d1f86b593086a7073c16caba7a0b73866075 commit 6878d1f86b593086a7073c16caba7a0b73866075 Author: Neels Hofmeyr 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=0100d56b03f702af3881118e4f7b5051e25131dc commit 0100d56b03f702af3881118e4f7b5051e25131dc Author: Neels Hofmeyr Date: Tue May 10 14:59:02 2016 +0200 move to libcommon-cs: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO move to libfilter instead? Change-Id: I00ca0caf8224de029f53f4dedb1146e3cf7650ec http://cgit.osmocom.org/openbsc/commit/?id=26da55c741daaacf9429d66ca31bf74df687d18e commit 26da55c741daaacf9429d66ca31bf74df687d18e Author: Neels Hofmeyr 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=c45bc0ac25e3e23faca870544313b91844f7c11b commit c45bc0ac25e3e23faca870544313b91844f7c11b Author: Neels Hofmeyr 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=d4646db30004c726d0f6b81fe8076ea52ac2e4f3 commit d4646db30004c726d0f6b81fe8076ea52ac2e4f3 Author: Neels Hofmeyr Date: Mon May 30 14:56:06 2016 +0200 add iucs.[hc] Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b http://cgit.osmocom.org/openbsc/commit/?id=61c46cd967f17404934af2ec1ee1f6bbc4c00a09 commit 61c46cd967f17404934af2ec1ee1f6bbc4c00a09 Author: Neels Hofmeyr Date: Fri May 20 21:59:55 2016 +0200 add DIUCS debug log constant Change-Id: Id347a3024fa495a1ab680db7320648d933a4018b http://cgit.osmocom.org/openbsc/commit/?id=c72be5766181558b041f1d747fd726317c7bd5e6 commit c72be5766181558b041f1d747fd726317c7bd5e6 Author: Neels Hofmeyr 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=f968af12a9967a2768e2f168c042720f6a11c444 commit f968af12a9967a2768e2f168c042720f6a11c444 Author: Neels Hofmeyr 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=6b29e90d9387d3c5f64818b8203cb10906e8ff86 commit 6b29e90d9387d3c5f64818b8203cb10906e8ff86 Author: Neels Hofmeyr 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=8bbc39303cc2a3d33c6b11cfb318ca6bf58bc033 commit 8bbc39303cc2a3d33c6b11cfb318ca6bf58bc033 Author: Neels Hofmeyr 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=fb1d7428979031270ba3a5bd69c6fd682564db33 commit fb1d7428979031270ba3a5bd69c6fd682564db33 Author: Neels Hofmeyr 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=781cb8c8dec98febe57e3e985ac335eccdddff1d commit 781cb8c8dec98febe57e3e985ac335eccdddff1d Author: Neels Hofmeyr 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=5c0e77e7d2ecbfdeb6dac1809b0dd8eb4e9648f1 commit 5c0e77e7d2ecbfdeb6dac1809b0dd8eb4e9648f1 Author: Neels Hofmeyr 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=8952876494ebd4957dc2ef7565ed1463bebe7713 commit 8952876494ebd4957dc2ef7565ed1463bebe7713 Author: Harald Welte 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=8dc0bd10d407b5d334992a32458d1921de9a4d31 commit 8dc0bd10d407b5d334992a32458d1921de9a4d31 Author: Neels Hofmeyr Date: Mon May 30 15:00:23 2016 +0200 gsm_subscriber_connection: mark BSC specific items This is intended to prepare for splitting gsm_subscriber_connection into BSC and MSC specific structs, to make the splitting patch more readable. Change-Id: Ib9666225fb9bfec2cf1e364343560571869fe6a7 http://cgit.osmocom.org/openbsc/commit/?id=4f65970c026e25d2ae5b0e6ddfa54d240c4b328a commit 4f65970c026e25d2ae5b0e6ddfa54d240c4b328a Author: Neels Hofmeyr Date: Mon May 9 21:56:42 2016 +0200 osmo-nitb: exit when MNCC socket init failed Change-Id: Icef97bb5da9840b810fe6f4b4da6abd4baa66915 http://cgit.osmocom.org/openbsc/commit/?id=6c172b45b4d07da137f8e54725eec399e6af181c commit 6c172b45b4d07da137f8e54725eec399e6af181c Author: Neels Hofmeyr 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=495eef8023e4af7a0b72d4580573043ff0b7f052 commit 495eef8023e4af7a0b72d4580573043ff0b7f052 Author: Neels Hofmeyr Date: Sat May 14 03:24:41 2016 +0200 move to libcommon-cs: 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=ce1b6ce60c784df991f5827d919dedbecba6ba6b commit ce1b6ce60c784df991f5827d919dedbecba6ba6b Author: Neels Hofmeyr 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 libcommon-cs in subsequent commit). Adjust time zone Ctrl Interface code. Change-Id: I69848887d92990f3d6f969be80f6ef91f6bdbbe8 http://cgit.osmocom.org/openbsc/commit/?id=b9a3538b12e39005951bafde0f076d117b41a284 commit b9a3538b12e39005951bafde0f076d117b41a284 Author: Neels Hofmeyr 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. Change-Id: I5e0ba0ecf1726ebd540800f4e98fdfc937c904ff http://cgit.osmocom.org/openbsc/commit/?id=c6adc64383a53cb748cc93434d6228de212b7a88 commit c6adc64383a53cb748cc93434d6228de212b7a88 Author: Neels Hofmeyr 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. Change-Id: Ifb86698cd57a09f03b935b6d3fcea87eff4cd397 http://cgit.osmocom.org/openbsc/commit/?id=9fd53651210af658cb8616ec0f76eb563347cb3a commit 9fd53651210af658cb8616ec0f76eb563347cb3a Author: Neels Hofmeyr Date: Thu May 12 01:16:58 2016 +0200 move to libcommon-cs: 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 common_cs_vty.c. Add arg to common_cs_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 libcommon-cs and pass a different config_write_net() function. Change-Id: I871b7b32a0c56fdce983e409cf244ec487d24e71 http://cgit.osmocom.org/openbsc/commit/?id=98df29898da0d87126db1e1d8f674515e6b29526 commit 98df29898da0d87126db1e1d8f674515e6b29526 Author: Neels Hofmeyr Date: Wed May 11 18:48:39 2016 +0200 move to libcommon-cs: global vty gsm_network pointer Move gsmnet_from_vty() and the bsc_gsmnet global to common_cs_vty.c. Rename bsc_gsmnet to vty_global_gsm_network and make it static to common_cs_vty.c, to clearly mark the global variable for VTY use only. Introduce common_cs_vty_init() to set vty_global_gsm_network. Change-Id: I26c5c47de08f899b896813d09612d5cb2f8e42d6 http://cgit.osmocom.org/openbsc/commit/?id=c9c650f518bbbfe5e798145f3bd2326ecc099ac1 commit c9c650f518bbbfe5e798145f3bd2326ecc099ac1 Author: Neels Hofmeyr Date: Mon Oct 24 01:53:38 2016 +0200 global gsm_network: move allocation further up Now that bsc_network_alloc() is separate, move it to before the VTY init (a subsequent patch will pass the gsm_network instance as a parameter to vty_init()). bsc_hack.c: drop the comment that says about the VTY init: "This needs to precede handle_options()" -- it is not accurate. Actually move the handle_options() above both vty_init() and the bsc_network_alloc() calls, to be able to decide which mncc callback to pass to bsc_network_alloc. It would make sense to set this later on, but that would require further refactoring of the bsc_network_init() and gsm_network_init() signatures, so not in this patch. Change-Id: Ie6a7037e703b5a2d08ceeb20d35f197aaddc9d1b http://cgit.osmocom.org/openbsc/commit/?id=ce0f95f884cadcfbfe29a9bcec311a34530617aa commit ce0f95f884cadcfbfe29a9bcec311a34530617aa Author: Neels Hofmeyr Date: Wed May 11 14:12:00 2016 +0200 split bsc_bootstrap_network() in alloc and config For patch clarity, keep some code dup to be removed in a subsequent patch. In the same sense don't change the fact that mncc_sock_init()'s return value is ignored. The global gsm_network instance 'bsc_gsmnet' is basically only used by the VTY, and a future patch will "hide" that global in a vty .c file. In a nutshell, I want to - first allocate a gsm_network, - then initialize the VTY passing the gsm_network pointer, - and then read the config file using the initialized VTY. So far, bsc_bootstrap_network() allocates the gsm_network and reads the config file right away, which only works by sharing the extern bsc_gsmnet pointer, which I would like to uncouple. Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a http://cgit.osmocom.org/openbsc/commit/?id=77da71c121be196dd59fd6bca7624a4539cb3619 commit 77da71c121be196dd59fd6bca7624a4539cb3619 Author: Neels Hofmeyr Date: Thu May 12 03:03:50 2016 +0200 tests: drop unused libmsc, unneeded duplicate libbsc linking Because of libcommon-cs, tests/gsm0408,subscr,trau no longer need libmsc. Change-Id: I9073eba41a1cd3136ed7a9def6fe8aaf282eaa18 http://cgit.osmocom.org/openbsc/commit/?id=4438350040f2eba43f5de0513b6b81db1df06171 commit 4438350040f2eba43f5de0513b6b81db1df06171 Author: Neels Hofmeyr 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=1f918eb0abe369e720eabf704830e73517ed54a4 commit 1f918eb0abe369e720eabf704830e73517ed54a4 Author: Neels Hofmeyr Date: Tue May 10 13:30:17 2016 +0200 factor out & introduce struct gsm_encr, in common_cs.h Factor out encryption info from struct gsm_lchan as struct gsm_encr, placed in common_cs.h. Change-Id: I94015fb9dd511c37c1e3058a0963c780b3f700ac Future: this will be used by libmsc's subscriber connection, for osmo-cscn. http://cgit.osmocom.org/openbsc/commit/?id=2921e34055f708c2c787201ea2e9e3a538b072af commit 2921e34055f708c2c787201ea2e9e3a538b072af Author: Neels Hofmeyr Date: Tue May 10 12:50:31 2016 +0200 move to libcommon-cs: factor out gen of USSD notify and release complete Both libmsc and libbsc will need distinct gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() functions, since there will be 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 libcommon-cs. Change-Id: I33a84e3c28576ced91d2ea24103123431f551173 ----------------------------------------------------------------------- Summary of changes: openbsc/src/gprs/gprs_sndcp_dcomp.c | 1 + openbsc/src/gprs/gprs_sndcp_pcomp.c | 1 + openbsc/src/ipaccess/ipaccess-config.c | 7 ++++++- openbsc/src/ipaccess/ipaccess-proxy.c | 8 +++++++- openbsc/src/libbsc/abis_nm.c | 6 +++++- openbsc/src/libbsc/bsc_msc.c | 8 +++++++- openbsc/src/libmsc/db.c | 4 +++- openbsc/src/libmsc/vty_interface_layer3.c | 1 + 8 files changed, 31 insertions(+), 5 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Mon Nov 28 11:10:24 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 28 Nov 2016 11:10:24 GMT Subject: openbsc.git branch neels/mgcp updated. 0.15.0-647-gfac5c6d Message-ID: <201611281110.uASBAOIl017947@git.osmocom.org> 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/mgcp has been updated discards cd08f656f437f040272a4c32bf3bff49fe241270 (commit) discards 58807a38031b418e5bc65559de19a879362d6f2a (commit) discards 3afd950ae982e1bc362e480e85afcd42ce92144d (commit) discards 187fb56100622375d6af032dcf09fb8398f8f0ac (commit) discards 9676cb313f00ffb51cea14e0434f985bcc3a8cb5 (commit) discards 1271e366a1f5574d8a1347437d9874577a86c21f (commit) discards 3f22f2ca3a9404eb6499a521b88eec5609bce9ab (commit) discards f33e96598b7e6aa6efb90342609d2c2b5b5981b1 (commit) discards 4fa2bf3974b0e27afacc2ea63004eaef46970d26 (commit) discards 2ea8ad5863f4842df74387697e4333e012702b06 (commit) discards cb2cffff5c1a6a7acf2c3510edfc2a2419a55b88 (commit) discards b273b2a7f6d612ca5915af1dd86fc66dd9fa938b (commit) discards 5d8d56e0c1f0455c821926599c97cac7ad07b8eb (commit) discards 8fd125ea70b218304270a6fb979fbfc420552f52 (commit) discards b25182fc7bd06ba1c7c0c853fab6027047b2498a (commit) discards 7095681d9b7945cca8fa0024e3fd01dbbe0794fc (commit) discards 268301a0857b787419971b4f0493438a644a8341 (commit) discards bdea0865970bd67a2a54dac90c0c3a43ad30186a (commit) discards 8b30142f20de0c931fcf4969ea3454ef0d289573 (commit) discards 8a46a7eaa5d84034d9a2f7f6a1f289d8fb50e5e6 (commit) discards c5a5215435e4d099537f0a178392562a8077970e (commit) discards d1ceb681d184532421136acf6d47dbf8337d7643 (commit) discards 9e47dfe62eea15babfd810724d389c565534508e (commit) discards 03513b3e40fbba3b81dfca842f2d231ccd13362d (commit) discards e604fdfe944d10c2807860a1e575aac576ed123f (commit) discards 27c0205e8f450828ea04f7bfc7eae21b3bcbeff7 (commit) discards 5fd253114ff9b1605ecd524d2abe6055608101b8 (commit) discards 702cd68d3a553981371eeb67b95b0d9bdb07e307 (commit) discards 64f1d43569eb803bedfeaa02e8fcdd1471fe278e (commit) discards 2affc0542907ec132468dbafe813774b241c34da (commit) discards 4c3c3a83cd58a6cac88e5da1782ea09a8f36922c (commit) discards 721d79eebe05eff30d245ebd5c864bec4ec2f690 (commit) discards d507ed1df95902699428b4a66d1dc07e57d16207 (commit) discards e7020e043b577ba7d8f9f4a20ab888ab49ade7b2 (commit) discards 6ed0c862aa484f39e2d2c7c2bc58e8832efc7df1 (commit) discards b1b7e781e437f21edfc02099eb4196276281c405 (commit) discards 21dd84cc72d30266df2f378497d6283fe3f73b5a (commit) discards da00351e1be9490e4085a7c55fb50f3f3b71c24b (commit) discards 43984b4a1e6fd96010c2b842382232236e9c5ac1 (commit) discards cf3e72ca1764fcc0b90021a18ae333c4d8dc5492 (commit) discards 6752a06990a82a6f98ad7fa7e7574253c734effe (commit) discards 9b66d948bf88b42484d6374cb307a388d85e45ea (commit) discards f9a69400a7dfc35bffb683eeff95c5660002a39d (commit) discards 4b78e2cda34a592881d8cfdeea6affbb59ccf2f9 (commit) discards ba5e4a2d26a5792700676cea343eeae5ed31b228 (commit) discards 19ebeab00643801c807ebec5f94ff9e697615d1d (commit) discards 55b70e9800ab782c2d61ebd5cec543e47c5407c0 (commit) discards 2e9d702d6b2f826e8eb30722a062aad64553a653 (commit) discards 4c3f846456d814153c4a9ec2344b9424afb96425 (commit) discards bad0021e2d3dd03bd97da2578a3b4bed2844f66c (commit) discards 1825e3cdceb3b90be49f0067f2761e316c4f0db9 (commit) discards 246332887bfb7748c49435595cc822a9ca93f6a5 (commit) discards 547f186a707603273483cfe7f5758d4ee8c0938f (commit) discards 705e1f3200c73903d2c8d4377e44c4fc237d85b7 (commit) discards 3cbfd017d38dcd28fd7630534f4f949a373e1077 (commit) discards 92ca7342bd36c376b443959eac7be506ed3de416 (commit) discards ab21249ba339100cde146a7f574cfd44b17902a0 (commit) discards 58eb38da4ef7982a5de77a3a6aab6a628a8af417 (commit) discards b811b8308ed7c5043bcaedbf9f6913c280863efe (commit) discards 5ccbbce70550e714dd6133a06d8eb666a77d96ef (commit) discards 691dda840b414d31deda70453fb19f0abdf79bd0 (commit) discards bef38f88ccea719365795bab5ea8d4f739818c5e (commit) discards 6952c57e34c17271f49ee5d37f08f4fe74cb541b (commit) discards 5c0fecef729208bcbd49bf2b32a87a9aefc81e32 (commit) discards 0f09b2eb234c5c84118772a9789c2a447fa35835 (commit) discards 9d4d4a9e4a9821736c7d7f2b9947d98eaf561746 (commit) discards 9a2941109887d7e4cae5ac50032abfa50abf80c4 (commit) discards df75ff4e3f90353bfc9d233f94219eb006b4bc39 (commit) discards 9c6fbb72211acbc311e2fbb4ad607d6201e1ca83 (commit) discards 9215e34f46da2dd9f3c559784cfad1885bf0e6b5 (commit) discards 12a0e654208bf6bc25bcef98c1509a80d98524dd (commit) discards 23b54d9a39e9c7e9ca42120ebcc7f4d89021b7f2 (commit) discards 6faeaf0cb7d5a0bbd48963564937acb5164b8d9c (commit) discards 633167b97049bef3dfa0db5614c402c3202df83f (commit) discards f1560ee3cb12a3aabc15189149716857ce20785b (commit) discards 80f4b3294942692a8bebc65b47b58ce5b64d8ef7 (commit) discards fe2ec110713c90cf8b4ed5da7632fa57a8ec23a8 (commit) discards 90346ac4ae9c840fd03fe824c1dc85a94f25dda2 (commit) discards 97a85627eac7cb4f37094d9cb7ec0f6b6204f714 (commit) discards a4f36911d881823f7d65ba0b197a38892d9a256a (commit) discards dea230fed833d1bb28851cfcf2ec604e22fd7eeb (commit) discards a201693636c1e7161449926eb924702e1ad721a7 (commit) discards f66bfdce86824a652e2183d2837e868aefb27302 (commit) discards 47a224be84b8e4155deb5acf8a9f9efc47fbab69 (commit) discards d5577f20b828797c48dfe84a219394e6ed134c2c (commit) discards fa22958877caa5c6afaf6bf3992004a129a6810a (commit) discards 391cbb55e60ba4d1260639aee58df6a6d226f0b2 (commit) discards 44b00533ed0172c9a5cafe5e1dbddcaedb15cd7d (commit) discards 70af2887fac18317c271446aa4e1875646eda683 (commit) discards 7d12a00270c60896c17db3e8d98e72efc2fa23bd (commit) discards cafb184eb1d57a2c168df7d8772dff860c605e40 (commit) discards e225c750d987f3738b5b14a94dd464f5b3e6c160 (commit) discards 7b4380746197ae0f693f0313f2431ab87474b471 (commit) via fac5c6da7fc5d38a5d4705f3b1ce14b6b3837094 (commit) via 137e8c2c19a1296fc75efb949e4abc58de129588 (commit) via 3f6eedb84d6e5a7a0f616629589cb627a081c046 (commit) via 7059f29b6bde000e65e8770014224e4499da2126 (commit) via 73b01c4402a42cf32f2f6cb981069826c44e4081 (commit) via 23725a078db180371caa00ba84e2c8c338ef1949 (commit) via bc3f730c8648bc7cfd5d471368852ea2fde7261d (commit) via 6d33dedd48092500e2d4b4d9d120524848bc5edd (commit) via 70fd88117a10961a492b526ea0c4d60abd790d12 (commit) via 563c2f9504a1c2335374e35e6023ca0932ceb106 (commit) via 9597681fc81dc2dae85eb56755f6b3a813bc92c7 (commit) via 64d98bcc68d238ab424ecda09a7e31ed68148a92 (commit) via 0e9e5f653dba4d55dde4fa5d683b5de6ebc1542a (commit) via 2f4fbedcecf3ea86e7b6da552af7d1ba1fa36ed9 (commit) via cf5230b2fc2c9ab741d6c06cb7f78a4151cb29e5 (commit) via dec02fcdf1c14dccb08013e8bb451c629396519b (commit) via 3dfcab7af69d7b2d65f83de9017ffc688eaa7b7a (commit) via eb9728eb8eae550fd64c20c8323a0239d6fc382b (commit) via 9a582128f4d38eb2d27c42c7f98226b5309d4551 (commit) via 4e50b7e4680387f448d3caf97ee5d842c608d4d2 (commit) via 9c8b47a1607d685a977561fa559b7d60e6a03004 (commit) via cdd0e3f351e8672fcdf30a8886a29cb0d07edbd6 (commit) via 2567924233bfbe255dd7ecbc64465ed6e8dae960 (commit) via ea4182ec5f54128ef17b55edbe0d372a45aa5151 (commit) via c51d5e1106d471481b0d8b1b19e1366afb4b077f (commit) via 287073c4f19f44e8593d4ba46ed714bb4d105c0e (commit) via 0532f0907c44a3f93a5da200e2b1daa1f99c5078 (commit) via 6bb178a0776e1a63a2880e9135c9fc344eb30226 (commit) via 72b71b71e2f5c6b7b85a0547f745bb9c0b6dce08 (commit) via 9527efd6d9b79118d92446735152cd8b0198f3dd (commit) via cf898442e0dac939fabf82a223e50f850e69ecd7 (commit) via d60b01cafd672cb898c15c7fbbf69abd28eb0484 (commit) via 870e76cb769f390a4e3b8f26523725eb4b98ee01 (commit) via 7762ed0a8d202b6f18d12a24e358300b51fb7bac (commit) via 8f55dceaa72426c5a1480c5cbad05f32e4b0550c (commit) via 2f427f789662d675195f48c8fbda0cae797ff3e0 (commit) via 20132f3a14a297e1e0a76de719bfc0d58a3c7980 (commit) via de611932e8f7114f94e1f65eb36ea6b0cffefc99 (commit) via 7f878672a4ca6297cff207f5f94554a47f4a632c (commit) via 4ae9bf6768625f741c96082f5c5dd3a6b731c835 (commit) via ba38e53c1df9ad9f486cd2554e9c7e2e20a4eee3 (commit) via b2ed9ef1bcc34aaf1f795306d5de7833a04eee07 (commit) via a4418e6184e05a2ed538f56f3ef7d357246d0ce4 (commit) via e577f203347403a6ec6a4a456f3b860b6fea1ccb (commit) via d64f504a9e9931ffb7a7c04b75a27e104e2f6604 (commit) via 64e0977b245c54f72b84efe5a493998a85f3b52f (commit) via 9661bb96a005c6d9a2af9d8dfa6589cfa5cafb4b (commit) via 1efa4acbc1829fa5edfc193529991062a52010ab (commit) via ddc51c9f822721c5d2a2329058e1454db6284237 (commit) via 51259c7054785f05fb7ab7a64a2182e233e43ca5 (commit) via 3dafcda6cd27fade37c689cba9e1dc03875bef33 (commit) via 3a562de841f0ce1f67245f3e3cf93d1cae24c12c (commit) via 82b769ec95caf1c4d143e1fbf6d50ccbe27e331c (commit) via 4216ec957df5134250db847873ecc514ad037d42 (commit) via 6e95d8c99ecfd112eee15aa4cca775c368436081 (commit) via 0af9b203fad3100765714a62b325c545d1b0f782 (commit) via 8d3a8bb0a89d27c0b0d1a5e00600ad145e2818c1 (commit) via b45db080e4abba8d9d89c62708265807b983d7c3 (commit) via e1291f6b383ac709a5da2805230af619b952872f (commit) via 74f773327ff04fe468d494fc07b92994bf2c74a5 (commit) via 54f78a7260c2fc3ae18da3f876dce22ef463b397 (commit) via 70cd38955839274b516d7196cb9381e990a356a1 (commit) via 7755324281a87001319bcaeab25dc281f9b2bfca (commit) via 02e2c00e93ac4e93183e6cf2a6e015e6f17eea2f (commit) via 6878d1f86b593086a7073c16caba7a0b73866075 (commit) via 0100d56b03f702af3881118e4f7b5051e25131dc (commit) via 26da55c741daaacf9429d66ca31bf74df687d18e (commit) via c45bc0ac25e3e23faca870544313b91844f7c11b (commit) via d4646db30004c726d0f6b81fe8076ea52ac2e4f3 (commit) via 61c46cd967f17404934af2ec1ee1f6bbc4c00a09 (commit) via c72be5766181558b041f1d747fd726317c7bd5e6 (commit) via f968af12a9967a2768e2f168c042720f6a11c444 (commit) via 6b29e90d9387d3c5f64818b8203cb10906e8ff86 (commit) via 8bbc39303cc2a3d33c6b11cfb318ca6bf58bc033 (commit) via fb1d7428979031270ba3a5bd69c6fd682564db33 (commit) via 781cb8c8dec98febe57e3e985ac335eccdddff1d (commit) via 5c0e77e7d2ecbfdeb6dac1809b0dd8eb4e9648f1 (commit) via 8952876494ebd4957dc2ef7565ed1463bebe7713 (commit) via 8dc0bd10d407b5d334992a32458d1921de9a4d31 (commit) via 4f65970c026e25d2ae5b0e6ddfa54d240c4b328a (commit) via 6c172b45b4d07da137f8e54725eec399e6af181c (commit) via 495eef8023e4af7a0b72d4580573043ff0b7f052 (commit) via ce1b6ce60c784df991f5827d919dedbecba6ba6b (commit) via b9a3538b12e39005951bafde0f076d117b41a284 (commit) via c6adc64383a53cb748cc93434d6228de212b7a88 (commit) via 9fd53651210af658cb8616ec0f76eb563347cb3a (commit) via 98df29898da0d87126db1e1d8f674515e6b29526 (commit) via c9c650f518bbbfe5e798145f3bd2326ecc099ac1 (commit) via ce0f95f884cadcfbfe29a9bcec311a34530617aa (commit) via 77da71c121be196dd59fd6bca7624a4539cb3619 (commit) via 4438350040f2eba43f5de0513b6b81db1df06171 (commit) via 1f918eb0abe369e720eabf704830e73517ed54a4 (commit) via 2921e34055f708c2c787201ea2e9e3a538b072af (commit) via 143a274051338c1ae04981d5493818ccbb28841c (commit) via 487436138e3dca6a99862abc779ac5230c8f826b (commit) via be67050a360dd196203b63e7320fbc7608dfa400 (commit) via 3c165d02bb7f004ffcafdc281c03f45149850cb9 (commit) via 54f44ec5859cfe1b0dd3bf41762124f3ff4e27e0 (commit) via 18712f0bd1ea9dcad040da996e9f7071dfaec759 (commit) via 96df07708371313348d063032ee341592c27defc (commit) via b0993e61d002b265048c3dc734c4fa89e0b1995f (commit) via 7b6bae65847e5ff6b695054fddca3080fc9d3d99 (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 (cd08f656f437f040272a4c32bf3bff49fe241270) \ N -- N -- N (fac5c6da7fc5d38a5d4705f3b1ce14b6b3837094) 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=fac5c6da7fc5d38a5d4705f3b1ce14b6b3837094 commit fac5c6da7fc5d38a5d4705f3b1ce14b6b3837094 Author: Neels Hofmeyr Date: Sun Nov 6 23:37:02 2016 +0100 wip Change-Id: I9e824d9a57251f5144500765f9b7bfe7f02a16c4 http://cgit.osmocom.org/openbsc/commit/?id=137e8c2c19a1296fc75efb949e4abc58de129588 commit 137e8c2c19a1296fc75efb949e4abc58de129588 Author: Neels Hofmeyr Date: Fri Oct 21 01:36:26 2016 +0200 mgcp hack: rtcp: pass back a sender report as well as a receiver report Change-Id: Ieaf5d70c9749f587a8a7feda2684d11b8967986e http://cgit.osmocom.org/openbsc/commit/?id=3f6eedb84d6e5a7a0f616629589cb627a081c046 commit 3f6eedb84d6e5a7a0f616629589cb627a081c046 Author: Neels Hofmeyr Date: Fri Oct 21 01:35:57 2016 +0200 mgcp hack: modify the ssrc id Change-Id: I443fc676071cc7ee8254777e4c74553b35341158 http://cgit.osmocom.org/openbsc/commit/?id=7059f29b6bde000e65e8770014224e4499da2126 commit 7059f29b6bde000e65e8770014224e4499da2126 Author: Neels Hofmeyr Date: Fri Oct 21 01:33:57 2016 +0200 mgcp hack: don't change payload type when passing RTP thru Change-Id: I9c43704a4c1e26d434c0d7e7ee370b2c21fb3399 http://cgit.osmocom.org/openbsc/commit/?id=73b01c4402a42cf32f2f6cb981069826c44e4081 commit 73b01c4402a42cf32f2f6cb981069826c44e4081 Author: Neels Hofmeyr Date: Fri Oct 21 01:32:10 2016 +0200 mgcp: log payload type change Change-Id: Iee5fa667dece12174b1933345c1ed640a264ed97 http://cgit.osmocom.org/openbsc/commit/?id=23725a078db180371caa00ba84e2c8c338ef1949 commit 23725a078db180371caa00ba84e2c8c338ef1949 Author: Neels Hofmeyr Date: Tue Oct 18 20:21:07 2016 +0200 mgcp debug logging Change-Id: I06a060244e91080680e88551e870f0058711921f ----------------------------------------------------------------------- Summary of changes: openbsc/src/gprs/gprs_sndcp_dcomp.c | 1 + openbsc/src/gprs/gprs_sndcp_pcomp.c | 1 + openbsc/src/ipaccess/ipaccess-config.c | 7 ++++++- openbsc/src/ipaccess/ipaccess-proxy.c | 8 +++++++- openbsc/src/libbsc/abis_nm.c | 6 +++++- openbsc/src/libbsc/bsc_msc.c | 8 +++++++- openbsc/src/libmsc/db.c | 4 +++- openbsc/src/libmsc/vty_interface_layer3.c | 1 + 8 files changed, 31 insertions(+), 5 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Mon Nov 28 15:55:10 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 28 Nov 2016 15:55:10 GMT Subject: openbsc.git branch neels/mgcp updated. 0.15.0-647-gec66640 Message-ID: <201611281555.uASFtApT078238@git.osmocom.org> 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/mgcp has been updated discards fac5c6da7fc5d38a5d4705f3b1ce14b6b3837094 (commit) discards 137e8c2c19a1296fc75efb949e4abc58de129588 (commit) discards 3f6eedb84d6e5a7a0f616629589cb627a081c046 (commit) discards 7059f29b6bde000e65e8770014224e4499da2126 (commit) discards 73b01c4402a42cf32f2f6cb981069826c44e4081 (commit) discards 23725a078db180371caa00ba84e2c8c338ef1949 (commit) discards bc3f730c8648bc7cfd5d471368852ea2fde7261d (commit) discards 6d33dedd48092500e2d4b4d9d120524848bc5edd (commit) discards 70fd88117a10961a492b526ea0c4d60abd790d12 (commit) discards 563c2f9504a1c2335374e35e6023ca0932ceb106 (commit) discards 9597681fc81dc2dae85eb56755f6b3a813bc92c7 (commit) discards 64d98bcc68d238ab424ecda09a7e31ed68148a92 (commit) discards 0e9e5f653dba4d55dde4fa5d683b5de6ebc1542a (commit) discards 2f4fbedcecf3ea86e7b6da552af7d1ba1fa36ed9 (commit) discards cf5230b2fc2c9ab741d6c06cb7f78a4151cb29e5 (commit) discards dec02fcdf1c14dccb08013e8bb451c629396519b (commit) discards 3dfcab7af69d7b2d65f83de9017ffc688eaa7b7a (commit) discards eb9728eb8eae550fd64c20c8323a0239d6fc382b (commit) discards 9a582128f4d38eb2d27c42c7f98226b5309d4551 (commit) discards 4e50b7e4680387f448d3caf97ee5d842c608d4d2 (commit) discards 9c8b47a1607d685a977561fa559b7d60e6a03004 (commit) discards cdd0e3f351e8672fcdf30a8886a29cb0d07edbd6 (commit) discards 2567924233bfbe255dd7ecbc64465ed6e8dae960 (commit) discards ea4182ec5f54128ef17b55edbe0d372a45aa5151 (commit) discards c51d5e1106d471481b0d8b1b19e1366afb4b077f (commit) discards 287073c4f19f44e8593d4ba46ed714bb4d105c0e (commit) discards 0532f0907c44a3f93a5da200e2b1daa1f99c5078 (commit) discards 6bb178a0776e1a63a2880e9135c9fc344eb30226 (commit) discards 72b71b71e2f5c6b7b85a0547f745bb9c0b6dce08 (commit) discards 9527efd6d9b79118d92446735152cd8b0198f3dd (commit) discards cf898442e0dac939fabf82a223e50f850e69ecd7 (commit) discards d60b01cafd672cb898c15c7fbbf69abd28eb0484 (commit) discards 870e76cb769f390a4e3b8f26523725eb4b98ee01 (commit) discards 7762ed0a8d202b6f18d12a24e358300b51fb7bac (commit) discards 8f55dceaa72426c5a1480c5cbad05f32e4b0550c (commit) discards 2f427f789662d675195f48c8fbda0cae797ff3e0 (commit) discards 20132f3a14a297e1e0a76de719bfc0d58a3c7980 (commit) discards de611932e8f7114f94e1f65eb36ea6b0cffefc99 (commit) discards 7f878672a4ca6297cff207f5f94554a47f4a632c (commit) discards 4ae9bf6768625f741c96082f5c5dd3a6b731c835 (commit) discards ba38e53c1df9ad9f486cd2554e9c7e2e20a4eee3 (commit) discards b2ed9ef1bcc34aaf1f795306d5de7833a04eee07 (commit) discards a4418e6184e05a2ed538f56f3ef7d357246d0ce4 (commit) discards e577f203347403a6ec6a4a456f3b860b6fea1ccb (commit) discards d64f504a9e9931ffb7a7c04b75a27e104e2f6604 (commit) discards 64e0977b245c54f72b84efe5a493998a85f3b52f (commit) discards 9661bb96a005c6d9a2af9d8dfa6589cfa5cafb4b (commit) discards 1efa4acbc1829fa5edfc193529991062a52010ab (commit) discards ddc51c9f822721c5d2a2329058e1454db6284237 (commit) discards 51259c7054785f05fb7ab7a64a2182e233e43ca5 (commit) discards 3dafcda6cd27fade37c689cba9e1dc03875bef33 (commit) discards 3a562de841f0ce1f67245f3e3cf93d1cae24c12c (commit) discards 82b769ec95caf1c4d143e1fbf6d50ccbe27e331c (commit) discards 4216ec957df5134250db847873ecc514ad037d42 (commit) discards 6e95d8c99ecfd112eee15aa4cca775c368436081 (commit) discards 0af9b203fad3100765714a62b325c545d1b0f782 (commit) discards 8d3a8bb0a89d27c0b0d1a5e00600ad145e2818c1 (commit) discards b45db080e4abba8d9d89c62708265807b983d7c3 (commit) discards e1291f6b383ac709a5da2805230af619b952872f (commit) discards 74f773327ff04fe468d494fc07b92994bf2c74a5 (commit) discards 54f78a7260c2fc3ae18da3f876dce22ef463b397 (commit) discards 70cd38955839274b516d7196cb9381e990a356a1 (commit) discards 7755324281a87001319bcaeab25dc281f9b2bfca (commit) discards 02e2c00e93ac4e93183e6cf2a6e015e6f17eea2f (commit) discards 6878d1f86b593086a7073c16caba7a0b73866075 (commit) discards 0100d56b03f702af3881118e4f7b5051e25131dc (commit) discards 26da55c741daaacf9429d66ca31bf74df687d18e (commit) discards c45bc0ac25e3e23faca870544313b91844f7c11b (commit) discards d4646db30004c726d0f6b81fe8076ea52ac2e4f3 (commit) discards 61c46cd967f17404934af2ec1ee1f6bbc4c00a09 (commit) discards c72be5766181558b041f1d747fd726317c7bd5e6 (commit) discards f968af12a9967a2768e2f168c042720f6a11c444 (commit) discards 6b29e90d9387d3c5f64818b8203cb10906e8ff86 (commit) discards 8bbc39303cc2a3d33c6b11cfb318ca6bf58bc033 (commit) discards fb1d7428979031270ba3a5bd69c6fd682564db33 (commit) discards 781cb8c8dec98febe57e3e985ac335eccdddff1d (commit) discards 5c0e77e7d2ecbfdeb6dac1809b0dd8eb4e9648f1 (commit) discards 8952876494ebd4957dc2ef7565ed1463bebe7713 (commit) discards 8dc0bd10d407b5d334992a32458d1921de9a4d31 (commit) discards 4f65970c026e25d2ae5b0e6ddfa54d240c4b328a (commit) discards 6c172b45b4d07da137f8e54725eec399e6af181c (commit) discards 495eef8023e4af7a0b72d4580573043ff0b7f052 (commit) discards ce1b6ce60c784df991f5827d919dedbecba6ba6b (commit) discards b9a3538b12e39005951bafde0f076d117b41a284 (commit) discards c6adc64383a53cb748cc93434d6228de212b7a88 (commit) discards 9fd53651210af658cb8616ec0f76eb563347cb3a (commit) discards 98df29898da0d87126db1e1d8f674515e6b29526 (commit) discards c9c650f518bbbfe5e798145f3bd2326ecc099ac1 (commit) discards ce0f95f884cadcfbfe29a9bcec311a34530617aa (commit) discards 77da71c121be196dd59fd6bca7624a4539cb3619 (commit) discards 4438350040f2eba43f5de0513b6b81db1df06171 (commit) discards 1f918eb0abe369e720eabf704830e73517ed54a4 (commit) discards 2921e34055f708c2c787201ea2e9e3a538b072af (commit) via ec666408618659d6b36469a9cb2994405794e4dc (commit) via e7730a3a028df8ef3d78cdf4ef61a0725e74d90b (commit) via f7feaedfa840792a81b8508b3661406c15d68422 (commit) via d5d5054b43affbb099b2a52d1b428c16d5f13d91 (commit) via 234f2fa32fc0e5ae12402904730ce251214ff060 (commit) via 8912aaa2fbd12862c3dce4c0eb906ff17064e3c5 (commit) via 6b2df59c2a3e87baa86150371c5e2c239ae49481 (commit) via f1aa68b7c15f49ff2d4a60d72e5e293106c25b78 (commit) via 964da7172f3645060cc30b7b13f80793be2e5132 (commit) via f277a4f17f4808ee208dd3caf7dee19bfaafcd75 (commit) via 6bcef27e0557378a2e1e592c582ab57eee6b56ed (commit) via de1d86d6aae0cf4206330a9b385bc765809a41e8 (commit) via 186ff577b3295bf7ed778cf2c2e4d6aad0001c0d (commit) via b22d06eebc13e9c822ae5b787932c1f382706d13 (commit) via c746a7a8ef73f7e524791eb0b85bf07ca5f1208c (commit) via 5ed1698d3782da5f1866eec4a86e5dbea6122e8e (commit) via 0c59a1b21a48fd075b940d117157fe4707f0fc18 (commit) via 070609de817a6fd9ce5c244cf27bf2dda5279a98 (commit) via 7fa7e2dbe6a6c142cf6bedaf7e5483c1e71ed1f4 (commit) via c93b2730b2227114200ad767f0b5e17d927577e5 (commit) via bcbfdc08b369a8667b365421b9d3d63157ba0583 (commit) via f189d7293a2c274684d40b3d67ae63e1f1ee3530 (commit) via 16669158fe2417bf2184622740b151c814d838f4 (commit) via 81b785517a6bfd174f2c667a957f984c5f45a960 (commit) via 5fd6dc460b208a5f17567e00a1ee9dca5fb6085f (commit) via 841b622cb215cbb56ecae4016ebd21a1f3aabd66 (commit) via fb13fb7d85626250a505c70cdda8a03e41ebab83 (commit) via 1888c7f2a6f205dea9616498713d0f8e2e0e231f (commit) via 7f743e0b777a1d215bf95a92f9b6ea599e2d207b (commit) via 1d6023a02cca03669d4f94d3d13c9118da54382d (commit) via fce3237266316bb9c530eb28c5893e301fda7fa8 (commit) via 8e463f99823b59a9c6d412f92e0e14cc4a5574c7 (commit) via a03d64bab6f5fc290dd64874e9978d0a51d53ec9 (commit) via 8396aaa93f8dbf6b28ccd5121f6b9a2c48b4bd8f (commit) via 036c3bab2c0f5f6b1ce4d8d2e9aee9489a8f6330 (commit) via 47c86ed73c3eae7b6960d4dc2ed2d4c2439dc03f (commit) via 94deee0bfaeefc51a507b27378f1d06e3bb3c337 (commit) via 014d54c402609616d657a76a884c550323dc45cc (commit) via 9bb52048f455715236d95428ef61e9753e7903f0 (commit) via 2b1914009c094a7ab64478d0fee7445a46d87736 (commit) via be02fd84d4f425ee391ca59097345811b06475e6 (commit) via b6f7ce68bc4f37bb158afaceb4c0f160785c7dbe (commit) via 23c5bd15b6f365f7060507336188485b41bcd27e (commit) via 98c421ee86b6335ac26384c7c8c4d471712f756f (commit) via 85296ddfb474f82f99f02b89acdeffa839c7be54 (commit) via 6e6de20c2c5df3aa9e2e914fca79c2e8233b5fb0 (commit) via 57353fbe100e16be255b903df1ec9e36cfae38f5 (commit) via 5cec4e953ebb82b40aa4d644548509cd70d7a749 (commit) via 833e7dd9d68586a81d58c1374fb63847d0e328d2 (commit) via 1013fa0f4c4fafe6bf8dd6e2cb147a9782294384 (commit) via 77c873596d65f514d40271f8e1f24b7048b831b0 (commit) via 5d0070928f52a2c618e72efc547e0addcb696354 (commit) via 5eb21b9cf6cb2f7fd61a37e2d0f664537bc94f19 (commit) via 4854d7900b0e734d46afaf943443a9c4a415e561 (commit) via 9a493a7d0a2cb575bc816a494ef4f6d00b0e73c5 (commit) via 85e69ea05041557c31cbef1adabeb7be0c67d6a3 (commit) via ed20ee21bf79ec360325a2b0d42c0faad234915c (commit) via 64ed01f3702d7730076b0a285f946b71c33ea319 (commit) via 24aa1be3ab9e9e6a55fdded68f71c4aee25dcbcc (commit) via e5ab7cf98e25652a5330077ec462b83657538187 (commit) via d871bfe2a6f7e6742e0ec98a052bfd67b5f1d3d7 (commit) via 183072155044cad27c363eab116d147f9c31b94a (commit) via 7823523c4a10f8ed62b4c0e63ec868b1116ac28f (commit) via 1180dbef18e771b4e808ec8f2bf5956b03c50bca (commit) via bc6bdc8485bbdf0f6b00ee00c0814ed86a587e43 (commit) via 55a3f87181ba46a2717e1ecdf42a6b3b1063fdfc (commit) via 36319327a4742e0e0460130ff741a58b6d6410f7 (commit) via d431601d0f2e239ef802f35a0f90271a0b7089c2 (commit) via 1ff830a0b2926f6949ef6795f7d7e933c6ab73a4 (commit) via 6d0a2c3f9c2fbeaae25056854fa1d4e819d3a1bd (commit) via 5638bcf2035ab16dd1cf7891a0cd608e2ffb2d46 (commit) via b028d9ed121e0e056c3a5c5f9b06607a883b47c6 (commit) via 35f5180b307410e94526a1d7e80500e2cdaf70c3 (commit) via 25005e66509c0cca9fa72b76b3519200ba9e3021 (commit) via 7bc881bf7bdfb3baf3ef20b8cf7130c5fa79230a (commit) via 4802115811446339eee1870caa3abfc19e05ddb1 (commit) via 1bcf5edecd70c84dfbb1ebf83c30423d7981770d (commit) via 3a50cbf073ac7efe897d7171854d9011a0e0de5a (commit) via 91146aab61d5e09a414962814b004947a9deb8b4 (commit) via 4c338e70d954383370ea270dacdfbbd4655b80fc (commit) via 69621739716f419864332252f250cc7614ac070d (commit) via fcd5c4452883eeacdf20bbe5d337d7bde2ede6ce (commit) via 2ef1b1195bbab350a57ef11b91407f58291a7dc9 (commit) via 3155906820736fec7eb920f0937566009233732d (commit) via 639ce0807ed6c686121929386b69a17d1588d781 (commit) via c9e86e264e8a59d187d86d524df4213e3c7a1335 (commit) via 9cbee14b2b20405beda0f9c2f935a9a98020bd54 (commit) via 588285a81bf48d3225e3ee854553ebe91d38a79b (commit) via cc59e8d60fe2906e24853c173931b1a8eed0e7a8 (commit) via d08e9dae2bcacb5cbdea2cc8fa64794e07de4621 (commit) via 14ff6b35a1eb926f2b8d73c8e80700888c84ea05 (commit) via e87def623f6ae81204b5ebd53b9c6da9ede6d8d0 (commit) via 23857d586a77ea0f77c4633eec7c93883ec3837b (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 (fac5c6da7fc5d38a5d4705f3b1ce14b6b3837094) \ N -- N -- N (ec666408618659d6b36469a9cb2994405794e4dc) 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=ec666408618659d6b36469a9cb2994405794e4dc commit ec666408618659d6b36469a9cb2994405794e4dc Author: Neels Hofmeyr Date: Sun Nov 6 23:37:02 2016 +0100 wip Change-Id: I9e824d9a57251f5144500765f9b7bfe7f02a16c4 http://cgit.osmocom.org/openbsc/commit/?id=e7730a3a028df8ef3d78cdf4ef61a0725e74d90b commit e7730a3a028df8ef3d78cdf4ef61a0725e74d90b Author: Neels Hofmeyr Date: Fri Oct 21 01:36:26 2016 +0200 mgcp hack: rtcp: pass back a sender report as well as a receiver report Change-Id: Ieaf5d70c9749f587a8a7feda2684d11b8967986e http://cgit.osmocom.org/openbsc/commit/?id=f7feaedfa840792a81b8508b3661406c15d68422 commit f7feaedfa840792a81b8508b3661406c15d68422 Author: Neels Hofmeyr Date: Fri Oct 21 01:35:57 2016 +0200 mgcp hack: modify the ssrc id Change-Id: I443fc676071cc7ee8254777e4c74553b35341158 http://cgit.osmocom.org/openbsc/commit/?id=d5d5054b43affbb099b2a52d1b428c16d5f13d91 commit d5d5054b43affbb099b2a52d1b428c16d5f13d91 Author: Neels Hofmeyr Date: Fri Oct 21 01:33:57 2016 +0200 mgcp hack: don't change payload type when passing RTP thru Change-Id: I9c43704a4c1e26d434c0d7e7ee370b2c21fb3399 http://cgit.osmocom.org/openbsc/commit/?id=234f2fa32fc0e5ae12402904730ce251214ff060 commit 234f2fa32fc0e5ae12402904730ce251214ff060 Author: Neels Hofmeyr Date: Fri Oct 21 01:32:10 2016 +0200 mgcp: log payload type change Change-Id: Iee5fa667dece12174b1933345c1ed640a264ed97 http://cgit.osmocom.org/openbsc/commit/?id=8912aaa2fbd12862c3dce4c0eb906ff17064e3c5 commit 8912aaa2fbd12862c3dce4c0eb906ff17064e3c5 Author: Neels Hofmeyr Date: Tue Oct 18 20:21:07 2016 +0200 mgcp debug logging Change-Id: I06a060244e91080680e88551e870f0058711921f http://cgit.osmocom.org/openbsc/commit/?id=6b2df59c2a3e87baa86150371c5e2c239ae49481 commit 6b2df59c2a3e87baa86150371c5e2c239ae49481 Author: Neels Hofmeyr Date: Tue Oct 18 20:20:51 2016 +0200 mgcp parsing, set port from mgcp response Change-Id: I90e2c1aa7575d5fa6e0374f5022cbb25fc3f7699 http://cgit.osmocom.org/openbsc/commit/?id=f1aa68b7c15f49ff2d4a60d72e5e293106c25b78 commit f1aa68b7c15f49ff2d4a60d72e5e293106c25b78 Author: Neels Hofmeyr Date: Tue Oct 18 18:38:59 2016 +0200 mgcp parsing, mgcp test Change-Id: Ibe2ab17b3fa3a506a2e841ba979ea4175e3a21e8 http://cgit.osmocom.org/openbsc/commit/?id=964da7172f3645060cc30b7b13f80793be2e5132 commit 964da7172f3645060cc30b7b13f80793be2e5132 Author: Neels Hofmeyr Date: Fri Oct 14 17:56:17 2016 +0200 mgcp: handle responses from the MGCP GW Change-Id: I5c0493feaec775461b5a017c36b93cc2ad63c896 http://cgit.osmocom.org/openbsc/commit/?id=f277a4f17f4808ee208dd3caf7dee19bfaafcd75 commit f277a4f17f4808ee208dd3caf7dee19bfaafcd75 Author: Neels Hofmeyr Date: Wed Oct 12 02:53:55 2016 +0200 IuPS: cosmetic: explicitly check RAN type; move comment Change-Id: I8375ba42dd47d7ccd9ce9290767d6f8653a23b94 http://cgit.osmocom.org/openbsc/commit/?id=6bcef27e0557378a2e1e592c582ab57eee6b56ed commit 6bcef27e0557378a2e1e592c582ab57eee6b56ed Author: Neels Hofmeyr Date: Wed Oct 12 01:39:25 2016 +0200 IuCS and IuPS: add VTY config for RAB Assignment address kind To accomodate the ip.access nano3G without having to recompile, make the RAB Assignment's Transport Layer Address IE's format configurable, in both osmo-cscn and osmo-sgsn. The long term perspective is to somehow detect which address encoding a given 3G cell prefers, but for the time being just configure it globally and set each ue_conn_ctx to the global setting upon creation. Add VTY command to iu_vty.c, with args passed to iu_vty_init() to insert at an arbitrary VTY node, so that it can be used both for osmo-cscn and osmo-sgsn. Add generic iu_vty_config_write() to write out the config. Call iu_vty_init() from cscn_vty_init(); cscn_vty_init() is in libmsc, hence linking of osmo-cscn now needs libiu to come after libmsc, so move that further down. Change-Id: I93728314742b327336f3fb6de98e6457f687e1f9 http://cgit.osmocom.org/openbsc/commit/?id=de1d86d6aae0cf4206330a9b385bc765809a41e8 commit de1d86d6aae0cf4206330a9b385bc765809a41e8 Author: Neels Hofmeyr Date: Wed Oct 12 02:55:31 2016 +0200 IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctx The future perspective is to remember the preferred RAB Transport Layer Address encoding for each 3G cell that is connected, so store per UE conn instead of globally hardcoding. Add rab_assign_addr_enc member to ue_conn_ctx. Thus the iu_rab_act_cs() and iu_rab_act_ps() functions no longer need the explicit use_x213_nsap argument. Add include/openbsc/common.h in order to define the enum nsap_addr_enc, in a separate file to be able to easily include it in all of libmsc, libiu and gprs/* without creating include cycles. Set the rab_assign_addr_enc when an MM ctx is created for iu, and whenever the ue_conn_ctx for an Iu MM ctx is updated. This looks a bit clumsy so far, the hope is that there will be a nice way to setup the ue_conn_ctx prior to that. Change-Id: I49bb5736df7bdfdd55d3e7b74ee559595cfd2f7d http://cgit.osmocom.org/openbsc/commit/?id=186ff577b3295bf7ed778cf2c2e4d6aad0001c0d commit 186ff577b3295bf7ed778cf2c2e4d6aad0001c0d Author: Neels Hofmeyr Date: Wed Oct 12 03:30:48 2016 +0200 sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config It makes sense semantically, and prepares for an upcoming commit that uses the internal global config pointer in sgsn_vty_init(), which would not be defined yet without this. Change-Id: Ie4cf1c0a1c9e6330a134ff4b7b2e6d5699c12bd7 http://cgit.osmocom.org/openbsc/commit/?id=b22d06eebc13e9c822ae5b787932c1f382706d13 commit b22d06eebc13e9c822ae5b787932c1f382706d13 Author: Neels Hofmeyr Date: Wed Oct 12 01:29:33 2016 +0200 iu: sort out confusion around asn_debug and asn1_xer_print Before, I confused asn_debug with asn1_xer_print. Have two distinct VTY commands and fix documentation. Put the asn_debug and asn1_xer_print implementations in iu.c. Since they are globally defined, don't pass a pointer to iu_vty_init() but just use it directly. Might be considered less clean, but is also less bloat. Change-Id: Iccbadfe1585ba224f74cdfb5273b5ce29b6d78f0 http://cgit.osmocom.org/openbsc/commit/?id=c746a7a8ef73f7e524791eb0b85bf07ca5f1208c commit c746a7a8ef73f7e524791eb0b85bf07ca5f1208c Author: Neels Hofmeyr Date: Wed Oct 12 01:48:55 2016 +0200 iu.h: add missing includes and type defs So far it was included only in files that also include all needed headers, but make it so that it can be included on its own. Change-Id: I08a756031b995bd01a6e15c678b845fd98de960b http://cgit.osmocom.org/openbsc/commit/?id=5ed1698d3782da5f1866eec4a86e5dbea6122e8e commit 5ed1698d3782da5f1866eec4a86e5dbea6122e8e Author: Neels Hofmeyr Date: Tue Oct 11 02:24:53 2016 +0200 IuCS: rapidly release connections Do the same as we do in 2G: release the connection as soon as nothing else is pending for a given subscriber. Before, osmo-cscn would wait for the UE "to get bored" and send an Iu release. But the CN should stay lean on connections. Also, 25.413[1] in section 7, 6th point states: "While the Iu release is managed from the CN, the RNC has the capability to request the release of all Iu connection resources from the corresponding Iu connection." So far we did not manage Iu release from osmo-cscn at all. Use the same mechanism we use in 2G: from msc_release_connection(), just before freeing the gsm_subscriber_conn, invoke a CN initiated Iu Release command to the UE. This works around OS#1816 ("USSD only works when IuCS is released", on nano3G), because the Iu conn is now released right after every signalling, so that typically no two requests will use the same conn. In iu.h/iu.c, add iu_tx_release(), absorbing almost all of the code from ranap_handle_co_iu_rel_req(). Add stub to db_test.c, necessary to build it without linking libiu. [1] 3GPP TS 25.413 v12.4.0 Release 12 / ETSI TS 125 413 V12.4.0 (2015-04) Related: OS#1816 Change-Id: Ic12bd6f3666f6fd42bd6d9fdae1c93abee3b6786 http://cgit.osmocom.org/openbsc/commit/?id=0c59a1b21a48fd075b940d117157fe4707f0fc18 commit 0c59a1b21a48fd075b940d117157fe4707f0fc18 Author: Neels Hofmeyr Date: Tue Oct 11 00:50:05 2016 +0200 IuCS: don't remove Iu conn until release Don't remove the gsm_subscriber_connection without an Iu Release. From the 2G paradigm to close a subscriber connection as soon as nothing else is pending, osmo-cscn frequently calls msc_release_connection() to see whether a conn has anything pending, or discards it. In 3G however, we so far don't actively release IuCS connections from the MSC side, but wait until the IuCS is released from the UE side. So the conn is often discarded even though the IuCS stays open and valid, which confuses the situation: before the UE releases a bit later, we would try to page the subscriber unsuccessfully, because the UE expects to already be connected. To first fix the discrepancy of Iu vs. subscr release, never discard gsm_subscriber_connections when msc_release_connection() is called. This creates a "lazy" CN that keeps connections open as long as the UE will tolerate. It is really fast in sending many SMS in close succession, but is certainly a bad CN design choice: we should rather stay lean on connections. A subsequent commit will change this, but I decided to keep this commit as a reference, for when we'd like to test situations that should re-use an established connection. Change-Id: I012378cfa432d791146db387554ec1909de05297 http://cgit.osmocom.org/openbsc/commit/?id=070609de817a6fd9ce5c244cf27bf2dda5279a98 commit 070609de817a6fd9ce5c244cf27bf2dda5279a98 Author: Neels Hofmeyr Date: Tue Oct 11 01:05:22 2016 +0200 IuCS: detect whether a conn is already secure If a CM Service Request is received on an already secure IuCS connection, we so far didn't notice and started to authenticate again. The UE would readily renew its authentication, but then our state got stuck since ciphering was already established. Instead, don't authenticate again when integrity protection is already established. Change-Id: I3c01fe58276ba0ad918f2cd30cc3dca7c6663e68 http://cgit.osmocom.org/openbsc/commit/?id=7fa7e2dbe6a6c142cf6bedaf7e5483c1e71ed1f4 commit 7fa7e2dbe6a6c142cf6bedaf7e5483c1e71ed1f4 Author: Neels Hofmeyr Date: Tue Sep 20 18:18:26 2016 +0200 mgcp dbg log Change-Id: I56fda48edaa92abfc6e3886cdfce733bb0686f73 http://cgit.osmocom.org/openbsc/commit/?id=c93b2730b2227114200ad767f0b5e17d927577e5 commit c93b2730b2227114200ad767f0b5e17d927577e5 Author: Neels Hofmeyr 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=bcbfdc08b369a8667b365421b9d3d63157ba0583 commit bcbfdc08b369a8667b365421b9d3d63157ba0583 Author: Neels Hofmeyr 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=f189d7293a2c274684d40b3d67ae63e1f1ee3530 commit f189d7293a2c274684d40b3d67ae63e1f1ee3530 Author: Neels Hofmeyr Date: Thu Sep 22 20:28:35 2016 +0200 bridge calls via mgcpgw Change-Id: Ie259e30bc532fe9817c96562022ac33443d5747a http://cgit.osmocom.org/openbsc/commit/?id=16669158fe2417bf2184622740b151c814d838f4 commit 16669158fe2417bf2184622740b151c814d838f4 Author: Neels Hofmeyr 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=81b785517a6bfd174f2c667a957f984c5f45a960 commit 81b785517a6bfd174f2c667a957f984c5f45a960 Author: Neels Hofmeyr 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=5fd6dc460b208a5f17567e00a1ee9dca5fb6085f commit 5fd6dc460b208a5f17567e00a1ee9dca5fb6085f Author: Neels Hofmeyr 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=841b622cb215cbb56ecae4016ebd21a1f3aabd66 commit 841b622cb215cbb56ecae4016ebd21a1f3aabd66 Author: Neels Hofmeyr 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. Rationale: 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. Add general VTY commands that can be used to configure mgcpgw_client. osmo-cscn is going to use this to route RTP streams (for 3G at first). Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135 http://cgit.osmocom.org/openbsc/commit/?id=fb13fb7d85626250a505c70cdda8a03e41ebab83 commit fb13fb7d85626250a505c70cdda8a03e41ebab83 Author: Neels Hofmeyr Date: Wed Sep 7 13:39:07 2016 +0200 libmgcp: add value strings for mgcp_connection_mode Add file mgcp_common.c to implement the value strings for the mgcp_connection_mode. Add in a separate file because of the upcoming mgcpgw_client.c implementation, introducing a file that contains implementations commonly used in MGCP GW as well as its clients. Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135 http://cgit.osmocom.org/openbsc/commit/?id=1888c7f2a6f205dea9616498713d0f8e2e0e231f commit 1888c7f2a6f205dea9616498713d0f8e2e0e231f Author: Neels Hofmeyr Date: Tue Sep 20 18:16:35 2016 +0200 libmgcp: move mgcp_connection_mode to public header mgcp_connection_mode will be used by the upcoming mgcpgw_client.h API. Change-Id: I7a3f8905723320d968f1a53c1036904107b4fb2d http://cgit.osmocom.org/openbsc/commit/?id=7f743e0b777a1d215bf95a92f9b6ea599e2d207b commit 7f743e0b777a1d215bf95a92f9b6ea599e2d207b Author: Neels Hofmeyr 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=1d6023a02cca03669d4f94d3d13c9118da54382d commit 1d6023a02cca03669d4f94d3d13c9118da54382d Author: Neels Hofmeyr 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=fce3237266316bb9c530eb28c5893e301fda7fa8 commit fce3237266316bb9c530eb28c5893e301fda7fa8 Author: Neels Hofmeyr 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=8e463f99823b59a9c6d412f92e0e14cc4a5574c7 commit 8e463f99823b59a9c6d412f92e0e14cc4a5574c7 Author: Harald Welte 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=a03d64bab6f5fc290dd64874e9978d0a51d53ec9 commit a03d64bab6f5fc290dd64874e9978d0a51d53ec9 Author: Neels Hofmeyr Date: Mon May 9 13:20:54 2016 +0200 cosmetic: make gsm0408_loc_upd_rej() static http://cgit.osmocom.org/openbsc/commit/?id=8396aaa93f8dbf6b28ccd5121f6b9a2c48b4bd8f commit 8396aaa93f8dbf6b28ccd5121f6b9a2c48b4bd8f Author: Neels Hofmeyr 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=036c3bab2c0f5f6b1ce4d8d2e9aee9489a8f6330 commit 036c3bab2c0f5f6b1ce4d8d2e9aee9489a8f6330 Author: Neels Hofmeyr Date: Mon May 30 15:21:52 2016 +0200 remove handle_abisip_signal() Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41 http://cgit.osmocom.org/openbsc/commit/?id=47c86ed73c3eae7b6960d4dc2ed2d4c2439dc03f commit 47c86ed73c3eae7b6960d4dc2ed2d4c2439dc03f Author: Neels Hofmeyr 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=94deee0bfaeefc51a507b27378f1d06e3bb3c337 commit 94deee0bfaeefc51a507b27378f1d06e3bb3c337 Author: Neels Hofmeyr 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=014d54c402609616d657a76a884c550323dc45cc commit 014d54c402609616d657a76a884c550323dc45cc Author: Neels Hofmeyr 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=9bb52048f455715236d95428ef61e9753e7903f0 commit 9bb52048f455715236d95428ef61e9753e7903f0 Author: Neels Hofmeyr 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=2b1914009c094a7ab64478d0fee7445a46d87736 commit 2b1914009c094a7ab64478d0fee7445a46d87736 Author: Neels Hofmeyr Date: Tue May 10 13:26:47 2016 +0200 comment on mscsplit, indent comment http://cgit.osmocom.org/openbsc/commit/?id=be02fd84d4f425ee391ca59097345811b06475e6 commit be02fd84d4f425ee391ca59097345811b06475e6 Author: Neels Hofmeyr 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=b6f7ce68bc4f37bb158afaceb4c0f160785c7dbe commit b6f7ce68bc4f37bb158afaceb4c0f160785c7dbe Author: Neels Hofmeyr 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=23c5bd15b6f365f7060507336188485b41bcd27e commit 23c5bd15b6f365f7060507336188485b41bcd27e Author: Neels Hofmeyr 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=98c421ee86b6335ac26384c7c8c4d471712f756f commit 98c421ee86b6335ac26384c7c8c4d471712f756f Author: Neels Hofmeyr 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=85296ddfb474f82f99f02b89acdeffa839c7be54 commit 85296ddfb474f82f99f02b89acdeffa839c7be54 Author: Neels Hofmeyr 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=6e6de20c2c5df3aa9e2e914fca79c2e8233b5fb0 commit 6e6de20c2c5df3aa9e2e914fca79c2e8233b5fb0 Author: Neels Hofmeyr 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=57353fbe100e16be255b903df1ec9e36cfae38f5 commit 57353fbe100e16be255b903df1ec9e36cfae38f5 Author: Neels Hofmeyr 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=5cec4e953ebb82b40aa4d644548509cd70d7a749 commit 5cec4e953ebb82b40aa4d644548509cd70d7a749 Author: Neels Hofmeyr 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=833e7dd9d68586a81d58c1374fb63847d0e328d2 commit 833e7dd9d68586a81d58c1374fb63847d0e328d2 Author: Neels Hofmeyr 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=1013fa0f4c4fafe6bf8dd6e2cb147a9782294384 commit 1013fa0f4c4fafe6bf8dd6e2cb147a9782294384 Author: Neels Hofmeyr 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=77c873596d65f514d40271f8e1f24b7048b831b0 commit 77c873596d65f514d40271f8e1f24b7048b831b0 Author: Neels Hofmeyr 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=5d0070928f52a2c618e72efc547e0addcb696354 commit 5d0070928f52a2c618e72efc547e0addcb696354 Author: Neels Hofmeyr Date: Fri Aug 12 16:11:25 2016 +0200 auth log Change-Id: Icd9f8505388a06ee768d2176cb2b9187953098ef http://cgit.osmocom.org/openbsc/commit/?id=5eb21b9cf6cb2f7fd61a37e2d0f664537bc94f19 commit 5eb21b9cf6cb2f7fd61a37e2d0f664537bc94f19 Author: Neels Hofmeyr Date: Fri Aug 12 16:09:46 2016 +0200 iu auth wip Change-Id: Icc2522252cf15c54f1a1ea5255314a0de8bfba03 http://cgit.osmocom.org/openbsc/commit/?id=4854d7900b0e734d46afaf943443a9c4a415e561 commit 4854d7900b0e734d46afaf943443a9c4a415e561 Author: Neels Hofmeyr Date: Fri Aug 12 16:03:09 2016 +0200 Iu auth wip Change-Id: I44effcca80dc6850178174dc957bcd5608b0ae14 http://cgit.osmocom.org/openbsc/commit/?id=9a493a7d0a2cb575bc816a494ef4f6d00b0e73c5 commit 9a493a7d0a2cb575bc816a494ef4f6d00b0e73c5 Author: Neels Hofmeyr 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=85e69ea05041557c31cbef1adabeb7be0c67d6a3 commit 85e69ea05041557c31cbef1adabeb7be0c67d6a3 Author: Neels Hofmeyr 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=ed20ee21bf79ec360325a2b0d42c0faad234915c commit ed20ee21bf79ec360325a2b0d42c0faad234915c Author: Neels Hofmeyr 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=64ed01f3702d7730076b0a285f946b71c33ea319 commit 64ed01f3702d7730076b0a285f946b71c33ea319 Author: Neels Hofmeyr 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=24aa1be3ab9e9e6a55fdded68f71c4aee25dcbcc commit 24aa1be3ab9e9e6a55fdded68f71c4aee25dcbcc Author: Neels Hofmeyr Date: Mon May 30 14:57:14 2016 +0200 osmo-nitb becomes osmo-cscn Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b http://cgit.osmocom.org/openbsc/commit/?id=e5ab7cf98e25652a5330077ec462b83657538187 commit e5ab7cf98e25652a5330077ec462b83657538187 Author: Neels Hofmeyr 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=d871bfe2a6f7e6742e0ec98a052bfd67b5f1d3d7 commit d871bfe2a6f7e6742e0ec98a052bfd67b5f1d3d7 Author: Neels Hofmeyr 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=183072155044cad27c363eab116d147f9c31b94a commit 183072155044cad27c363eab116d147f9c31b94a Author: Neels Hofmeyr 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=7823523c4a10f8ed62b4c0e63ec868b1116ac28f commit 7823523c4a10f8ed62b4c0e63ec868b1116ac28f Author: Neels Hofmeyr 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=1180dbef18e771b4e808ec8f2bf5956b03c50bca commit 1180dbef18e771b4e808ec8f2bf5956b03c50bca Author: Neels Hofmeyr 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=bc6bdc8485bbdf0f6b00ee00c0814ed86a587e43 commit bc6bdc8485bbdf0f6b00ee00c0814ed86a587e43 Author: Neels Hofmeyr 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=55a3f87181ba46a2717e1ecdf42a6b3b1063fdfc commit 55a3f87181ba46a2717e1ecdf42a6b3b1063fdfc Author: Neels Hofmeyr Date: Tue May 10 14:59:02 2016 +0200 move to libcommon-cs: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO move to libfilter instead? Change-Id: I00ca0caf8224de029f53f4dedb1146e3cf7650ec http://cgit.osmocom.org/openbsc/commit/?id=36319327a4742e0e0460130ff741a58b6d6410f7 commit 36319327a4742e0e0460130ff741a58b6d6410f7 Author: Neels Hofmeyr 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=d431601d0f2e239ef802f35a0f90271a0b7089c2 commit d431601d0f2e239ef802f35a0f90271a0b7089c2 Author: Neels Hofmeyr 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=1ff830a0b2926f6949ef6795f7d7e933c6ab73a4 commit 1ff830a0b2926f6949ef6795f7d7e933c6ab73a4 Author: Neels Hofmeyr Date: Mon May 30 14:56:06 2016 +0200 add iucs.[hc] Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b http://cgit.osmocom.org/openbsc/commit/?id=6d0a2c3f9c2fbeaae25056854fa1d4e819d3a1bd commit 6d0a2c3f9c2fbeaae25056854fa1d4e819d3a1bd Author: Neels Hofmeyr Date: Fri May 20 21:59:55 2016 +0200 add DIUCS debug log constant Change-Id: Id347a3024fa495a1ab680db7320648d933a4018b http://cgit.osmocom.org/openbsc/commit/?id=5638bcf2035ab16dd1cf7891a0cd608e2ffb2d46 commit 5638bcf2035ab16dd1cf7891a0cd608e2ffb2d46 Author: Neels Hofmeyr 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=b028d9ed121e0e056c3a5c5f9b06607a883b47c6 commit b028d9ed121e0e056c3a5c5f9b06607a883b47c6 Author: Neels Hofmeyr 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=35f5180b307410e94526a1d7e80500e2cdaf70c3 commit 35f5180b307410e94526a1d7e80500e2cdaf70c3 Author: Neels Hofmeyr 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=25005e66509c0cca9fa72b76b3519200ba9e3021 commit 25005e66509c0cca9fa72b76b3519200ba9e3021 Author: Neels Hofmeyr 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=7bc881bf7bdfb3baf3ef20b8cf7130c5fa79230a commit 7bc881bf7bdfb3baf3ef20b8cf7130c5fa79230a Author: Neels Hofmeyr 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=4802115811446339eee1870caa3abfc19e05ddb1 commit 4802115811446339eee1870caa3abfc19e05ddb1 Author: Neels Hofmeyr 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=1bcf5edecd70c84dfbb1ebf83c30423d7981770d commit 1bcf5edecd70c84dfbb1ebf83c30423d7981770d Author: Neels Hofmeyr 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=3a50cbf073ac7efe897d7171854d9011a0e0de5a commit 3a50cbf073ac7efe897d7171854d9011a0e0de5a Author: Harald Welte 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=91146aab61d5e09a414962814b004947a9deb8b4 commit 91146aab61d5e09a414962814b004947a9deb8b4 Author: Neels Hofmeyr Date: Mon May 30 15:00:23 2016 +0200 gsm_subscriber_connection: mark BSC specific items This is intended to prepare for splitting gsm_subscriber_connection into BSC and MSC specific structs, to make the splitting patch more readable. Change-Id: Ib9666225fb9bfec2cf1e364343560571869fe6a7 http://cgit.osmocom.org/openbsc/commit/?id=4c338e70d954383370ea270dacdfbbd4655b80fc commit 4c338e70d954383370ea270dacdfbbd4655b80fc Author: Neels Hofmeyr Date: Mon May 9 21:56:42 2016 +0200 osmo-nitb: exit when MNCC socket init failed Change-Id: Icef97bb5da9840b810fe6f4b4da6abd4baa66915 http://cgit.osmocom.org/openbsc/commit/?id=69621739716f419864332252f250cc7614ac070d commit 69621739716f419864332252f250cc7614ac070d Author: Neels Hofmeyr 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=fcd5c4452883eeacdf20bbe5d337d7bde2ede6ce commit fcd5c4452883eeacdf20bbe5d337d7bde2ede6ce Author: Neels Hofmeyr Date: Sat May 14 03:24:41 2016 +0200 move to libcommon-cs: 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=2ef1b1195bbab350a57ef11b91407f58291a7dc9 commit 2ef1b1195bbab350a57ef11b91407f58291a7dc9 Author: Neels Hofmeyr 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 libcommon-cs in subsequent commit). Adjust time zone Ctrl Interface code. Change-Id: I69848887d92990f3d6f969be80f6ef91f6bdbbe8 http://cgit.osmocom.org/openbsc/commit/?id=3155906820736fec7eb920f0937566009233732d commit 3155906820736fec7eb920f0937566009233732d Author: Neels Hofmeyr 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. Change-Id: I5e0ba0ecf1726ebd540800f4e98fdfc937c904ff http://cgit.osmocom.org/openbsc/commit/?id=639ce0807ed6c686121929386b69a17d1588d781 commit 639ce0807ed6c686121929386b69a17d1588d781 Author: Neels Hofmeyr 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. Change-Id: Ifb86698cd57a09f03b935b6d3fcea87eff4cd397 http://cgit.osmocom.org/openbsc/commit/?id=c9e86e264e8a59d187d86d524df4213e3c7a1335 commit c9e86e264e8a59d187d86d524df4213e3c7a1335 Author: Neels Hofmeyr Date: Thu May 12 01:16:58 2016 +0200 move to libcommon-cs: 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 common_cs_vty.c. Add arg to common_cs_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 libcommon-cs and pass a different config_write_net() function. Change-Id: I871b7b32a0c56fdce983e409cf244ec487d24e71 http://cgit.osmocom.org/openbsc/commit/?id=9cbee14b2b20405beda0f9c2f935a9a98020bd54 commit 9cbee14b2b20405beda0f9c2f935a9a98020bd54 Author: Neels Hofmeyr Date: Wed May 11 18:48:39 2016 +0200 move to libcommon-cs: global vty gsm_network pointer Move gsmnet_from_vty() and the bsc_gsmnet global to common_cs_vty.c. Rename bsc_gsmnet to vty_global_gsm_network and make it static to common_cs_vty.c, to clearly mark the global variable for VTY use only. Introduce common_cs_vty_init() to set vty_global_gsm_network. Change-Id: I26c5c47de08f899b896813d09612d5cb2f8e42d6 http://cgit.osmocom.org/openbsc/commit/?id=588285a81bf48d3225e3ee854553ebe91d38a79b commit 588285a81bf48d3225e3ee854553ebe91d38a79b Author: Neels Hofmeyr Date: Mon Oct 24 01:53:38 2016 +0200 global gsm_network: move allocation further up Now that bsc_network_alloc() is separate, move it to before the VTY init (a subsequent patch will pass the gsm_network instance as a parameter to vty_init()). bsc_hack.c: drop the comment that says about the VTY init: "This needs to precede handle_options()" -- it is not accurate. Actually move the handle_options() above both vty_init() and the bsc_network_alloc() calls, to be able to decide which mncc callback to pass to bsc_network_alloc. It would make sense to set this later on, but that would require further refactoring of the bsc_network_init() and gsm_network_init() signatures, so not in this patch. Change-Id: Ie6a7037e703b5a2d08ceeb20d35f197aaddc9d1b http://cgit.osmocom.org/openbsc/commit/?id=cc59e8d60fe2906e24853c173931b1a8eed0e7a8 commit cc59e8d60fe2906e24853c173931b1a8eed0e7a8 Author: Neels Hofmeyr Date: Wed May 11 14:12:00 2016 +0200 split bsc_bootstrap_network() in alloc and config For patch clarity, keep some code dup to be removed in a subsequent patch. In the same sense don't change the fact that mncc_sock_init()'s return value is ignored. The global gsm_network instance 'bsc_gsmnet' is basically only used by the VTY, and a future patch will "hide" that global in a vty .c file. In a nutshell, I want to - first allocate a gsm_network, - then initialize the VTY passing the gsm_network pointer, - and then read the config file using the initialized VTY. So far, bsc_bootstrap_network() allocates the gsm_network and reads the config file right away, which only works by sharing the extern bsc_gsmnet pointer, which I would like to uncouple. Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a http://cgit.osmocom.org/openbsc/commit/?id=d08e9dae2bcacb5cbdea2cc8fa64794e07de4621 commit d08e9dae2bcacb5cbdea2cc8fa64794e07de4621 Author: Neels Hofmeyr Date: Thu May 12 03:03:50 2016 +0200 tests: drop unused libmsc, unneeded duplicate libbsc linking Because of libcommon-cs, tests/gsm0408,subscr,trau no longer need libmsc. Change-Id: I9073eba41a1cd3136ed7a9def6fe8aaf282eaa18 http://cgit.osmocom.org/openbsc/commit/?id=14ff6b35a1eb926f2b8d73c8e80700888c84ea05 commit 14ff6b35a1eb926f2b8d73c8e80700888c84ea05 Author: Neels Hofmeyr 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=e87def623f6ae81204b5ebd53b9c6da9ede6d8d0 commit e87def623f6ae81204b5ebd53b9c6da9ede6d8d0 Author: Neels Hofmeyr Date: Tue May 10 13:30:17 2016 +0200 factor out & introduce struct gsm_encr, in common_cs.h Factor out encryption info from struct gsm_lchan as struct gsm_encr, placed in common_cs.h. Change-Id: I94015fb9dd511c37c1e3058a0963c780b3f700ac Future: this will be used by libmsc's subscriber connection, for osmo-cscn. http://cgit.osmocom.org/openbsc/commit/?id=23857d586a77ea0f77c4633eec7c93883ec3837b commit 23857d586a77ea0f77c4633eec7c93883ec3837b Author: Neels Hofmeyr Date: Tue May 10 12:50:31 2016 +0200 factor out gen of USSD notify and release complete to libosmocore Both libmsc and libbsc will need distinct gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() functions, since there will be distinct subscriber connection structs. Rename to msc_send_ussd_notify() and msc_send_ussd_release_complete(), and add the same in libbsc with bsc_ prefix in new file gsm_04_80_utils.c. In preparation of this patch, the message generation part of these functions has been added to libosmocore as gsm0480_create_ussd_notify() and gsm0480_create_ussd_release_complete(). Use these. Adjust all libmsc and libbsc callers according to use the msc_* or bsc_* implementation, respectively. Change-Id: I33a84e3c28576ced91d2ea24103123431f551173 ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/gsm_04_80.h | 15 ++++++------- openbsc/src/libbsc/Makefile.am | 1 + openbsc/src/libbsc/gsm_04_80_utils.c | 12 +++++------ openbsc/src/libcommon-cs/common_cs.c | 36 ------------------------------- openbsc/src/libmsc/gsm_04_80.c | 8 +++---- openbsc/src/libmsc/vty_interface_layer3.c | 4 ++-- openbsc/src/osmo-bsc/osmo_bsc_api.c | 4 ++-- openbsc/src/osmo-bsc/osmo_bsc_ctrl.c | 4 ++-- openbsc/src/osmo-bsc/osmo_bsc_filter.c | 5 ++--- openbsc/src/osmo-bsc/osmo_bsc_grace.c | 4 ++-- openbsc/src/osmo-bsc/osmo_bsc_sccp.c | 5 ++--- 11 files changed, 29 insertions(+), 69 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Mon Nov 28 15:59:12 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 28 Nov 2016 15:59:12 GMT Subject: openbsc.git branch sysmocom/iu updated. 0.15.0-641-g6b2df59 Message-ID: <201611281559.uASFxCuq079183@git.osmocom.org> 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, sysmocom/iu has been updated discards bc3f730c8648bc7cfd5d471368852ea2fde7261d (commit) discards 6d33dedd48092500e2d4b4d9d120524848bc5edd (commit) discards 70fd88117a10961a492b526ea0c4d60abd790d12 (commit) discards 563c2f9504a1c2335374e35e6023ca0932ceb106 (commit) discards 9597681fc81dc2dae85eb56755f6b3a813bc92c7 (commit) discards 64d98bcc68d238ab424ecda09a7e31ed68148a92 (commit) discards 0e9e5f653dba4d55dde4fa5d683b5de6ebc1542a (commit) discards 2f4fbedcecf3ea86e7b6da552af7d1ba1fa36ed9 (commit) discards cf5230b2fc2c9ab741d6c06cb7f78a4151cb29e5 (commit) discards dec02fcdf1c14dccb08013e8bb451c629396519b (commit) discards 3dfcab7af69d7b2d65f83de9017ffc688eaa7b7a (commit) discards eb9728eb8eae550fd64c20c8323a0239d6fc382b (commit) discards 9a582128f4d38eb2d27c42c7f98226b5309d4551 (commit) discards 4e50b7e4680387f448d3caf97ee5d842c608d4d2 (commit) discards 9c8b47a1607d685a977561fa559b7d60e6a03004 (commit) discards cdd0e3f351e8672fcdf30a8886a29cb0d07edbd6 (commit) discards 2567924233bfbe255dd7ecbc64465ed6e8dae960 (commit) discards ea4182ec5f54128ef17b55edbe0d372a45aa5151 (commit) discards c51d5e1106d471481b0d8b1b19e1366afb4b077f (commit) discards 287073c4f19f44e8593d4ba46ed714bb4d105c0e (commit) discards 0532f0907c44a3f93a5da200e2b1daa1f99c5078 (commit) discards 6bb178a0776e1a63a2880e9135c9fc344eb30226 (commit) discards 72b71b71e2f5c6b7b85a0547f745bb9c0b6dce08 (commit) discards 9527efd6d9b79118d92446735152cd8b0198f3dd (commit) discards cf898442e0dac939fabf82a223e50f850e69ecd7 (commit) discards d60b01cafd672cb898c15c7fbbf69abd28eb0484 (commit) discards 870e76cb769f390a4e3b8f26523725eb4b98ee01 (commit) discards 7762ed0a8d202b6f18d12a24e358300b51fb7bac (commit) discards 8f55dceaa72426c5a1480c5cbad05f32e4b0550c (commit) discards 2f427f789662d675195f48c8fbda0cae797ff3e0 (commit) discards 20132f3a14a297e1e0a76de719bfc0d58a3c7980 (commit) discards de611932e8f7114f94e1f65eb36ea6b0cffefc99 (commit) discards 7f878672a4ca6297cff207f5f94554a47f4a632c (commit) discards 4ae9bf6768625f741c96082f5c5dd3a6b731c835 (commit) discards ba38e53c1df9ad9f486cd2554e9c7e2e20a4eee3 (commit) discards b2ed9ef1bcc34aaf1f795306d5de7833a04eee07 (commit) discards a4418e6184e05a2ed538f56f3ef7d357246d0ce4 (commit) discards e577f203347403a6ec6a4a456f3b860b6fea1ccb (commit) discards d64f504a9e9931ffb7a7c04b75a27e104e2f6604 (commit) discards 64e0977b245c54f72b84efe5a493998a85f3b52f (commit) discards 9661bb96a005c6d9a2af9d8dfa6589cfa5cafb4b (commit) discards 1efa4acbc1829fa5edfc193529991062a52010ab (commit) discards ddc51c9f822721c5d2a2329058e1454db6284237 (commit) discards 51259c7054785f05fb7ab7a64a2182e233e43ca5 (commit) discards 3dafcda6cd27fade37c689cba9e1dc03875bef33 (commit) discards 3a562de841f0ce1f67245f3e3cf93d1cae24c12c (commit) discards 82b769ec95caf1c4d143e1fbf6d50ccbe27e331c (commit) discards 4216ec957df5134250db847873ecc514ad037d42 (commit) discards 6e95d8c99ecfd112eee15aa4cca775c368436081 (commit) discards 0af9b203fad3100765714a62b325c545d1b0f782 (commit) discards 8d3a8bb0a89d27c0b0d1a5e00600ad145e2818c1 (commit) discards b45db080e4abba8d9d89c62708265807b983d7c3 (commit) discards e1291f6b383ac709a5da2805230af619b952872f (commit) discards 74f773327ff04fe468d494fc07b92994bf2c74a5 (commit) discards 54f78a7260c2fc3ae18da3f876dce22ef463b397 (commit) discards 70cd38955839274b516d7196cb9381e990a356a1 (commit) discards 7755324281a87001319bcaeab25dc281f9b2bfca (commit) discards 02e2c00e93ac4e93183e6cf2a6e015e6f17eea2f (commit) discards 6878d1f86b593086a7073c16caba7a0b73866075 (commit) discards 0100d56b03f702af3881118e4f7b5051e25131dc (commit) discards 26da55c741daaacf9429d66ca31bf74df687d18e (commit) discards c45bc0ac25e3e23faca870544313b91844f7c11b (commit) discards d4646db30004c726d0f6b81fe8076ea52ac2e4f3 (commit) discards 61c46cd967f17404934af2ec1ee1f6bbc4c00a09 (commit) discards c72be5766181558b041f1d747fd726317c7bd5e6 (commit) discards f968af12a9967a2768e2f168c042720f6a11c444 (commit) discards 6b29e90d9387d3c5f64818b8203cb10906e8ff86 (commit) discards 8bbc39303cc2a3d33c6b11cfb318ca6bf58bc033 (commit) discards fb1d7428979031270ba3a5bd69c6fd682564db33 (commit) discards 781cb8c8dec98febe57e3e985ac335eccdddff1d (commit) discards 5c0e77e7d2ecbfdeb6dac1809b0dd8eb4e9648f1 (commit) discards 8952876494ebd4957dc2ef7565ed1463bebe7713 (commit) discards 8dc0bd10d407b5d334992a32458d1921de9a4d31 (commit) discards 4f65970c026e25d2ae5b0e6ddfa54d240c4b328a (commit) discards 6c172b45b4d07da137f8e54725eec399e6af181c (commit) discards 495eef8023e4af7a0b72d4580573043ff0b7f052 (commit) discards ce1b6ce60c784df991f5827d919dedbecba6ba6b (commit) discards b9a3538b12e39005951bafde0f076d117b41a284 (commit) discards c6adc64383a53cb748cc93434d6228de212b7a88 (commit) discards 9fd53651210af658cb8616ec0f76eb563347cb3a (commit) discards 98df29898da0d87126db1e1d8f674515e6b29526 (commit) discards c9c650f518bbbfe5e798145f3bd2326ecc099ac1 (commit) discards ce0f95f884cadcfbfe29a9bcec311a34530617aa (commit) discards 77da71c121be196dd59fd6bca7624a4539cb3619 (commit) discards 4438350040f2eba43f5de0513b6b81db1df06171 (commit) discards 1f918eb0abe369e720eabf704830e73517ed54a4 (commit) discards 2921e34055f708c2c787201ea2e9e3a538b072af (commit) via 6b2df59c2a3e87baa86150371c5e2c239ae49481 (commit) via f1aa68b7c15f49ff2d4a60d72e5e293106c25b78 (commit) via 964da7172f3645060cc30b7b13f80793be2e5132 (commit) via f277a4f17f4808ee208dd3caf7dee19bfaafcd75 (commit) via 6bcef27e0557378a2e1e592c582ab57eee6b56ed (commit) via de1d86d6aae0cf4206330a9b385bc765809a41e8 (commit) via 186ff577b3295bf7ed778cf2c2e4d6aad0001c0d (commit) via b22d06eebc13e9c822ae5b787932c1f382706d13 (commit) via c746a7a8ef73f7e524791eb0b85bf07ca5f1208c (commit) via 5ed1698d3782da5f1866eec4a86e5dbea6122e8e (commit) via 0c59a1b21a48fd075b940d117157fe4707f0fc18 (commit) via 070609de817a6fd9ce5c244cf27bf2dda5279a98 (commit) via 7fa7e2dbe6a6c142cf6bedaf7e5483c1e71ed1f4 (commit) via c93b2730b2227114200ad767f0b5e17d927577e5 (commit) via bcbfdc08b369a8667b365421b9d3d63157ba0583 (commit) via f189d7293a2c274684d40b3d67ae63e1f1ee3530 (commit) via 16669158fe2417bf2184622740b151c814d838f4 (commit) via 81b785517a6bfd174f2c667a957f984c5f45a960 (commit) via 5fd6dc460b208a5f17567e00a1ee9dca5fb6085f (commit) via 841b622cb215cbb56ecae4016ebd21a1f3aabd66 (commit) via fb13fb7d85626250a505c70cdda8a03e41ebab83 (commit) via 1888c7f2a6f205dea9616498713d0f8e2e0e231f (commit) via 7f743e0b777a1d215bf95a92f9b6ea599e2d207b (commit) via 1d6023a02cca03669d4f94d3d13c9118da54382d (commit) via fce3237266316bb9c530eb28c5893e301fda7fa8 (commit) via 8e463f99823b59a9c6d412f92e0e14cc4a5574c7 (commit) via a03d64bab6f5fc290dd64874e9978d0a51d53ec9 (commit) via 8396aaa93f8dbf6b28ccd5121f6b9a2c48b4bd8f (commit) via 036c3bab2c0f5f6b1ce4d8d2e9aee9489a8f6330 (commit) via 47c86ed73c3eae7b6960d4dc2ed2d4c2439dc03f (commit) via 94deee0bfaeefc51a507b27378f1d06e3bb3c337 (commit) via 014d54c402609616d657a76a884c550323dc45cc (commit) via 9bb52048f455715236d95428ef61e9753e7903f0 (commit) via 2b1914009c094a7ab64478d0fee7445a46d87736 (commit) via be02fd84d4f425ee391ca59097345811b06475e6 (commit) via b6f7ce68bc4f37bb158afaceb4c0f160785c7dbe (commit) via 23c5bd15b6f365f7060507336188485b41bcd27e (commit) via 98c421ee86b6335ac26384c7c8c4d471712f756f (commit) via 85296ddfb474f82f99f02b89acdeffa839c7be54 (commit) via 6e6de20c2c5df3aa9e2e914fca79c2e8233b5fb0 (commit) via 57353fbe100e16be255b903df1ec9e36cfae38f5 (commit) via 5cec4e953ebb82b40aa4d644548509cd70d7a749 (commit) via 833e7dd9d68586a81d58c1374fb63847d0e328d2 (commit) via 1013fa0f4c4fafe6bf8dd6e2cb147a9782294384 (commit) via 77c873596d65f514d40271f8e1f24b7048b831b0 (commit) via 5d0070928f52a2c618e72efc547e0addcb696354 (commit) via 5eb21b9cf6cb2f7fd61a37e2d0f664537bc94f19 (commit) via 4854d7900b0e734d46afaf943443a9c4a415e561 (commit) via 9a493a7d0a2cb575bc816a494ef4f6d00b0e73c5 (commit) via 85e69ea05041557c31cbef1adabeb7be0c67d6a3 (commit) via ed20ee21bf79ec360325a2b0d42c0faad234915c (commit) via 64ed01f3702d7730076b0a285f946b71c33ea319 (commit) via 24aa1be3ab9e9e6a55fdded68f71c4aee25dcbcc (commit) via e5ab7cf98e25652a5330077ec462b83657538187 (commit) via d871bfe2a6f7e6742e0ec98a052bfd67b5f1d3d7 (commit) via 183072155044cad27c363eab116d147f9c31b94a (commit) via 7823523c4a10f8ed62b4c0e63ec868b1116ac28f (commit) via 1180dbef18e771b4e808ec8f2bf5956b03c50bca (commit) via bc6bdc8485bbdf0f6b00ee00c0814ed86a587e43 (commit) via 55a3f87181ba46a2717e1ecdf42a6b3b1063fdfc (commit) via 36319327a4742e0e0460130ff741a58b6d6410f7 (commit) via d431601d0f2e239ef802f35a0f90271a0b7089c2 (commit) via 1ff830a0b2926f6949ef6795f7d7e933c6ab73a4 (commit) via 6d0a2c3f9c2fbeaae25056854fa1d4e819d3a1bd (commit) via 5638bcf2035ab16dd1cf7891a0cd608e2ffb2d46 (commit) via b028d9ed121e0e056c3a5c5f9b06607a883b47c6 (commit) via 35f5180b307410e94526a1d7e80500e2cdaf70c3 (commit) via 25005e66509c0cca9fa72b76b3519200ba9e3021 (commit) via 7bc881bf7bdfb3baf3ef20b8cf7130c5fa79230a (commit) via 4802115811446339eee1870caa3abfc19e05ddb1 (commit) via 1bcf5edecd70c84dfbb1ebf83c30423d7981770d (commit) via 3a50cbf073ac7efe897d7171854d9011a0e0de5a (commit) via 91146aab61d5e09a414962814b004947a9deb8b4 (commit) via 4c338e70d954383370ea270dacdfbbd4655b80fc (commit) via 69621739716f419864332252f250cc7614ac070d (commit) via fcd5c4452883eeacdf20bbe5d337d7bde2ede6ce (commit) via 2ef1b1195bbab350a57ef11b91407f58291a7dc9 (commit) via 3155906820736fec7eb920f0937566009233732d (commit) via 639ce0807ed6c686121929386b69a17d1588d781 (commit) via c9e86e264e8a59d187d86d524df4213e3c7a1335 (commit) via 9cbee14b2b20405beda0f9c2f935a9a98020bd54 (commit) via 588285a81bf48d3225e3ee854553ebe91d38a79b (commit) via cc59e8d60fe2906e24853c173931b1a8eed0e7a8 (commit) via d08e9dae2bcacb5cbdea2cc8fa64794e07de4621 (commit) via 14ff6b35a1eb926f2b8d73c8e80700888c84ea05 (commit) via e87def623f6ae81204b5ebd53b9c6da9ede6d8d0 (commit) via 23857d586a77ea0f77c4633eec7c93883ec3837b (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 (bc3f730c8648bc7cfd5d471368852ea2fde7261d) \ N -- N -- N (6b2df59c2a3e87baa86150371c5e2c239ae49481) 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: openbsc/include/openbsc/gsm_04_80.h | 15 ++++++------- openbsc/src/libbsc/Makefile.am | 1 + openbsc/src/libbsc/gsm_04_80_utils.c | 12 +++++------ openbsc/src/libcommon-cs/common_cs.c | 36 ------------------------------- openbsc/src/libmsc/gsm_04_80.c | 8 +++---- openbsc/src/libmsc/vty_interface_layer3.c | 4 ++-- openbsc/src/osmo-bsc/osmo_bsc_api.c | 4 ++-- openbsc/src/osmo-bsc/osmo_bsc_ctrl.c | 4 ++-- openbsc/src/osmo-bsc/osmo_bsc_filter.c | 5 ++--- openbsc/src/osmo-bsc/osmo_bsc_grace.c | 4 ++-- openbsc/src/osmo-bsc/osmo_bsc_sccp.c | 5 ++--- 11 files changed, 29 insertions(+), 69 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Mon Nov 28 18:07:55 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Mon, 28 Nov 2016 18:07:55 GMT Subject: openbsc.git branch laforge/coverity created. 0.15.0-564-g3679ea8 Message-ID: <201611281807.uASI7tvn011311@git.osmocom.org> 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, laforge/coverity has been created at 3679ea8fb2e8323f0493357503d82ea0ce34aace (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=3679ea8fb2e8323f0493357503d82ea0ce34aace commit 3679ea8fb2e8323f0493357503d82ea0ce34aace Author: Harald Welte Date: Sat Nov 26 14:35:46 2016 +0100 Replace local make_sock() function with libosmocore osmo_fd_init_ofd() The local 'make_sock()' function should have been deprecated since 2011, when we started to have general socket related utility functions in libosmocore. Fixes: Coverity CID 57645 Change-Id: I2329da82d2b6612e281086ca67c7836b97e03d3d http://cgit.osmocom.org/openbsc/commit/?id=3d7230b2a2bb5e49192ee316418b0e1572882555 commit 3d7230b2a2bb5e49192ee316418b0e1572882555 Author: Harald Welte Date: Fri Nov 25 23:59:43 2016 +0100 libmsc/db: Prevent subscr->extension without NULL termination Change-Id: Ic1ae7b2d9dde8dab8f7795e5baa8918424f5f393 Fixes: Coverity CID 57622 http://cgit.osmocom.org/openbsc/commit/?id=1bda28c70911d47f129227daf34f1c7e1a059744 commit 1bda28c70911d47f129227daf34f1c7e1a059744 Author: Harald Welte Date: Sat Nov 26 15:16:14 2016 +0100 channel_mode_from_lchan(): Add missing break statement GSM48_CMODE_DATA_6k0 was not properly terminated and thus resulted in a bug. Change-Id: I4000f06d0b49c4afb0446beddd150521c4ba3cf0 Fixes: Coverity CID 148207 http://cgit.osmocom.org/openbsc/commit/?id=e5f36899efc582a5de9e303313ffa924a727fe59 commit e5f36899efc582a5de9e303313ffa924a727fe59 Author: Harald Welte Date: Sat Nov 26 15:08:00 2016 +0100 gsm0408_test.c: Don't pass negative value to strerror() Change-Id: I4fcf24ec1bc974a3189486d2372b9713d7fdab70 Fixes: Coverity CID 135192 http://cgit.osmocom.org/openbsc/commit/?id=faab54200d13bc1a0f1f1618650a21e53ffaaea7 commit faab54200d13bc1a0f1f1618650a21e53ffaaea7 Author: Harald Welte Date: Sat Nov 26 15:06:37 2016 +0100 bsc_vty: Fix missing break statements in switch() Change-Id: Ifd48e8d56c845603d320748144b4d7c3c24022a0 Fixes: Coverity CID 135188 Fixes: Coverity CID 135190 http://cgit.osmocom.org/openbsc/commit/?id=c5c3a176f0ef275b19a2b00d7de405b27569f1c9 commit c5c3a176f0ef275b19a2b00d7de405b27569f1c9 Author: Harald Welte Date: Sat Nov 26 15:04:39 2016 +0100 cfg_bts_si2quater_neigh_add(): Don't call strerror() on negative value Change-Id: I1300eede3f22df812b7e83902327ce4cde21aa35 Fixes: Coverity CID 135185 http://cgit.osmocom.org/openbsc/commit/?id=84562fe6a85a289d177f94e1539e80943b23f33f commit 84562fe6a85a289d177f94e1539e80943b23f33f Author: Harald Welte Date: Sat Nov 26 15:03:02 2016 +0100 mgcp_protocol: Ensure we don't call strtok_r with NULL data Change-Id: I1dce4df6a49fe95db592b0598194e3a8b8b1b994 Fixes: Coverity CID 135181 http://cgit.osmocom.org/openbsc/commit/?id=2fd99175f8e45edb5c0f5959f3d054743dc786f6 commit 2fd99175f8e45edb5c0f5959f3d054743dc786f6 Author: Harald Welte Date: Sat Nov 26 15:00:08 2016 +0100 bsc_ctrl: Ensure we don't pass NULL string into strtok_r() Change-Id: I03bea132377c0136b55b6fdad99a5d92da12e692 Fixes: Coverity CID 135180 http://cgit.osmocom.org/openbsc/commit/?id=7da7d468b5624f5862c9abd63babfb64f077f9ca commit 7da7d468b5624f5862c9abd63babfb64f077f9ca Author: Harald Welte Date: Sat Nov 26 14:58:36 2016 +0100 sgsn_test: Fix missing = in == type check Change-Id: I696a7d25d2f4d19922e05a7e83c4aeec5c44fb07 Fixes: Coverity CID 135156 http://cgit.osmocom.org/openbsc/commit/?id=84466b28f575166dea529effc0898d964f3d4d63 commit 84466b28f575166dea529effc0898d964f3d4d63 Author: Harald Welte Date: Sat Nov 26 14:57:23 2016 +0100 abisip-find: check bsc_fd_register() result Change-Id: I72d713725d287d32ec90506099751aeb9b15ef15 Fixes: Coverity CID 70462 http://cgit.osmocom.org/openbsc/commit/?id=456f68b16041f9cb30281e428744a12a372a5b73 commit 456f68b16041f9cb30281e428744a12a372a5b73 Author: Harald Welte Date: Sat Nov 26 14:39:47 2016 +0100 mgcp_network.c: Use libosmocore socket functions Use libosmocore osmo_sock_init_ofd() in mgcp_create_bind(), rather than using a hand-coded version using OS socket functions. The locally implemented verison of the code didn't check setsockopt() return value. Change-Id: I1de4de12245847a6d30d1bf7c91dc813d2178dee Fixes: Coverity CID 57646 ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Tue Nov 29 10:52:55 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 29 Nov 2016 10:52:55 GMT Subject: openbsc.git branch laforge/rbs2000 updated. 0.15.0-555-g0f29585 Message-ID: <201611291052.uATAqtOA013430@git.osmocom.org> 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, laforge/rbs2000 has been updated via 0f29585d5b15f471d13d0768e13305c69741edba (commit) via c64d12a1a4236c709429e9b0f979632094dd57e0 (commit) via 95db69b7702a13b70cb5e796b06232a6a041bbed (commit) from f710c89c439c8f5912f49444f55714c31f50ed33 (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=0f29585d5b15f471d13d0768e13305c69741edba commit 0f29585d5b15f471d13d0768e13305c69741edba Author: Alexander Couzens Date: Tue Nov 29 00:21:18 2016 +0100 libbsc/pcu_sock.c: pcu_tx_info_ind allow to use TRX not starting from 0 It would prevent using only e.g. TRX 1 when TRX 0 is disabled. Change-Id: I68dc5e837bd2a3602f7875063c85da4082196274 http://cgit.osmocom.org/openbsc/commit/?id=c64d12a1a4236c709429e9b0f979632094dd57e0 commit c64d12a1a4236c709429e9b0f979632094dd57e0 Author: Alexander Couzens Date: Tue Nov 29 00:18:26 2016 +0100 libbsc: enable pcu_direct to flag PCU_IF_FLAG_SYSMO The use of PCU_IF_FLAG_SYSMO enable the PCU to use DIRECT_PHY code path Change-Id: I1f5407264fc4f209456ffcb73d7853ff315aab86 http://cgit.osmocom.org/openbsc/commit/?id=95db69b7702a13b70cb5e796b06232a6a041bbed commit 95db69b7702a13b70cb5e796b06232a6a041bbed Author: Alexander Couzens Date: Mon Nov 28 23:26:50 2016 +0100 libbsc: add chreq type for CHREQ_T_PDCH_ONE_PHASE & CHREQ_T_PDCH_TWO_PHASE When using a BSC located PCU the BSC must understand PDCH requests. Change-Id: Ie7f4ed000cf1b40d269873cf0ddf5ff9f5bbc18a ----------------------------------------------------------------------- Summary of changes: openbsc/include/openbsc/gsm_data.h | 2 +- openbsc/src/libbsc/gsm_04_08_utils.c | 18 +++++++++++++++--- openbsc/src/libbsc/pcu_sock.c | 4 ++-- 3 files changed, 18 insertions(+), 6 deletions(-) hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Tue Nov 29 11:47:40 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 29 Nov 2016 11:47:40 GMT Subject: openbsc.git branch lynxis/rbs2000 created. 0.15.0-556-gcc9e9f4 Message-ID: <201611291147.uATBleh3023943@git.osmocom.org> 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, lynxis/rbs2000 has been created at cc9e9f47cfa5d2953e019ffdc72b169edb99e530 (commit) - Log ----------------------------------------------------------------- http://cgit.osmocom.org/openbsc/commit/?id=cc9e9f47cfa5d2953e019ffdc72b169edb99e530 commit cc9e9f47cfa5d2953e019ffdc72b169edb99e530 Author: Alexander Couzens Date: Tue Nov 29 12:46:58 2016 +0100 libbsc: fix wrong mask introduced by 95db69b7 in chreq Change-Id: I06568afe2c4728d27dcce0c84cedd7914abf8264 ----------------------------------------------------------------------- hooks/post-receive -- The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN) From gitosis at osmocom.org Tue Nov 29 12:04:32 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 29 Nov 2016 12:04:32 GMT Subject: libosmocore.git branch master updated. 0.9.0-298-gec9bd52 Message-ID: <201611291204.uATC4WYD027603@git.osmocom.org> 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 ec9bd5262847f8e697c1c43e14ba48030a44672b (commit) from edf6fe75b72c10190057c65bdff467e5585ea6d7 (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=ec9bd5262847f8e697c1c43e14ba48030a44672b commit ec9bd5262847f8e697c1c43e14ba48030a44672b Author: Alexander Couzens Date: Mon Nov 28 23:22:14 2016 +0100 timer: only call the callback if not NULL Fix a crash in osmo-sgsn. Change-Id: I04d58d9580708cc0f6d0f4aa17d3e9f2c6235c8e ----------------------------------------------------------------------- Summary of changes: src/timer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- An utility library for Open Source Mobile Communications From gitosis at osmocom.org Tue Nov 29 21:48:34 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Tue, 29 Nov 2016 21:48:34 GMT Subject: osmo-bts.git branch master updated. 0.4.0-330-g6f4ce14 Message-ID: <201611292148.uATLmY7Y065380@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via 6f4ce14ed763f100c9c7518bfd3489f6ff4f6e85 (commit) from 8ea93a8a7d53c8ba521f9cb42106b868037c61df (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-bts/commit/?id=6f4ce14ed763f100c9c7518bfd3489f6ff4f6e85 commit 6f4ce14ed763f100c9c7518bfd3489f6ff4f6e85 Author: Neels Hofmeyr Date: Tue Nov 29 22:41:59 2016 +0100 osmo-bts-trx: remove obsolete include of netif/rtp.h Change-Id: Idf364fd7d69446a7a996062f71d701d9c6cca84c ----------------------------------------------------------------------- Summary of changes: src/osmo-bts-trx/scheduler_trx.c | 2 -- 1 file changed, 2 deletions(-) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Wed Nov 30 02:23:24 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 30 Nov 2016 02:23:24 GMT Subject: osmo-bts.git branch master updated. 0.4.0-332-g704fba5 Message-ID: <201611300223.uAU2NOGM028764@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via 704fba5dc27a0b5d9ac37722d27432e3605e346f (commit) via dd8a4a85e496f65e4e31d9276d069fa298d7e747 (commit) from 6f4ce14ed763f100c9c7518bfd3489f6ff4f6e85 (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-bts/commit/?id=704fba5dc27a0b5d9ac37722d27432e3605e346f commit 704fba5dc27a0b5d9ac37722d27432e3605e346f Author: Neels Hofmeyr Date: Wed Nov 30 03:01:30 2016 +0100 add jenkins_oct_and_bts_trx.sh Change-Id: Ib656d4592f5210e2c180f511a1c955d14397bd03 http://cgit.osmocom.org/osmo-bts/commit/?id=dd8a4a85e496f65e4e31d9276d069fa298d7e747 commit dd8a4a85e496f65e4e31d9276d069fa298d7e747 Author: Neels Hofmeyr Date: Wed Nov 30 02:30:50 2016 +0100 add jenkins_bts_trx.sh Change-Id: Ie27ffb72140cb37e6a05bffd90551197f1e9b5fc ----------------------------------------------------------------------- Summary of changes: contrib/jenkins_bts_trx.sh | 49 ++++++++++++++++++++++ .../{jenkins_oct.sh => jenkins_oct_and_bts_trx.sh} | 32 ++++++++------ 2 files changed, 68 insertions(+), 13 deletions(-) create mode 100755 contrib/jenkins_bts_trx.sh copy contrib/{jenkins_oct.sh => jenkins_oct_and_bts_trx.sh} (61%) hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...) From gitosis at osmocom.org Wed Nov 30 03:30:15 2016 From: gitosis at osmocom.org (gitosis at osmocom.org) Date: Wed, 30 Nov 2016 03:30:15 GMT Subject: osmo-bts.git branch master updated. 0.4.0-333-g103ddc7 Message-ID: <201611300330.uAU3UFUG049197@git.osmocom.org> 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 BTS-side code (Abis, scheduling, ...)". The branch, master has been updated via 103ddc7155c49f0376d1b44c53ccc8569496dd2d (commit) from 704fba5dc27a0b5d9ac37722d27432e3605e346f (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-bts/commit/?id=103ddc7155c49f0376d1b44c53ccc8569496dd2d commit 103ddc7155c49f0376d1b44c53ccc8569496dd2d Author: Neels Hofmeyr Date: Wed Nov 30 04:21:18 2016 +0100 jenkins: add jenkins_bts_model.sh Change-Id: Ie7c32e68f789414fdf3c407c0da06cbf983f751a ----------------------------------------------------------------------- Summary of changes: contrib/jenkins_bts_model.sh | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 contrib/jenkins_bts_model.sh hooks/post-receive -- Osmocom BTS-side code (Abis, scheduling, ...)