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/dyn_pdch has been created
at 15d3a37bf2dd56f83fdacfa9cf08b68133dd398a (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=15d3a37bf2dd56f83fdacfa9cf08b681…
commit 15d3a37bf2dd56f83fdacfa9cf08b68133dd398a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 24 17:23:12 2016 +0200
tmp debug
Change-Id: Id8f54b8e403e1f48f06ac82a0678734de5589ab2
http://cgit.osmocom.org/openbsc/commit/?id=113ade6476152c26e5abc98fd0539001…
commit 113ade6476152c26e5abc98fd0539001c38f1b1c
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Fri Oct 11 13:32:30 2013 +0200
dyn PDCH: Automatically deactivate/activate PDCH on TCH/F+PDCH channel
Handle shared TCH/F+PDCH channels as regular TCH/F channels. Prior to
activation, deactivate PDCH mode.
After deactivation, restore PDCH mode.
Change-Id: Ided47641eebfdb815592b307bf38b5fb36663be5
http://cgit.osmocom.org/openbsc/commit/?id=69620112638fadd8660c199905556791…
commit 69620112638fadd8660c199905556791e438bd71
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Fri Oct 11 13:33:59 2013 +0200
dyn PDCH: add do_pdch_defrag() in new pdch_defrag.[hc]
Will be used in the subsequent commit.
Original patch by jolly (1c8a3d828612a6bea343a268072a7dddf4a22480),
with extensive review and changes by nhofmeyr:
* remove code dup: common find_lchan() replaces find_shared_forward() and
find_shared_reverse() and simplifies invocation.
* use LOGTSP() instead of debug_bts_trx_ts(),
tweak debug logging (missing \n, in-code line breaking).
* reword comment for do_pdch_defrag().
* remove code dup: calculate move direction by maths instead of 4 conditionals,
and have only a single debug log for "does not lower fragmentation".
* add two FIXME comments.
Change-Id: Idcaf7ac40cbaf83593946cfe24a6a18a6a688fd5
Patch-by: Andreas Eversberg <jolly(a)eversberg.eu>
Tweaked-by: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
http://cgit.osmocom.org/openbsc/commit/?id=5f6f03359730837e903b9c590a119397…
commit 5f6f03359730837e903b9c590a119397e34e9fcd
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Tue Jun 4 16:31:18 2013 +0200
add DHODEC debug category, tweak DHO name
Change-Id: If19caca84327ac0267a7e1f0efc84a614b154486
http://cgit.osmocom.org/openbsc/commit/?id=c1c978a858a82d5d1617a2166ddee03a…
commit c1c978a858a82d5d1617a2166ddee03a3b891884
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Fri Oct 11 13:05:16 2013 +0200
dyn PDCH: Fix TCH/F+PDCH allocation and direction of chan_alloc()
Always allow TCH/F+PDCH allocation, even if the current PDCH mode is not TCH/F.
(This is required to allocate a TCH/F channel with active PDCH, that needs to
be deactivated later.)
Fix the reverse search of a free slot ("channel allocator ascending").
Change-Id: Id38386c1e6e201d7e9b1dfeae732641486d28a77
http://cgit.osmocom.org/openbsc/commit/?id=5c3eb7ba104b0030b7e7296928aa1347…
commit 5c3eb7ba104b0030b7e7296928aa134743552549
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Fri Oct 11 13:01:38 2013 +0200
dyn PDCH: Add new_lchan argument to bsc_handover_start()
This is useful if the caller already allocated a new lchan, which will be used
to dynamically re-assign lchans.
The old behavior is maintained by passing NULL.
Change-Id: I2b7151f32f0c04c22f294eb5dd3c7d7dfddf35e7
http://cgit.osmocom.org/openbsc/commit/?id=b9df61be5b7f90e384b39552f9d793e2…
commit b9df61be5b7f90e384b39552f9d793e2f629f0d4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 23 17:56:57 2016 +0200
comment tweak for bsc_handover_start()
Have a comment only in the .c file to remove dup, tweak wording.
Change-Id: I6d19e2b5a794f8b5d8fb71791719447362c5ce85
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 92db150488bdadf6577a4968feabd5a3ab694c5e (commit)
from adef12a3497d14aafe677b77b468b952f4c6b5d5 (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=92db150488bdadf6577a4968feab…
commit 92db150488bdadf6577a4968feabd5a3ab694c5e
Author: Max <msuraev(a)sysmocom.de>
Date: Wed May 25 18:13:51 2016 +0200
Add helper functions for AMR codec
* add functions to encode/decode various codec paramters from RTP payload with
AMR frame according to RFC 4867
* those functions are extended version based on code from osmo-bts'
amr.c by Andreas Eversberg
* add corresponding enum types and strings for logging
* add regression tests
It's useful both to replace manual parsing in osmo-bts with fuctions
covered by test suite and as a debugging helpers for issues related to
AMR.
Change-Id: Ia217679a07d3fbc970f435e20f6eac33d34bd597
Related: OS#1562
Reviewed-on: https://gerrit.osmocom.org/118
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
include/osmocom/codec/codec.h | 31 ++++++++++++
src/codec/Makefile.am | 2 +-
src/codec/gsm690.c | 106 ++++++++++++++++++++++++++++++++++++++++++
tests/Makefile.am | 7 ++-
tests/codec/codec_test.c | 86 ++++++++++++++++++++++++++++++++++
tests/codec/codec_test.ok | 9 ++++
tests/testsuite.at | 7 ++-
8 files changed, 245 insertions(+), 4 deletions(-)
create mode 100644 tests/codec/codec_test.c
create mode 100644 tests/codec/codec_test.ok
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 69e9c0dfc6cc10c07d03f8800d8ff7197fe97c8b (commit)
from 82dd983dd85c04b5aa013365334f2a249140902e (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=69e9c0dfc6cc10c07d03f8800d8ff719…
commit 69e9c0dfc6cc10c07d03f8800d8ff7197fe97c8b
Author: Max <msuraev(a)sysmocom.de>
Date: Wed May 18 13:04:47 2016 +0200
Make si2q scheduling optional
Previously si2quater SI messages were always scheduled. Check for
neighbor configuration and only schedule si2q when necessary. Add
corresponding unit test.
Change-Id: Ibe997803ffb894133fd4d838410fe735791d414f
Fixes: OS#1727
Reviewed-on: https://gerrit.osmocom.org/81
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/system_information.c | 10 +++++++++-
openbsc/tests/gsm0408/gsm0408_test.c | 17 ++++++++++++++---
openbsc/tests/gsm0408/gsm0408_test.ok | 32 +++++++++++++++++---------------
3 files changed, 40 insertions(+), 19 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 0778cd488a6696772e2fda32ee9ab9889f439d62 (commit)
from ed494443cc1e9732b43ef99cccf187d17ac931ef (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=0778cd488a6696772e2fda32ee9ab98…
commit 0778cd488a6696772e2fda32ee9ab9889f439d62
Author: Daniel Laszlo Sitzer <dlsitzer(a)gmail.com>
Date: Tue May 31 11:09:40 2016 +0200
octphy: Update outdated config param name in error message.
Change-Id: I45b8bc09c9aabacc5b908450fe574b5802b88be8
Reviewed-on: https://gerrit.osmocom.org/129
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_if.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
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 82dd983dd85c04b5aa013365334f2a249140902e (commit)
from 307e40648e359015be0ce663c8a7c5356ed191f4 (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=82dd983dd85c04b5aa013365334f2a24…
commit 82dd983dd85c04b5aa013365334f2a249140902e
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue May 17 23:20:03 2016 +0200
bsc: Create minimal SI6 rest octets
In GSM R99 SI6 has mandatory SI6 rest octets and so far we did
not include them. Add minimal support to generate the right band
indicator.
Target a slightly older version of the SI6 rest octets as we neither
support MBMS nor Random bit stream but should include the band
indicator.
Change-Id: I417a40eb91f42a3416b4e07bb9fb4d7a01aaa36b
Fixes: OS#1698
Related: OS#1725
Reviewed-on: https://gerrit.osmocom.org/71
Tested-by: Jenkins Builder
Reviewed-by: Max <msuraev(a)sysmocom.de>
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/rest_octets.h | 1 +
openbsc/src/libbsc/rest_octets.c | 39 +++++++++++++++++++++++++++++++++
openbsc/src/libbsc/system_information.c | 4 +++-
3 files changed, 43 insertions(+), 1 deletion(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via adef12a3497d14aafe677b77b468b952f4c6b5d5 (commit)
from e4c294f79b8df9a2a36a630d97f8dc7ed206c7d6 (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=adef12a3497d14aafe677b77b468…
commit adef12a3497d14aafe677b77b468b952f4c6b5d5
Author: Max <msuraev(a)sysmocom.de>
Date: Wed May 25 15:25:02 2016 +0200
Add strings with PH primitive names
It's useful debugging helper while troubleshooting L1-related issues.
Change-Id: Id7a6d478fd725c51f54ad746bdf9b9095579ff77
Reviewed-on: https://gerrit.osmocom.org/117
Tested-by: Jenkins Builder
Reviewed-by: Max <msuraev(a)sysmocom.de>
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/l1sap.h | 2 ++
src/gsm/lapdm.c | 12 ++++++++++++
src/gsm/libosmogsm.map | 2 ++
3 files changed, 16 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, users/neels/iucs has been updated
discards 5a065e7c7568932ddf914049808ec7cf90f9526f (commit)
discards 3a7a0af0cb82742a9e7a298d0e4b9e9db1c247dc (commit)
discards cc0df1fc4ee338e6a6103f8d0d99309884da045f (commit)
discards 0dc609b3caa0d7635ec7275da3325717924e7f5d (commit)
discards 2c95fc8a495621f64fd353b50f2dd88d5672e14e (commit)
discards 4c632bb958cff16ed4df97729d58878cafd64e57 (commit)
discards deb990d445419f34e07b6486d0e71179ae827cf1 (commit)
discards 4180f95e274d2e470e54f99ac223c5a0db729db2 (commit)
discards b7316b518f962c4a22b8537ac4d813387537377a (commit)
discards 1f9cad42cff8df8dee2afad8f1a8209991835c6b (commit)
discards 3fee15ccf58a12cbae1244d0477a34c687151057 (commit)
discards 7f6e0d1b44a94d975d1b4a240b7f13f4f8ad042b (commit)
discards 08e2c115e22a893c40ccd427dfd844fd06fdcdab (commit)
discards 07e9ec208b719aa65e018f97c7f36d0ac448a88f (commit)
discards 29e1562167c876b02338281acde3dbdfa7cdd01f (commit)
discards 6061e0766375d5076350358261c54899e506b035 (commit)
discards 5bf8f27ce095ded8ab702100e03584950fdc21fb (commit)
discards a5ba0040ee677d3aaccd29fd3f67d63bd34c60ff (commit)
discards 979a677739c8043f1e87ae4571e26057fbadb6d7 (commit)
discards 141e88acb7a1f3241eb3ad9e457619b94829be55 (commit)
discards cf96f3be6bf899fc11559159ac2cf9e11259bf89 (commit)
discards bb963046e12ae4074b299d8b43f4594b830470ce (commit)
discards 94f207687666083418a55aeb47889c17d6fbfec2 (commit)
discards 62abaf4cd0d68e83f106621442877fc2addd8344 (commit)
discards 297cf3404b82d41ce68834d57c142c91b97826f7 (commit)
discards bcfa2af9884fcebe4a2522c85d19dbb40a0b2d71 (commit)
discards 60caf11271f0e6b24ea66dcd24fbe37524551b0f (commit)
discards 99dadad31a443a995c15ec434388d12eb3e9c25c (commit)
discards 5df7300ee6e37e9feee18c919f1f57e69aedb97e (commit)
discards 0d23b707c1f86606b084ee2b7e08f8dcfd5d8220 (commit)
discards 07202040e0df9beddb8bd8abd4e5f4f9c968ccc3 (commit)
discards 534e585f720a439c06f14a0bdbda8d1d1997ded6 (commit)
discards 974ace7ff9ecd233dbd0c4a7ff8242929152d2ea (commit)
discards 63d435828557c5a8b7e4453c286cbb8a75199f81 (commit)
discards 0e0333f1899d5061cde9aa32345ed915f925387a (commit)
discards 63f0b613559f0c14fe64ec3f919b741ac868ed56 (commit)
discards c53dac7b9141f7c5fb3468e168d399a7eec26de7 (commit)
discards f87d3492d0d0aba22a1f1fbc24b904db9c38ebd8 (commit)
discards 8ecc4e3d1a72c5faca6e663f0d48975b1225a787 (commit)
discards 1e49ad3c2e99440bc44a2e5d6431e4f39b8174fc (commit)
discards 63b098495b91ef456bcf1f653148cd27369103c2 (commit)
discards 9751ef6dc51f3806f6792a6ca88b07f937d43a0a (commit)
discards fa1ca8c629864386a8c58ecc521061b70c126fe2 (commit)
discards 9f93fc9979893ce48110d3cf675f29e10f12c473 (commit)
discards a1a32914ea4e0602b6205d4a3410e6485991e016 (commit)
discards 46a58548c44ffab7f183d3accb9b94cb3c31b1f7 (commit)
discards d67c8ffce10bfe14a0a8cb1896a28df381f78e77 (commit)
discards f83803f7f4283d49ccb2c7ab475cfa2214fea259 (commit)
discards e1f2c8785b6087d0834c319a5cd408ec31a27a37 (commit)
discards 6464ead9245d8f53f06e61ee5ce33a65785e2029 (commit)
discards 0a1d82f4ee77b949318bbfba30a06a1887e3d8be (commit)
discards ff95474fc02f81a699b3795e47261726bb491429 (commit)
discards 816ffc7523dfe3af6aac904cdde0eeb34dc4c5c4 (commit)
discards 84ae34a51d422ddbd4f525f008caa79b413b97d3 (commit)
discards 3ceeb40b031d3b27b5d340a225f0486181c746e0 (commit)
discards 9f01314fdae8dc7274c5b767d6c1f56f082b6853 (commit)
discards 46bcf5343d233d4f69bd47b74b58eb1daf75a531 (commit)
discards b6b8b8016ff625afff5e966319b62f24168b326d (commit)
discards e7da294e68fbde205f8fe38de94340c27e9206b0 (commit)
discards 213b87437dc199bb26b9286e08cdec11e0b7dd78 (commit)
discards b93f6eb20ed795e46b9487b73167f695d3f342e6 (commit)
discards e56c982229c5810af987d62f7f07e4c9b8bf88cf (commit)
discards c45cfaec4052a3e240d1f3020cd1631f8b6c1817 (commit)
discards a2dcc04205a7f7e9e93270657e4f8bc1473a7cc0 (commit)
discards d5f976edd9abb0815b2891ca368c4be27bf70ef3 (commit)
discards a8c25905b47146738994712c5d7482b109c71704 (commit)
discards 726ac18e58c8b327ea53143c4b5575e1d9aad354 (commit)
discards 070d838a4505fc64ad0151fbf56dbbb445feccbf (commit)
discards e6678dc87d252b77a05cfbfc278ecb17716e8397 (commit)
discards 8945aedcb8b0d23341b3350afa90274ac5a76cf1 (commit)
discards 234565bc2c4cd187ee6fd8237ce8e61b0a5e622b (commit)
discards 54b9a45a0d6d856c63b1d8015ca984af1cb9e3e7 (commit)
discards f994c5c3b96e24d62451ef7ed531e86572040c2b (commit)
discards 3e839fcc89450a88f77b840107365af546739b0b (commit)
discards 29ab44c6f69aa2eb464c21da9fddfa6189b58dda (commit)
discards 6ebdddecda35f5bd5094f638b9906d0f7723dac4 (commit)
discards 0d5a11ec44a2f5f397fad790d4ea86598ac796b8 (commit)
discards 8cbf0ed571a74703e71b42fc4f97348cefabf9fa (commit)
discards 40164d43b9ad5fd8594618e14ca1e55290fbc743 (commit)
discards 4f382eb9b1c23f90db634a06d0122352498633b7 (commit)
discards d3ce79e4fa02d4589abcc25f716938542f87b4ef (commit)
discards 7e6aba963fc14d2c9baacefdbd891fb4cd34ba00 (commit)
discards 1956137ca996ed810392f224501c83130dd17656 (commit)
discards 047d1a1c04373e87c6f554b7d149bb3bb8dc1d4c (commit)
discards 27b7575014565bcd4e30f6bce4f70f1266d2734e (commit)
via af60a1e0619f0a9c7d84fd420a7e7e14b81f2add (commit)
via 98eb48e67f482b09650d15718b3c2b07b82cb28f (commit)
via ab2d1583828ef478ba445af99eb8f0b6f55b457d (commit)
via c71643ad0a19baee6e6cc9f0a5f48aa16e51407c (commit)
via 1460d15c168f9362abdaa782e41eaf2ee8ca0a57 (commit)
via d103103e3372e080372a8a66bb3cd3788c4b5123 (commit)
via 31c4d1faf2c13549c5827762bbba6d101820f242 (commit)
via fe512fe5243e46f592e9d7c006ba2348482bf094 (commit)
via a2eba6c353a3944251948c2fb75d01e4c555d85a (commit)
via 90c16d8dc49f09ae366e9b89fce5a718d37d1f22 (commit)
via 546f03751163e2b0ed23a1161399e539d7866811 (commit)
via c9958c750786b4a53078e148978fbd15911cba6f (commit)
via 4eafa7b896c1ec279b57cbf9007799a6c4d626be (commit)
via 2ed7218b74b3d45d46d3f95e6cc3aa0c4f1f821c (commit)
via b90c2f41bd4b6d2718445c7a986f7c7d092c71ce (commit)
via bdfe6e951a5f10e2aa0ded1291670e932c0a9867 (commit)
via ee462d4a58326d40c163a04021a8702818af2f7d (commit)
via 3d8ce182769b088a17b9bac2d1553d33d3644f30 (commit)
via 90c8290820d846889704441984e70f6cceca2df2 (commit)
via d8a2ccf8c2578a8fdaa40517ff10591f89c1d4a7 (commit)
via 07dad802f81a085017ec12ab5be635ad2ba84b31 (commit)
via 5c3756deadb2f54f7eae81d800b13d966871ef37 (commit)
via bf5e919b92b1d995e2064e1a8db52e6054c746f5 (commit)
via 4650e0afb9b81af9b8f2e6347a8f1bf48953475b (commit)
via bba9fb52babeb7c6a691eaf7c8fb72b7e61aa164 (commit)
via 73b60bbe4172a7f13894c7f982f9088c8ac5ba4a (commit)
via 052dd119b9f95a556c5fbb92db382db6fa1e45f6 (commit)
via 96184d6c353d1af9889960b497377d379badeac4 (commit)
via 79bf7eab3a9c69c6473932e5acd455bcd75ba25a (commit)
via b891781cdc1ff6bb3145588c3c139a7c8a59599f (commit)
via 437772337177430eaf3986ff493dd5df6a2caa02 (commit)
via 442637891a969427b49c9a0bf422560913556dfa (commit)
via bc6b646a241cb27df2ae24be59f7e3b2112d61ec (commit)
via f24a9bbc6838c95b68e350339a2ff41d74b7e00e (commit)
via 862c11d13a4dd097796d85e7f50bb045c2a4c823 (commit)
via 0a849f4104b81046b147101d016dcd2d9aab9965 (commit)
via 164d45d834eeed3672c7d9e1fb142f32406909f6 (commit)
via 70ac73ad42488fcf36b181903d7107a3ed47e288 (commit)
via 765728d33e2adb2638d7ce622119705cbee72876 (commit)
via 08ca12bee72e7201c74a7ba943cdb34e625dd8e9 (commit)
via 62ba1c4b49a052419d1b43430b04b164eaae93ec (commit)
via a9831ae91d340b6e3c26b8b2f1b0210abb60da6d (commit)
via 218a07eff48e6f6ff08265f9600dbb967f776ddc (commit)
via d8de716a97560fba35644c866a9dcb096c808c83 (commit)
via ecfc7c42106935c2b83349a7c056e6ec09272644 (commit)
via ec6f1e85a67592bea424fe04a20d3315478ff393 (commit)
via 8a688191dd98053e2860489ff993ed6ba28865ae (commit)
via e999b6ff7f60a8970156a08ef07eabcf97492cad (commit)
via 15e9456a78fdc1a54cd1743b60d1aad7fd43ff6d (commit)
via 6ae1cf7b36a4e44ce6cd4e0bd5f9197fb11fded2 (commit)
via 3265a7df047fe022530a93d7eced8dee168ea8bb (commit)
via e525c7f853e392e3fdb798498dfa578107fd13e6 (commit)
via 1ce6e42b0eeb7f2d6a858ea723edf7e52d1e0f54 (commit)
via a559883fa4f0b4154dfb5f65787c4577721d5c60 (commit)
via a37e5654bcedf194a5f3886e59a4cdacc7ea2e50 (commit)
via bcf256f58d22e9590afce2476e7d04a18fab8378 (commit)
via 5d5e6f73192c72c3310763e57a17083464963b0e (commit)
via b0dc4d7fd63ce548d2c98d55a7376a40df8bfdee (commit)
via 8d52389729afbc997ebaf5d8c8db81ca5814794d (commit)
via 2e9cb629aebc4f17257434847528627c653d6ee5 (commit)
via 389d41af3cb4dfe9361ac1c00abce21822f20d47 (commit)
via e261ee18cd4c7d406fdf9916901961fc98e150da (commit)
via 870917ffce3cf85970fccc17f0722bd60c98ba4a (commit)
via 5b034f81dd04cc6eb0760004b47d5316853c8898 (commit)
via 843bdaee7e45e58ad027e971ada0573a25caee1c (commit)
via ba631e5dfb581aeb2aad070abe31e0218a679ece (commit)
via e8d9b936fd72736e295e3c94dcb9d823970ed8de (commit)
via 377cbf0ddeec875c31cb68702e06d144c7827756 (commit)
via 96b8605d49450433904fa6df8ea42f9e5527c19a (commit)
via 141cff9bfe53be95865e806d151039f5c6684d97 (commit)
via 0207f61e7340c7ac6de08fe1448e16ef9c3c1cd1 (commit)
via de62acdd762ac24ec8fdba86d1baa228961aa695 (commit)
via 8500fc23c766083f3c97a55f0656459c948660a7 (commit)
via 242c24038ab1c021fffd9d8ae0eea069781593c1 (commit)
via 4b1272fa31de0afc716d6ace62271f0d41932516 (commit)
via 76b1e14d56f16157a8b25a2db731546e9abf70bd (commit)
via 8c8500d0f2a55fbb70b46afd03e6c27004bcdb63 (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 (5a065e7c7568932ddf914049808ec7cf90f9526f)
\
N -- N -- N (af60a1e0619f0a9c7d84fd420a7e7e14b81f2add)
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=af60a1e0619f0a9c7d84fd420a7e7e14…
commit af60a1e0619f0a9c7d84fd420a7e7e14b81f2add
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:21:52 2016 +0200
remove handle_abisip_signal()
Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41
http://cgit.osmocom.org/openbsc/commit/?id=98eb48e67f482b09650d15718b3c2b07…
commit 98eb48e67f482b09650d15718b3c2b07b82cb28f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 15:35:37 2016 +0200
gsm0408_clear_request(): actually free the released conn
By having conn->in_release == 1, calling msc_release_connection() has no
effect and thus never frees the conn. So, after all pending requests have
been discarded, also discard and free the unused connection.
http://cgit.osmocom.org/openbsc/commit/?id=ab2d1583828ef478ba445af99eb8f0b6…
commit ab2d1583828ef478ba445af99eb8f0b6f55b457d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:24:12 2016 +0200
add iu.h to gsm_subscriber.c
Change-Id: I398aaa4a7328a58fb0d563725f3bea26482929ef
http://cgit.osmocom.org/openbsc/commit/?id=c71643ad0a19baee6e6cc9f0a5f48aa1…
commit c71643ad0a19baee6e6cc9f0a5f48aa16e51407c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:39 2016 +0200
gsm_04_08.c: iu.h
Change-Id: I624612b5d5cd70770326347634aee2a42ba88945
http://cgit.osmocom.org/openbsc/commit/?id=1460d15c168f9362abdaa782e41eaf2e…
commit 1460d15c168f9362abdaa782e41eaf2ee8ca0a57
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:09:47 2016 +0200
temporary dev: set debug log level almost everywhere
Change-Id: I0d5a36560e7edde27497de57e579f5b1d00eb525
http://cgit.osmocom.org/openbsc/commit/?id=d103103e3372e080372a8a66bb3cd378…
commit d103103e3372e080372a8a66bb3cd3788c4b5123
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:26:47 2016 +0200
comment on mscsplit, indent comment
http://cgit.osmocom.org/openbsc/commit/?id=31c4d1faf2c13549c5827762bbba6d10…
commit 31c4d1faf2c13549c5827762bbba6d101820f242
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:44:39 2016 +0200
move to libbsc: lchan_next_meas_rep() -- TODO really?
Change-Id: I4ea799c5fa61f81c404e6ef1b9ac86a8faa1fb49
http://cgit.osmocom.org/openbsc/commit/?id=fe512fe5243e46f592e9d7c006ba2348…
commit fe512fe5243e46f592e9d7c006ba2348482bf094
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:59:16 2016 +0200
move to libbsc: gsm_bts_neighbor() -- TODO really?
Change-Id: I63d4835dc7aabdf176e0ca634a6a4ca527612693
http://cgit.osmocom.org/openbsc/commit/?id=a2eba6c353a3944251948c2fb75d01e4…
commit a2eba6c353a3944251948c2fb75d01e4c555d85a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:21:58 2016 +0200
gsm0408_test: use NULL for root ctx -- TODO really?
http://cgit.osmocom.org/openbsc/commit/?id=90c16d8dc49f09ae366e9b89fce5a718…
commit 90c16d8dc49f09ae366e9b89fce5a718d37d1f22
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:30:26 2016 +0200
gsm_04_08: remove apply_codec_restrictions() -- TODO really?
This function is wrongly placed on the MSC level.
Unfortunately I cannot remember the very plausible details that hwelte had
back in the days to argue for this change. (Refactoring an old commit that
fails to explain in more detail.)
Change-Id: I82623847e652a59a921d2fb142b77cf22420a746
http://cgit.osmocom.org/openbsc/commit/?id=546f03751163e2b0ed23a1161399e539…
commit 546f03751163e2b0ed23a1161399e539d7866811
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:14:33 2016 +0200
move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLIT
http://cgit.osmocom.org/openbsc/commit/?id=c9958c750786b4a53078e148978fbd15…
commit c9958c750786b4a53078e148978fbd15911cba6f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:04:28 2016 +0200
include msc_ifaces.h in gsm_04_08.c
Change-Id: I11be1bdfe6993f89b34319e7d1526c729d6e0cde
http://cgit.osmocom.org/openbsc/commit/?id=4eafa7b896c1ec279b57cbf9007799a6…
commit 4eafa7b896c1ec279b57cbf9007799a6c4d626be
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:04:56 2016 +0200
complete IuCS paging implementation
Add paging timeout to struct gsm_subscriber. Previously, paging timeout was
implemented only on BSC level, where each request has its own timeout value.
The MSC will still send individual requests to BSC or RNC level, where they
timeout individually. However, the MSC must also have an own timeout to be sure
to discard stale pagings that the BSC or RNC never replied for.
Add handle_paging_resp(), copying the few libmsc relevant parts of
gsm48_handle_paging_resp().
http://cgit.osmocom.org/openbsc/commit/?id=2ed7218b74b3d45d46d3f95e6cc3aa0c…
commit 2ed7218b74b3d45d46d3f95e6cc3aa0c4f1f821c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:57:25 2016 +0200
paging: add todo comments for paging and mscsplit
Change-Id: I7e72c9db2837ea5edf45f6037cb0288a264d492c
http://cgit.osmocom.org/openbsc/commit/?id=b90c2f41bd4b6d2718445c7a986f7c7d…
commit b90c2f41bd4b6d2718445c7a986f7c7d092c71ce
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 2 15:57:53 2016 +0200
paging: actually verify subscriber authorization
Before this, any paging response would be accepted by the CN, without
checking the database whether the subscriber is in fact authorized.
The probability that a subscriber would be able to take unauthorized action
is slim, nevertheless checking authorization status with the database should
happen before we accept a connection.
http://cgit.osmocom.org/openbsc/commit/?id=bdfe6e951a5f10e2aa0ded1291670e93…
commit bdfe6e951a5f10e2aa0ded1291670e932c0a9867
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 2 15:55:22 2016 +0200
paging: change subscr_paging_cb() into subscr_rx_paging_response()
Remove one layer of callback indirection in paging. When a paging response
arrives, we always want to first secure the connection, thus a fixed
subscr_rx_paging_response() function is more appropriate and avoids having
to store a cbfn. The actual actions to be taken upon successful paging are
of course still in callback functions stored with each subscriber.
Remove paging_request_stop() call from subscr_paging_dispatch(), which stops
paging on all BTSs, which is not the responsibility of libmsc.
Change-Id: Ic2c785c9cc48b2c2c6557cbe1060d25afa89e38d
http://cgit.osmocom.org/openbsc/commit/?id=ee462d4a58326d40c163a04021a87028…
commit ee462d4a58326d40c163a04021a8702818af2f7d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:17 2016 +0200
IuCS auth -- TODO commit log details
Change-Id: Id09e26126979d418a422df24bc50b56454b16c7e
http://cgit.osmocom.org/openbsc/commit/?id=3d8ce182769b088a17b9bac2d1553d33…
commit 3d8ce182769b088a17b9bac2d1553d33d3644f30
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:07:23 2016 +0200
subscr_request_channel() -> subscr_request_conn()
Change-Id: Ife8e10b240693a8d369139881774f1892044aa65
http://cgit.osmocom.org/openbsc/commit/?id=90c8290820d846889704441984e70f6c…
commit 90c8290820d846889704441984e70f6cceca2df2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:55 2016 +0200
add subscr_authorized()
Change-Id: If2ef06b1229351127c61477ca14653d6ae4cb6bb
http://cgit.osmocom.org/openbsc/commit/?id=d8a2ccf8c2578a8fdaa40517ff10591f…
commit d8a2ccf8c2578a8fdaa40517ff10591f89c1d4a7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:13 2016 +0200
move subscr_request to gsm_subscriber.h
Change-Id: Idbbd39b0e068da17aafa97e315143509c69c50ea
http://cgit.osmocom.org/openbsc/commit/?id=07dad802f81a085017ec12ab5be635ad…
commit 07dad802f81a085017ec12ab5be635ad2ba84b31
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:01:01 2016 +0200
add gsm_encr to subscr_conn
Change-Id: Id5797cd1f1bfa2cca2d3fbabc1981aa75546421b
http://cgit.osmocom.org/openbsc/commit/?id=5c3756deadb2f54f7eae81d800b13d96…
commit 5c3756deadb2f54f7eae81d800b13d966871ef37
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:57:14 2016 +0200
osmo-nitb becomes osmo-cscn
Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b
http://cgit.osmocom.org/openbsc/commit/?id=bf5e919b92b1d995e2064e1a8db52e60…
commit bf5e919b92b1d995e2064e1a8db52e6054c746f5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 17:13:28 2016 +0200
remove unneccessary linking from some tests
The recent shifts and cuts have made some library linking for bsc, channel and
db tests unnecessary.
http://cgit.osmocom.org/openbsc/commit/?id=4650e0afb9b81af9b8f2e6347a8f1bf4…
commit 4650e0afb9b81af9b8f2e6347a8f1bf48953475b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:46:23 2016 +0200
msc_release_connection(): don't call gsm0808_clear()
gsm0808_clear() is all about clearing lchans. To be able to link libmsc without
libbsc, don't call it directly.
Change-Id: I149146fc3cb99ef4a21ee2a798231bb070f398cd
http://cgit.osmocom.org/openbsc/commit/?id=bba9fb52babeb7c6a691eaf7c8fb72b7…
commit bba9fb52babeb7c6a691eaf7c8fb72b7e61aa164
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 21:44:32 2016 +0200
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.
http://cgit.osmocom.org/openbsc/commit/?id=73b60bbe4172a7f13894c7f982f9088c…
commit 73b60bbe4172a7f13894c7f982f9088c8ac5ba4a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 13:09:14 2016 +0200
libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)
In osmo-nitb, libmsc would directly call the functions on the BSC level, not
always via the bsc_api. When separating libmsc from libbsc, some functions are
missing from the linkage.
Hence duplicate these functions to libmsc, add an msc_ prefix for clarity, also
add a _tx to gsm0808_cipher_mode():
* add msc_gsm0808_tx_cipher_mode() (dummy/stub)
* add msc_gsm48_tx_mm_serv_ack()
* add msc_gsm48_tx_mm_serv_rej()
Call these from libmsc instead of
* gsm0808_cipher_mode()
* gsm48_tx_mm_serv_ack()
* gsm48_tx_mm_serv_rej()
Also add a comment relatd to msc_gsm0808_tx_cipher_mode() in two places.
Change-Id: I5b276853d3af71f5e3f0a031fd17b4fff0580020
http://cgit.osmocom.org/openbsc/commit/?id=052dd119b9f95a556c5fbb92db382db6…
commit 052dd119b9f95a556c5fbb92db382db6fa1e45f6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 20:40:34 2016 +0200
Use new msc_tx_dtap() instead of gsm0808_submit_dtap()
Aim: msc_tx_dtap() shall redirect to IuCS or A interfaces depending on subscr
conn.
Change-Id: I30d961f16eb7b9c0ab9cc3f43198098d3f1a909f
http://cgit.osmocom.org/openbsc/commit/?id=96184d6c353d1af9889960b497377d37…
commit 96184d6c353d1af9889960b497377d379badeac4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:41:08 2016 +0200
add libiudummy, to avoid linking Iu deps in tests
Change-Id: I4a66c4122011dbc87c6fcb336ab0461b86522c98
http://cgit.osmocom.org/openbsc/commit/?id=79bf7eab3a9c69c6473932e5acd455bc…
commit 79bf7eab3a9c69c6473932e5acd455bcd75ba25a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:59:02 2016 +0200
move to libxsc: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO move to libfilter instead?
Change-Id: I00ca0caf8224de029f53f4dedb1146e3cf7650ec
http://cgit.osmocom.org/openbsc/commit/?id=b891781cdc1ff6bb3145588c3c139a7c…
commit b891781cdc1ff6bb3145588c3c139a7c8a59599f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:37:59 2016 +0200
msc_compl_l3(): publish in .h, tweak return value
Use new libmsc enum values for return val, to avoid dependency on libbsc
headers.
Make callable from other scopes: publish in osmo_msc.h and remove 'static' in
osmo_msc.c
Change-Id: If24007445899e9c75553a0dbf843ada3566b3380
http://cgit.osmocom.org/openbsc/commit/?id=437772337177430eaf3986ff493dd5df…
commit 437772337177430eaf3986ff493dd5df6a2caa02
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:58:46 2016 +0200
add cscn vty, remove nitb vty
Change-Id: I8f8980d6cfbf26f1b0e0197939833e55dbe521fb
http://cgit.osmocom.org/openbsc/commit/?id=442637891a969427b49c9a0bf4225609…
commit 442637891a969427b49c9a0bf422560913556dfa
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:56:06 2016 +0200
add iucs.[hc]
Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b
http://cgit.osmocom.org/openbsc/commit/?id=bc6b646a241cb27df2ae24be59f7e3b2…
commit bc6b646a241cb27df2ae24be59f7e3b2112d61ec
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:59:55 2016 +0200
add DIUCS debug log constant
Change-Id: Id347a3024fa495a1ab680db7320648d933a4018b
http://cgit.osmocom.org/openbsc/commit/?id=f24a9bbc6838c95b68e350339a2ff41d…
commit f24a9bbc6838c95b68e350339a2ff41d74b7e00e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:16:45 2016 +0200
gsm0408_loc_upd_rej(): remove bts use (used only for debug log)
Change-Id: I3ac38f4b701ad8308470573260fa91a4b04c2f18
http://cgit.osmocom.org/openbsc/commit/?id=862c11d13a4dd097796d85e7f50bb045…
commit 862c11d13a4dd097796d85e7f50bb045c2a4c823
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:43 2016 +0200
subscr_update(): remove bts arg, add lac arg
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.
Change-Id: I9f2b298a785bf4b2a1b3fcdd91b8256106b2d9de
http://cgit.osmocom.org/openbsc/commit/?id=0a849f4104b81046b147101d016dcd2d…
commit 0a849f4104b81046b147101d016dcd2d9aab9965
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:35 2016 +0200
subscr_update_expire_lu(): remove bts arg
Change-Id: I26cafd9389aac65e53dc4280a1687c6b8bce3106
http://cgit.osmocom.org/openbsc/commit/?id=164d45d834eeed3672c7d9e1fb142f32…
commit 164d45d834eeed3672c7d9e1fb142f32406909f6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:03:18 2016 +0200
move t3212 to network level (periodic lu)
Set the T3212 default value in struct gsm_network and take that value when
creating a BTS.
Adjust VTY accordingly.
Change-Id: Ifb730f9d0106fe195adc30459a39290a07313b50
http://cgit.osmocom.org/openbsc/commit/?id=70ac73ad42488fcf36b181903d7107a3…
commit 70ac73ad42488fcf36b181903d7107a3ed47e288
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:50 2016 +0200
libmsc: iucs dev: disable large parts of the code
Change-Id: I3ef6ca26150b6102a0fa22a88a60d9a442d640b4
http://cgit.osmocom.org/openbsc/commit/?id=765728d33e2adb2638d7ce622119705c…
commit 765728d33e2adb2638d7ce622119705cbee72876
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.
Add msc_ifaces.[hc], a_iface.c, with a general msc_tx_dtap() to redirect to
different interfaces depending on the actual subscriber connection.
While iu_tx() is going to be functional on this branch, the a_tx() is so far
just a dummy (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).
http://cgit.osmocom.org/openbsc/commit/?id=08ca12bee72e7201c74a7ba943cdb34e…
commit 08ca12bee72e7201c74a7ba943cdb34e625dd8e9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:13:32 2016 +0200
don't use lchan in libmsc
Change-Id: Ic7ed7faa2bcc7aae799f41ed4abc2c001bfb61b7
http://cgit.osmocom.org/openbsc/commit/?id=62ba1c4b49a052419d1b43430b04b164…
commit 62ba1c4b49a052419d1b43430b04b164eaae93ec
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:00:23 2016 +0200
gsm_subscriber_connection: mark BSC specific items
The struct shall be split in two later.
Change-Id: Ib9666225fb9bfec2cf1e364343560571869fe6a7
http://cgit.osmocom.org/openbsc/commit/?id=a9831ae91d340b6e3c26b8b2f1b0210a…
commit a9831ae91d340b6e3c26b8b2f1b0210abb60da6d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:56:42 2016 +0200
osmo-nitb: exit when MNCC socket init failed
http://cgit.osmocom.org/openbsc/commit/?id=218a07eff48e6f6ff08265f9600dbb96…
commit 218a07eff48e6f6ff08265f9600dbb967f776ddc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:12:00 2016 +0200
split bsc_bootstrap_network() in alloc and config
Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a
http://cgit.osmocom.org/openbsc/commit/?id=d8de716a97560fba35644c866a9dcb09…
commit d8de716a97560fba35644c866a9dcb096c808c83
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 17:15:44 2016 +0200
split subscr_con_allocate()/_free() in bsc_ and msc_
Rename current subscr_con_allocate() and subscr_con_free to bsc_*,
and add two separate msc_subscr_con_allocate() and _free().
The msc_subscr_con_free() ignores all lchan members.
In libbsc use bsc_*, in libmsc use msc_*.
Change-Id: I3cf7c7cafdf4672ec7b26058bba8a77159855257
Future: there will be distinct subscr conns for libbsc and libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=ecfc7c42106935c2b83349a7c056e6ec…
commit ecfc7c42106935c2b83349a7c056e6ec09272644
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 03:24:41 2016 +0200
move to libxsc: net timezone VTY config
Leave the timezone VTY output in libbsc's config_write_net(), until the BSC/MSC
separation of struct gsm_network is completed.
Change-Id: I9712b2e07b4f1ab8d2e4ad40a8d771e98ed25b20
http://cgit.osmocom.org/openbsc/commit/?id=ec6f1e85a67592bea424fe04a20d3315…
commit ec6f1e85a67592bea424fe04a20d3315478ff393
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:29:33 2016 +0200
Move timezone settings up to network level
Time zone used to be configurable per-BTS. In the upcoming MSC-split, no BTS
structures will be available on the MSC level. To simplify, drop the ability to
manage several time zones in a core network and place the time zone config on
the network VTY level, i.e. in gsm_network. If we are going to re-add fine
grained time zone settings, it should probably be tied to the LAC.
Adjust time zone VTY config code (to be moved to libxsc in subsequent commit).
Adjust time zone Ctrl Interface code.
Change-Id: I69848887d92990f3d6f969be80f6ef91f6bdbbe8
http://cgit.osmocom.org/openbsc/commit/?id=8a688191dd98053e2860489ff993ed6b…
commit 8a688191dd98053e2860489ff993ed6ba28865ae
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:56:43 2016 +0200
reinvent connection_for_subscr() and move to libmsc
Implement connection_for_subscr() from a completely different angle: instead of
looking up lchans in bts structs, look up the subscriber in the global list of
gsm_subscriber_connection. static lchan_find() is thus obsoleted.
All callers of connection_for_subscr() live in libmsc, so move to libmsc.
The move and edit are done in a single commit since the old and new
implementation have nothing in common.
Future: osmo-cscn will use this, without bts being present.
Remove implementation of connection_for_subscr() from channel_test.c -- it is
possible that the abort() in there was intended for a regression test, but
actually it seems the implementation was merely added for linking reasons, and
the abort() added to guard against the NULL return value: no comment nor the
commit log indicate that the abort() is test critical; the addition was the
only change in channel_test.c for that commit; at the same time a
connection_for_subscr() call was added in libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=e999b6ff7f60a8970156a08ef07eabcf…
commit e999b6ff7f60a8970156a08ef07eabcf97492cad
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:53:23 2016 +0200
bsc vty: rename show_net_cmd to bsc_show_net_cmd
Future: there will be an MSC-land show-net-cmd, so rename to something with
bsc in its name.
http://cgit.osmocom.org/openbsc/commit/?id=15e9456a78fdc1a54cd1743b60d1aad7…
commit 15e9456a78fdc1a54cd1743b60d1aad7fd43ff6d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:16:58 2016 +0200
move to libxsc: network VTY that isn't BSC-specific
Keep only BSC specific bits of the 'network' VTY node in bsc_vty.c, move more
general VTY commands to xsc_vty.c.
Add arg to xsc_vty_init() to pass a config_write_net() function. Pass a libbsc
specific config_write_net() function.
Future: upcoming omso-cscn will re-use the VTY bits moved to libxsc and pass a
different config_write_net() function.
Change-Id: I871b7b32a0c56fdce983e409cf244ec487d24e71
http://cgit.osmocom.org/openbsc/commit/?id=6ae1cf7b36a4e44ce6cd4e0bd5f9197f…
commit 6ae1cf7b36a4e44ce6cd4e0bd5f9197fb11fded2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:48:39 2016 +0200
move to libxsc: global vty gsm_network pointer
Move gsmnet_from_vty() and the bsc_gsmnet global to xsc_vty.c.
Rename bsc_gsmnet to vty_global_gsm_network and make it static to xsc_vty.c, to
clearly mark the global variable for VTY use only.
Introduce xsc_vty_init() to set vty_global_gsm_network.
Change-Id: I26c5c47de08f899b896813d09612d5cb2f8e42d6
http://cgit.osmocom.org/openbsc/commit/?id=3265a7df047fe022530a93d7eced8dee…
commit 3265a7df047fe022530a93d7eced8dee168ea8bb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 03:03:50 2016 +0200
drop libmsc from some tests, drop duplicate libbsc linking
Because of libxsc, tests/gsm0408,subscr,trau no longer need libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=e525c7f853e392e3fdb798498dfa5781…
commit e525c7f853e392e3fdb798498dfa578107fd13e6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:27:32 2016 +0200
sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter
libbsc and libmsc will have separate subscriber connection structs. Hence don't
rely on gsm_subscriber_connection, but work on a direct pointer to the counter
for the next RP reference.
http://cgit.osmocom.org/openbsc/commit/?id=1ce6e42b0eeb7f2d6a858ea723edf7e5…
commit 1ce6e42b0eeb7f2d6a858ea723edf7e52d1e0f54
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:30:17 2016 +0200
factor out & introduce struct gsm_encr, in xsc.h
Factor out encryption info from struct gsm_lchan as struct gsm_encr, placed in
xsc.h.
Change-Id: I94015fb9dd511c37c1e3058a0963c780b3f700ac
Future: this will be used by libmsc's subscriber connection, for osmo-cscn.
http://cgit.osmocom.org/openbsc/commit/?id=a559883fa4f0b4154dfb5f65787c4577…
commit a559883fa4f0b4154dfb5f65787c4577721d5c60
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:04:00 2016 +0200
fix build: osmo-bsc_nat: change linking order
Moving gsm48_create* to libxsc affected linking of osmo-bsc_nat, resulting
in an undefined reference to gsm48_extract_mi().
Fix the issue by placing libfilter.a left of libbsc.a.
http://cgit.osmocom.org/openbsc/commit/?id=a37e5654bcedf194a5f3886e59a4cdac…
commit a37e5654bcedf194a5f3886e59a4cdacc7ea2e50
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
move to libxsc: factor out gen of USSD notify and release complete -- TODO subscr_conn
Both libmsc and libbsc need distinct gsm0480_send_ussdNotify() and
gsm0480_send_releaseComplete() functions to account for the distinct subscriber
connection structs.
The current functions live in libmsc, so add the same in libbsc in new file
gsm_04_80_utils.c.
To avoid too much code dup, move the message generation part of
gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() to new functions
gsm0480_gen_ussdNotify() and gsm0480_gen_releaseComplete(), placed in libxsc.
Change-Id: I33a84e3c28576ced91d2ea24103123431f551173
http://cgit.osmocom.org/openbsc/commit/?id=bcf256f58d22e9590afce2476e7d04a1…
commit bcf256f58d22e9590afce2476e7d04a18fab8378
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:58:51 2016 +0200
move to libxsc: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()
Used by libbsc, libmsc as well as osmo-bsc and osmo-bsc_nat.
http://cgit.osmocom.org/openbsc/commit/?id=5d5e6f73192c72c3310763e57a170834…
commit 5d5e6f73192c72c3310763e57a17083464963b0e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:46:29 2016 +0200
move to libxsc: net init 3: actual move
Reincarnate gsm_network_init() as the parts not specific to libbsc.
Move from bsc_network_init() those bits that are not BSC specific (and useful
for upcoming osmo-cscn).
Add libxsc to all linkages that use gsm_network_init().
Note: the only requirement to allow linking gsm_network_init() without libbsc
is to keep the call to gsm_net_update_ctype() out of libxsc. The other items
are kept out of libxsc because it makes sense semantically. But the separation
is not strong in that the BSC specific data members are of course still
omnipresent in struct gsm_network. If bsc_network_init() is not called, these
are not initialized properly -- for now no such callers exist.
So this is just a first step towards a sensible split of the BSC and MSC
gsm_network structs. The long term aim should be to have entirely separate
structs with some common general items.
http://cgit.osmocom.org/openbsc/commit/?id=b0dc4d7fd63ce548d2c98d55a7376a40…
commit b0dc4d7fd63ce548d2c98d55a7376a40df8bfdee
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:57:04 2016 +0200
move to libxsc: net init 2: move bsc_network_init decl to osmo_bsc.h
bsc_network_init() is more fit to live in a BSC specific header.
Change-Id: I9edfb1e748bb1cb484fadd48b0406f5b3098e89b
http://cgit.osmocom.org/openbsc/commit/?id=8d52389729afbc997ebaf5d8c8db81ca…
commit 8d52389729afbc997ebaf5d8c8db81ca5814794d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:45:26 2016 +0200
move to libxsc: net init 1: rename to bsc_network_init
The gsm_network_init() function initializes a whole lot of BSC specific stuff.
Aiming to move some of it to libxsc, first rename it to bsc_network_init().
This will retain the BSC specific stuff when the move is done.
Adjust all callers.
Future: osmo-cscn will call the more generic part and not the BSC specific
part.
Change-Id: I4816ae19374390fc5c64972f7cad2e9ec3d8bcc3
http://cgit.osmocom.org/openbsc/commit/?id=2e9cb629aebc4f17257434847528627c…
commit 2e9cb629aebc4f17257434847528627c653d6ee5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:28:25 2016 +0200
define mncc_recv_cb_t to avoid code dup
Put mncc_recv_cb_t in xsc.h to avoid header include complications: if placing
right above struct gsm_network, one must include gsm_data.h to use
mncc_recv_cb_t as function parameter in a header, which will include
gsm_data_shared.h, which will include xsc.h (future knowledge). Since I will
need to use mncc_recv_cb_t in xsc.h, including gsm_data.h from there would
introduce an #include loop. Avoid that and define mncc_recv_cb_t in xsc.h to
begin with.
Change-Id: I2e64cffa563750ce9f3172ffba6f9cf5b9280e9c
http://cgit.osmocom.org/openbsc/commit/?id=389d41af3cb4dfe9361ac1c00abce218…
commit 389d41af3cb4dfe9361ac1c00abce21822f20d47
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Add empty libxsc
This will gradually soak up code shared by libbsc and libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=e261ee18cd4c7d406fdf9916901961fc…
commit e261ee18cd4c7d406fdf9916901961fc98e150da
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:07:43 2016 +0200
cosmetic: various comment, whitespace tweaks
http://cgit.osmocom.org/openbsc/commit/?id=870917ffce3cf85970fccc17f0722bd6…
commit 870917ffce3cf85970fccc17f0722bd60c98ba4a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:59:29 2016 +0200
utils/Makefile.am: remove unused LIBOSMOVTY_CFLAGS
http://cgit.osmocom.org/openbsc/commit/?id=5b034f81dd04cc6eb0760004b47d5316…
commit 5b034f81dd04cc6eb0760004b47d5316853c8898
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Apr 1 02:17:24 2016 +0200
vty l3 help: fix typo 'comamnds'; fix english s/his//
http://cgit.osmocom.org/openbsc/commit/?id=843bdaee7e45e58ad027e971ada0573a…
commit 843bdaee7e45e58ad027e971ada0573a25caee1c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:48:53 2016 +0200
debug log for sms: fix/add
One logged the wrong function name. Add others.
http://cgit.osmocom.org/openbsc/commit/?id=ba631e5dfb581aeb2aad070abe31e021…
commit ba631e5dfb581aeb2aad070abe31e0218a679ece
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:38:51 2016 +0200
Sanity fixes for gsm0408_dispatch(): rc, assertions
gsm0408_dispatch() is the main entry point for receiving data from the BSC/RNC
level, so make sure callers pass valid pointers before using them all the way
down the code path (related to CID#93769, a fix before this was refactored).
For unknown/unimplemented packet discriminators, make sure to return error
codes.
http://cgit.osmocom.org/openbsc/commit/?id=e8d9b936fd72736e295e3c94dcb9d823…
commit e8d9b936fd72736e295e3c94dcb9d823970ed8de
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:18:08 2016 +0200
abis vty: decouple from global bsc_gsmnet variable
Publish gsmnet_from_vty() in openbsc/vty.h and use in the abis VTY functions.
http://cgit.osmocom.org/openbsc/commit/?id=377cbf0ddeec875c31cb68702e06d144…
commit 377cbf0ddeec875c31cb68702e06d144c7827756
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:09:47 2016 +0200
directly access gsm_network backpointer from gsm_subscriber_connection
The previous commit added a network backpointer to gsm_subscriber_connection.
Use it wherever it makes sense, to skip the step through the bts structure.
In some places, also tweak use of local variables for less code.
http://cgit.osmocom.org/openbsc/commit/?id=96b8605d49450433904fa6df8ea42f9e…
commit 96b8605d49450433904fa6df8ea42f9e5527c19a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 22:33:01 2016 +0200
add gsm_network backpointer to gsm_subscriber_connection
For the upcoming MSCSPLIT, we want a network backpointer without having to
go through a gsm_bts struct.
This commit adds the network pointer, the subsequent commit applies direct
access to the network structure from gsm_subscriber_connection.
http://cgit.osmocom.org/openbsc/commit/?id=141cff9bfe53be95865e806d151039f5…
commit 141cff9bfe53be95865e806d151039f5c6684d97
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:40:19 2016 +0200
bsc_vty_init(): decouple from global bsc_gsmnet
Add an explicit gsm_network pointer instead of using the bsc_gsmnet global, to
pass full control to respective main() contexts.
http://cgit.osmocom.org/openbsc/commit/?id=0207f61e7340c7ac6de08fe1448e16ef…
commit 0207f61e7340c7ac6de08fe1448e16ef9c3c1cd1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 13:53:47 2016 +0200
talloc_ctx_init(): decouple from global tall_bsc_ctx
Decouple the talloc context allocations from global tall_bsc_ctx pointer.
Future: it appears that talloc_ctx_init() was intended for general use, but is
in fact only used by osmo-nitb. It will be used by the upcoming osmo-cscn as
well.
http://cgit.osmocom.org/openbsc/commit/?id=de62acdd762ac24ec8fdba86d1baa228…
commit de62acdd762ac24ec8fdba86d1baa228961aa695
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 19:12:44 2016 +0200
gsm_network_init(): add explicit root talloc ctx
Decouple the root talloc context from libbsc's global talloc_bsc_ctx.
Future: we'll use this for the upcoming MSCSPLIT.
http://cgit.osmocom.org/openbsc/commit/?id=8500fc23c766083f3c97a55f0656459c…
commit 8500fc23c766083f3c97a55f0656459c948660a7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 13:39:33 2016 +0200
bsc_init: don't pass telnet dummy conn
gsmnet_from_vty() used to expect vty->priv to point to a gsm_network struct,
but that is not actually the case anymore. The dummy conn to forward the
gsm_network is not needed.
http://cgit.osmocom.org/openbsc/commit/?id=242c24038ab1c021fffd9d8ae0eea069…
commit 242c24038ab1c021fffd9d8ae0eea069781593c1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 19:12:44 2016 +0200
doc: rename nitb graph to bsc, add msc graph
In the light of upcoming split of MSC from BSC (MSCSPLIT), name the realms
'libmsc' and 'libbsc'. Hence the nitb graph becomes the BSC graph, and add a
libmsc graph.
http://cgit.osmocom.org/openbsc/commit/?id=4b1272fa31de0afc716d6ace62271f0d…
commit 4b1272fa31de0afc716d6ace62271f0d41932516
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:50:44 2016 +0200
remove unused bsc_copyright from bsc_vty.c
Change-Id: I281791c0f57ca75ffe14431a3030811b2d224f0b
http://cgit.osmocom.org/openbsc/commit/?id=76b1e14d56f16157a8b25a2db731546e…
commit 76b1e14d56f16157a8b25a2db731546e9abf70bd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:03:12 2016 +0200
move subscriber conns list into struct gsm_network
Replace the global sub_connections llist with gsm_network.subscr_conns.
Initialize and apply where applicable.
Remove bsc_api_sub_connections(), callers now access gsm_network->subscr_conns
directly.
http://cgit.osmocom.org/openbsc/commit/?id=8c8500d0f2a55fbb70b46afd03e6c270…
commit 8c8500d0f2a55fbb70b46afd03e6c27004bcdb63
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 22:32:51 2016 +0200
properly #include <openbsc/gsm_data.h> from gsm_subscriber.h
Don't use quoted, local include, use <> style include.
Change-Id: Iaa3dc36768f96f6b8c91010a2ba389fdc37f1503
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_subscriber.h | 3 ++-
openbsc/src/libmsc/gsm_04_08.c | 2 +-
openbsc/src/libmsc/gsm_subscriber.c | 3 ++-
openbsc/src/libmsc/vty_interface_layer3.c | 5 +++++
4 files changed, 10 insertions(+), 3 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, users/neels/iucs has been updated
discards b3d283e1afc0b8c4a8b998d4db43586143d70406 (commit)
discards 96c6dad5648b444339f119653ab7341d455aebc0 (commit)
discards 845d853f2a14ac55159f3f4708ce8a052925c81a (commit)
discards 83368253beddd2ae18554a0c17d23497f9d4de35 (commit)
discards 2150319cb355ebfe2dc763c60d9f06cdf9a7c043 (commit)
discards a226f02ae0e7fbe3dc2972feb38c4948d30c5701 (commit)
discards 5d7e433e135490174c1df4d1ab8fd2c7b1436820 (commit)
discards 8b3626cdbaac1c8d52474c9f6b89ad51f6a43e04 (commit)
discards 24afd2e1136c3c09d22b760b6db21388610a548b (commit)
discards c5b6b3450e452e7ed1b1521c076fd82986eab2e1 (commit)
discards af9e3687856b10a438caa8d24b9cfecd93bfcddc (commit)
discards e5ba388532ecfb5c08298fcadc0c1f36d5a30ad8 (commit)
discards 67ea79f2de61376beb93be7c78e547bbb591f046 (commit)
discards c144cd6aa7ee0bdc2ac77a5c0ffb5c350dd97787 (commit)
discards 050eb54f70f59a4df7f43d0e551a44e2dd55bb36 (commit)
discards cd8e24f8446d5b814db4909a9a6a7a25637c5d55 (commit)
discards f7050367e86944ae5fd060acb635e3a3ba460dee (commit)
discards 1548f27b7a9d3893ac3d7d7b9b75a2906528539d (commit)
discards e6142cfb69246679a0ee2d90c5c8811344548b71 (commit)
discards 034fbff0d3579844da2ca80d5a2643b7c44adf00 (commit)
discards e17e61d4c05d95f6fb3d75428933962208fa4c0e (commit)
discards eec0b60f8eea10394cad5263d62075a1a5ea3635 (commit)
discards 78026ed306e11ff6e44d169c9cad290b7089c967 (commit)
discards c37864f91ce4550f7ed8b3f235f4d139e3e4f02a (commit)
discards 108d70371ab4b80e801b5ada46af32ba95a7096b (commit)
discards cb253988064638118a90632a29afe2788c38303e (commit)
discards e687c81e8b02b1ce4b05225e99c6d47674090036 (commit)
discards 82b9b90fe4e96440e1f34a86a4190d8c26137f35 (commit)
discards 95f43cc05dc9ca760c1db32079f4515e60c4f25f (commit)
discards 71e91a4d282fe1574448b3f2cd94f733b713b59a (commit)
discards 7954e7197dc65764561df6d583fe5e74c181442b (commit)
discards 31278343bea1ab4a3db5461deb4926c7ffdec909 (commit)
discards 7f7c20c79bf115efe013b94cbaed00a974bbfeea (commit)
discards 3442095a2eed4967f198a9bc26cb867063d3c120 (commit)
discards e806d8921afbade76cdf1ab8972ef7c81ad9882a (commit)
discards 25328ebc0e16785c075d74a039e27a5847a1bb13 (commit)
discards a4606efde26c42ebf2ecf59f7979c17b06a9715f (commit)
discards 7829eaf003c7f89cc88a54463e902d240ab2b0c5 (commit)
discards c05017491a575782f1530df402e082fca8c7b74d (commit)
discards 35f41d1a5d1981cbe345f93ece5b0ed8b2675a42 (commit)
discards a79616b326d9da8c46caa90f4aa7478eb68269dc (commit)
discards a0fd184b814dd90a6eea0c0c9ce7983d4065de02 (commit)
discards b7f34df99428c30c6bf06291adf783f5c4edc168 (commit)
discards 98413f6a6b840672cad6f28c572894e18d5625bf (commit)
discards 7787ababfdde3aaaa6e9819cf5370fc671fd6546 (commit)
discards 8e29d5be183853a018939d2daf93cbcd76c57173 (commit)
discards c5aed1a64a406ae3957c0614b179f6694313f285 (commit)
discards 35904c2111ce75f4b890773d59f909babe5e0876 (commit)
discards b39cd5b88206cfc28722a18aaf51f713d1774a0c (commit)
discards 91200d4e5a1b928b69f0c91bfc1c20daa9d68a0c (commit)
discards 2f5605aaff436e83203b01bbe60ddddb21686549 (commit)
discards 6b21598f97a2c00d44b44a0afc6a36db7989ed03 (commit)
discards a11c3f6bb93b34aeea04af9ab29c5e9b76349c3e (commit)
discards 9c1fe7e50ae668d5fe66b6dfda66237c070e7803 (commit)
discards 044bdccb7483107fa79c5453b3605ee57fa5beff (commit)
discards 5507c196c8cbc1d41a61daaa05aa9242d5ee689b (commit)
discards a6f35fccfb187456fde5126211cc36b33c2c990b (commit)
discards 71cbfd7fe949f4f1e9bf6d7a007bf6e98fed44ce (commit)
discards c6c9433a79183670201d9b256a9110420926d35f (commit)
discards 7e710e0042d6bab23ed150b86dd450648de2b091 (commit)
discards 63c08bd7fa4d2486942b51453e1b9f977d7d2f6f (commit)
discards 15e76857fbf6f3ac3ba176f81a10ba39f6fd87ac (commit)
discards 7e3b8b594e2b67148614ec982946d49d68c118b3 (commit)
discards ec89855e806ee1c7e69b92cde6e196fd78f22dc6 (commit)
discards 8688297b0e9ef059603559b657c7418208a7357c (commit)
discards 8c9e4200ea4f81fb399a7e9f0433df12b9a48f33 (commit)
discards 1ecf1c54b185b0d3c58544b8e77acc8fc7eeb30f (commit)
discards 36b5a04f8622b2313ee15a6722f15e918380b852 (commit)
discards cc454ff2314edc793b88b43c834b9b976d84098d (commit)
discards b37e269910f523977f8c71dfd86494b18e74ef30 (commit)
discards 0ad4a481d84999dce94a5eaedf2762c854f046bf (commit)
discards d721b32c16b32f8d8af8fc520b4d8f61f9a01f34 (commit)
discards e3ed604aa5d620d2950bf0df7338b83b9a43084e (commit)
discards 7f3fd21d80c49ae49cbcbee8e76d2898b0ff4727 (commit)
discards 104e2e819980a73d4bca0ae213ed5433aac49558 (commit)
discards 1932d1875fc126eeccc168b8e2f4cc586c04fd5c (commit)
discards 394ba29820ccbc84473eb273b6ffd2512a073343 (commit)
discards aae3210e393a2d8c5b57df7ccf24afcecdc13154 (commit)
discards e11b95420136ed3c152e60a9f59c3d33e07f332d (commit)
discards 3623ee0041527d23d768c24b001771231c7f4e6d (commit)
discards 40bf26a1fe8bf81c1db1c83f75ae82dd31969a24 (commit)
discards 6f5fcf0565727925caa95a60a88a1b229819de46 (commit)
discards c7a11d9f7fd9b3c2945909b47eb9f3b418e2ccb8 (commit)
discards fe61b8781db4f19342b144f150f22c8e985e8944 (commit)
discards 933126d2892282322215bee189b42237266072ea (commit)
discards 1df9b80b79286d58a85643e3ccf9b3b04e348a78 (commit)
discards 59d82182c5c10e7f21f5f19ab143987e2f03cb54 (commit)
discards c64e259efe0d60b2719006947db5d084dfc913a5 (commit)
via 5a065e7c7568932ddf914049808ec7cf90f9526f (commit)
via 3a7a0af0cb82742a9e7a298d0e4b9e9db1c247dc (commit)
via cc0df1fc4ee338e6a6103f8d0d99309884da045f (commit)
via 0dc609b3caa0d7635ec7275da3325717924e7f5d (commit)
via 2c95fc8a495621f64fd353b50f2dd88d5672e14e (commit)
via 4c632bb958cff16ed4df97729d58878cafd64e57 (commit)
via deb990d445419f34e07b6486d0e71179ae827cf1 (commit)
via 4180f95e274d2e470e54f99ac223c5a0db729db2 (commit)
via b7316b518f962c4a22b8537ac4d813387537377a (commit)
via 1f9cad42cff8df8dee2afad8f1a8209991835c6b (commit)
via 3fee15ccf58a12cbae1244d0477a34c687151057 (commit)
via 7f6e0d1b44a94d975d1b4a240b7f13f4f8ad042b (commit)
via 08e2c115e22a893c40ccd427dfd844fd06fdcdab (commit)
via 07e9ec208b719aa65e018f97c7f36d0ac448a88f (commit)
via 29e1562167c876b02338281acde3dbdfa7cdd01f (commit)
via 6061e0766375d5076350358261c54899e506b035 (commit)
via 5bf8f27ce095ded8ab702100e03584950fdc21fb (commit)
via a5ba0040ee677d3aaccd29fd3f67d63bd34c60ff (commit)
via 979a677739c8043f1e87ae4571e26057fbadb6d7 (commit)
via 141e88acb7a1f3241eb3ad9e457619b94829be55 (commit)
via cf96f3be6bf899fc11559159ac2cf9e11259bf89 (commit)
via bb963046e12ae4074b299d8b43f4594b830470ce (commit)
via 94f207687666083418a55aeb47889c17d6fbfec2 (commit)
via 62abaf4cd0d68e83f106621442877fc2addd8344 (commit)
via 297cf3404b82d41ce68834d57c142c91b97826f7 (commit)
via bcfa2af9884fcebe4a2522c85d19dbb40a0b2d71 (commit)
via 60caf11271f0e6b24ea66dcd24fbe37524551b0f (commit)
via 99dadad31a443a995c15ec434388d12eb3e9c25c (commit)
via 5df7300ee6e37e9feee18c919f1f57e69aedb97e (commit)
via 0d23b707c1f86606b084ee2b7e08f8dcfd5d8220 (commit)
via 07202040e0df9beddb8bd8abd4e5f4f9c968ccc3 (commit)
via 534e585f720a439c06f14a0bdbda8d1d1997ded6 (commit)
via 974ace7ff9ecd233dbd0c4a7ff8242929152d2ea (commit)
via 63d435828557c5a8b7e4453c286cbb8a75199f81 (commit)
via 0e0333f1899d5061cde9aa32345ed915f925387a (commit)
via 63f0b613559f0c14fe64ec3f919b741ac868ed56 (commit)
via c53dac7b9141f7c5fb3468e168d399a7eec26de7 (commit)
via f87d3492d0d0aba22a1f1fbc24b904db9c38ebd8 (commit)
via 8ecc4e3d1a72c5faca6e663f0d48975b1225a787 (commit)
via 1e49ad3c2e99440bc44a2e5d6431e4f39b8174fc (commit)
via 63b098495b91ef456bcf1f653148cd27369103c2 (commit)
via 9751ef6dc51f3806f6792a6ca88b07f937d43a0a (commit)
via fa1ca8c629864386a8c58ecc521061b70c126fe2 (commit)
via 9f93fc9979893ce48110d3cf675f29e10f12c473 (commit)
via a1a32914ea4e0602b6205d4a3410e6485991e016 (commit)
via 46a58548c44ffab7f183d3accb9b94cb3c31b1f7 (commit)
via d67c8ffce10bfe14a0a8cb1896a28df381f78e77 (commit)
via f83803f7f4283d49ccb2c7ab475cfa2214fea259 (commit)
via e1f2c8785b6087d0834c319a5cd408ec31a27a37 (commit)
via 6464ead9245d8f53f06e61ee5ce33a65785e2029 (commit)
via 0a1d82f4ee77b949318bbfba30a06a1887e3d8be (commit)
via ff95474fc02f81a699b3795e47261726bb491429 (commit)
via 816ffc7523dfe3af6aac904cdde0eeb34dc4c5c4 (commit)
via 84ae34a51d422ddbd4f525f008caa79b413b97d3 (commit)
via 3ceeb40b031d3b27b5d340a225f0486181c746e0 (commit)
via 9f01314fdae8dc7274c5b767d6c1f56f082b6853 (commit)
via 46bcf5343d233d4f69bd47b74b58eb1daf75a531 (commit)
via b6b8b8016ff625afff5e966319b62f24168b326d (commit)
via e7da294e68fbde205f8fe38de94340c27e9206b0 (commit)
via 213b87437dc199bb26b9286e08cdec11e0b7dd78 (commit)
via b93f6eb20ed795e46b9487b73167f695d3f342e6 (commit)
via e56c982229c5810af987d62f7f07e4c9b8bf88cf (commit)
via c45cfaec4052a3e240d1f3020cd1631f8b6c1817 (commit)
via a2dcc04205a7f7e9e93270657e4f8bc1473a7cc0 (commit)
via d5f976edd9abb0815b2891ca368c4be27bf70ef3 (commit)
via a8c25905b47146738994712c5d7482b109c71704 (commit)
via 726ac18e58c8b327ea53143c4b5575e1d9aad354 (commit)
via 070d838a4505fc64ad0151fbf56dbbb445feccbf (commit)
via e6678dc87d252b77a05cfbfc278ecb17716e8397 (commit)
via 8945aedcb8b0d23341b3350afa90274ac5a76cf1 (commit)
via 234565bc2c4cd187ee6fd8237ce8e61b0a5e622b (commit)
via 54b9a45a0d6d856c63b1d8015ca984af1cb9e3e7 (commit)
via f994c5c3b96e24d62451ef7ed531e86572040c2b (commit)
via 3e839fcc89450a88f77b840107365af546739b0b (commit)
via 29ab44c6f69aa2eb464c21da9fddfa6189b58dda (commit)
via 6ebdddecda35f5bd5094f638b9906d0f7723dac4 (commit)
via 0d5a11ec44a2f5f397fad790d4ea86598ac796b8 (commit)
via 8cbf0ed571a74703e71b42fc4f97348cefabf9fa (commit)
via 40164d43b9ad5fd8594618e14ca1e55290fbc743 (commit)
via 4f382eb9b1c23f90db634a06d0122352498633b7 (commit)
via d3ce79e4fa02d4589abcc25f716938542f87b4ef (commit)
via 7e6aba963fc14d2c9baacefdbd891fb4cd34ba00 (commit)
via 1956137ca996ed810392f224501c83130dd17656 (commit)
via 047d1a1c04373e87c6f554b7d149bb3bb8dc1d4c (commit)
via 27b7575014565bcd4e30f6bce4f70f1266d2734e (commit)
via 0516864bd0a26227fd898f5de1a8eeaa14bbe884 (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 (b3d283e1afc0b8c4a8b998d4db43586143d70406)
\
N -- N -- N (5a065e7c7568932ddf914049808ec7cf90f9526f)
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=5a065e7c7568932ddf914049808ec7cf…
commit 5a065e7c7568932ddf914049808ec7cf90f9526f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:21:52 2016 +0200
remove handle_abisip_signal()
Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41
http://cgit.osmocom.org/openbsc/commit/?id=3a7a0af0cb82742a9e7a298d0e4b9e9d…
commit 3a7a0af0cb82742a9e7a298d0e4b9e9db1c247dc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:20:34 2016 +0200
tests_db
http://cgit.osmocom.org/openbsc/commit/?id=cc0df1fc4ee338e6a6103f8d0d993098…
commit cc0df1fc4ee338e6a6103f8d0d99309884da045f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:20:26 2016 +0200
tests_channel
http://cgit.osmocom.org/openbsc/commit/?id=0dc609b3caa0d7635ec7275da3325717…
commit 0dc609b3caa0d7635ec7275da3325717924e7f5d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 17:13:28 2016 +0200
make tests/bsc rm dup link
http://cgit.osmocom.org/openbsc/commit/?id=2c95fc8a495621f64fd353b50f2dd88d…
commit 2c95fc8a495621f64fd353b50f2dd88d5672e14e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:48:50 2016 +0200
Move T3212 (periodic LU timer) up to network level WIP
TODO: adjust VTY
Change-Id: Ifb730f9d0106fe195adc30459a39290a07313b50
http://cgit.osmocom.org/openbsc/commit/?id=4c632bb958cff16ed4df97729d58878c…
commit 4c632bb958cff16ed4df97729d58878cafd64e57
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 15:35:37 2016 +0200
gsm0408_clear_request(): actually free the released conn
By having conn->in_release == 1, calling msc_release_connection() has no
effect and thus never frees the conn. So, after all pending requests have
been discarded, also discard and free the unused connection.
http://cgit.osmocom.org/openbsc/commit/?id=deb990d445419f34e07b6486d0e71179…
commit deb990d445419f34e07b6486d0e71179ae827cf1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:29:35 2016 +0200
skip a channel test
Change-Id: Id56fa16a8cb3e59e0222eae47ceb06866eb824b4
http://cgit.osmocom.org/openbsc/commit/?id=4180f95e274d2e470e54f99ac223c5a0…
commit 4180f95e274d2e470e54f99ac223c5a0db729db2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:28:51 2016 +0200
cscn vty
Change-Id: I8f8980d6cfbf26f1b0e0197939833e55dbe521fb
http://cgit.osmocom.org/openbsc/commit/?id=b7316b518f962c4a22b8537ac4d81338…
commit b7316b518f962c4a22b8537ac4d813387537377a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:24:26 2016 +0200
move subscr_request
Change-Id: Ia1f566675b2f052881aba18be5c42992719c47bd
http://cgit.osmocom.org/openbsc/commit/?id=1f9cad42cff8df8dee2afad8f1a82099…
commit 1f9cad42cff8df8dee2afad8f1a8209991835c6b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:24:12 2016 +0200
add iu.h to gsm_subscriber.c
Change-Id: I398aaa4a7328a58fb0d563725f3bea26482929ef
http://cgit.osmocom.org/openbsc/commit/?id=3fee15ccf58a12cbae1244d0477a34c6…
commit 3fee15ccf58a12cbae1244d0477a34c687151057
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:20:12 2016 +0200
whitespace
Change-Id: Ic068a6367fedbeb07907b645fe0981961a6f4a0a
http://cgit.osmocom.org/openbsc/commit/?id=7f6e0d1b44a94d975d1b4a240b7f13f4…
commit 7f6e0d1b44a94d975d1b4a240b7f13f4f8ad042b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:13:32 2016 +0200
don't use lchan in libmsc
Change-Id: Ic7ed7faa2bcc7aae799f41ed4abc2c001bfb61b7
http://cgit.osmocom.org/openbsc/commit/?id=08e2c115e22a893c40ccd427dfd844fd…
commit 08e2c115e22a893c40ccd427dfd844fd06fdcdab
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:13:52 2016 +0200
msc_tx_dtap
Change-Id: I4535bcbd29696033e0a1b0ac3ca5c68f0647b826
http://cgit.osmocom.org/openbsc/commit/?id=07e9ec208b719aa65e018f97c7f36d0a…
commit 07e9ec208b719aa65e018f97c7f36d0ac448a88f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:39 2016 +0200
gsm_04_08.c: iu.h
Change-Id: I624612b5d5cd70770326347634aee2a42ba88945
http://cgit.osmocom.org/openbsc/commit/?id=29e1562167c876b02338281acde3dbdf…
commit 29e1562167c876b02338281acde3dbdfa7cdd01f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:17 2016 +0200
IuCS auth
Change-Id: Id09e26126979d418a422df24bc50b56454b16c7e
http://cgit.osmocom.org/openbsc/commit/?id=6061e0766375d5076350358261c54899…
commit 6061e0766375d5076350358261c54899e506b035
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:09:47 2016 +0200
temporary dev: set debug log level almost everywhere
Change-Id: I0d5a36560e7edde27497de57e579f5b1d00eb525
http://cgit.osmocom.org/openbsc/commit/?id=5bf8f27ce095ded8ab702100e0358495…
commit 5bf8f27ce095ded8ab702100e03584950fdc21fb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:04:56 2016 +0200
implement IuCS paging -- TODO details
http://cgit.osmocom.org/openbsc/commit/?id=a5ba0040ee677d3aaccd29fd3f67d63b…
commit a5ba0040ee677d3aaccd29fd3f67d63bd34c60ff
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:57:25 2016 +0200
paging: add todo comments for paging and mscsplit
Change-Id: I7e72c9db2837ea5edf45f6037cb0288a264d492c
http://cgit.osmocom.org/openbsc/commit/?id=979a677739c8043f1e87ae4571e26057…
commit 979a677739c8043f1e87ae4571e26057fbadb6d7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:07:23 2016 +0200
subscr_request_channel() -> subscr_request_conn()
Change-Id: Ife8e10b240693a8d369139881774f1892044aa65
http://cgit.osmocom.org/openbsc/commit/?id=141e88acb7a1f3241eb3ad9e457619b9…
commit 141e88acb7a1f3241eb3ad9e457619b94829be55
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:55 2016 +0200
add subscr_authorized()
Change-Id: If2ef06b1229351127c61477ca14653d6ae4cb6bb
http://cgit.osmocom.org/openbsc/commit/?id=cf96f3be6bf899fc11559159ac2cf9e1…
commit cf96f3be6bf899fc11559159ac2cf9e11259bf89
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:04:41 2016 +0200
gsm_subscriber: include bool
Change-Id: I76edf962f77f8b2685e5e040ddf57d7691086eff
http://cgit.osmocom.org/openbsc/commit/?id=bb963046e12ae4074b299d8b43f4594b…
commit bb963046e12ae4074b299d8b43f4594b830470ce
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:13 2016 +0200
move subscr_request to gsm_subscriber.h
Change-Id: Idbbd39b0e068da17aafa97e315143509c69c50ea
http://cgit.osmocom.org/openbsc/commit/?id=94f207687666083418a55aeb47889c17…
commit 94f207687666083418a55aeb47889c17d6fbfec2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:01:01 2016 +0200
add gsm_encr to subscr_conn
Change-Id: Id5797cd1f1bfa2cca2d3fbabc1981aa75546421b
http://cgit.osmocom.org/openbsc/commit/?id=62abaf4cd0d68e83f106621442877fc2…
commit 62abaf4cd0d68e83f106621442877fc2addd8344
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:14:09 2016 +0200
comment
http://cgit.osmocom.org/openbsc/commit/?id=297cf3404b82d41ce68834d57c142c91…
commit 297cf3404b82d41ce68834d57c142c91b97826f7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:04:40 2016 +0200
comment
http://cgit.osmocom.org/openbsc/commit/?id=bcfa2af9884fcebe4a2522c85d19dbb4…
commit bcfa2af9884fcebe4a2522c85d19dbb40a0b2d71
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:29:41 2016 +0200
comment
http://cgit.osmocom.org/openbsc/commit/?id=60caf11271f0e6b24ea66dcd24fbe375…
commit 60caf11271f0e6b24ea66dcd24fbe37524551b0f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:26:47 2016 +0200
comment
http://cgit.osmocom.org/openbsc/commit/?id=99dadad31a443a995c15ec434388d12e…
commit 99dadad31a443a995c15ec434388d12eb3e9c25c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:44:39 2016 +0200
move to libbsc: lchan_next_meas_rep() -- TODO really?
Change-Id: I4ea799c5fa61f81c404e6ef1b9ac86a8faa1fb49
http://cgit.osmocom.org/openbsc/commit/?id=5df7300ee6e37e9feee18c919f1f57e6…
commit 5df7300ee6e37e9feee18c919f1f57e69aedb97e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:59:16 2016 +0200
move to libbsc: gsm_bts_neighbor() -- TODO really?
Change-Id: I63d4835dc7aabdf176e0ca634a6a4ca527612693
http://cgit.osmocom.org/openbsc/commit/?id=0d23b707c1f86606b084ee2b7e08f8dc…
commit 0d23b707c1f86606b084ee2b7e08f8dcfd5d8220
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:14:33 2016 +0200
move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLIT
http://cgit.osmocom.org/openbsc/commit/?id=07202040e0df9beddb8bd8abd4e5f4f9…
commit 07202040e0df9beddb8bd8abd4e5f4f9c968ccc3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:21:58 2016 +0200
gsm0408_test: use NULL for root ctx -- TODO really?
http://cgit.osmocom.org/openbsc/commit/?id=534e585f720a439c06f14a0bdbda8d1d…
commit 534e585f720a439c06f14a0bdbda8d1d1997ded6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:30:26 2016 +0200
gsm_04_08: remove apply_codec_restrictions() -- TODO really?
This function is wrongly placed on the MSC level.
Unfortunately I cannot remember the very plausible details that hwelte had
back in the days to argue for this change. (Refactoring an old commit that
fails to explain in more detail.)
Change-Id: I82623847e652a59a921d2fb142b77cf22420a746
http://cgit.osmocom.org/openbsc/commit/?id=974ace7ff9ecd233dbd0c4a7ff824292…
commit 974ace7ff9ecd233dbd0c4a7ff8242929152d2ea
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:04:28 2016 +0200
include msc_ifaces.h in gsm_04_08.c
Change-Id: I11be1bdfe6993f89b34319e7d1526c729d6e0cde
http://cgit.osmocom.org/openbsc/commit/?id=63d435828557c5a8b7e4453c286cbb8a…
commit 63d435828557c5a8b7e4453c286cbb8a75199f81
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:46:23 2016 +0200
msc_release_connection(): don't call gsm0808_clear()
Change-Id: I149146fc3cb99ef4a21ee2a798231bb070f398cd
http://cgit.osmocom.org/openbsc/commit/?id=0e0333f1899d5061cde9aa32345ed915…
commit 0e0333f1899d5061cde9aa32345ed915f925387a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:57:14 2016 +0200
osmo-nitb becomes osmo-cscn
Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b
http://cgit.osmocom.org/openbsc/commit/?id=63f0b613559f0c14fe64ec3f919b741a…
commit 63f0b613559f0c14fe64ec3f919b741ac868ed56
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 13:09:14 2016 +0200
libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)
In osmo-nitb, libmsc would directly call the functions on the BSC level, not
always via the bsc_api. When separating libmsc from libbsc, some functions are
missing from the linkage.
Hence duplicate these functions to libmsc, add an msc_ prefix for clarity, also
add a _tx to gsm0808_cipher_mode():
* add msc_gsm0808_tx_cipher_mode() (dummy/stub)
* add msc_gsm48_tx_mm_serv_ack()
* add msc_gsm48_tx_mm_serv_rej()
Call these from libmsc instead of
* gsm0808_cipher_mode()
* gsm48_tx_mm_serv_ack()
* gsm48_tx_mm_serv_rej()
Also add a comment relatd to msc_gsm0808_tx_cipher_mode() in two places.
Change-Id: I5b276853d3af71f5e3f0a031fd17b4fff0580020
http://cgit.osmocom.org/openbsc/commit/?id=c53dac7b9141f7c5fb3468e168d399a7…
commit c53dac7b9141f7c5fb3468e168d399a7eec26de7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 20:40:34 2016 +0200
Use new msc_tx_dtap() instead of gsm0808_submit_dtap()
Aim: msc_tx_dtap() shall redirect to IuCS or A interfaces depending on subscr
conn.
Change-Id: I30d961f16eb7b9c0ab9cc3f43198098d3f1a909f
http://cgit.osmocom.org/openbsc/commit/?id=f87d3492d0d0aba22a1f1fbc24b904db…
commit f87d3492d0d0aba22a1f1fbc24b904db9c38ebd8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:41:08 2016 +0200
libiudummy
Change-Id: I4a66c4122011dbc87c6fcb336ab0461b86522c98
http://cgit.osmocom.org/openbsc/commit/?id=8ecc4e3d1a72c5faca6e663f0d48975b…
commit 8ecc4e3d1a72c5faca6e663f0d48975b1225a787
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:59:02 2016 +0200
move to libxsc: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO really?
http://cgit.osmocom.org/openbsc/commit/?id=1e49ad3c2e99440bc44a2e5d6431e4f3…
commit 1e49ad3c2e99440bc44a2e5d6431e4f39b8174fc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:37:59 2016 +0200
msc_compl_l3(): publish in .h, tweak return value
Use new libmsc enum values for return val, to avoid dependency on libbsc
headers.
Make callable from other scopes: publish in osmo_msc.h and remove 'static' in
osmo_msc.c
Change-Id: If24007445899e9c75553a0dbf843ada3566b3380
http://cgit.osmocom.org/openbsc/commit/?id=63b098495b91ef456bcf1f653148cd27…
commit 63b098495b91ef456bcf1f653148cd27369103c2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:58:46 2016 +0200
add cscn_vty.c
Change-Id: I4ac4d09cbe63797dea688ff8aaba61e17c0105ff
http://cgit.osmocom.org/openbsc/commit/?id=9751ef6dc51f3806f6792a6ca88b07f9…
commit 9751ef6dc51f3806f6792a6ca88b07f937d43a0a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:56:06 2016 +0200
add iucs.[hc]
Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b
http://cgit.osmocom.org/openbsc/commit/?id=fa1ca8c629864386a8c58ecc521061b7…
commit fa1ca8c629864386a8c58ecc521061b70c126fe2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:59:55 2016 +0200
add DIUCS debug log constant
Change-Id: Id347a3024fa495a1ab680db7320648d933a4018b
http://cgit.osmocom.org/openbsc/commit/?id=9f93fc9979893ce48110d3cf675f29e1…
commit 9f93fc9979893ce48110d3cf675f29e10f12c473
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:16:45 2016 +0200
gsm0408_loc_upd_rej(): remove bts use (used only for debug log)
Change-Id: I3ac38f4b701ad8308470573260fa91a4b04c2f18
http://cgit.osmocom.org/openbsc/commit/?id=a1a32914ea4e0602b6205d4a3410e648…
commit a1a32914ea4e0602b6205d4a3410e6485991e016
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:43 2016 +0200
subscr_update(): remove bts arg, add lac arg
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.
Change-Id: I9f2b298a785bf4b2a1b3fcdd91b8256106b2d9de
http://cgit.osmocom.org/openbsc/commit/?id=46a58548c44ffab7f183d3accb9b94cb…
commit 46a58548c44ffab7f183d3accb9b94cb3c31b1f7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:35 2016 +0200
subscr_update_expire_lu(): remove bts arg
Change-Id: I26cafd9389aac65e53dc4280a1687c6b8bce3106
http://cgit.osmocom.org/openbsc/commit/?id=d67c8ffce10bfe14a0a8cb1896a28df3…
commit d67c8ffce10bfe14a0a8cb1896a28df381f78e77
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:03:18 2016 +0200
move t3212 to network level (periodic lu) -- TODO vty
http://cgit.osmocom.org/openbsc/commit/?id=f83803f7f4283d49ccb2c7ab475cfa22…
commit f83803f7f4283d49ccb2c7ab475cfa2214fea259
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:50 2016 +0200
libmsc: iucs dev: disable large parts of the code
Change-Id: I3ef6ca26150b6102a0fa22a88a60d9a442d640b4
http://cgit.osmocom.org/openbsc/commit/?id=e1f2c8785b6087d0834c319a5cd408ec…
commit e1f2c8785b6087d0834c319a5cd408ec31a27a37
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.
Add msc_ifaces.[hc], a_iface.c, with a general msc_tx_dtap() to redirect to
different interfaces depending on the actual subscriber connection.
While iu_tx() is going to be functional on this branch, the a_tx() is so far
just a dummy (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).
http://cgit.osmocom.org/openbsc/commit/?id=6464ead9245d8f53f06e61ee5ce33a65…
commit 6464ead9245d8f53f06e61ee5ce33a65785e2029
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:00:23 2016 +0200
gsm_subscriber_connection: mark BSC specific items
The struct shall be split in two later.
Change-Id: Ib9666225fb9bfec2cf1e364343560571869fe6a7
http://cgit.osmocom.org/openbsc/commit/?id=0a1d82f4ee77b949318bbfba30a06a18…
commit 0a1d82f4ee77b949318bbfba30a06a1887e3d8be
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:56:42 2016 +0200
osmo-nitb: exit when MNCC socket init failed
http://cgit.osmocom.org/openbsc/commit/?id=ff95474fc02f81a699b3795e47261726…
commit ff95474fc02f81a699b3795e47261726bb491429
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:12:00 2016 +0200
split bsc_bootstrap_network() in alloc and config
Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a
http://cgit.osmocom.org/openbsc/commit/?id=816ffc7523dfe3af6aac904cdde0eeb3…
commit 816ffc7523dfe3af6aac904cdde0eeb34dc4c5c4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 17:15:44 2016 +0200
split subscr_con_allocate()/_free() in bsc_ and msc_
Rename current subscr_con_allocate() and subscr_con_free to bsc_*,
and add two separate msc_subscr_con_allocate() and _free().
The msc_subscr_con_free() ignores all lchan members.
In libbsc use bsc_*, in libmsc use msc_*.
Change-Id: I3cf7c7cafdf4672ec7b26058bba8a77159855257
Future: there will be distinct subscr conns for libbsc and libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=84ae34a51d422ddbd4f525f008caa79b…
commit 84ae34a51d422ddbd4f525f008caa79b413b97d3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 03:24:41 2016 +0200
move to libxsc: net timezone VTY config
Leave the timezone VTY output in libbsc's config_write_net(), until the BSC/MSC
separation of struct gsm_network is completed.
Change-Id: I9712b2e07b4f1ab8d2e4ad40a8d771e98ed25b20
http://cgit.osmocom.org/openbsc/commit/?id=3ceeb40b031d3b27b5d340a225f04861…
commit 3ceeb40b031d3b27b5d340a225f0486181c746e0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:29:33 2016 +0200
Move timezone settings up to network level
Time zone used to be configurable per-BTS. In the upcoming MSC-split, no BTS
structures will be available on the MSC level. To simplify, drop the ability to
manage several time zones in a core network and place the time zone config on
the network VTY level, i.e. in gsm_network. If we are going to re-add fine
grained time zone settings, it should probably be tied to the LAC.
Adjust time zone VTY config code (to be moved to libxsc in subsequent commit).
Adjust time zone Ctrl Interface code.
Change-Id: I69848887d92990f3d6f969be80f6ef91f6bdbbe8
http://cgit.osmocom.org/openbsc/commit/?id=9f01314fdae8dc7274c5b767d6c1f56f…
commit 9f01314fdae8dc7274c5b767d6c1f56f082b6853
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:56:43 2016 +0200
reinvent connection_for_subscr() and move to libmsc
Implement connection_for_subscr() from a completely different angle: instead of
looking up lchans in bts structs, look up the subscriber in the global list of
gsm_subscriber_connection. static lchan_find() is thus obsoleted.
All callers of connection_for_subscr() live in libmsc, so move to libmsc.
The move and edit are done in a single commit since the old and new
implementation have nothing in common.
Future: osmo-cscn will use this, without bts being present.
Remove implementation of connection_for_subscr() from channel_test.c -- it is
possible that the abort() in there was intended for a regression test, but
actually it seems the implementation was merely added for linking reasons, and
the abort() added to guard against the NULL return value: no comment nor the
commit log indicate that the abort() is test critical; the addition was the
only change in channel_test.c for that commit; at the same time a
connection_for_subscr() call was added in libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=46bcf5343d233d4f69bd47b74b58eb1d…
commit 46bcf5343d233d4f69bd47b74b58eb1daf75a531
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:53:23 2016 +0200
bsc vty: rename show_net_cmd to bsc_show_net_cmd
Future: there will be an MSC-land show-net-cmd, so rename to something with
bsc in its name.
http://cgit.osmocom.org/openbsc/commit/?id=b6b8b8016ff625afff5e966319b62f24…
commit b6b8b8016ff625afff5e966319b62f24168b326d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:16:58 2016 +0200
move to libxsc: network VTY that isn't BSC-specific
Keep only BSC specific bits of the 'network' VTY node in bsc_vty.c, move more
general VTY commands to xsc_vty.c.
Add arg to xsc_vty_init() to pass a config_write_net() function. Pass a libbsc
specific config_write_net() function.
Future: upcoming omso-cscn will re-use the VTY bits moved to libxsc and pass a
different config_write_net() function.
Change-Id: I871b7b32a0c56fdce983e409cf244ec487d24e71
http://cgit.osmocom.org/openbsc/commit/?id=e7da294e68fbde205f8fe38de94340c2…
commit e7da294e68fbde205f8fe38de94340c27e9206b0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:48:39 2016 +0200
move to libxsc: global vty gsm_network pointer
Move gsmnet_from_vty() and the bsc_gsmnet global to xsc_vty.c.
Rename bsc_gsmnet to vty_global_gsm_network and make it static to xsc_vty.c, to
clearly mark the global variable for VTY use only.
Introduce xsc_vty_init() to set vty_global_gsm_network.
Change-Id: I26c5c47de08f899b896813d09612d5cb2f8e42d6
http://cgit.osmocom.org/openbsc/commit/?id=213b87437dc199bb26b9286e08cdec11…
commit 213b87437dc199bb26b9286e08cdec11e0b7dd78
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 03:03:50 2016 +0200
drop libmsc from some tests, drop duplicate libbsc linking
Because of libxsc, tests/gsm0408,subscr,trau no longer need libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=b93f6eb20ed795e46b9487b73167f695…
commit b93f6eb20ed795e46b9487b73167f695d3f342e6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:27:32 2016 +0200
sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter
libbsc and libmsc will have separate subscriber connection structs. Hence don't
rely on gsm_subscriber_connection, but work on a direct pointer to the counter
for the next RP reference.
http://cgit.osmocom.org/openbsc/commit/?id=e56c982229c5810af987d62f7f07e4c9…
commit e56c982229c5810af987d62f7f07e4c9b8bf88cf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:30:17 2016 +0200
factor out & introduce struct gsm_encr, in xsc.h
Factor out encryption info from struct gsm_lchan as struct gsm_encr, placed in
xsc.h.
Change-Id: I94015fb9dd511c37c1e3058a0963c780b3f700ac
Future: this will be used by libmsc's subscriber connection, for osmo-cscn.
http://cgit.osmocom.org/openbsc/commit/?id=c45cfaec4052a3e240d1f3020cd1631f…
commit c45cfaec4052a3e240d1f3020cd1631f8b6c1817
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:04:00 2016 +0200
fix build: osmo-bsc_nat: change linking order
Moving gsm48_create* to libxsc affected linking of osmo-bsc_nat, resulting
in an undefined reference to gsm48_extract_mi().
Fix the issue by placing libfilter.a left of libbsc.a.
http://cgit.osmocom.org/openbsc/commit/?id=a2dcc04205a7f7e9e93270657e4f8bc1…
commit a2dcc04205a7f7e9e93270657e4f8bc1473a7cc0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
move to libxsc: factor out gen of USSD notify and release complete -- TODO subscr_conn
Both libmsc and libbsc need distinct gsm0480_send_ussdNotify() and
gsm0480_send_releaseComplete() functions to account for the distinct subscriber
connection structs.
The current functions live in libmsc, so add the same in libbsc in new file
gsm_04_80_utils.c.
To avoid too much code dup, move the message generation part of
gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() to new functions
gsm0480_gen_ussdNotify() and gsm0480_gen_releaseComplete(), placed in libxsc.
Change-Id: I33a84e3c28576ced91d2ea24103123431f551173
http://cgit.osmocom.org/openbsc/commit/?id=d5f976edd9abb0815b2891ca368c4be2…
commit d5f976edd9abb0815b2891ca368c4be27bf70ef3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:58:51 2016 +0200
move to libxsc: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()
Used by libbsc, libmsc as well as osmo-bsc and osmo-bsc_nat.
http://cgit.osmocom.org/openbsc/commit/?id=a8c25905b47146738994712c5d7482b1…
commit a8c25905b47146738994712c5d7482b109c71704
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:46:29 2016 +0200
move to libxsc: net init 3: actual move
Reincarnate gsm_network_init() as the parts not specific to libbsc.
Move from bsc_network_init() those bits that are not BSC specific (and useful
for upcoming osmo-cscn).
Add libxsc to all linkages that use gsm_network_init().
Note: the only requirement to allow linking gsm_network_init() without libbsc
is to keep the call to gsm_net_update_ctype() out of libxsc. The other items
are kept out of libxsc because it makes sense semantically. But the separation
is not strong in that the BSC specific data members are of course still
omnipresent in struct gsm_network. If bsc_network_init() is not called, these
are not initialized properly -- for now no such callers exist.
So this is just a first step towards a sensible split of the BSC and MSC
gsm_network structs. The long term aim should be to have entirely separate
structs with some common general items.
http://cgit.osmocom.org/openbsc/commit/?id=726ac18e58c8b327ea53143c4b5575e1…
commit 726ac18e58c8b327ea53143c4b5575e1d9aad354
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:57:04 2016 +0200
move to libxsc: net init 2: move bsc_network_init decl to osmo_bsc.h
bsc_network_init() is more fit to live in a BSC specific header.
Change-Id: I9edfb1e748bb1cb484fadd48b0406f5b3098e89b
http://cgit.osmocom.org/openbsc/commit/?id=070d838a4505fc64ad0151fbf56dbbb4…
commit 070d838a4505fc64ad0151fbf56dbbb445feccbf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:45:26 2016 +0200
move to libxsc: net init 1: rename to bsc_network_init
The gsm_network_init() function initializes a whole lot of BSC specific stuff.
Aiming to move some of it to libxsc, first rename it to bsc_network_init().
This will retain the BSC specific stuff when the move is done.
Adjust all callers.
Future: osmo-cscn will call the more generic part and not the BSC specific
part.
Change-Id: I4816ae19374390fc5c64972f7cad2e9ec3d8bcc3
http://cgit.osmocom.org/openbsc/commit/?id=e6678dc87d252b77a05cfbfc278ecb17…
commit e6678dc87d252b77a05cfbfc278ecb17716e8397
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:28:25 2016 +0200
define mncc_recv_cb_t to avoid code dup
Put mncc_recv_cb_t in xsc.h to avoid header include complications: if placing
right above struct gsm_network, one must include gsm_data.h to use
mncc_recv_cb_t as function parameter in a header, which will include
gsm_data_shared.h, which will include xsc.h (future knowledge). Since I will
need to use mncc_recv_cb_t in xsc.h, including gsm_data.h from there would
introduce an #include loop. Avoid that and define mncc_recv_cb_t in xsc.h to
begin with.
http://cgit.osmocom.org/openbsc/commit/?id=8945aedcb8b0d23341b3350afa90274a…
commit 8945aedcb8b0d23341b3350afa90274ac5a76cf1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Add empty libxsc
This will gradually soak up code shared by libbsc and libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=234565bc2c4cd187ee6fd8237ce8e61b…
commit 234565bc2c4cd187ee6fd8237ce8e61b0a5e622b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:07:43 2016 +0200
cosmetic: various comment, whitespace tweaks
http://cgit.osmocom.org/openbsc/commit/?id=54b9a45a0d6d856c63b1d8015ca984af…
commit 54b9a45a0d6d856c63b1d8015ca984af1cb9e3e7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:59:29 2016 +0200
utils/Makefile.am: remove unused LIBOSMOVTY_CFLAGS
http://cgit.osmocom.org/openbsc/commit/?id=f994c5c3b96e24d62451ef7ed531e865…
commit f994c5c3b96e24d62451ef7ed531e86572040c2b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Apr 1 02:17:24 2016 +0200
vty l3 help: fix typo 'comamnds'; fix english s/his//
http://cgit.osmocom.org/openbsc/commit/?id=3e839fcc89450a88f77b840107365af5…
commit 3e839fcc89450a88f77b840107365af546739b0b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:48:53 2016 +0200
debug log for sms: fix/add
One logged the wrong function name. Add others.
http://cgit.osmocom.org/openbsc/commit/?id=29ab44c6f69aa2eb464c21da9fddfa61…
commit 29ab44c6f69aa2eb464c21da9fddfa6189b58dda
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:38:51 2016 +0200
Sanity fixes for gsm0408_dispatch(): rc, assertions
gsm0408_dispatch() is the main entry point for receiving data from the BSC/RNC
level, so make sure callers pass valid pointers before using them all the way
down the code path (related to CID#93769, a fix before this was refactored).
For unknown/unimplemented packet discriminators, make sure to return error
codes.
http://cgit.osmocom.org/openbsc/commit/?id=6ebdddecda35f5bd5094f638b9906d0f…
commit 6ebdddecda35f5bd5094f638b9906d0f7723dac4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:18:08 2016 +0200
abis vty: decouple from global bsc_gsmnet variable
Publish gsmnet_from_vty() in openbsc/vty.h and use in the abis VTY functions.
http://cgit.osmocom.org/openbsc/commit/?id=0d5a11ec44a2f5f397fad790d4ea8659…
commit 0d5a11ec44a2f5f397fad790d4ea86598ac796b8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:09:47 2016 +0200
directly access gsm_network backpointer from gsm_subscriber_connection
The previous commit added a network backpointer to gsm_subscriber_connection.
Use it wherever it makes sense, to skip the step through the bts structure.
In some places, also tweak use of local variables for less code.
http://cgit.osmocom.org/openbsc/commit/?id=8cbf0ed571a74703e71b42fc4f97348c…
commit 8cbf0ed571a74703e71b42fc4f97348cefabf9fa
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 22:33:01 2016 +0200
add gsm_network backpointer to gsm_subscriber_connection
For the upcoming MSCSPLIT, we want a network backpointer without having to
go through a gsm_bts struct.
This commit adds the network pointer, the subsequent commit applies direct
access to the network structure from gsm_subscriber_connection.
http://cgit.osmocom.org/openbsc/commit/?id=40164d43b9ad5fd8594618e14ca1e552…
commit 40164d43b9ad5fd8594618e14ca1e55290fbc743
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:40:19 2016 +0200
bsc_vty_init(): decouple from global bsc_gsmnet
Add an explicit gsm_network pointer instead of using the bsc_gsmnet global, to
pass full control to respective main() contexts.
http://cgit.osmocom.org/openbsc/commit/?id=4f382eb9b1c23f90db634a06d0122352…
commit 4f382eb9b1c23f90db634a06d0122352498633b7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 13:53:47 2016 +0200
talloc_ctx_init(): decouple from global tall_bsc_ctx
Decouple the talloc context allocations from global tall_bsc_ctx pointer.
Future: it appears that talloc_ctx_init() was intended for general use, but is
in fact only used by osmo-nitb. It will be used by the upcoming osmo-cscn as
well.
http://cgit.osmocom.org/openbsc/commit/?id=d3ce79e4fa02d4589abcc25f71693854…
commit d3ce79e4fa02d4589abcc25f716938542f87b4ef
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 19:12:44 2016 +0200
gsm_network_init(): add explicit root talloc ctx
Decouple the root talloc context from libbsc's global talloc_bsc_ctx.
Future: we'll use this for the upcoming MSCSPLIT.
http://cgit.osmocom.org/openbsc/commit/?id=7e6aba963fc14d2c9baacefdbd891fb4…
commit 7e6aba963fc14d2c9baacefdbd891fb4cd34ba00
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 13:39:33 2016 +0200
bsc_init: don't pass telnet dummy conn
gsmnet_from_vty() used to expect vty->priv to point to a gsm_network struct,
but that is not actually the case anymore. The dummy conn to forward the
gsm_network is not needed.
http://cgit.osmocom.org/openbsc/commit/?id=1956137ca996ed810392f224501c8313…
commit 1956137ca996ed810392f224501c83130dd17656
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 19:12:44 2016 +0200
doc: rename nitb graph to bsc, add msc graph
In the light of upcoming split of MSC from BSC (MSCSPLIT), name the realms
'libmsc' and 'libbsc'. Hence the nitb graph becomes the BSC graph, and add a
libmsc graph.
http://cgit.osmocom.org/openbsc/commit/?id=047d1a1c04373e87c6f554b7d149bb3b…
commit 047d1a1c04373e87c6f554b7d149bb3bb8dc1d4c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:50:44 2016 +0200
remove unused bsc_copyright from bsc_vty.c
Change-Id: I281791c0f57ca75ffe14431a3030811b2d224f0b
http://cgit.osmocom.org/openbsc/commit/?id=27b7575014565bcd4e30f6bce4f70f12…
commit 27b7575014565bcd4e30f6bce4f70f1266d2734e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:03:12 2016 +0200
move subscriber conns list into struct gsm_network
Replace the global sub_connections llist with gsm_network.subscr_conns.
Initialize and apply where applicable.
Remove bsc_api_sub_connections(), callers now access gsm_network->subscr_conns
directly.
http://cgit.osmocom.org/openbsc/commit/?id=0516864bd0a26227fd898f5de1a8eeaa…
commit 0516864bd0a26227fd898f5de1a8eeaa14bbe884
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 19:01:09 2016 +0200
sgsn_pdp_upd_gtp_u(): fix return val
Change-Id: Icb6b756bb4ec766416f7108f1217551e9024a28b
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/msc_ifaces.h | 4 ++++
openbsc/src/gprs/sgsn_libgtp.c | 2 +-
openbsc/src/libmsc/gsm_04_08.c | 21 +++++++++++++--------
3 files changed, 18 insertions(+), 9 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, users/neels/iucs has been updated
discards 599ae47fc601fda0eb42b3d76a1849322348ad27 (commit)
discards 34be95fb80bda800f8a699cb66f8d5618fe55b89 (commit)
discards af9f1ddd40d688fa27bf14bccf02b6cee67c275f (commit)
discards d2720dc977ff3a4f90344fb9c2448725e3987a8e (commit)
discards cfe7be63913f7fbfa5e349843cd73c897689cdfa (commit)
discards 5c80d8ace87e0ac42d43aaef6d28a7410eb7b9de (commit)
discards 100a387c9589fa31c08ee4b8cc26735ee9d51d3e (commit)
discards 58ebbc1a29ca525d88244bf601eb8a5e66dd3798 (commit)
discards bdb6e72599bafa36c4b92d4da080db688d3e13ec (commit)
discards 28e14d18ebd74d8507b3d64afb1732f9741639cc (commit)
discards bc0e3fe0fa8b7fd468abf21a5398a0ba6fad693f (commit)
discards e5891a4834bd061259c8a9caa4fee3e628a7db79 (commit)
discards 1c07b7fac2a88a0401b94eef345cf7144c606469 (commit)
discards a6190cc6c602d4a848d67b459e918d9fe52097ca (commit)
discards 290eba55b5002142baf7c98b0f5f580d972955f4 (commit)
discards b73c051f46f5d520f6b02d691dcb0a238cfe4ea4 (commit)
discards 6475cab3fa59c94d7fdf06f4dcdf2ad3747c538b (commit)
discards b062b13e6700255b6ae9623ed11c532afc34ff27 (commit)
discards 77bea81030ed2961b5317946e34bb7710663d916 (commit)
discards cd3b427fd46592338141a366f700881699bde0e3 (commit)
discards ce839e900b34e4c33f1dbfbf0bbecce6122a16e2 (commit)
discards 298df8118dc9ab0eb71f73e2b1561e4df57ca443 (commit)
discards 1c7eee0c6429b11d8a9a10c1259fbc251616db65 (commit)
discards 4b8e976a16f1ae81d97ccc7f56e3f9ac7c921720 (commit)
discards 752e310bad97e1c9e68303cfa14f06509bf07b8f (commit)
discards 7e903e5943f39e3824efb21260c327e986569e59 (commit)
discards c4342c2e20c417d0ed1a1562e9b374ebbec12f56 (commit)
discards 05a55f2cf8d053ac420d470de652d0d89d66c437 (commit)
discards e5464d0909eeb2c58bc137a09dfa19afbab3b471 (commit)
discards 1abb134f05563e1c8b988abd614004bb06b3a718 (commit)
discards ad402b87652649ece2fce712e94e6c67fd4170c7 (commit)
discards 914ba9456cd7d59d76474e7a7454c9baf1fa0824 (commit)
discards be28712c4cebd1f5f465314a73c3c34c1253bc34 (commit)
discards ea325214525c7e5e908d3804d20e186840ca8ba7 (commit)
discards e0813f8f578a4cde70dfb27bf69ea94282ddcd50 (commit)
discards d7116faa771326460284cdb89cca721f7a1251a0 (commit)
discards 7f9cca8b8fd8093e34080d9e05ae6d79253b1233 (commit)
discards 51282f77d0b12cfb931571538b836408ff8ab053 (commit)
discards ace777327c58e15c8d63e874f6022c534b61d3d7 (commit)
discards 40b09135b3190f34e2e2f1537d547e57bee239cc (commit)
discards d4863a67e2dc9b0741a9d767aa09118bb7b5356a (commit)
discards 1b98d66083b0c1e05c2ee728dc7c55215a7781ff (commit)
discards d522b191215435a2be103183bb1e89e9f949468b (commit)
discards 1ddbc363e81aaa492e234f1b58f5a05587af6cf6 (commit)
discards c41f37b7cc7fb76279c855e8f35103bd5b0518e1 (commit)
discards e0061ef8dccf8def79eac7ab816a87d80f17852a (commit)
discards 86bc3d0eb8665b432da4f02411d44fb8246c4e9d (commit)
discards 5e4c14bfa3f44115e4350a2d3643df5bd73ce54a (commit)
discards dc897611b3c4a702e6762ca0683c14053620071a (commit)
discards a1a637ef8b6604e16d8be749b262a9de1953db43 (commit)
discards f343967c9be7b96ead47e979a49c688844a6882c (commit)
discards 7c9f898fe5b128e3fbb10531f47a197827fa7cdb (commit)
discards 72ce6daea28a60615d278b5c231ea0170b709981 (commit)
discards 96bf441f4a69a47eecba25a9e9e45b700c6694b3 (commit)
discards fe8c0076480fdebcdfccc487f614ca7168067136 (commit)
discards 4dcab1b8d1ea1f5385176d87a22e2af80e57eb8c (commit)
discards 1cddadacd8d8cfadc58db4c129ae603c79409806 (commit)
discards 5276a535254eaeb7ae38a45ed1b8d97f6afdb6b9 (commit)
discards 1aa2fa743d492695c70ed4e50f1ce04c56f7a1dd (commit)
discards f18c918fdb33d7a10b6f42ee63c7d6a7f1b49a2d (commit)
discards 97d9e09556e6ca85a951873be2cec59b72da8dc4 (commit)
discards 8d44cebde580f583ebd524f9f34915ff4178d947 (commit)
discards cba7a2ca0091507ab5da0596a2fbddd2831aaddb (commit)
discards 819a5ae77cfb5923ff561e290f173549043f0155 (commit)
discards b6b3d2a6c40c8bca7793cba1ea76d24546264089 (commit)
discards d4adc6b2358a01fa1f221153f68e54736e1558ca (commit)
discards 206e1256e1b4013271a582ecce6d08f6fb88bf1a (commit)
discards 38b99665b1bf20ff9d768f537cf39a27fe3da50e (commit)
discards f7899828846289cf9b57567fbdfca10583ddfb91 (commit)
discards ede8115d38e3d8a09dc9158262acb2b3b4758679 (commit)
discards 581914d10947b3ecc854599f324b4c01f768be43 (commit)
discards 2dff96e6839afb3d731999f848a22dcf88e21312 (commit)
discards 7585a79ece1c38b418a9d1a0cf56236641dde237 (commit)
discards 13e39cbf4ea6d6e875db8c1adeb5468f86adb30f (commit)
discards 977d3cc2c584b5fc180b9b5bcbbb753ac7f97129 (commit)
discards c8106ba0fba3042056aeadb685bdcc2e2511f280 (commit)
discards 28607e9c13ec3bd41f23129e93a9bba82ad8c446 (commit)
via b3d283e1afc0b8c4a8b998d4db43586143d70406 (commit)
via 96c6dad5648b444339f119653ab7341d455aebc0 (commit)
via 845d853f2a14ac55159f3f4708ce8a052925c81a (commit)
via 83368253beddd2ae18554a0c17d23497f9d4de35 (commit)
via 2150319cb355ebfe2dc763c60d9f06cdf9a7c043 (commit)
via a226f02ae0e7fbe3dc2972feb38c4948d30c5701 (commit)
via 5d7e433e135490174c1df4d1ab8fd2c7b1436820 (commit)
via 8b3626cdbaac1c8d52474c9f6b89ad51f6a43e04 (commit)
via 24afd2e1136c3c09d22b760b6db21388610a548b (commit)
via c5b6b3450e452e7ed1b1521c076fd82986eab2e1 (commit)
via af9e3687856b10a438caa8d24b9cfecd93bfcddc (commit)
via e5ba388532ecfb5c08298fcadc0c1f36d5a30ad8 (commit)
via 67ea79f2de61376beb93be7c78e547bbb591f046 (commit)
via c144cd6aa7ee0bdc2ac77a5c0ffb5c350dd97787 (commit)
via 050eb54f70f59a4df7f43d0e551a44e2dd55bb36 (commit)
via cd8e24f8446d5b814db4909a9a6a7a25637c5d55 (commit)
via f7050367e86944ae5fd060acb635e3a3ba460dee (commit)
via 1548f27b7a9d3893ac3d7d7b9b75a2906528539d (commit)
via e6142cfb69246679a0ee2d90c5c8811344548b71 (commit)
via 034fbff0d3579844da2ca80d5a2643b7c44adf00 (commit)
via e17e61d4c05d95f6fb3d75428933962208fa4c0e (commit)
via eec0b60f8eea10394cad5263d62075a1a5ea3635 (commit)
via 78026ed306e11ff6e44d169c9cad290b7089c967 (commit)
via c37864f91ce4550f7ed8b3f235f4d139e3e4f02a (commit)
via 108d70371ab4b80e801b5ada46af32ba95a7096b (commit)
via cb253988064638118a90632a29afe2788c38303e (commit)
via e687c81e8b02b1ce4b05225e99c6d47674090036 (commit)
via 82b9b90fe4e96440e1f34a86a4190d8c26137f35 (commit)
via 95f43cc05dc9ca760c1db32079f4515e60c4f25f (commit)
via 71e91a4d282fe1574448b3f2cd94f733b713b59a (commit)
via 7954e7197dc65764561df6d583fe5e74c181442b (commit)
via 31278343bea1ab4a3db5461deb4926c7ffdec909 (commit)
via 7f7c20c79bf115efe013b94cbaed00a974bbfeea (commit)
via 3442095a2eed4967f198a9bc26cb867063d3c120 (commit)
via e806d8921afbade76cdf1ab8972ef7c81ad9882a (commit)
via 25328ebc0e16785c075d74a039e27a5847a1bb13 (commit)
via a4606efde26c42ebf2ecf59f7979c17b06a9715f (commit)
via 7829eaf003c7f89cc88a54463e902d240ab2b0c5 (commit)
via c05017491a575782f1530df402e082fca8c7b74d (commit)
via 35f41d1a5d1981cbe345f93ece5b0ed8b2675a42 (commit)
via a79616b326d9da8c46caa90f4aa7478eb68269dc (commit)
via a0fd184b814dd90a6eea0c0c9ce7983d4065de02 (commit)
via b7f34df99428c30c6bf06291adf783f5c4edc168 (commit)
via 98413f6a6b840672cad6f28c572894e18d5625bf (commit)
via 7787ababfdde3aaaa6e9819cf5370fc671fd6546 (commit)
via 8e29d5be183853a018939d2daf93cbcd76c57173 (commit)
via c5aed1a64a406ae3957c0614b179f6694313f285 (commit)
via 35904c2111ce75f4b890773d59f909babe5e0876 (commit)
via b39cd5b88206cfc28722a18aaf51f713d1774a0c (commit)
via 91200d4e5a1b928b69f0c91bfc1c20daa9d68a0c (commit)
via 2f5605aaff436e83203b01bbe60ddddb21686549 (commit)
via 6b21598f97a2c00d44b44a0afc6a36db7989ed03 (commit)
via a11c3f6bb93b34aeea04af9ab29c5e9b76349c3e (commit)
via 9c1fe7e50ae668d5fe66b6dfda66237c070e7803 (commit)
via 044bdccb7483107fa79c5453b3605ee57fa5beff (commit)
via 5507c196c8cbc1d41a61daaa05aa9242d5ee689b (commit)
via a6f35fccfb187456fde5126211cc36b33c2c990b (commit)
via 71cbfd7fe949f4f1e9bf6d7a007bf6e98fed44ce (commit)
via c6c9433a79183670201d9b256a9110420926d35f (commit)
via 7e710e0042d6bab23ed150b86dd450648de2b091 (commit)
via 63c08bd7fa4d2486942b51453e1b9f977d7d2f6f (commit)
via 15e76857fbf6f3ac3ba176f81a10ba39f6fd87ac (commit)
via 7e3b8b594e2b67148614ec982946d49d68c118b3 (commit)
via ec89855e806ee1c7e69b92cde6e196fd78f22dc6 (commit)
via 8688297b0e9ef059603559b657c7418208a7357c (commit)
via 8c9e4200ea4f81fb399a7e9f0433df12b9a48f33 (commit)
via 1ecf1c54b185b0d3c58544b8e77acc8fc7eeb30f (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 (599ae47fc601fda0eb42b3d76a1849322348ad27)
\
N -- N -- N (b3d283e1afc0b8c4a8b998d4db43586143d70406)
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=b3d283e1afc0b8c4a8b998d4db435861…
commit b3d283e1afc0b8c4a8b998d4db43586143d70406
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:12:11 2016 +0200
remove tch_rtp_signal()
Change-Id: Icf47ac9114c47383bd072eaa91cbd5213ead6c14
http://cgit.osmocom.org/openbsc/commit/?id=96c6dad5648b444339f119653ab7341d…
commit 96c6dad5648b444339f119653ab7341d455aebc0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:21:52 2016 +0200
remove handle_abisip_signal()
Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41
http://cgit.osmocom.org/openbsc/commit/?id=845d853f2a14ac55159f3f4708ce8a05…
commit 845d853f2a14ac55159f3f4708ce8a052925c81a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:20:34 2016 +0200
tests_db
http://cgit.osmocom.org/openbsc/commit/?id=83368253beddd2ae18554a0c17d23497…
commit 83368253beddd2ae18554a0c17d23497f9d4de35
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:20:26 2016 +0200
tests_channel
http://cgit.osmocom.org/openbsc/commit/?id=2150319cb355ebfe2dc763c60d9f06cd…
commit 2150319cb355ebfe2dc763c60d9f06cdf9a7c043
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 17:13:28 2016 +0200
make tests/bsc rm dup link
http://cgit.osmocom.org/openbsc/commit/?id=a226f02ae0e7fbe3dc2972feb38c4948…
commit a226f02ae0e7fbe3dc2972feb38c4948d30c5701
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:48:50 2016 +0200
Move T3212 (periodic LU timer) up to network level WIP
TODO: adjust VTY
Change-Id: Ifb730f9d0106fe195adc30459a39290a07313b50
http://cgit.osmocom.org/openbsc/commit/?id=5d7e433e135490174c1df4d1ab8fd2c7…
commit 5d7e433e135490174c1df4d1ab8fd2c7b1436820
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 15:35:37 2016 +0200
gsm0408_clear_request(): actually free the released conn
By having conn->in_release == 1, calling msc_release_connection() has no
effect and thus never frees the conn. So, after all pending requests have
been discarded, also discard and free the unused connection.
http://cgit.osmocom.org/openbsc/commit/?id=8b3626cdbaac1c8d52474c9f6b89ad51…
commit 8b3626cdbaac1c8d52474c9f6b89ad51f6a43e04
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:29:35 2016 +0200
skip a channel test
Change-Id: Id56fa16a8cb3e59e0222eae47ceb06866eb824b4
http://cgit.osmocom.org/openbsc/commit/?id=24afd2e1136c3c09d22b760b6db21388…
commit 24afd2e1136c3c09d22b760b6db21388610a548b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:28:51 2016 +0200
cscn vty
Change-Id: I8f8980d6cfbf26f1b0e0197939833e55dbe521fb
http://cgit.osmocom.org/openbsc/commit/?id=c5b6b3450e452e7ed1b1521c076fd829…
commit c5b6b3450e452e7ed1b1521c076fd82986eab2e1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:24:26 2016 +0200
move subscr_request
Change-Id: Ia1f566675b2f052881aba18be5c42992719c47bd
http://cgit.osmocom.org/openbsc/commit/?id=af9e3687856b10a438caa8d24b9cfecd…
commit af9e3687856b10a438caa8d24b9cfecd93bfcddc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:24:12 2016 +0200
add iu.h to gsm_subscriber.c
Change-Id: I398aaa4a7328a58fb0d563725f3bea26482929ef
http://cgit.osmocom.org/openbsc/commit/?id=e5ba388532ecfb5c08298fcadc0c1f36…
commit e5ba388532ecfb5c08298fcadc0c1f36d5a30ad8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:20:12 2016 +0200
whitespace
Change-Id: Ic068a6367fedbeb07907b645fe0981961a6f4a0a
http://cgit.osmocom.org/openbsc/commit/?id=67ea79f2de61376beb93be7c78e547bb…
commit 67ea79f2de61376beb93be7c78e547bbb591f046
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:13:32 2016 +0200
don't use lchan in libmsc
Change-Id: Ic7ed7faa2bcc7aae799f41ed4abc2c001bfb61b7
http://cgit.osmocom.org/openbsc/commit/?id=c144cd6aa7ee0bdc2ac77a5c0ffb5c35…
commit c144cd6aa7ee0bdc2ac77a5c0ffb5c350dd97787
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:13:52 2016 +0200
msc_tx_dtap
Change-Id: I4535bcbd29696033e0a1b0ac3ca5c68f0647b826
http://cgit.osmocom.org/openbsc/commit/?id=050eb54f70f59a4df7f43d0e551a44e2…
commit 050eb54f70f59a4df7f43d0e551a44e2dd55bb36
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:39 2016 +0200
gsm_04_08.c: iu.h
Change-Id: I624612b5d5cd70770326347634aee2a42ba88945
http://cgit.osmocom.org/openbsc/commit/?id=cd8e24f8446d5b814db4909a9a6a7a25…
commit cd8e24f8446d5b814db4909a9a6a7a25637c5d55
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:17 2016 +0200
IuCS auth
Change-Id: Id09e26126979d418a422df24bc50b56454b16c7e
http://cgit.osmocom.org/openbsc/commit/?id=f7050367e86944ae5fd060acb635e3a3…
commit f7050367e86944ae5fd060acb635e3a3ba460dee
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:09:47 2016 +0200
temporary dev: set debug log level almost everywhere
Change-Id: I0d5a36560e7edde27497de57e579f5b1d00eb525
http://cgit.osmocom.org/openbsc/commit/?id=1548f27b7a9d3893ac3d7d7b9b75a290…
commit 1548f27b7a9d3893ac3d7d7b9b75a2906528539d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:04:56 2016 +0200
implement IuCS paging -- TODO details
http://cgit.osmocom.org/openbsc/commit/?id=e6142cfb69246679a0ee2d90c5c88113…
commit e6142cfb69246679a0ee2d90c5c8811344548b71
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:57:25 2016 +0200
paging: add todo comments for paging and mscsplit
Change-Id: I7e72c9db2837ea5edf45f6037cb0288a264d492c
http://cgit.osmocom.org/openbsc/commit/?id=034fbff0d3579844da2ca80d5a2643b7…
commit 034fbff0d3579844da2ca80d5a2643b7c44adf00
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:07:23 2016 +0200
subscr_request_channel() -> subscr_request_conn()
Change-Id: Ife8e10b240693a8d369139881774f1892044aa65
http://cgit.osmocom.org/openbsc/commit/?id=e17e61d4c05d95f6fb3d754289339622…
commit e17e61d4c05d95f6fb3d75428933962208fa4c0e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:55 2016 +0200
add subscr_authorized()
Change-Id: If2ef06b1229351127c61477ca14653d6ae4cb6bb
http://cgit.osmocom.org/openbsc/commit/?id=eec0b60f8eea10394cad5263d62075a1…
commit eec0b60f8eea10394cad5263d62075a1a5ea3635
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:04:41 2016 +0200
gsm_subscriber: include bool
Change-Id: I76edf962f77f8b2685e5e040ddf57d7691086eff
http://cgit.osmocom.org/openbsc/commit/?id=78026ed306e11ff6e44d169c9cad290b…
commit 78026ed306e11ff6e44d169c9cad290b7089c967
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:13 2016 +0200
move subscr_request to gsm_subscriber.h
Change-Id: Idbbd39b0e068da17aafa97e315143509c69c50ea
http://cgit.osmocom.org/openbsc/commit/?id=c37864f91ce4550f7ed8b3f235f4d139…
commit c37864f91ce4550f7ed8b3f235f4d139e3e4f02a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:01:01 2016 +0200
add gsm_encr to subscr_conn
Change-Id: Id5797cd1f1bfa2cca2d3fbabc1981aa75546421b
http://cgit.osmocom.org/openbsc/commit/?id=108d70371ab4b80e801b5ada46af32ba…
commit 108d70371ab4b80e801b5ada46af32ba95a7096b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:41:08 2016 +0200
libiudummy
Change-Id: I4a66c4122011dbc87c6fcb336ab0461b86522c98
http://cgit.osmocom.org/openbsc/commit/?id=cb253988064638118a90632a29afe278…
commit cb253988064638118a90632a29afe2788c38303e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:14:09 2016 +0200
comment
http://cgit.osmocom.org/openbsc/commit/?id=e687c81e8b02b1ce4b05225e99c6d476…
commit e687c81e8b02b1ce4b05225e99c6d47674090036
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:04:40 2016 +0200
comment
http://cgit.osmocom.org/openbsc/commit/?id=82b9b90fe4e96440e1f34a86a4190d8c…
commit 82b9b90fe4e96440e1f34a86a4190d8c26137f35
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:29:41 2016 +0200
comment
http://cgit.osmocom.org/openbsc/commit/?id=95f43cc05dc9ca760c1db32079f4515e…
commit 95f43cc05dc9ca760c1db32079f4515e60c4f25f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:26:47 2016 +0200
comment
http://cgit.osmocom.org/openbsc/commit/?id=71e91a4d282fe1574448b3f2cd94f733…
commit 71e91a4d282fe1574448b3f2cd94f733b713b59a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:44:39 2016 +0200
move to libbsc: lchan_next_meas_rep() -- TODO really?
Change-Id: I4ea799c5fa61f81c404e6ef1b9ac86a8faa1fb49
http://cgit.osmocom.org/openbsc/commit/?id=7954e7197dc65764561df6d583fe5e74…
commit 7954e7197dc65764561df6d583fe5e74c181442b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:59:16 2016 +0200
move to libbsc: gsm_bts_neighbor() -- TODO really?
Change-Id: I63d4835dc7aabdf176e0ca634a6a4ca527612693
http://cgit.osmocom.org/openbsc/commit/?id=31278343bea1ab4a3db5461deb4926c7…
commit 31278343bea1ab4a3db5461deb4926c7ffdec909
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:14:33 2016 +0200
move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLIT
http://cgit.osmocom.org/openbsc/commit/?id=7f7c20c79bf115efe013b94cbaed00a9…
commit 7f7c20c79bf115efe013b94cbaed00a974bbfeea
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:59:02 2016 +0200
move to libxsc: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO really?
http://cgit.osmocom.org/openbsc/commit/?id=3442095a2eed4967f198a9bc26cb8670…
commit 3442095a2eed4967f198a9bc26cb867063d3c120
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:21:58 2016 +0200
gsm0408_test: use NULL for root ctx -- TODO really?
http://cgit.osmocom.org/openbsc/commit/?id=e806d8921afbade76cdf1ab8972ef7c8…
commit e806d8921afbade76cdf1ab8972ef7c81ad9882a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:30:26 2016 +0200
gsm_04_08: remove apply_codec_restrictions() -- TODO really?
This function is wrongly placed on the MSC level.
Unfortunately I cannot remember the very plausible details that hwelte had
back in the days to argue for this change. (Refactoring an old commit that
fails to explain in more detail.)
Change-Id: I82623847e652a59a921d2fb142b77cf22420a746
http://cgit.osmocom.org/openbsc/commit/?id=25328ebc0e16785c075d74a039e27a58…
commit 25328ebc0e16785c075d74a039e27a5847a1bb13
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:04:28 2016 +0200
include msc_ifaces.h in gsm_04_08.c
Change-Id: I11be1bdfe6993f89b34319e7d1526c729d6e0cde
http://cgit.osmocom.org/openbsc/commit/?id=a4606efde26c42ebf2ecf59f7979c17b…
commit a4606efde26c42ebf2ecf59f7979c17b06a9715f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:46:23 2016 +0200
msc_release_connection(): don't call gsm0808_clear()
Change-Id: I149146fc3cb99ef4a21ee2a798231bb070f398cd
http://cgit.osmocom.org/openbsc/commit/?id=7829eaf003c7f89cc88a54463e902d24…
commit 7829eaf003c7f89cc88a54463e902d240ab2b0c5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 13:09:14 2016 +0200
libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)
In osmo-nitb, libmsc would directly call the functions on the BSC level, not
always via the bsc_api. When separating libmsc from libbsc, some functions are
missing from the linkage.
Hence duplicate these functions to libmsc, add an msc_ prefix for clarity, also
add a _tx to gsm0808_cipher_mode():
* add msc_gsm0808_tx_cipher_mode() (dummy/stub)
* add msc_gsm48_tx_mm_serv_ack()
* add msc_gsm48_tx_mm_serv_rej()
Call these from libmsc instead of
* gsm0808_cipher_mode()
* gsm48_tx_mm_serv_ack()
* gsm48_tx_mm_serv_rej()
Change-Id: I5b276853d3af71f5e3f0a031fd17b4fff0580020
http://cgit.osmocom.org/openbsc/commit/?id=c05017491a575782f1530df402e082fc…
commit c05017491a575782f1530df402e082fca8c7b74d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 20:40:34 2016 +0200
Use new msc_tx_dtap() instead of gsm0808_submit_dtap()
Aim: msc_tx_dtap() shall redirect to IuCS or A interfaces depending on subscr
conn.
Change-Id: I30d961f16eb7b9c0ab9cc3f43198098d3f1a909f
http://cgit.osmocom.org/openbsc/commit/?id=35f41d1a5d1981cbe345f93ece5b0ed8…
commit 35f41d1a5d1981cbe345f93ece5b0ed8b2675a42
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:57:14 2016 +0200
osmo-nitb becomes osmo-cscn
Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b
http://cgit.osmocom.org/openbsc/commit/?id=a79616b326d9da8c46caa90f4aa7478e…
commit a79616b326d9da8c46caa90f4aa7478eb68269dc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:37:59 2016 +0200
msc_compl_l3(): publish in .h, tweak return value
Use new libmsc enum values for return val, to avoid dependency on libbsc
headers.
Make callable from other scopes: publish in osmo_msc.h and remove 'static' in
osmo_msc.c
Change-Id: If24007445899e9c75553a0dbf843ada3566b3380
http://cgit.osmocom.org/openbsc/commit/?id=a0fd184b814dd90a6eea0c0c9ce7983d…
commit a0fd184b814dd90a6eea0c0c9ce7983d4065de02
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:58:46 2016 +0200
add cscn_vty.c
Change-Id: I4ac4d09cbe63797dea688ff8aaba61e17c0105ff
http://cgit.osmocom.org/openbsc/commit/?id=b7f34df99428c30c6bf06291adf783f5…
commit b7f34df99428c30c6bf06291adf783f5c4edc168
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:56:06 2016 +0200
add iucs.[hc]
Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b
http://cgit.osmocom.org/openbsc/commit/?id=98413f6a6b840672cad6f28c572894e1…
commit 98413f6a6b840672cad6f28c572894e18d5625bf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:59:55 2016 +0200
add DIUCS debug log constant
Change-Id: Id347a3024fa495a1ab680db7320648d933a4018b
http://cgit.osmocom.org/openbsc/commit/?id=7787ababfdde3aaaa6e9819cf5370fc6…
commit 7787ababfdde3aaaa6e9819cf5370fc671fd6546
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:16:45 2016 +0200
gsm0408_loc_upd_rej(): remove bts use (used only for debug log)
Change-Id: I3ac38f4b701ad8308470573260fa91a4b04c2f18
http://cgit.osmocom.org/openbsc/commit/?id=8e29d5be183853a018939d2daf93cbcd…
commit 8e29d5be183853a018939d2daf93cbcd76c57173
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:43 2016 +0200
subscr_update(): remove bts arg, add lac arg
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.
Change-Id: I9f2b298a785bf4b2a1b3fcdd91b8256106b2d9de
http://cgit.osmocom.org/openbsc/commit/?id=c5aed1a64a406ae3957c0614b179f669…
commit c5aed1a64a406ae3957c0614b179f6694313f285
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:35 2016 +0200
subscr_update_expire_lu(): remove bts arg
Change-Id: I26cafd9389aac65e53dc4280a1687c6b8bce3106
http://cgit.osmocom.org/openbsc/commit/?id=35904c2111ce75f4b890773d59f909ba…
commit 35904c2111ce75f4b890773d59f909babe5e0876
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 17:57:42 2016 +0200
expire_lu
Change-Id: I1723721e8e75a908bc3d5d6dd565f846a6882137
http://cgit.osmocom.org/openbsc/commit/?id=b39cd5b88206cfc28722a18aaf51f713…
commit b39cd5b88206cfc28722a18aaf51f713d1774a0c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 17:57:28 2016 +0200
split
Change-Id: I4a09728f3514f3a3b0d06f22d30e1d582f4e5413
http://cgit.osmocom.org/openbsc/commit/?id=91200d4e5a1b928b69f0c91bfc1c20da…
commit 91200d4e5a1b928b69f0c91bfc1c20daa9d68a0c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:03:18 2016 +0200
move t3212 to network level (periodic lu) -- TODO vty
http://cgit.osmocom.org/openbsc/commit/?id=2f5605aaff436e83203b01bbe60ddddb…
commit 2f5605aaff436e83203b01bbe60ddddb21686549
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:50 2016 +0200
libmsc: iucs dev: disable large parts of the code
Change-Id: I3ef6ca26150b6102a0fa22a88a60d9a442d640b4
http://cgit.osmocom.org/openbsc/commit/?id=6b21598f97a2c00d44b44a0afc6a36db…
commit 6b21598f97a2c00d44b44a0afc6a36db7989ed03
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.
Add msc_ifaces.[hc], a_iface.c, with a general msc_tx_dtap() to redirect to
different interfaces depending on the actual subscriber connection.
While iu_tx() is going to be functional on this branch, the a_tx() is so far
just a dummy (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).
http://cgit.osmocom.org/openbsc/commit/?id=a11c3f6bb93b34aeea04af9ab29c5e9b…
commit a11c3f6bb93b34aeea04af9ab29c5e9b76349c3e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:00:23 2016 +0200
gsm_subscriber_connection: mark BSC specific items
The struct shall be split in two later.
Change-Id: Ib9666225fb9bfec2cf1e364343560571869fe6a7
http://cgit.osmocom.org/openbsc/commit/?id=9c1fe7e50ae668d5fe66b6dfda66237c…
commit 9c1fe7e50ae668d5fe66b6dfda66237c070e7803
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:56:42 2016 +0200
osmo-nitb: exit when MNCC socket init failed
http://cgit.osmocom.org/openbsc/commit/?id=044bdccb7483107fa79c5453b3605ee5…
commit 044bdccb7483107fa79c5453b3605ee57fa5beff
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:12:00 2016 +0200
split bsc_bootstrap_network() in alloc and config
Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a
http://cgit.osmocom.org/openbsc/commit/?id=5507c196c8cbc1d41a61daaa05aa9242…
commit 5507c196c8cbc1d41a61daaa05aa9242d5ee689b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 17:15:44 2016 +0200
split subscr_con_allocate()/_free() in bsc_ and msc_
Rename current subscr_con_allocate() and subscr_con_free to bsc_*,
and add two separate msc_subscr_con_allocate() and _free().
The msc_subscr_con_free() ignores all lchan members.
In libbsc use bsc_*, in libmsc use msc_*.
Change-Id: I3cf7c7cafdf4672ec7b26058bba8a77159855257
Future: there will be distinct subscr conns for libbsc and libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=a6f35fccfb187456fde5126211cc36b3…
commit a6f35fccfb187456fde5126211cc36b33c2c990b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 03:24:41 2016 +0200
move to libxsc: net timezone VTY config
Leave the timezone VTY output in libbsc's config_write_net(), until the BSC/MSC
separation of struct gsm_network is completed.
Change-Id: I9712b2e07b4f1ab8d2e4ad40a8d771e98ed25b20
http://cgit.osmocom.org/openbsc/commit/?id=71cbfd7fe949f4f1e9bf6d7a007bf6e9…
commit 71cbfd7fe949f4f1e9bf6d7a007bf6e98fed44ce
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:29:33 2016 +0200
Move timezone settings up to network level
Time zone used to be configurable per-BTS. In the upcoming MSC-split, no BTS
structures will be available on the MSC level. To simplify, drop the ability to
manage several time zones in a core network and place the time zone config on
the network VTY level, i.e. in gsm_network. If we are going to re-add fine
grained time zone settings, it should probably be tied to the LAC.
Adjust time zone VTY config code (to be moved to libxsc in subsequent commit).
Adjust time zone Ctrl Interface code.
Change-Id: I69848887d92990f3d6f969be80f6ef91f6bdbbe8
http://cgit.osmocom.org/openbsc/commit/?id=c6c9433a79183670201d9b256a911042…
commit c6c9433a79183670201d9b256a9110420926d35f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:56:43 2016 +0200
reinvent connection_for_subscr() and move to libmsc
Implement connection_for_subscr() from a completely different angle: instead of
looking up lchans in bts structs, look up the subscriber in the global list of
gsm_subscriber_connection. static lchan_find() is thus obsoleted.
All callers of connection_for_subscr() live in libmsc, so move to libmsc.
The move and edit are done in a single commit since the old and new
implementation have nothing in common.
Future: osmo-cscn will use this, without bts being present.
Remove implementation of connection_for_subscr() from channel_test.c -- it is
possible that the abort() in there was intended for a regression test, but
actually it seems the implementation was merely added for linking reasons, and
the abort() added to guard against the NULL return value: no comment nor the
commit log indicate that the abort() is test critical; the addition was the
only change in channel_test.c for that commit; at the same time a
connection_for_subscr() call was added in libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=7e710e0042d6bab23ed150b86dd45064…
commit 7e710e0042d6bab23ed150b86dd450648de2b091
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:53:23 2016 +0200
bsc vty: rename show_net_cmd to bsc_show_net_cmd
Future: there will be an MSC-land show-net-cmd, so rename to something with
bsc in its name.
http://cgit.osmocom.org/openbsc/commit/?id=63c08bd7fa4d2486942b51453e1b9f97…
commit 63c08bd7fa4d2486942b51453e1b9f977d7d2f6f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:16:58 2016 +0200
move to libxsc: network VTY that isn't BSC-specific
Keep only BSC specific bits of the 'network' VTY node in bsc_vty.c, move more
general VTY commands to xsc_vty.c.
Add arg to xsc_vty_init() to pass a config_write_net() function. Pass a libbsc
specific config_write_net() function.
Future: upcoming omso-cscn will re-use the VTY bits moved to libxsc and pass a
different config_write_net() function.
Change-Id: I871b7b32a0c56fdce983e409cf244ec487d24e71
http://cgit.osmocom.org/openbsc/commit/?id=15e76857fbf6f3ac3ba176f81a10ba39…
commit 15e76857fbf6f3ac3ba176f81a10ba39f6fd87ac
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:48:39 2016 +0200
move to libxsc: global vty gsm_network pointer
Move gsmnet_from_vty() and the bsc_gsmnet global to xsc_vty.c.
Rename bsc_gsmnet to vty_global_gsm_network and make it static to xsc_vty.c, to
clearly mark the global variable for VTY use only.
Introduce xsc_vty_init() to set vty_global_gsm_network.
Change-Id: I26c5c47de08f899b896813d09612d5cb2f8e42d6
http://cgit.osmocom.org/openbsc/commit/?id=7e3b8b594e2b67148614ec982946d49d…
commit 7e3b8b594e2b67148614ec982946d49d68c118b3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 03:03:50 2016 +0200
drop libmsc from some tests, drop duplicate libbsc linking
Because of libxsc, tests/gsm0408,subscr,trau no longer need libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=ec89855e806ee1c7e69b92cde6e196fd…
commit ec89855e806ee1c7e69b92cde6e196fd78f22dc6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:27:32 2016 +0200
sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter
libbsc and libmsc will have separate subscriber connection structs. Hence don't
rely on gsm_subscriber_connection, but work on a direct pointer to the counter
for the next RP reference.
http://cgit.osmocom.org/openbsc/commit/?id=8688297b0e9ef059603559b657c74182…
commit 8688297b0e9ef059603559b657c7418208a7357c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:30:17 2016 +0200
factor out & introduce struct gsm_encr, in xsc.h
Factor out encryption info from struct gsm_lchan as struct gsm_encr, placed in
xsc.h.
Change-Id: I94015fb9dd511c37c1e3058a0963c780b3f700ac
Future: this will be used by libmsc's subscriber connection, for osmo-cscn.
http://cgit.osmocom.org/openbsc/commit/?id=8c9e4200ea4f81fb399a7e9f0433df12…
commit 8c9e4200ea4f81fb399a7e9f0433df12b9a48f33
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:04:00 2016 +0200
fix build: osmo-bsc_nat: change linking order
Moving gsm48_create* to libxsc affected linking of osmo-bsc_nat, resulting
in an undefined reference to gsm48_extract_mi().
Fix the issue by placing libfilter.a left of libbsc.a.
http://cgit.osmocom.org/openbsc/commit/?id=1ecf1c54b185b0d3c58544b8e77acc8f…
commit 1ecf1c54b185b0d3c58544b8e77acc8fc7eeb30f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
move to libxsc: factor out gen of USSD notify and release complete -- TODO subscr_conn
Both libmsc and libbsc need distinct gsm0480_send_ussdNotify() and
gsm0480_send_releaseComplete() functions to account for the distinct subscriber
connection structs.
The current functions live in libmsc, so add the same in libbsc in new file
gsm_04_80_utils.c.
To avoid too much code dup, move the message generation part of
gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() to new functions
gsm0480_gen_ussdNotify() and gsm0480_gen_releaseComplete(), placed in libxsc.
Change-Id: I33a84e3c28576ced91d2ea24103123431f551173
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 2 +-
openbsc/include/openbsc/gsm_subscriber.h | 5 ++---
openbsc/include/openbsc/vty.h | 2 ++
openbsc/src/libmsc/gsm_04_08.c | 22 +++++++++++++++++-----
openbsc/src/libmsc/gsm_subscriber.c | 11 ++++++-----
openbsc/src/libmsc/osmo_msc.c | 2 +-
openbsc/src/osmo-cscn/iucs_ranap.c | 2 +-
7 files changed, 30 insertions(+), 16 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, users/neels/iucs has been updated
discards 147eadabfca41ef8c9fb45e82838b64aa237cb8c (commit)
discards cd964899697de46478ec4fd29cbb7df34b9fa2c9 (commit)
discards 4c8accf0da2eaf93a6d9869e40b9fc1cfe19e2ab (commit)
discards 604b97382488ca899150a0b6f1f6310b7c5f2fc5 (commit)
discards 1e3e410f68ef5bf51c5ff96eb6642ec27b8f5009 (commit)
discards f28297c843197e4175121959f69681f04f46978f (commit)
discards 7ac841934565447c923938d0140030a1fc92a9fd (commit)
discards 99d563698ddfb67c74ec727bd412bf80ca087826 (commit)
discards b2650aa774cc357e65d3481d794ca10dc26dac01 (commit)
discards 7b15738fa1d65bd2552a0e67ca59bd64cc350f6f (commit)
discards f2db4299c365680a0f536d74e30cce516e538446 (commit)
discards 39cb58cff06be25d82d7c9464a69bfda85adb01b (commit)
discards 3be744698e946afe5a4137cd4cf80cc3fdb816ec (commit)
discards afdbad842fb50f2e5b306f496265c7681b7fc8cb (commit)
discards 4aa480b0344f038c7f4ff55f3bce56adba611029 (commit)
discards 2821740bf1e3f697e2ec4c68ddeda0f56fcabd1d (commit)
discards a66521795696ace08af707b8dd4696c7fec17baf (commit)
discards 0d3179e511a8b712d44542227c373a4a325c6be5 (commit)
discards 8b8ad098cc8cec877e7878c38abb37d504b6a753 (commit)
discards 69fdb44ad9a6a93e0298a7aa8d4ed070c0d84b96 (commit)
discards adb2fca56ea938cc76c60e7a77c4c10b818e4972 (commit)
discards ea08a95d2f8ed15a0b499f2528bbddd7e1d8525b (commit)
discards 7166245c8d150fe7e1720291aeb66cc900838319 (commit)
discards 98c9c61d9d6b55132f9c6f6b8234126075f43e9e (commit)
discards 94d115febcf3f42229a0cd6bfd937d39260e5d0f (commit)
discards 2c10ce7dc69eb0ef7adec635f8b210d8ba3edf07 (commit)
discards a2ba7e042c5f64f20d93d5450a1106bd050489c1 (commit)
discards e6867995bf53b9dbef59d4fb24093619260eab28 (commit)
discards 8cadba8e993755fb35ca11f232576ecbc9262d13 (commit)
discards 83a1c8864156188df6def10173b7c329a0ca27b1 (commit)
discards 7eec08f0a22b5a54a808673608c0f1993e08c5a6 (commit)
discards 6744d74bf0c5bf338224562848633ed814f0f87d (commit)
discards 9cefdde9be802b55d235cfa892dc85c921be1115 (commit)
discards bb08f08e29c4a736cbc5fdad73a36be4a2a0732e (commit)
discards 61d4e60b2df51cc8084667996b18dac74ff1d4ee (commit)
discards fec3ac88605c572be47e7e6a6b3d7f4760cbd843 (commit)
discards f6fac4bf38fec805022602515818f9cbea65fb0a (commit)
discards 575dda97b65bdf2d0cf1c0fafe8963c7d85f4647 (commit)
discards 21af2c55dae35b1f4c26ccac778a1415a5ad1490 (commit)
discards 4a2b5bae79b381edac752a6ecd6d31140de1ad9d (commit)
discards 6b3ca294b4ca80b034cd71786cb74c51d0cc97f6 (commit)
discards 458751d69c0061e2311e1f83319321ec675dfb86 (commit)
discards 21555a7f52402e2b30cb9a8567f691034c7d57f3 (commit)
discards 31ffed05e47dcf6342fe64680c7aa425f5bd7921 (commit)
discards f43b1805347b335308c942f431a2bc2126f6ce55 (commit)
discards effe7ae9bac16e2b7bb67c7a5bb28a5682ffda5e (commit)
discards dcdc86da02e3eb6fae01a228ae237eb175f3f803 (commit)
discards 4fa91859c95403898176353ce3a6acd711d2d724 (commit)
discards 71991a4e6205319892a2c86affd132a51eb8fc16 (commit)
discards 115492c8e4b8e9e53917e09d4a050c6049035b54 (commit)
discards 55744c04a7f5dac978b233749d8d632c3fd75ba1 (commit)
discards 2f98146f852901ad48ebc1ca27bfd4185f9583ef (commit)
discards b796bab49c87c3a199e446c7a0a65f4df6a5ee15 (commit)
discards eaed05c384121c726e3f28d1abc6968a820af95a (commit)
discards 352416a6d0d93ad0f90d7a6908ed7111f166e436 (commit)
discards 6e1d6abb68870f80acbbddbf87a0fbd998c98887 (commit)
discards 633705bc9c3bf3ba12a48652ab87be9bd1bcb299 (commit)
discards deb9d63d6d8196184635358bca4cb1347844de27 (commit)
discards ee9c6436752dd0df1825957f5988ec8b75b5be73 (commit)
discards 71c5f08c4e09b9d91c66cbbb226099a003d658c3 (commit)
discards fe4fc5e234b9db26eea1dbd94f07b291832c960e (commit)
discards dc7d7475778fa5254603670b56f1a64dd232a528 (commit)
discards 5cb1f17e4555f7696bbd3ea3e1a4aea87dd617bc (commit)
discards 5a53d3359dcfb9e61b4f98d260c7468af6670fb8 (commit)
discards fd0bba0402bd6067af04f831b2585de01c2932f0 (commit)
discards cb7e5bf4e1f5dad66c61ce819cbc6649375ea7f5 (commit)
discards 61ced75681db0d5ca9405fe51425834ca4742f79 (commit)
discards 4d6c585f79a6a98462f3bdf82a1d70dfea1de20f (commit)
discards 1633e1050a4b646e376cd36f2fa2281ec38d1a7f (commit)
discards 5a66e89061dd151abef1fe2c0623407b8486fce7 (commit)
discards 8fcd008965a5941d82ff49d1632a6a711158fa5e (commit)
discards 523644c566e5d18716119e70c01dbf821fd7efa8 (commit)
discards 5e258e9b3b3bf15063bc7b0a319a721768a4ce6d (commit)
discards fca93d2f462a2d8a0b97b70860f7d760e3c1d509 (commit)
discards 76b61634c1854ec4ece6ff4cb18ea4587d95c94e (commit)
discards 5723c177c8936dd4e96f05184682aa028e696de5 (commit)
discards 841e49b716bc5cb8a7c3781cdbe4eb8e177cbc01 (commit)
discards 823f874f770c26492e701a29c4730ac2642e656f (commit)
discards e11c34c36d31df87b292ac943a10e39ec652414c (commit)
discards ddb0b7fa1d1ae746647d19fd042378f1ae995959 (commit)
discards 17573f6719e1c04594bf716d68c8f3fb2a2eaf56 (commit)
discards 35bae3ce3c61a67457e05079485778198d7659d6 (commit)
discards 544bab174e537d23568eb88a3c2799c85f954357 (commit)
discards 2ec72ae650f6f9baaf2b809d9825cba0710f2f24 (commit)
discards 7793aed8220f5c3ec0a0fdaa3983c7e29fb0a167 (commit)
discards b04bbd4b1c39d36898044d4d544d79d4404b9049 (commit)
discards 666e27c5e13e0c2766a0f04288d1da5e3663a6a5 (commit)
discards e8bb2dbf9ca969bd3bc71501697b744871efe784 (commit)
discards 1c0a835a636ea6db23ae125c9622aec48c20077e (commit)
discards 1eb6e03dca041e4fd048caae9f6e845d6847e040 (commit)
discards 4686a92bd331b4d3498ecc6279f381005c1bbe59 (commit)
discards 75f5cbd3171188472cea15b53554d95bd7224f6b (commit)
discards 1dd7c150df0638a445c413a9f1a170b93e308799 (commit)
discards 91841add80490b5719da7411d4c2c71ed6d82785 (commit)
discards 7b7b23539a8af1e69ec44b99f16602180a847b8b (commit)
discards 71db1e26df81ed39f311d50e69ff8c16f5395f4a (commit)
discards 7c9ae917bdc298be8ea0f01d4ea939b483f2cce2 (commit)
discards ce1fd093e64a9277e7c0ecb152f2c6f0b6d52da0 (commit)
discards 977a2a6880f2c098752ceb446b44f3936c244b8e (commit)
discards fa640405019531a5ac2034ed0bfd0224870ee580 (commit)
discards 730691759aede2c60b07850b2680ecbf7218a50a (commit)
discards 18f238e52b9d9d192f04cf5bd01bb378b0771c0e (commit)
discards d4d564b2b39eb19a55e6caf1549b2c7a4749328d (commit)
discards 4a784ec271ba1ebece76a32f223d70e770c07b78 (commit)
discards cd6e0b3539da9f7f8ecdceb0031d7cd75c085240 (commit)
discards 7ed6c995d693dd3bdb9efa9fcab4eb39814cf673 (commit)
discards db10ba1f1c4787aceedb89e3ec6280697d7b09a4 (commit)
discards 8391802afc4235b83e3f480bbf51eb80cf2af356 (commit)
discards 3aa92189ec0f98803fc4a7658d405ade4721175b (commit)
discards 1f83d6b1dee1bd5976b329551108822082e348fa (commit)
discards de7ef9d9367f1fe6f2323bc97e196214e0996674 (commit)
discards 4b8cbe3f12b02cf137e708d1accd72c96d7f50e9 (commit)
discards d913fcad2bb954fb594f0c58b3f414b39244ff63 (commit)
discards a48fd600351165a42ad8539b90e94e3da4624394 (commit)
discards 41a2de2709e24106ac854ef118036a34ef373d06 (commit)
discards 3d432b205dbb678129161d3752816d7da27501d5 (commit)
discards 79efbd6ee8d2cab101514fe53cae67766cd36079 (commit)
discards 746458050ee0fdde8180663d2f44388bb4488b83 (commit)
discards aac546990ad3a3a76a002bb07e0acf130f9ad4bd (commit)
discards bb172df070807d0d34892e43751127efb3d1236b (commit)
discards aa09588bf191d5475685b9ea0ab9bbad053ad098 (commit)
discards d331c9f9c8c5e665f103bebb631e85aa50874262 (commit)
discards 2e43db2806612f615b2386a6d402715a037b9d77 (commit)
discards c965dd282a5d3e78d47f99e25fc405e0cbd35948 (commit)
discards 61075478f56569029c6a50920f65646e7ab5d573 (commit)
discards f142a64efde05b6dcb42da29d06fe9a8babe9e24 (commit)
discards 0789dd6ac9d739d05ec1c92b5a46a84d533ef21a (commit)
discards 7ab2fde5fdaab542425e83b1befdac02606da991 (commit)
discards fbd779901657345cc949ad6ddf20fa3f098334d6 (commit)
discards fafa7df103bd796e2c35c1af1ea9069f71237a33 (commit)
discards d6561f1f9b2bba3345764de0737093926fd84eb2 (commit)
discards 0def0c966afcd12ab1b918a0cf3d25dc4b91c8fc (commit)
discards 877a4160f98582f8a943d8e0feaf1a33bff7a5b0 (commit)
discards c60c602ee225ad1ff42043bbca06d3851adebdb0 (commit)
discards 246fc228afe6060e549f63512da4a17a442869da (commit)
via 599ae47fc601fda0eb42b3d76a1849322348ad27 (commit)
via 34be95fb80bda800f8a699cb66f8d5618fe55b89 (commit)
via af9f1ddd40d688fa27bf14bccf02b6cee67c275f (commit)
via d2720dc977ff3a4f90344fb9c2448725e3987a8e (commit)
via cfe7be63913f7fbfa5e349843cd73c897689cdfa (commit)
via 5c80d8ace87e0ac42d43aaef6d28a7410eb7b9de (commit)
via 100a387c9589fa31c08ee4b8cc26735ee9d51d3e (commit)
via 58ebbc1a29ca525d88244bf601eb8a5e66dd3798 (commit)
via bdb6e72599bafa36c4b92d4da080db688d3e13ec (commit)
via 28e14d18ebd74d8507b3d64afb1732f9741639cc (commit)
via bc0e3fe0fa8b7fd468abf21a5398a0ba6fad693f (commit)
via e5891a4834bd061259c8a9caa4fee3e628a7db79 (commit)
via 1c07b7fac2a88a0401b94eef345cf7144c606469 (commit)
via a6190cc6c602d4a848d67b459e918d9fe52097ca (commit)
via 290eba55b5002142baf7c98b0f5f580d972955f4 (commit)
via b73c051f46f5d520f6b02d691dcb0a238cfe4ea4 (commit)
via 6475cab3fa59c94d7fdf06f4dcdf2ad3747c538b (commit)
via b062b13e6700255b6ae9623ed11c532afc34ff27 (commit)
via 77bea81030ed2961b5317946e34bb7710663d916 (commit)
via cd3b427fd46592338141a366f700881699bde0e3 (commit)
via ce839e900b34e4c33f1dbfbf0bbecce6122a16e2 (commit)
via 298df8118dc9ab0eb71f73e2b1561e4df57ca443 (commit)
via 1c7eee0c6429b11d8a9a10c1259fbc251616db65 (commit)
via 4b8e976a16f1ae81d97ccc7f56e3f9ac7c921720 (commit)
via 752e310bad97e1c9e68303cfa14f06509bf07b8f (commit)
via 7e903e5943f39e3824efb21260c327e986569e59 (commit)
via c4342c2e20c417d0ed1a1562e9b374ebbec12f56 (commit)
via 05a55f2cf8d053ac420d470de652d0d89d66c437 (commit)
via e5464d0909eeb2c58bc137a09dfa19afbab3b471 (commit)
via 1abb134f05563e1c8b988abd614004bb06b3a718 (commit)
via ad402b87652649ece2fce712e94e6c67fd4170c7 (commit)
via 914ba9456cd7d59d76474e7a7454c9baf1fa0824 (commit)
via be28712c4cebd1f5f465314a73c3c34c1253bc34 (commit)
via ea325214525c7e5e908d3804d20e186840ca8ba7 (commit)
via e0813f8f578a4cde70dfb27bf69ea94282ddcd50 (commit)
via d7116faa771326460284cdb89cca721f7a1251a0 (commit)
via 7f9cca8b8fd8093e34080d9e05ae6d79253b1233 (commit)
via 51282f77d0b12cfb931571538b836408ff8ab053 (commit)
via ace777327c58e15c8d63e874f6022c534b61d3d7 (commit)
via 40b09135b3190f34e2e2f1537d547e57bee239cc (commit)
via d4863a67e2dc9b0741a9d767aa09118bb7b5356a (commit)
via 1b98d66083b0c1e05c2ee728dc7c55215a7781ff (commit)
via d522b191215435a2be103183bb1e89e9f949468b (commit)
via 1ddbc363e81aaa492e234f1b58f5a05587af6cf6 (commit)
via c41f37b7cc7fb76279c855e8f35103bd5b0518e1 (commit)
via e0061ef8dccf8def79eac7ab816a87d80f17852a (commit)
via 86bc3d0eb8665b432da4f02411d44fb8246c4e9d (commit)
via 5e4c14bfa3f44115e4350a2d3643df5bd73ce54a (commit)
via dc897611b3c4a702e6762ca0683c14053620071a (commit)
via a1a637ef8b6604e16d8be749b262a9de1953db43 (commit)
via f343967c9be7b96ead47e979a49c688844a6882c (commit)
via 7c9f898fe5b128e3fbb10531f47a197827fa7cdb (commit)
via 72ce6daea28a60615d278b5c231ea0170b709981 (commit)
via 96bf441f4a69a47eecba25a9e9e45b700c6694b3 (commit)
via fe8c0076480fdebcdfccc487f614ca7168067136 (commit)
via 4dcab1b8d1ea1f5385176d87a22e2af80e57eb8c (commit)
via 1cddadacd8d8cfadc58db4c129ae603c79409806 (commit)
via 5276a535254eaeb7ae38a45ed1b8d97f6afdb6b9 (commit)
via 1aa2fa743d492695c70ed4e50f1ce04c56f7a1dd (commit)
via f18c918fdb33d7a10b6f42ee63c7d6a7f1b49a2d (commit)
via 97d9e09556e6ca85a951873be2cec59b72da8dc4 (commit)
via 8d44cebde580f583ebd524f9f34915ff4178d947 (commit)
via cba7a2ca0091507ab5da0596a2fbddd2831aaddb (commit)
via 819a5ae77cfb5923ff561e290f173549043f0155 (commit)
via b6b3d2a6c40c8bca7793cba1ea76d24546264089 (commit)
via d4adc6b2358a01fa1f221153f68e54736e1558ca (commit)
via 206e1256e1b4013271a582ecce6d08f6fb88bf1a (commit)
via 38b99665b1bf20ff9d768f537cf39a27fe3da50e (commit)
via f7899828846289cf9b57567fbdfca10583ddfb91 (commit)
via ede8115d38e3d8a09dc9158262acb2b3b4758679 (commit)
via 581914d10947b3ecc854599f324b4c01f768be43 (commit)
via 2dff96e6839afb3d731999f848a22dcf88e21312 (commit)
via 7585a79ece1c38b418a9d1a0cf56236641dde237 (commit)
via 13e39cbf4ea6d6e875db8c1adeb5468f86adb30f (commit)
via 977d3cc2c584b5fc180b9b5bcbbb753ac7f97129 (commit)
via c8106ba0fba3042056aeadb685bdcc2e2511f280 (commit)
via 28607e9c13ec3bd41f23129e93a9bba82ad8c446 (commit)
via 36b5a04f8622b2313ee15a6722f15e918380b852 (commit)
via cc454ff2314edc793b88b43c834b9b976d84098d (commit)
via b37e269910f523977f8c71dfd86494b18e74ef30 (commit)
via 0ad4a481d84999dce94a5eaedf2762c854f046bf (commit)
via d721b32c16b32f8d8af8fc520b4d8f61f9a01f34 (commit)
via e3ed604aa5d620d2950bf0df7338b83b9a43084e (commit)
via 7f3fd21d80c49ae49cbcbee8e76d2898b0ff4727 (commit)
via 104e2e819980a73d4bca0ae213ed5433aac49558 (commit)
via 1932d1875fc126eeccc168b8e2f4cc586c04fd5c (commit)
via 394ba29820ccbc84473eb273b6ffd2512a073343 (commit)
via aae3210e393a2d8c5b57df7ccf24afcecdc13154 (commit)
via e11b95420136ed3c152e60a9f59c3d33e07f332d (commit)
via 3623ee0041527d23d768c24b001771231c7f4e6d (commit)
via 40bf26a1fe8bf81c1db1c83f75ae82dd31969a24 (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 (147eadabfca41ef8c9fb45e82838b64aa237cb8c)
\
N -- N -- N (599ae47fc601fda0eb42b3d76a1849322348ad27)
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=599ae47fc601fda0eb42b3d76a184932…
commit 599ae47fc601fda0eb42b3d76a1849322348ad27
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:12:11 2016 +0200
remove tch_rtp_signal()
Change-Id: Icf47ac9114c47383bd072eaa91cbd5213ead6c14
http://cgit.osmocom.org/openbsc/commit/?id=34be95fb80bda800f8a699cb66f8d561…
commit 34be95fb80bda800f8a699cb66f8d5618fe55b89
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:23:42 2016 +0200
remove on_dso_load_0408()
Change-Id: I6b84dafad427782680deefd7e02e75d85f203249
http://cgit.osmocom.org/openbsc/commit/?id=af9f1ddd40d688fa27bf14bccf02b6ce…
commit af9f1ddd40d688fa27bf14bccf02b6cee67c275f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:21:52 2016 +0200
remove handle_abisip_signal()
Change-Id: I9cf80f9c2c8a53a29e42f000029e680a9922cb41
http://cgit.osmocom.org/openbsc/commit/?id=d2720dc977ff3a4f90344fb9c2448725…
commit d2720dc977ff3a4f90344fb9c2448725e3987a8e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:20:34 2016 +0200
tests_db
http://cgit.osmocom.org/openbsc/commit/?id=cfe7be63913f7fbfa5e349843cd73c89…
commit cfe7be63913f7fbfa5e349843cd73c897689cdfa
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:20:26 2016 +0200
tests_channel
http://cgit.osmocom.org/openbsc/commit/?id=5c80d8ace87e0ac42d43aaef6d28a741…
commit 5c80d8ace87e0ac42d43aaef6d28a7410eb7b9de
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 17:13:28 2016 +0200
make tests/bsc rm dup link
http://cgit.osmocom.org/openbsc/commit/?id=100a387c9589fa31c08ee4b8cc26735e…
commit 100a387c9589fa31c08ee4b8cc26735ee9d51d3e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:48:50 2016 +0200
Move T3212 (periodic LU timer) up to network level WIP
TODO: adjust VTY
Change-Id: Ifb730f9d0106fe195adc30459a39290a07313b50
http://cgit.osmocom.org/openbsc/commit/?id=58ebbc1a29ca525d88244bf601eb8a5e…
commit 58ebbc1a29ca525d88244bf601eb8a5e66dd3798
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 4 15:35:37 2016 +0200
gsm0408_clear_request(): actually free the released conn
By having conn->in_release == 1, calling msc_release_connection() has no
effect and thus never frees the conn. So, after all pending requests have
been discarded, also discard and free the unused connection.
http://cgit.osmocom.org/openbsc/commit/?id=bdb6e72599bafa36c4b92d4da080db68…
commit bdb6e72599bafa36c4b92d4da080db688d3e13ec
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:29:35 2016 +0200
skip a channel test
Change-Id: Id56fa16a8cb3e59e0222eae47ceb06866eb824b4
http://cgit.osmocom.org/openbsc/commit/?id=28e14d18ebd74d8507b3d64afb1732f9…
commit 28e14d18ebd74d8507b3d64afb1732f9741639cc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:28:51 2016 +0200
cscn vty
Change-Id: I8f8980d6cfbf26f1b0e0197939833e55dbe521fb
http://cgit.osmocom.org/openbsc/commit/?id=bc0e3fe0fa8b7fd468abf21a5398a0ba…
commit bc0e3fe0fa8b7fd468abf21a5398a0ba6fad693f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:24:26 2016 +0200
move subscr_request
Change-Id: Ia1f566675b2f052881aba18be5c42992719c47bd
http://cgit.osmocom.org/openbsc/commit/?id=e5891a4834bd061259c8a9caa4fee3e6…
commit e5891a4834bd061259c8a9caa4fee3e628a7db79
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:24:12 2016 +0200
add iu.h to gsm_subscriber.c
Change-Id: I398aaa4a7328a58fb0d563725f3bea26482929ef
http://cgit.osmocom.org/openbsc/commit/?id=1c07b7fac2a88a0401b94eef345cf714…
commit 1c07b7fac2a88a0401b94eef345cf7144c606469
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:20:12 2016 +0200
whitespace
Change-Id: Ic068a6367fedbeb07907b645fe0981961a6f4a0a
http://cgit.osmocom.org/openbsc/commit/?id=a6190cc6c602d4a848d67b459e918d9f…
commit a6190cc6c602d4a848d67b459e918d9fe52097ca
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:13:32 2016 +0200
don't use lchan in libmsc
Change-Id: Ic7ed7faa2bcc7aae799f41ed4abc2c001bfb61b7
http://cgit.osmocom.org/openbsc/commit/?id=290eba55b5002142baf7c98b0f5f580d…
commit 290eba55b5002142baf7c98b0f5f580d972955f4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:13:52 2016 +0200
msc_tx_dtap
Change-Id: I4535bcbd29696033e0a1b0ac3ca5c68f0647b826
http://cgit.osmocom.org/openbsc/commit/?id=b73c051f46f5d520f6b02d691dcb0a23…
commit b73c051f46f5d520f6b02d691dcb0a238cfe4ea4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:39 2016 +0200
gsm_04_08.c: iu.h
Change-Id: I624612b5d5cd70770326347634aee2a42ba88945
http://cgit.osmocom.org/openbsc/commit/?id=6475cab3fa59c94d7fdf06f4dcdf2ad3…
commit 6475cab3fa59c94d7fdf06f4dcdf2ad3747c538b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:17 2016 +0200
IuCS auth
Change-Id: Id09e26126979d418a422df24bc50b56454b16c7e
http://cgit.osmocom.org/openbsc/commit/?id=b062b13e6700255b6ae9623ed11c532a…
commit b062b13e6700255b6ae9623ed11c532afc34ff27
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:09:47 2016 +0200
temporary dev: set debug log level almost everywhere
Change-Id: I0d5a36560e7edde27497de57e579f5b1d00eb525
http://cgit.osmocom.org/openbsc/commit/?id=77bea81030ed2961b5317946e34bb771…
commit 77bea81030ed2961b5317946e34bb7710663d916
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:04:56 2016 +0200
implement IuCS paging -- TODO details
http://cgit.osmocom.org/openbsc/commit/?id=cd3b427fd46592338141a366f7008816…
commit cd3b427fd46592338141a366f700881699bde0e3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:57:25 2016 +0200
paging: add todo comments for paging and mscsplit
Change-Id: I7e72c9db2837ea5edf45f6037cb0288a264d492c
http://cgit.osmocom.org/openbsc/commit/?id=ce839e900b34e4c33f1dbfbf0bbecce6…
commit ce839e900b34e4c33f1dbfbf0bbecce6122a16e2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:07:23 2016 +0200
subscr_request_channel() -> subscr_request_conn()
Change-Id: Ife8e10b240693a8d369139881774f1892044aa65
http://cgit.osmocom.org/openbsc/commit/?id=298df8118dc9ab0eb71f73e2b1561e4d…
commit 298df8118dc9ab0eb71f73e2b1561e4df57ca443
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:55 2016 +0200
add subscr_authorized()
Change-Id: If2ef06b1229351127c61477ca14653d6ae4cb6bb
http://cgit.osmocom.org/openbsc/commit/?id=1c7eee0c6429b11d8a9a10c1259fbc25…
commit 1c7eee0c6429b11d8a9a10c1259fbc251616db65
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:04:41 2016 +0200
gsm_subscriber: include bool
Change-Id: I76edf962f77f8b2685e5e040ddf57d7691086eff
http://cgit.osmocom.org/openbsc/commit/?id=4b8e976a16f1ae81d97ccc7f56e3f9ac…
commit 4b8e976a16f1ae81d97ccc7f56e3f9ac7c921720
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:35 2016 +0200
subscr_update_expire_lu(): remove bts arg
Change-Id: I26cafd9389aac65e53dc4280a1687c6b8bce3106
http://cgit.osmocom.org/openbsc/commit/?id=752e310bad97e1c9e68303cfa14f0650…
commit 752e310bad97e1c9e68303cfa14f06509bf07b8f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:22:12 2016 +0200
mncc_tx_to_cc(): remove bts
Change-Id: I694fb9e7c133219291858f4acdaf5bf487526a8d
http://cgit.osmocom.org/openbsc/commit/?id=7e903e5943f39e3824efb21260c327e9…
commit 7e903e5943f39e3824efb21260c327e986569e59
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:16:45 2016 +0200
clear_all_trans(): remove bts use
Change-Id: I3ac38f4b701ad8308470573260fa91a4b04c2f18
http://cgit.osmocom.org/openbsc/commit/?id=c4342c2e20c417d0ed1a1562e9b374eb…
commit c4342c2e20c417d0ed1a1562e9b374ebbec12f56
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:43 2016 +0200
subscr_update(): remove bts arg
Change-Id: I9f2b298a785bf4b2a1b3fcdd91b8256106b2d9de
http://cgit.osmocom.org/openbsc/commit/?id=05a55f2cf8d053ac420d470de652d0d8…
commit 05a55f2cf8d053ac420d470de652d0d89d66c437
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:13 2016 +0200
move subscr_request to gsm_subscriber.h
Change-Id: Idbbd39b0e068da17aafa97e315143509c69c50ea
http://cgit.osmocom.org/openbsc/commit/?id=e5464d0909eeb2c58bc137a09dfa19af…
commit e5464d0909eeb2c58bc137a09dfa19afbab3b471
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:25:58 2016 +0200
move t3212 to network level (periodic lu)
Change-Id: Ie9a1d44b73ba34c2ad3b2baf90c1cead4c02b621
http://cgit.osmocom.org/openbsc/commit/?id=1abb134f05563e1c8b988abd614004bb…
commit 1abb134f05563e1c8b988abd614004bb06b3a718
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:03:18 2016 +0200
move t3212 to network level (periodic lu)
Change-Id: I272f4410179fffaf47eb7a8a4f25e7d44d14b17c
http://cgit.osmocom.org/openbsc/commit/?id=ad402b87652649ece2fce712e94e6c67…
commit ad402b87652649ece2fce712e94e6c67fd4170c7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:02:47 2016 +0200
gsm_subscr_conn: add iu specifics
Change-Id: I15119cbf4a0ba613f54b98e98570ffaf06c09018
http://cgit.osmocom.org/openbsc/commit/?id=914ba9456cd7d59d76474e7a7454c9ba…
commit 914ba9456cd7d59d76474e7a7454c9baf1fa0824
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:02:24 2016 +0200
gsm_subscr_conn: add via_iface
Change-Id: I0f6eb8051d73509ac31ac5f07a777deeec61037e
http://cgit.osmocom.org/openbsc/commit/?id=be28712c4cebd1f5f465314a73c3c34c…
commit be28712c4cebd1f5f465314a73c3c34c1253bc34
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:02:06 2016 +0200
gsm_subscr_conn: add lac
Change-Id: I1db61dc9530b3ccfab4e852b3534cd8aa88555b3
http://cgit.osmocom.org/openbsc/commit/?id=ea325214525c7e5e908d3804d20e1868…
commit ea325214525c7e5e908d3804d20e186840ca8ba7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:01:01 2016 +0200
add gsm_encr to subscr_conn
Change-Id: Id5797cd1f1bfa2cca2d3fbabc1981aa75546421b
http://cgit.osmocom.org/openbsc/commit/?id=e0813f8f578a4cde70dfb27bf69ea942…
commit e0813f8f578a4cde70dfb27bf69ea94282ddcd50
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:00:23 2016 +0200
gsm_subscriber_connection: mark BSC specific items
The struct shall be split in two later.
Change-Id: Ib9666225fb9bfec2cf1e364343560571869fe6a7
http://cgit.osmocom.org/openbsc/commit/?id=d7116faa771326460284cdb89cca721f…
commit d7116faa771326460284cdb89cca721f7a1251a0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:10:20 2016 +0200
libmsc: add cscn_vty.c
Change-Id: If5f92fb31e966de4c7c59efd78fd035dbb748faa
http://cgit.osmocom.org/openbsc/commit/?id=7f9cca8b8fd8093e34080d9e05ae6d79…
commit 7f9cca8b8fd8093e34080d9e05ae6d79253b1233
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:08:20 2016 +0200
cscn_vty
Change-Id: I99d9634fa2a89c7b1725cfc707ce1901243520fc
http://cgit.osmocom.org/openbsc/commit/?id=51282f77d0b12cfb931571538b836408…
commit 51282f77d0b12cfb931571538b836408ff8ab053
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:08:00 2016 +0200
vty: add CSCN_NODE
Change-Id: Ic8710984c92b811b943f612bc7e2f5dab19c883d
http://cgit.osmocom.org/openbsc/commit/?id=ace777327c58e15c8d63e874f6022c53…
commit ace777327c58e15c8d63e874f6022c534b61d3d7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:58:46 2016 +0200
add cscn_vty.c
Change-Id: I4ac4d09cbe63797dea688ff8aaba61e17c0105ff
http://cgit.osmocom.org/openbsc/commit/?id=40b09135b3190f34e2e2f1537d547e57…
commit 40b09135b3190f34e2e2f1537d547e57bee239cc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:57:14 2016 +0200
osmo-nitb becomes osmo-cscn
Change-Id: I3787050b524954d8a4dd13495c458f3ee293807b
http://cgit.osmocom.org/openbsc/commit/?id=d4863a67e2dc9b0741a9d767aa09118b…
commit d4863a67e2dc9b0741a9d767aa09118bb7b5356a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:56:06 2016 +0200
add iucs.[hc]
Change-Id: I88e981f4c31393a98ae8d61176c65c9251a6f28b
http://cgit.osmocom.org/openbsc/commit/?id=1b98d66083b0c1e05c2ee728dc7c5521…
commit 1b98d66083b0c1e05c2ee728dc7c55215a7781ff
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:41:08 2016 +0200
libiudummy
Change-Id: I4a66c4122011dbc87c6fcb336ab0461b86522c98
http://cgit.osmocom.org/openbsc/commit/?id=d522b191215435a2be103183bb1e89e9…
commit d522b191215435a2be103183bb1e89e9f949468b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:59:55 2016 +0200
add DIUCS debug log constant
Change-Id: Id347a3024fa495a1ab680db7320648d933a4018b
http://cgit.osmocom.org/openbsc/commit/?id=1ddbc363e81aaa492e234f1b58f5a055…
commit 1ddbc363e81aaa492e234f1b58f5a05587af6cf6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:11:50 2016 +0200
libmsc: iucs dev: disable large parts of the code
Change-Id: I3ef6ca26150b6102a0fa22a88a60d9a442d640b4
http://cgit.osmocom.org/openbsc/commit/?id=c41f37b7cc7fb76279c855e8f35103bd…
commit c41f37b7cc7fb76279c855e8f35103bd5b0518e1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:14:09 2016 +0200
comment
http://cgit.osmocom.org/openbsc/commit/?id=e0061ef8dccf8def79eac7ab816a87d8…
commit e0061ef8dccf8def79eac7ab816a87d80f17852a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:04:40 2016 +0200
comment
http://cgit.osmocom.org/openbsc/commit/?id=86bc3d0eb8665b432da4f02411d44fb8…
commit 86bc3d0eb8665b432da4f02411d44fb8246c4e9d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:29:41 2016 +0200
comment
http://cgit.osmocom.org/openbsc/commit/?id=5e4c14bfa3f44115e4350a2d3643df5b…
commit 5e4c14bfa3f44115e4350a2d3643df5bd73ce54a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:26:47 2016 +0200
comment
http://cgit.osmocom.org/openbsc/commit/?id=dc897611b3c4a702e6762ca0683c1405…
commit dc897611b3c4a702e6762ca0683c14053620071a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:44:39 2016 +0200
move to libbsc: lchan_next_meas_rep() -- TODO really?
Change-Id: I4ea799c5fa61f81c404e6ef1b9ac86a8faa1fb49
http://cgit.osmocom.org/openbsc/commit/?id=a1a637ef8b6604e16d8be749b262a9de…
commit a1a637ef8b6604e16d8be749b262a9de1953db43
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:59:16 2016 +0200
move to libbsc: gsm_bts_neighbor() -- TODO really?
Change-Id: I63d4835dc7aabdf176e0ca634a6a4ca527612693
http://cgit.osmocom.org/openbsc/commit/?id=f343967c9be7b96ead47e979a49c6888…
commit f343967c9be7b96ead47e979a49c688844a6882c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 02:14:33 2016 +0200
move to libmsc: osmo_stats_vty_add_cmds() -- todo MSCSPLIT
http://cgit.osmocom.org/openbsc/commit/?id=7c9f898fe5b128e3fbb10531f47a1978…
commit 7c9f898fe5b128e3fbb10531f47a197827fa7cdb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
move to libxsc: factor out gen of USSD notify and release complete -- TODO subscr_conn
Both libmsc and libbsc need distinct gsm0480_send_ussdNotify() and
gsm0480_send_releaseComplete() functions to account for the distinct subscriber
connection structs.
The current functions live in libmsc, so add the same in libbsc in new file
gsm_04_80_utils.c.
To avoid too much code dup, move the message generation part of
gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() to new functions
gsm0480_gen_ussdNotify() and gsm0480_gen_releaseComplete(), placed in libxsc.
http://cgit.osmocom.org/openbsc/commit/?id=72ce6daea28a60615d278b5c231ea017…
commit 72ce6daea28a60615d278b5c231ea0170b709981
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:59:02 2016 +0200
move to libxsc: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO really?
http://cgit.osmocom.org/openbsc/commit/?id=96bf441f4a69a47eecba25a9e9e45b70…
commit 96bf441f4a69a47eecba25a9e9e45b700c6694b3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:56:42 2016 +0200
osmo-nitb: exit when MNCC socket init failed
http://cgit.osmocom.org/openbsc/commit/?id=fe8c0076480fdebcdfccc487f614ca71…
commit fe8c0076480fdebcdfccc487f614ca7168067136
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:12:00 2016 +0200
split bsc_bootstrap_network() in alloc and config
Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a
http://cgit.osmocom.org/openbsc/commit/?id=4dcab1b8d1ea1f5385176d87a22e2af8…
commit 4dcab1b8d1ea1f5385176d87a22e2af80e57eb8c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:21:58 2016 +0200
gsm0408_test: use NULL for root ctx -- TODO really?
http://cgit.osmocom.org/openbsc/commit/?id=1cddadacd8d8cfadc58db4c129ae603c…
commit 1cddadacd8d8cfadc58db4c129ae603c79409806
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:30:26 2016 +0200
gsm_04_08: remove apply_codec_restrictions() -- TODO really?
This function is wrongly placed on the MSC level.
Unfortunately I cannot remember the very plausible details that hwelte had
back in the days to argue for this change. (Refactoring an old commit that
fails to explain in more detail.)
Change-Id: I82623847e652a59a921d2fb142b77cf22420a746
http://cgit.osmocom.org/openbsc/commit/?id=5276a535254eaeb7ae38a45ed1b8d97f…
commit 5276a535254eaeb7ae38a45ed1b8d97f6afdb6b9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 14:46:23 2016 +0200
msc_release_connection(): don't call gsm0808_clear()
Change-Id: I149146fc3cb99ef4a21ee2a798231bb070f398cd
http://cgit.osmocom.org/openbsc/commit/?id=1aa2fa743d492695c70ed4e50f1ce04c…
commit 1aa2fa743d492695c70ed4e50f1ce04c56f7a1dd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:04:28 2016 +0200
include msc_ifaces.h in gsm_04_08.c
Change-Id: I11be1bdfe6993f89b34319e7d1526c729d6e0cde
http://cgit.osmocom.org/openbsc/commit/?id=f18c918fdb33d7a10b6f42ee63c7d6a7…
commit f18c918fdb33d7a10b6f42ee63c7d6a7f1b49a2d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:02:39 2016 +0200
make: add iu_cs.c
http://cgit.osmocom.org/openbsc/commit/?id=97d9e09556e6ca85a951873be2cec59b…
commit 97d9e09556e6ca85a951873be2cec59b72da8dc4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 21:39:06 2016 +0200
iucs_h
Change-Id: I87e2f55d336792336fab34fefaa0c8b4557e22cf
http://cgit.osmocom.org/openbsc/commit/?id=8d44cebde580f583ebd524f9f34915ff…
commit 8d44cebde580f583ebd524f9f34915ff4178d947
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:29:26 2016 +0200
IFACE_A, INTEGRITY_PROT
http://cgit.osmocom.org/openbsc/commit/?id=cba7a2ca0091507ab5da0596a2fbddd2…
commit cba7a2ca0091507ab5da0596a2fbddd2831aaddb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 13:09:14 2016 +0200
libmsc: duplicate gsm0808 / gsm48 functions (towards BSC)
In osmo-nitb, libmsc would directly call the functions on the BSC level, not
always via the bsc_api. When separating libmsc from libbsc, some functions are
missing from the linkage.
Hence duplicate these functions to libmsc, add an msc_ prefix for clarity, also
add a _tx to gsm0808_cipher_mode():
* add msc_gsm0808_tx_cipher_mode() (dummy/stub)
* add msc_gsm48_tx_mm_serv_ack()
* add msc_gsm48_tx_mm_serv_rej()
Call these from libmsc instead of
* gsm0808_cipher_mode()
* gsm48_tx_mm_serv_ack()
* gsm48_tx_mm_serv_rej()
Change-Id: I5b276853d3af71f5e3f0a031fd17b4fff0580020
http://cgit.osmocom.org/openbsc/commit/?id=819a5ae77cfb5923ff561e290f173549…
commit 819a5ae77cfb5923ff561e290f173549043f0155
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:37:59 2016 +0200
msc_compl_l3(): publish in .h, tweak return value
Use new libmsc enum values for return val, to avoid dependency on libbsc
headers.
Make callable from other scopes: publish in osmo_msc.h and remove 'static' in
osmo_msc.c
Change-Id: If24007445899e9c75553a0dbf843ada3566b3380
http://cgit.osmocom.org/openbsc/commit/?id=b6b3d2a6c40c8bca7793cba1ea76d245…
commit b6b3d2a6c40c8bca7793cba1ea76d24546264089
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 20:40:34 2016 +0200
Use new msc_tx_dtap() instead of gsm0808_submit_dtap()
Aim: msc_tx_dtap() shall redirect to IuCS or A interfaces depending on subscr
conn.
Change-Id: I30d961f16eb7b9c0ab9cc3f43198098d3f1a909f
http://cgit.osmocom.org/openbsc/commit/?id=d4adc6b2358a01fa1f221153f68e5473…
commit d4adc6b2358a01fa1f221153f68e54736e1558ca
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.
Add msc_ifaces.[hc], a_iface.c, with a general msc_tx_dtap() to redirect to
different interfaces depending on the actual subscriber connection.
While iu_tx() is going to be functional on this branch, the a_tx() is so far
just a dummy (see comment).
Change-Id: I09b424989920097a076c0c1f9c956d4b4e48c941
http://cgit.osmocom.org/openbsc/commit/?id=206e1256e1b4013271a582ecce6d08f6…
commit 206e1256e1b4013271a582ecce6d08f6fb88bf1a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri May 20 17:15:44 2016 +0200
split subscr_con_allocate()/_free() in bsc_ and msc_
Rename current subscr_con_allocate() and subscr_con_free to bsc_*,
and add two separate msc_subscr_con_allocate() and _free().
The msc_subscr_con_free() ignores all lchan members.
In libbsc use bsc_*, in libmsc use msc_*.
Change-Id: I3cf7c7cafdf4672ec7b26058bba8a77159855257
Future: there will be distinct subscr conns for libbsc and libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=38b99665b1bf20ff9d768f537cf39a27…
commit 38b99665b1bf20ff9d768f537cf39a27fe3da50e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 03:24:41 2016 +0200
move to libxsc: net timezone VTY config
Leave the timezone VTY output in libbsc's config_write_net(), until the BSC/MSC
separation of struct gsm_network is completed.
Change-Id: I9712b2e07b4f1ab8d2e4ad40a8d771e98ed25b20
http://cgit.osmocom.org/openbsc/commit/?id=f7899828846289cf9b57567fbdfca105…
commit f7899828846289cf9b57567fbdfca10583ddfb91
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:29:33 2016 +0200
Move timezone settings up to network level
Time zone used to be configurable per-BTS. In the upcoming MSC-split, no BTS
structures will be available on the MSC level. To simplify, drop the ability to
manage several time zones in a core network and place the time zone config on
the network VTY level, i.e. in gsm_network. If we are going to re-add fine
grained time zone settings, it should probably be tied to the LAC.
Adjust time zone VTY config code (to be moved to libxsc in subsequent commit).
Adjust time zone Ctrl Interface code.
Change-Id: I69848887d92990f3d6f969be80f6ef91f6bdbbe8
http://cgit.osmocom.org/openbsc/commit/?id=ede8115d38e3d8a09dc9158262acb2b3…
commit ede8115d38e3d8a09dc9158262acb2b3b4758679
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:56:43 2016 +0200
reinvent connection_for_subscr() and move to libmsc
Implement connection_for_subscr() from a completely different angle: instead of
looking up lchans in bts structs, look up the subscriber in the global list of
gsm_subscriber_connection. static lchan_find() is thus obsoleted.
All callers of connection_for_subscr() live in libmsc, so move to libmsc.
The move and edit are done in a single commit since the old and new
implementation have nothing in common.
Future: osmo-cscn will use this, without bts being present.
Remove implementation of connection_for_subscr() from channel_test.c -- it is
possible that the abort() in there was intended for a regression test, but
actually it seems the implementation was merely added for linking reasons, and
the abort() added to guard against the NULL return value: no comment nor the
commit log indicate that the abort() is test critical; the addition was the
only change in channel_test.c for that commit; at the same time a
connection_for_subscr() call was added in libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=581914d10947b3ecc854599f324b4c01…
commit 581914d10947b3ecc854599f324b4c01f768be43
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:53:23 2016 +0200
bsc vty: rename show_net_cmd to bsc_show_net_cmd
Future: there will be an MSC-land show-net-cmd, so rename to something with
bsc in its name.
http://cgit.osmocom.org/openbsc/commit/?id=2dff96e6839afb3d731999f848a22dcf…
commit 2dff96e6839afb3d731999f848a22dcf88e21312
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:16:58 2016 +0200
move to libxsc: network VTY that isn't BSC-specific
Keep only BSC specific bits of the 'network' VTY node in bsc_vty.c, move more
general VTY commands to xsc_vty.c.
Add arg to xsc_vty_init() to pass a config_write_net() function. Pass a libbsc
specific config_write_net() function.
Future: upcoming omso-cscn will re-use the VTY bits moved to libxsc and pass a
different config_write_net() function.
Change-Id: I871b7b32a0c56fdce983e409cf244ec487d24e71
http://cgit.osmocom.org/openbsc/commit/?id=7585a79ece1c38b418a9d1a0cf562366…
commit 7585a79ece1c38b418a9d1a0cf56236641dde237
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:48:39 2016 +0200
move to libxsc: global vty gsm_network pointer
Move gsmnet_from_vty() and the bsc_gsmnet global to xsc_vty.c.
Rename bsc_gsmnet to vty_global_gsm_network and make it static to xsc_vty.c, to
clearly mark the global variable for VTY use only.
Introduce xsc_vty_init() to set vty_global_gsm_network.
Change-Id: I26c5c47de08f899b896813d09612d5cb2f8e42d6
http://cgit.osmocom.org/openbsc/commit/?id=13e39cbf4ea6d6e875db8c1adeb5468f…
commit 13e39cbf4ea6d6e875db8c1adeb5468f86adb30f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 03:03:50 2016 +0200
drop libmsc from some tests, drop duplicate libbsc linking
Because of libxsc, tests/gsm0408,subscr,trau no longer need libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=977d3cc2c584b5fc180b9b5bcbbb753a…
commit 977d3cc2c584b5fc180b9b5bcbbb753ac7f97129
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:27:32 2016 +0200
sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter
libbsc and libmsc will have separate subscriber connection structs. Hence don't
rely on gsm_subscriber_connection, but work on a direct pointer to the counter
for the next RP reference.
http://cgit.osmocom.org/openbsc/commit/?id=c8106ba0fba3042056aeadb685bdcc2e…
commit c8106ba0fba3042056aeadb685bdcc2e2511f280
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:30:17 2016 +0200
factor out & introduce struct gsm_encr, in xsc.h
Factor out encryption info from struct gsm_lchan as struct gsm_encr, placed in
xsc.h.
Change-Id: I94015fb9dd511c37c1e3058a0963c780b3f700ac
Future: this will be used by libmsc's subscriber connection, for osmo-cscn.
http://cgit.osmocom.org/openbsc/commit/?id=28607e9c13ec3bd41f23129e93a9bba8…
commit 28607e9c13ec3bd41f23129e93a9bba82ad8c446
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:04:00 2016 +0200
fix build: osmo-bsc_nat: change linking order
Moving gsm48_create* to libxsc affected linking of osmo-bsc_nat, resulting
in an undefined reference to gsm48_extract_mi().
Fix the issue by placing libfilter.a left of libbsc.a.
http://cgit.osmocom.org/openbsc/commit/?id=36b5a04f8622b2313ee15a6722f15e91…
commit 36b5a04f8622b2313ee15a6722f15e918380b852
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:58:51 2016 +0200
move to libxsc: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()
Used by libbsc, libmsc as well as osmo-bsc and osmo-bsc_nat.
http://cgit.osmocom.org/openbsc/commit/?id=cc454ff2314edc793b88b43c834b9b97…
commit cc454ff2314edc793b88b43c834b9b976d84098d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:46:29 2016 +0200
move to libxsc: net init 3: actual move
Reincarnate gsm_network_init() as the parts not specific to libbsc.
Move from bsc_network_init() those bits that are not BSC specific (and useful
for upcoming osmo-cscn).
Add libxsc to all linkages that use gsm_network_init().
Note: the only requirement to allow linking gsm_network_init() without libbsc
is to keep the call to gsm_net_update_ctype() out of libxsc. The other items
are kept out of libxsc because it makes sense semantically. But the separation
is not strong in that the BSC specific data members are of course still
omnipresent in struct gsm_network. If bsc_network_init() is not called, these
are not initialized properly -- for now no such callers exist.
So this is just a first step towards a sensible split of the BSC and MSC
gsm_network structs. The long term aim should be to have entirely separate
structs with some common general items.
http://cgit.osmocom.org/openbsc/commit/?id=b37e269910f523977f8c71dfd86494b1…
commit b37e269910f523977f8c71dfd86494b18e74ef30
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:57:04 2016 +0200
move to libxsc: net init 2: move bsc_network_init decl to osmo_bsc.h
bsc_network_init() is more fit to live in a BSC specific header.
Change-Id: I9edfb1e748bb1cb484fadd48b0406f5b3098e89b
http://cgit.osmocom.org/openbsc/commit/?id=0ad4a481d84999dce94a5eaedf2762c8…
commit 0ad4a481d84999dce94a5eaedf2762c854f046bf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:45:26 2016 +0200
move to libxsc: net init 1: rename to bsc_network_init
The gsm_network_init() function initializes a whole lot of BSC specific stuff.
Aiming to move some of it to libxsc, first rename it to bsc_network_init().
This will retain the BSC specific stuff when the move is done.
Adjust all callers.
Future: osmo-cscn will call the more generic part and not the BSC specific
part.
Change-Id: I4816ae19374390fc5c64972f7cad2e9ec3d8bcc3
http://cgit.osmocom.org/openbsc/commit/?id=d721b32c16b32f8d8af8fc520b4d8f61…
commit d721b32c16b32f8d8af8fc520b4d8f61f9a01f34
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:28:25 2016 +0200
define mncc_recv_cb_t to avoid code dup
Put mncc_recv_cb_t in xsc.h to avoid header include complications: if placing
right above struct gsm_network, one must include gsm_data.h to use
mncc_recv_cb_t as function parameter in a header, which will include
gsm_data_shared.h, which will include xsc.h (future knowledge). Since I will
need to use mncc_recv_cb_t in xsc.h, including gsm_data.h from there would
introduce an #include loop. Avoid that and define mncc_recv_cb_t in xsc.h to
begin with.
http://cgit.osmocom.org/openbsc/commit/?id=e3ed604aa5d620d2950bf0df7338b83b…
commit e3ed604aa5d620d2950bf0df7338b83b9a43084e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Add empty libxsc
This will gradually soak up code shared by libbsc and libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=7f3fd21d80c49ae49cbcbee8e76d2898…
commit 7f3fd21d80c49ae49cbcbee8e76d2898b0ff4727
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:07:43 2016 +0200
cosmetic: various comment, whitespace tweaks
http://cgit.osmocom.org/openbsc/commit/?id=104e2e819980a73d4bca0ae213ed5433…
commit 104e2e819980a73d4bca0ae213ed5433aac49558
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:59:29 2016 +0200
utils/Makefile.am: remove unused LIBOSMOVTY_CFLAGS
http://cgit.osmocom.org/openbsc/commit/?id=1932d1875fc126eeccc168b8e2f4cc58…
commit 1932d1875fc126eeccc168b8e2f4cc586c04fd5c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Apr 1 02:17:24 2016 +0200
vty l3 help: fix typo 'comamnds'; fix english s/his//
http://cgit.osmocom.org/openbsc/commit/?id=394ba29820ccbc84473eb273b6ffd251…
commit 394ba29820ccbc84473eb273b6ffd2512a073343
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:48:53 2016 +0200
debug log for sms: fix/add
One logged the wrong function name. Add others.
http://cgit.osmocom.org/openbsc/commit/?id=aae3210e393a2d8c5b57df7ccf24afce…
commit aae3210e393a2d8c5b57df7ccf24afcecdc13154
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:38:51 2016 +0200
Sanity fixes for gsm0408_dispatch(): rc, assertions
gsm0408_dispatch() is the main entry point for receiving data from the BSC/RNC
level, so make sure callers pass valid pointers before using them all the way
down the code path (related to CID#93769, a fix before this was refactored).
For unknown/unimplemented packet discriminators, make sure to return error
codes.
http://cgit.osmocom.org/openbsc/commit/?id=e11b95420136ed3c152e60a9f59c3d33…
commit e11b95420136ed3c152e60a9f59c3d33e07f332d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:18:08 2016 +0200
abis vty: decouple from global bsc_gsmnet variable
Publish gsmnet_from_vty() in openbsc/vty.h and use in the abis VTY functions.
http://cgit.osmocom.org/openbsc/commit/?id=3623ee0041527d23d768c24b00177123…
commit 3623ee0041527d23d768c24b001771231c7f4e6d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:09:47 2016 +0200
directly access gsm_network backpointer from gsm_subscriber_connection
The previous commit added a network backpointer to gsm_subscriber_connection.
Use it wherever it makes sense, to skip the step through the bts structure.
In some places, also tweak use of local variables for less code.
http://cgit.osmocom.org/openbsc/commit/?id=40bf26a1fe8bf81c1db1c83f75ae82dd…
commit 40bf26a1fe8bf81c1db1c83f75ae82dd31969a24
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 22:33:01 2016 +0200
add gsm_network backpointer to gsm_subscriber_connection
For the upcoming MSCSPLIT, we want a network backpointer without having to
go through a gsm_bts struct.
This commit adds the network pointer, the subsequent commit applies direct
access to the network structure from gsm_subscriber_connection.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/a_iface.c | 1 +
openbsc/src/libmsc/vty_interface_layer3.c | 2 ++
2 files changed, 3 insertions(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)