This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via fe7be8ddd0563ee98ca2ee9879983384d2491306 (commit)
via c1efa67c131a005903821a7487bad014b90cbe08 (commit)
from dfe48fdecf5e953fa5c08053e8781d4daf6ad4a4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=fe7be8ddd0563ee98ca2ee9879983384…
commit fe7be8ddd0563ee98ca2ee9879983384d2491306
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 11 19:44:10 2016 +0100
RBS2000: Ensure the is-connection-list command is only used on RBS2000
... and not on other BTS models.
Change-Id: I8882ca9a9ab974b0bbdcbd5c3bab0eadf4bc0927
http://cgit.osmocom.org/openbsc/commit/?id=c1efa67c131a005903821a7487bad014…
commit c1efa67c131a005903821a7487bad014b90cbe08
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 11 19:42:19 2016 +0100
RBS2000: Avoid segfault if ts->lapd instance doesn't exist
This happens e.g. with DAHDI driver, when the DAHDI device cannot be
opened. Let's not prematurely seg-fault early in the RBS2000 signal
handler, but take the proper error handlign for this.
Change-Id: I9223fb1568d3db7e278f07240c4be334c6602a13
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_om2000_vty.c | 6 ++++++
openbsc/src/libbsc/bts_ericsson_rbs2000.c | 2 ++
2 files changed, 8 insertions(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/vlr has been created
at 96acc6619f0efd1a55bbe752738252245cf1787b (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=96acc6619f0efd1a55bbe75273825224…
commit 96acc6619f0efd1a55bbe752738252245cf1787b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jun 17 00:06:42 2016 +0200
WIP: Introduce libvlr
Change-Id: I3f75de5f0cc2ff77f276fd39832dd3621309c4b9
http://cgit.osmocom.org/openbsc/commit/?id=d9ed9b2a5230c3809e168e64ff1421f1…
commit d9ed9b2a5230c3809e168e64ff1421f10f4e487b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:28:52 2016 +0200
WIP: move OAP client to libosmocore
http://cgit.osmocom.org/openbsc/commit/?id=347885300b0d78d8f7e2f5a2740330e1…
commit 347885300b0d78d8f7e2f5a2740330e1c42f317b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:29:17 2016 +0200
gsup_client: Make use of OAP optional
http://cgit.osmocom.org/openbsc/commit/?id=ae82ff80cc4717077c7461bc76fd2f7e…
commit ae82ff80cc4717077c7461bc76fd2f7ed454ff88
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:28:11 2016 +0200
VTY: Print 3G auth tuples, not just 2G auth tuples
http://cgit.osmocom.org/openbsc/commit/?id=6213693bcc8ff31c28d081f795dc3c6a…
commit 6213693bcc8ff31c28d081f795dc3c6a0156a184
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 23:27:38 2016 +0200
WIP: add gsup_test_client program
http://cgit.osmocom.org/openbsc/commit/?id=97c0e2dd02c3ce19158042d278166c52…
commit 97c0e2dd02c3ce19158042d278166c5272630a8d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri May 6 13:49:49 2016 +0200
WIP: Handle Authentication Failure from MS
http://cgit.osmocom.org/openbsc/commit/?id=f4087ab8c83d2b940604b0b9e238a810…
commit f4087ab8c83d2b940604b0b9e238a810dca77f2a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu May 5 22:52:41 2016 +0200
SGSN: Integrate basic support for UMTS AKA
We already had almost all the parts in place before:
* GSUP with capability to send us auth_vectors that contain
either triplets or quintuples
* mm_context that holds such auth_vectors
All that we need to add in this patch is the capability to send
the AUTN parameter in the GMM AUTH REQ and parse the extended RES
in the GMM AUTH RESP.
TODO: Implement SQN re-synchronoization mechanism (Auth Fail: Sync Err)
http://cgit.osmocom.org/openbsc/commit/?id=df964447afddd4d4704f1ece4aa2cae6…
commit df964447afddd4d4704f1ece4aa2cae6b60e12c1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jun 19 18:06:02 2016 +0200
Introduce subscriber_connection ref-counting
This introduces a reference count for gsm_subscriber_connection. Every
user of the connection needs to hold a reference until done. Once the
reference count dorps to zero, the connection is cleared towards the
BSC (which subsequently will clear any logical channels associated with
it).
Change-Id: I8c05e6c81f246ff8b5bf91312f80410b1a85f15e
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, neels/oap has been created
at 2914c704351dcae5e7da6f8ba7048c4c879bf6fe (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=2914c704351dcae5e7da6f8ba704…
commit 2914c704351dcae5e7da6f8ba7048c4c879bf6fe
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Apr 27 18:32:35 2016 +0200
import oap message parsing / encoding from openbsc.git
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, sysmocom/iu has been updated
discards 7e7624cd5be3049b53d6e6735928281aa03bff68 (commit)
discards c692fc5e2eb62eb86c85847c79dedb4d87ad564c (commit)
discards d9e229b08871c6be76e97e7d7281a824c1bdb231 (commit)
discards 07415166b07602f2f2ab721e2b86bfd1c5eabcdd (commit)
discards 5f3e337c8d545e6b4fe968b196d0fcf8c9d75c89 (commit)
discards 8afc916e360a1ae739bb9df6913317eb3990a1ab (commit)
discards 22e0b7c35ebedde333b6fce0fc7f87ee34ff5368 (commit)
discards 35ce91de93be39ff074616264af26a2c155fa97e (commit)
discards 380c13c923463e648322ea57cca90fcf0caa3653 (commit)
discards fcdc026c8a6af3a4e77f417ea97cb15ada53bada (commit)
discards a5e8069cca887b28b91f2f2c328e5727bd5af48f (commit)
discards 158559bef88ec70a60128e3c83b41e44eacf223a (commit)
discards c2c7722a7e4bb35e1e3b8ef49dbf76eedd6d7fa2 (commit)
discards 2d0e537de9318974443fc12f4971b435c0fa47ad (commit)
discards 9e4957801f20a963fd01a1ec7ae134944c215bd3 (commit)
discards 5903193d88e72834fb121f88f17385c91a1dbf2b (commit)
discards 2548cd15aad47df310ac79bfc9388a59b683a29b (commit)
discards ba46c4048c245507fa8d5529478db9ec67a60cef (commit)
discards ea51bfd87535bd8f8a00db6d9777fff126ec2deb (commit)
discards a9370b6b65e3610d78cbf2b805220df923bc2cd5 (commit)
discards b50af47d4291abd656a28e31a704d19b3e4413eb (commit)
discards 99b0e0ed6c2e05879ef25937df02bc378bd75c79 (commit)
discards cfbf5fad3f4c77fb8693cce8906e2dd1265edece (commit)
discards fda5bb5e51a60ad168be5ba86db6b1fe15f7a6c9 (commit)
discards 0faacd6adfa5a0f95c4db27494ebd2795f93e59d (commit)
discards bbad400c22ec27cf56340e9a36e6c2d73d0906c3 (commit)
discards 7d7dc9d7dbaa304ceba5de97da66655a24910314 (commit)
discards 7a622ad7685e5caf70478baee253bd21b2e984ea (commit)
discards b2d42f600c7983af938446d7c89973f7bfa8913d (commit)
discards 9303f7711da05dd2da0ed0f82a7bf742f95c6cc9 (commit)
discards f9d6a998c03d3877e85f03ee6d73c30303dcee48 (commit)
discards 02932b1f53068defb2d7e2417e64f906f64a0863 (commit)
discards 0c2043fd5e01da32aad04d7dce17d461b9428ef3 (commit)
discards dff981e8a66f3722bf4ed000f51597b73cfc399c (commit)
discards 063c305204286906313f8576fe3cbc4a237d3768 (commit)
discards ffd5e33f1781ea5e7ccae2e7f19e55f8c5926381 (commit)
discards 6d1c073311150935c2839beab9f665791b536de4 (commit)
discards c26ced5d519d89b5d5f76b2751c8cd7ec1ce2e54 (commit)
discards b0c7cb556981a98e6ba24a17f82661bf83b973fe (commit)
discards a12c6aa033c9b85c0405074b3c96f140c7b4ef62 (commit)
discards 406d0f75ca86d29b53d8b1ad8992092f0d0343ca (commit)
discards fbd934be94acef01c5bd0d6f54e18735d3d23e07 (commit)
discards 5d80cbe481a0207675120194d0fedbd8744d9a0d (commit)
discards 616967036da9fb4cb0055b8d164599cf236ca1b6 (commit)
discards c0fa098a5cd6356f4db6fe4fd4ee944436ef3f52 (commit)
discards 3f7958f08b05d251ecbc88ac2988650308e23f3b (commit)
discards c8f00fa50d8b2d79160611625c651543f382d125 (commit)
discards f875e7843c00f30c8718a4f9cabd538c60e3eeef (commit)
discards 6d9e14d28cae9c5f619adc5b571674b6ed7db271 (commit)
discards b6db8d0efb3350f4ed24943366ccffdabdb392bf (commit)
discards 0dd4717063371d6938fbe3c10d9c216830b8ff5d (commit)
discards 56370f4d9b6b08f3a33a38f3ef8a630c32a1c1d6 (commit)
discards 2fe226a6da42d01bfdd7aefbe167a77313dc9760 (commit)
discards 9a9bd05b65fa22fadc498568fe2ebdb41febbd43 (commit)
discards 5c1f1bde495037d2305a6ec8474d1f8394f777b9 (commit)
discards f553693a66177cf9ebee6174c7bc8f2db1ed848d (commit)
discards e77b1837869e5482bab28d921b4a64574b19de69 (commit)
discards fec0a31f41b2996f5756835273c4e8d019bb924d (commit)
discards 611e83347fce7425a9d0cc564165b67819fa9823 (commit)
discards db1c1222c8eb93be665026c15253162193a24445 (commit)
discards 415c0223fb9527ebabdaf4b96e2d80ab2ed9127f (commit)
discards 5f7570a8d87edd5d82df49062ea5d412f5522ad4 (commit)
discards 2ee77ab28a462aa4fc09897c1800c0b2938e2e4b (commit)
discards 829c060b74f848d06e814c61b789c058f374026d (commit)
discards eea4c4d4ba1736f836a146ea66c43a155f0c3af9 (commit)
discards f4a2311dcceda23ffb23051df2b7c43e28bce1f1 (commit)
discards c93ac1700dc8ebae0b2ae9fffe9f43d8e8618e3f (commit)
discards 495518f4a9d5dbb63809ffbaa775e8d99330caee (commit)
discards 5030f8de1c7608186572c45448cf211f3ca318d2 (commit)
discards 36662e5345c96203487117baea35ec716e359af4 (commit)
discards c3b4858c8808400456a707204e55bbf0f7b16864 (commit)
discards 32e8ea9ecf88e03b0a74b7cf4503060eb0f8b6df (commit)
discards 25bd330172f8f818274e800197d5e38282db3a92 (commit)
discards f1d1e7147a32d63b748507a9fc40c71d6a030312 (commit)
discards 72f4da98ce606ffb5cf8c6e6a716fa675d5b8c48 (commit)
discards d81eaffbca389f6b1b1f580d8119cda0c303da44 (commit)
discards 00774fe702ce437e578021f3edf49cec305f7aa4 (commit)
discards c9fd1d8ba19aa39cfeffc73eeb8ca19c28c2095f (commit)
discards ca1cf50eb88540a229027433f26bc1246d93af09 (commit)
discards 0548ac6bbd64cd45cfe9f961a40a8ea0031646c0 (commit)
discards b8d11ed1c0ba2681786ca27d67f83d9875eff8f5 (commit)
discards f0773e14f861d4e26985c380865438fa34c34617 (commit)
discards 30116060a0a4a6556140e1a5382b0699971a120c (commit)
discards b87939de6f3026cb013394d5e80eae76f90ef974 (commit)
discards c80f56cc64e00cb7fce8c488dd65b9d8e02a8553 (commit)
discards e224a81f92ebc02dd5bcbba8069801ca1d2b7196 (commit)
discards 2ac47f62ae395902e03f5d7f60598ce937639a8d (commit)
discards 624e2bbb684531c02f549b381f7849b53a64172d (commit)
discards b8061adb9253611d09b63fd7f2d4229e893cc910 (commit)
discards 22f29e5b9f29ad1e877b42357b9f36e8f81cc402 (commit)
discards 84013beff1abd2142bbd2ef1e2b057eb24ef7815 (commit)
discards 8d1043a10fb85ffa0b20df35e511e1962fa93e10 (commit)
discards a1f9834fad92ed0ace715d4e676316a4aeec7338 (commit)
discards 0f1cfc198617ebb5b63fadb81c4daf94aa4c7b91 (commit)
via dd0659326ebbd4a9a2bdafbd9d3b9d6b492d851b (commit)
via 1667c4b962c218ca0a41a30b4a9779ebda588ec1 (commit)
via 45070b078b71c9a330a7470666317a25f0b9454d (commit)
via e58719c73c1481d41af981a3a81d18540e71c480 (commit)
via 5654def87f2588b8ddf20a52e41a4a2748019967 (commit)
via 013edbd50851ad3e6a359d1c917302ee77914161 (commit)
via 9e33d11b9fd1b872ed109375bdd8d96d34972943 (commit)
via 5e076a010d408c7fd05828c9de41274536f4d797 (commit)
via a4e06816758fd32bebdbc3c4b75b429b026dc6a5 (commit)
via ffe24b4130d2b7515ffd49cd6f44ecd6358e5140 (commit)
via c632f63f46c4581b1c4874d1d4ed5dd251a86181 (commit)
via 7279239c1683464d573d23ebaa9eb803320688aa (commit)
via e0fa018644d77d06c383ce0a745770d94c975f14 (commit)
via f8bfcaac30f4949bd08e7afb16a17db0bcdcb7f5 (commit)
via ea4613814b83ae33c2f1a7c06d3e352396b403f4 (commit)
via 421d1d587cae91a9bb5c1427159eab0171ce3c2e (commit)
via 387ae9ce83ff6ce8c8757cd27b0d87c2dfe69743 (commit)
via b00eeb199771bf186965e49086e97f4cfcb5345c (commit)
via 5e4779ab04bfb8cc2ca7b3d6969659596585276c (commit)
via b80bacf8c6903453871c76b9e97ef397e526170d (commit)
via 0711abfe8d26facccf4c71a0c0e7fe4eb274e9d4 (commit)
via 7ad985a2593f8630828f6deb2c3cb88ab68df8ad (commit)
via 6460cd40611a18fe71b87915f5bed5726033f7b3 (commit)
via f6973e2b199830f698ae4304e632061c7ce771d7 (commit)
via 83a7992ef078d67ec51b310f42b18a3df15061ff (commit)
via 8206c88c487514fb0034c46cdfb975c7ddb79c83 (commit)
via 42eb760238735b57cb834970d264b882ff3c9a30 (commit)
via 45277cb4640ce7001233d6f9cbf947709bda0abd (commit)
via 275d52f3a213c897ad03be2f5ba4f3ca3b6183f3 (commit)
via 4acdd708f2a629acff15049c7a4f43387599b581 (commit)
via 52e6aa56125c27464d8aad4339fb5357630ea922 (commit)
via d7748ab6add8b37a43454c939a762d9095080a41 (commit)
via 4400945029947c1265523c6b0911f13b46a5eed1 (commit)
via 7e35b6ab867aa257c65c0610d544422fb3e160db (commit)
via 98c821a8d288c08b5be62a6d973605134bf2c48a (commit)
via e254ef32f0a6e356aa8f18240af083b503f21677 (commit)
via 35b60ecad0cc96c7c6c2fd5bca3f085500e8d78a (commit)
via c736473d185e7b123ec9129870d0f54b8ae397ec (commit)
via 16f0c299e31bada300311f5b7335394e14575539 (commit)
via d066cb87c1ce1d4530bd3fa1af0668cc3dc45602 (commit)
via 25c762b45dd798fea73bbaf3a6ee08cef0a14e8a (commit)
via f4691377e1e497c9b9092c260cf5614483127a5c (commit)
via d86588f1780954bb88d326eba9887085c6aacf18 (commit)
via 77458c4a569fa99066549b7d73f09f7051bdeb10 (commit)
via 168e5aa7596c3908831a8c88c16287adee79b7e6 (commit)
via 5753ed90a7d6b33123c761fcf554a682f5cbf19a (commit)
via eb3eba1e6912ca5071b3b972058df5929c26bd7c (commit)
via 4f01f27824797abd56b5f85cda261e99af013cce (commit)
via 86d529176dbf4833f0f9212c2c730dfbcdf0f49d (commit)
via d81c5940f90fbcd5309fbc2113fb1cec19c7c47b (commit)
via e04f0a3e7f95f2f74c0d35b33a6b6770ba87005e (commit)
via 01f4a354f416257c6b57e1d752c04266df582b1a (commit)
via 2f392489ef7aa4f62314352f45728f09d8a06dd2 (commit)
via da2c6f98faa16aa5464013e3ac45762b76cb7f22 (commit)
via 9d13a15b07e87f629c5d419d5f808e3077a806bc (commit)
via e875d7018ec39af03a129db58a9a9dfdc67f6299 (commit)
via 47281da7307f8fdcf013d2e8cafa12c7cf38629f (commit)
via 33399d3d8dfe95fdc68dbf1937bc520e01db914c (commit)
via 6dcfd7ae3a96bcb7ee1ea5b99c93f9bd885c2337 (commit)
via 3cea6198ebefa7bf5c604801bb49002df9872b87 (commit)
via bb1a2bd52c03141d87f2b728c9d7371f29924594 (commit)
via e407919c353a54af7e06677de912ca747521bb7e (commit)
via dabd4db05a620124c2e49c032706b5b5f89d6533 (commit)
via 128db2ce4c5b62e275797efd97da0813352e5e06 (commit)
via b82c46873425ece0d320e7c0c2feab083d4ad368 (commit)
via 910504508945085f97a4f6060405051022d1c030 (commit)
via 80d0e986350a4f3ee307a08a7e82238472b6f171 (commit)
via 202b3bac042280cedc5e2e3ddac7e22d7b0d3063 (commit)
via 322891e87df084def284764f5902ea75f0ca6e5d (commit)
via cbe0d2243a5485be09e4317085bb380b78f0dfdc (commit)
via b59f1246476214e962f0b9e297519393af75d07a (commit)
via d8c4fa010faaef144549d4afbcd80a1ca16c9e11 (commit)
via d8053b3bbf03fefb5e98ffd51ddbbaa212fb78c5 (commit)
via 67f3abdde110efc7c774fd415ad34c8d9f757549 (commit)
via f7160415d4a18be8fa3c825739ee529a6e9f5821 (commit)
via d9364d8c876a431586bd88e8b5ba4263f928d653 (commit)
via d75e33b3cc151b63681e58a1ece89042cd16050a (commit)
via 269093ce0359265ed01221576be0fc9b02aaa53c (commit)
via 82fc99547a6cee3705861425981b91d99b790526 (commit)
via c575107a69581cd06cfc88c8a53fb21030565be2 (commit)
via e8e5fdc317aa778defe6492de569adc2a957a0de (commit)
via a9fadf028ad45626901b8ddcde7b6b6116c3deaf (commit)
via c0a9113a0f3f59bcbe1101b9bf9ce88e301be342 (commit)
via c0ae20597e3e695b4a96af13aae338157373b466 (commit)
via 618e6710f7578992ac1f76cf9c2fe0eac0af945b (commit)
via 88c3c1a50923f3827746210a244b98619eeff809 (commit)
via a7f038e5ff0731e56b61ba6d300f5ce78dd38eeb (commit)
via e4fac56c4e121da0b01b28ac6462016023b96dd7 (commit)
via c98ba64c6445098a2faaf1bce30520cd7ecd52e0 (commit)
via 94401fbea288484e1c160c0445af905245b66a3f (commit)
via c8b309de6eceafbfa429a10b7d8676b346775af3 (commit)
via f55c03dd710ace6c82f30e9e2117fa3279ba99ff (commit)
via 4c94b8b8d06549715a62c341f345356cf3e95440 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (7e7624cd5be3049b53d6e6735928281aa03bff68)
\
N -- N -- N (dd0659326ebbd4a9a2bdafbd9d3b9d6b492d851b)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=dd0659326ebbd4a9a2bdafbd9d3b9d6b…
commit dd0659326ebbd4a9a2bdafbd9d3b9d6b492d851b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 20:20:51 2016 +0200
mgcp parsing, set port from mgcp response
Change-Id: I90e2c1aa7575d5fa6e0374f5022cbb25fc3f7699
http://cgit.osmocom.org/openbsc/commit/?id=1667c4b962c218ca0a41a30b4a9779eb…
commit 1667c4b962c218ca0a41a30b4a9779ebda588ec1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 18:38:59 2016 +0200
mgcp parsing, mgcp test
Change-Id: Ibe2ab17b3fa3a506a2e841ba979ea4175e3a21e8
http://cgit.osmocom.org/openbsc/commit/?id=45070b078b71c9a330a7470666317a25…
commit 45070b078b71c9a330a7470666317a25f0b9454d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 14 17:56:17 2016 +0200
mgcp: handle responses from the MGCP GW
Change-Id: I5c0493feaec775461b5a017c36b93cc2ad63c896
http://cgit.osmocom.org/openbsc/commit/?id=e58719c73c1481d41af981a3a81d1854…
commit e58719c73c1481d41af981a3a81d18540e71c480
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 02:53:55 2016 +0200
IuPS: cosmetic: explicitly check RAN type; move comment
Change-Id: I8375ba42dd47d7ccd9ce9290767d6f8653a23b94
http://cgit.osmocom.org/openbsc/commit/?id=5654def87f2588b8ddf20a52e41a4a27…
commit 5654def87f2588b8ddf20a52e41a4a2748019967
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:39:25 2016 +0200
IuCS and IuPS: add VTY config for RAB Assignment address kind
To accomodate the ip.access nano3G without having to recompile, make the
RAB Assignment's Transport Layer Address IE's format configurable, in both
osmo-cscn and osmo-sgsn.
The long term perspective is to somehow detect which address encoding a given
3G cell prefers, but for the time being just configure it globally and set each
ue_conn_ctx to the global setting upon creation.
Add VTY command to iu_vty.c, with args passed to iu_vty_init() to insert
at an arbitrary VTY node, so that it can be used both for osmo-cscn and
osmo-sgsn. Add generic iu_vty_config_write() to write out the config.
Call iu_vty_init() from cscn_vty_init(); cscn_vty_init() is in libmsc,
hence linking of osmo-cscn now needs libiu to come after libmsc, so move
that further down.
Change-Id: I93728314742b327336f3fb6de98e6457f687e1f9
http://cgit.osmocom.org/openbsc/commit/?id=013edbd50851ad3e6a359d1c917302ee…
commit 013edbd50851ad3e6a359d1c917302ee77914161
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 02:55:31 2016 +0200
IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctx
The future perspective is to remember the preferred RAB Transport Layer Address
encoding for each 3G cell that is connected, so store per UE conn instead of
globally hardcoding.
Add rab_assign_addr_enc member to ue_conn_ctx. Thus the iu_rab_act_cs() and
iu_rab_act_ps() functions no longer need the explicit use_x213_nsap argument.
Add include/openbsc/common.h in order to define the enum nsap_addr_enc, in a
separate file to be able to easily include it in all of libmsc, libiu and
gprs/* without creating include cycles.
Set the rab_assign_addr_enc when an MM ctx is created for iu, and whenever the
ue_conn_ctx for an Iu MM ctx is updated. This looks a bit clumsy so far, the
hope is that there will be a nice way to setup the ue_conn_ctx prior to that.
Change-Id: I49bb5736df7bdfdd55d3e7b74ee559595cfd2f7d
http://cgit.osmocom.org/openbsc/commit/?id=9e33d11b9fd1b872ed109375bdd8d96d…
commit 9e33d11b9fd1b872ed109375bdd8d96d34972943
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 03:30:48 2016 +0200
sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config
It makes sense semantically, and prepares for an upcoming commit that uses
the internal global config pointer in sgsn_vty_init(), which would not
be defined yet without this.
Change-Id: Ie4cf1c0a1c9e6330a134ff4b7b2e6d5699c12bd7
http://cgit.osmocom.org/openbsc/commit/?id=5e076a010d408c7fd05828c9de412745…
commit 5e076a010d408c7fd05828c9de41274536f4d797
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:29:33 2016 +0200
iu: sort out confusion around asn_debug and asn1_xer_print
Before, I confused asn_debug with asn1_xer_print. Have two distinct VTY
commands and fix documentation.
Put the asn_debug and asn1_xer_print implementations in iu.c.
Since they are globally defined, don't pass a pointer to iu_vty_init()
but just use it directly. Might be considered less clean, but is also less
bloat.
Change-Id: Iccbadfe1585ba224f74cdfb5273b5ce29b6d78f0
http://cgit.osmocom.org/openbsc/commit/?id=a4e06816758fd32bebdbc3c4b75b429b…
commit a4e06816758fd32bebdbc3c4b75b429b026dc6a5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:48:55 2016 +0200
iu.h: add missing includes and type defs
So far it was included only in files that also include all needed headers,
but make it so that it can be included on its own.
Change-Id: I08a756031b995bd01a6e15c678b845fd98de960b
http://cgit.osmocom.org/openbsc/commit/?id=ffe24b4130d2b7515ffd49cd6f44ecd6…
commit ffe24b4130d2b7515ffd49cd6f44ecd6358e5140
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 11 02:24:53 2016 +0200
IuCS: rapidly release connections
Do the same as we do in 2G: release the connection as soon as nothing else
is pending for a given subscriber.
Before, osmo-cscn would wait for the UE "to get bored" and send an Iu
release. But the CN should stay lean on connections. Also, 25.413[1] in section
7, 6th point states:
"While the Iu release is managed from the CN, the RNC has the capability to
request the release of all Iu connection resources from the corresponding Iu
connection."
So far we did not manage Iu release from osmo-cscn at all.
Use the same mechanism we use in 2G: from msc_release_connection(), just before
freeing the gsm_subscriber_conn, invoke a CN initiated Iu Release command to
the UE.
This works around OS#1816 ("USSD only works when IuCS is released", on nano3G),
because the Iu conn is now released right after every signalling, so that
typically no two requests will use the same conn.
In iu.h/iu.c, add iu_tx_release(), absorbing almost all of the code from
ranap_handle_co_iu_rel_req().
Add stub to db_test.c, necessary to build it without linking libiu.
[1] 3GPP TS 25.413 v12.4.0 Release 12 / ETSI TS 125 413 V12.4.0 (2015-04)
Related: OS#1816
Change-Id: Ic12bd6f3666f6fd42bd6d9fdae1c93abee3b6786
http://cgit.osmocom.org/openbsc/commit/?id=c632f63f46c4581b1c4874d1d4ed5dd2…
commit c632f63f46c4581b1c4874d1d4ed5dd251a86181
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 11 00:50:05 2016 +0200
IuCS: don't remove Iu conn until release
Don't remove the gsm_subscriber_connection without an Iu Release.
From the 2G paradigm to close a subscriber connection as soon as nothing else
is pending, osmo-cscn frequently calls msc_release_connection() to see whether
a conn has anything pending, or discards it.
In 3G however, we so far don't actively release IuCS connections from the MSC
side, but wait until the IuCS is released from the UE side. So the conn is
often discarded even though the IuCS stays open and valid, which confuses the
situation: before the UE releases a bit later, we would try to page the
subscriber unsuccessfully, because the UE expects to already be connected.
To first fix the discrepancy of Iu vs. subscr release, never discard
gsm_subscriber_connections when msc_release_connection() is called.
This creates a "lazy" CN that keeps connections open as long as the UE will
tolerate. It is really fast in sending many SMS in close succession, but is
certainly a bad CN design choice: we should rather stay lean on connections.
A subsequent commit will change this, but I decided to keep this commit as a
reference, for when we'd like to test situations that should re-use an
established connection.
Change-Id: I012378cfa432d791146db387554ec1909de05297
http://cgit.osmocom.org/openbsc/commit/?id=7279239c1683464d573d23ebaa9eb803…
commit 7279239c1683464d573d23ebaa9eb803320688aa
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 11 01:05:22 2016 +0200
IuCS: detect whether a conn is already secure
If a CM Service Request is received on an already secure IuCS connection,
we so far didn't notice and started to authenticate again. The UE would
readily renew its authentication, but then our state got stuck since
ciphering was already established. Instead, don't authenticate again when
integrity protection is already established.
Change-Id: I3c01fe58276ba0ad918f2cd30cc3dca7c6663e68
http://cgit.osmocom.org/openbsc/commit/?id=e0fa018644d77d06c383ce0a745770d9…
commit e0fa018644d77d06c383ce0a745770d94c975f14
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 20 18:18:26 2016 +0200
mgcp dbg log
Change-Id: I56fda48edaa92abfc6e3886cdfce733bb0686f73
http://cgit.osmocom.org/openbsc/commit/?id=f8bfcaac30f4949bd08e7afb16a17db0…
commit f8bfcaac30f4949bd08e7afb16a17db0bcdcb7f5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:00:16 2016 +0200
sgsn_ranap_iu_event: handle some events without valid MM context
Change-Id: Ia7e74087d56996104b6d3935b1cf12166ff67f3a
http://cgit.osmocom.org/openbsc/commit/?id=ea4613814b83ae33c2f1a7c06d3e3523…
commit ea4613814b83ae33c2f1a7c06d3e352396b403f4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Sep 19 18:30:49 2016 +0200
IuCS: store assigned rab_id in gsm_subscriber_connection
Change-Id: I7fda4304631fc24bbd1bebe911b8403a942fcf53
http://cgit.osmocom.org/openbsc/commit/?id=421d1d587cae91a9bb5c1427159eab01…
commit 421d1d587cae91a9bb5c1427159eab0171ce3c2e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:28:35 2016 +0200
bridge calls via mgcpgw
Change-Id: Ie259e30bc532fe9817c96562022ac33443d5747a
http://cgit.osmocom.org/openbsc/commit/?id=387ae9ce83ff6ce8c8757cd27b0d87c2…
commit 387ae9ce83ff6ce8c8757cd27b0d87c2dfe69743
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:29:30 2016 +0200
also do call assignment for MT calls, upon Call Confirmed
Change-Id: I863fa73948f61aaffd7f4472f3abc3e44228e31f
http://cgit.osmocom.org/openbsc/commit/?id=b00eeb199771bf186965e49086e97f4c…
commit b00eeb199771bf186965e49086e97f4cfcb5345c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 13:39:07 2016 +0200
IuCS: implement msc_call_assignment() for IuCS
Send IuCS RAB Activation upon MNCC_CALL_PROC_REQ.
Implement function msc_call_assignment(): decide between sending A-iface BSSMAP
Assignment Request or IuCS RAB Assignment Request.
Implement iu_rab_act_cs() to send the IuCS RAB Assignment Request. The IP
address and port of the MGCPGW sent in the RAB Assignment are still hardcoded.
The A-interface extension is not implemented yet.
Declare ranap_new_msg_rab_assign_voice() to avoid including
ranap_msg_factory.h, which would require adding ASN1 CFLAGS to Makefile.am.
The mgcpgw_client as well as some more osmo-iuh functions are now linked from
libmsc, hence add some dummy stubs to libiudummy and db_test.c.
Change-Id: Iaae51d1fbbfc28fad1c0b85e161d53d80a420a19
http://cgit.osmocom.org/openbsc/commit/?id=5e4779ab04bfb8cc2ca7b3d696965959…
commit 5e4779ab04bfb8cc2ca7b3d6969659596585276c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:21:10 2016 +0200
cscn: add mgcpgw client (with dummy read cb so far)
Store the mgcpgw client data in struct gsm_network.
Initialize VTY and bind the client.
Change-Id: Ifc4efb1ca44fa34c29bf23b35addb54155296d68
http://cgit.osmocom.org/openbsc/commit/?id=b80bacf8c6903453871c76b9e97ef397…
commit b80bacf8c6903453871c76b9e97ef397e526170d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 13:39:07 2016 +0200
libmgcp: add mgcpgw client API
Add an API to send MGCP messages to an MGCP GW, from the perspective of
an MSC instructing the GW to setup RTP streams.
Rationale: the mgcp_protocol.h is mostly for the MGCP GW itself, other
implementations forward incoming MGCP messages. So a simpler approach for an
MGCP GW client is useful.
Add general VTY commands that can be used to configure mgcpgw_client.
osmo-cscn is going to use this to route RTP streams (for 3G at first).
Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135
http://cgit.osmocom.org/openbsc/commit/?id=0711abfe8d26facccf4c71a0c0e7fe4e…
commit 0711abfe8d26facccf4c71a0c0e7fe4eb274e9d4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 13:39:07 2016 +0200
libmgcp: add value strings for mgcp_connection_mode
Add file mgcp_common.c to implement the value strings for the
mgcp_connection_mode.
Add in a separate file because of the upcoming mgcpgw_client.c implementation,
introducing a file that contains implementations commonly used in MGCP GW as
well as its clients.
Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135
http://cgit.osmocom.org/openbsc/commit/?id=7ad985a2593f8630828f6deb2c3cb88a…
commit 7ad985a2593f8630828f6deb2c3cb88ab68df8ad
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 20 18:16:35 2016 +0200
libmgcp: move mgcp_connection_mode to public header
mgcp_connection_mode will be used by the upcoming mgcpgw_client.h API.
Change-Id: I7a3f8905723320d968f1a53c1036904107b4fb2d
http://cgit.osmocom.org/openbsc/commit/?id=6460cd40611a18fe71b87915f5bed572…
commit 6460cd40611a18fe71b87915f5bed5726033f7b3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 6 20:08:58 2016 +0200
IuCS: cosmetic prep for msc_call_assignment()
Rename gsm48_cc_tx_call_proc() to gsm48_cc_tx_call_proc_and_assign() to mark
the place where the A-interface will send a BSSAP Assignment Request / where
the IuCS-interface will send a RAB Assignment Request.
Add function msc_call_assignment() to decide between A-iface and IuCS
assignment, to be implemented in subsequent commit.
Change-Id: I0695e233d57d13658793b0e63bb7c3ff224909a0
http://cgit.osmocom.org/openbsc/commit/?id=f6973e2b199830f698ae4304e632061c…
commit f6973e2b199830f698ae4304e632061c7ce771d7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 17:52:32 2016 +0200
IuCS: send RANAP CommonID
Add libiu function to send a CommonID message down a UE connection,
iu_tx_common_id(); add also a corresponding stub to libiudummy for linking with
tests.
Add libmsc function msc_tx_common_id() to call the above. Add this mostly to
clearly indicate in msc_ifaces.h that libmsc is calling out of the MSC; also
to do conn->via_iface checking.
Call msc_tx_common_id() after ciphering is established, in
_gsm48_rx_mm_serv_req_sec_cb()'s GSM_SECURITY_SUCCEEDED case.
Change-Id: I576ddd5bbabfc989149debd2f8a9743db6d26043
http://cgit.osmocom.org/openbsc/commit/?id=83a7992ef078d67ec51b310f42b18a3d…
commit 83a7992ef078d67ec51b310f42b18a3df15061ff
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 31 15:40:18 2016 +0200
cosmetic: msc_handler, bsc_handler: drop extra whitespace
The extra ws made me not find these lines when grepping for 'dtap ='.
Change-Id: I45e5c9e7df4704546872aab15adf407298943435
http://cgit.osmocom.org/openbsc/commit/?id=8206c88c487514fb0034c46cdfb975c7…
commit 8206c88c487514fb0034c46cdfb975c7ddb79c83
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 2 08:34:57 2016 +0200
SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSN
http://cgit.osmocom.org/openbsc/commit/?id=42eb760238735b57cb834970d264b882…
commit 42eb760238735b57cb834970d264b882ff3c9a30
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:20:54 2016 +0200
cosmetic: make gsm0408_loc_upd_rej() static
http://cgit.osmocom.org/openbsc/commit/?id=45277cb4640ce7001233d6f9cbf94770…
commit 45277cb4640ce7001233d6f9cbf947709bda0abd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:18:03 2016 +0200
LU counters: count completion and failure, not messages sent
From a human admin viewpoint it doesn't make sense to count the messages sent:
When we use TMSIs, we first send a LU Accept with a new TMSI, and then expect
the MS to respond with a TMSI Realloc Complete message. When that fails to come
through, the LU actually ends in failure, even though a LU Accept was sent.
In 3G, if a UE sends an Iu Release during LU (e.g. user enables flight mode),
we cancel the LU without sending any reply at all, so nothing would be counted.
Instead, count Location Updating results, i.e. completion and failures.
http://cgit.osmocom.org/openbsc/commit/?id=275d52f3a213c897ad03be2f5ba4f3ca…
commit 275d52f3a213c897ad03be2f5ba4f3ca3b6183f3
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=4acdd708f2a629acff15049c7a4f4338…
commit 4acdd708f2a629acff15049c7a4f43387599b581
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=52e6aa56125c27464d8aad4339fb5357…
commit 52e6aa56125c27464d8aad4339fb5357630ea922
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=d7748ab6add8b37a43454c939a762d90…
commit d7748ab6add8b37a43454c939a762d9095080a41
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=4400945029947c1265523c6b0911f13b…
commit 4400945029947c1265523c6b0911f13b46a5eed1
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=7e35b6ab867aa257c65c0610d544422f…
commit 7e35b6ab867aa257c65c0610d544422fb3e160db
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=98c821a8d288c08b5be62a6d97360513…
commit 98c821a8d288c08b5be62a6d973605134bf2c48a
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=e254ef32f0a6e356aa8f18240af083b5…
commit e254ef32f0a6e356aa8f18240af083b503f21677
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=35b60ecad0cc96c7c6c2fd5bca3f0855…
commit 35b60ecad0cc96c7c6c2fd5bca3f085500e8d78a
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=c736473d185e7b123ec9129870d0f54b…
commit c736473d185e7b123ec9129870d0f54b8ae397ec
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=16f0c299e31bada300311f5b7335394e…
commit 16f0c299e31bada300311f5b7335394e14575539
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=d066cb87c1ce1d4530bd3fa1af0668cc…
commit d066cb87c1ce1d4530bd3fa1af0668cc3dc45602
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=25c762b45dd798fea73bbaf3a6ee08ce…
commit 25c762b45dd798fea73bbaf3a6ee08cef0a14e8a
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=f4691377e1e497c9b9092c260cf56144…
commit f4691377e1e497c9b9092c260cf5614483127a5c
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=d86588f1780954bb88d326eba9887085…
commit d86588f1780954bb88d326eba9887085c6aacf18
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=77458c4a569fa99066549b7d73f09f70…
commit 77458c4a569fa99066549b7d73f09f7051bdeb10
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=168e5aa7596c3908831a8c88c16287ad…
commit 168e5aa7596c3908831a8c88c16287adee79b7e6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:55 2016 +0200
move subscr auth check to gsm_subscriber.c
add subscr_authorized(), subscr_authorized_imsi()
Change-Id: If2ef06b1229351127c61477ca14653d6ae4cb6bb
http://cgit.osmocom.org/openbsc/commit/?id=5753ed90a7d6b33123c761fcf554a682…
commit 5753ed90a7d6b33123c761fcf554a682f5cbf19a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:11:25 2016 +0200
auth log
Change-Id: Icd9f8505388a06ee768d2176cb2b9187953098ef
http://cgit.osmocom.org/openbsc/commit/?id=eb3eba1e6912ca5071b3b972058df592…
commit eb3eba1e6912ca5071b3b972058df5929c26bd7c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:09:46 2016 +0200
iu auth wip
Change-Id: Icc2522252cf15c54f1a1ea5255314a0de8bfba03
http://cgit.osmocom.org/openbsc/commit/?id=4f01f27824797abd56b5f85cda261e99…
commit 4f01f27824797abd56b5f85cda261e99af013cce
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:03:09 2016 +0200
Iu auth wip
Change-Id: I44effcca80dc6850178174dc957bcd5608b0ae14
http://cgit.osmocom.org/openbsc/commit/?id=86d529176dbf4833f0f9212c2c730dfb…
commit 86d529176dbf4833f0f9212c2c730dfbcdf0f49d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:21:32 2016 +0200
cosmetic prep: change int -> bool authorize_subscriber()
Upcoming function subscr_authorized() will flip this to bool, so separate
this change cosmetically.
Change-Id: Iba0184a71afa01141ef06c474cb554e79ad8f5d5
http://cgit.osmocom.org/openbsc/commit/?id=d81c5940f90fbcd5309fbc2113fb1cec…
commit d81c5940f90fbcd5309fbc2113fb1cec19c7c47b
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=e04f0a3e7f95f2f74c0d35b33a6b6770…
commit e04f0a3e7f95f2f74c0d35b33a6b6770ba87005e
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=01f4a354f416257c6b57e1d752c04266…
commit 01f4a354f416257c6b57e1d752c04266df582b1a
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=2f392489ef7aa4f62314352f45728f09…
commit 2f392489ef7aa4f62314352f45728f09d8a06dd2
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=da2c6f98faa16aa5464013e3ac45762b…
commit da2c6f98faa16aa5464013e3ac45762b76cb7f22
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=9d13a15b07e87f629c5d419d5f808e30…
commit 9d13a15b07e87f629c5d419d5f808e3077a806bc
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=e875d7018ec39af03a129db58a9a9dfd…
commit e875d7018ec39af03a129db58a9a9dfdc67f6299
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 21:44:32 2016 +0200
cut off libbsc paging, pending paging in libmsc
Temporarily disable all paging to be able to link libmsc without libbsc.
Skip the paging part of channel_test because the paging is now disabled.
In osmo-nitb, paging is done on BSC level and MSC level "at the same time".
When the new CSCN is fully operational, paging will be controlled separately on
the MSC level, and the BSC (RNC) level will be instructed over an IuCS or
A-interface to negotiate paging with the MS (UE). This MSC level paging does
not yet exist and will be added in subsequent commits.
Change-Id: I8b6920ddc54fc3f2876a59664e6722666d8a8a4a
http://cgit.osmocom.org/openbsc/commit/?id=47281da7307f8fdcf013d2e8cafa12c7…
commit 47281da7307f8fdcf013d2e8cafa12c7cf38629f
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=33399d3d8dfe95fdc68dbf1937bc520e…
commit 33399d3d8dfe95fdc68dbf1937bc520e01db914c
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=6dcfd7ae3a96bcb7ee1ea5b99c93f9bd…
commit 6dcfd7ae3a96bcb7ee1ea5b99c93f9bd885c2337
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=3cea6198ebefa7bf5c604801bb49002d…
commit 3cea6198ebefa7bf5c604801bb49002df9872b87
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:59:02 2016 +0200
move to libcommon-cs: gsm48_extract_mi(), gsm48_paging_extract_mi() -- TODO move to libfilter instead?
Change-Id: I00ca0caf8224de029f53f4dedb1146e3cf7650ec
http://cgit.osmocom.org/openbsc/commit/?id=bb1a2bd52c03141d87f2b728c9d7371f…
commit bb1a2bd52c03141d87f2b728c9d7371f29924594
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=e407919c353a54af7e06677de912ca74…
commit e407919c353a54af7e06677de912ca747521bb7e
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=dabd4db05a620124c2e49c032706b5b5…
commit dabd4db05a620124c2e49c032706b5b5f89d6533
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=128db2ce4c5b62e275797efd97da0813…
commit 128db2ce4c5b62e275797efd97da0813352e5e06
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=b82c46873425ece0d320e7c0c2feab08…
commit b82c46873425ece0d320e7c0c2feab083d4ad368
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=910504508945085f97a4f60604050510…
commit 910504508945085f97a4f6060405051022d1c030
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:43 2016 +0200
gsm_04_08, gsm_subscriber: decouple lac from bts
The idea is to not have a direct pointer to a bts struct (into BSC land), but a
LAC to resolve the BSC or RNC depending on the appropriate A or IuCS interface.
subscr_update(): remove bts arg, add lac arg.
Pass conn->lac to gsm48_generate_lai() instead of bts->location_area_code.
Change-Id: I9f2b298a785bf4b2a1b3fcdd91b8256106b2d9de
http://cgit.osmocom.org/openbsc/commit/?id=80d0e986350a4f3ee307a08a7e822384…
commit 80d0e986350a4f3ee307a08a7e82238472b6f171
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=202b3bac042280cedc5e2e3ddac7e22d…
commit 202b3bac042280cedc5e2e3ddac7e22d7b0d3063
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=322891e87df084def284764f5902ea75…
commit 322891e87df084def284764f5902ea75f0ca6e5d
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=cbe0d2243a5485be09e4317085bb380b…
commit cbe0d2243a5485be09e4317085bb380b78f0dfdc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.
Add msc_ifaces.[hc], a_iface.c, with a general msc_tx_dtap() to redirect to
different interfaces depending on the actual subscriber connection.
While iu_tx() is going to be functional fairly soon, the a_tx() is going to be
just a dummy for some time (see comment).
Add via_iface marker to gsm_subscriber_connection with enum values IFACE_A and
IFACE_IU so far.
Add Iu specific fields in a sub-struct: the UE connection pointer and an
indicator for the Integrity Protection status on Iu (to be fully implemented in
later commits).
Add lac member to gsm_subscriber_connection, to allow decoupling from
bts->location_area_code. The conn->lac will actually be set in iu.c in an
upcoming commit ("add iucs.[hc]").
Change-Id: Idf8020a30562426e8f939706bf5c2188d5a09798
http://cgit.osmocom.org/openbsc/commit/?id=b59f1246476214e962f0b9e297519393…
commit b59f1246476214e962f0b9e297519393af75d07a
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=d8c4fa010faaef144549d4afbcd80a1c…
commit d8c4fa010faaef144549d4afbcd80a1ca16c9e11
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 17:06:42 2015 +0100
gsm_04_08.c: Don't set msg->lchan nor msg->dst
the BSC-side of the API behind gsm0808_submit_dtap() is doing
this resolving again anyway. So let's avoid doing it twice, and avoid
having more dependency of the MSC down into the lchan details.
Conflicts:
openbsc/src/libmsc/gsm_04_08.c
Change-Id: I14254be68ee1a48e9f1ce968233414d86c6ba9d5
http://cgit.osmocom.org/openbsc/commit/?id=d8053b3bbf03fefb5e98ffd51ddbbaa2…
commit d8053b3bbf03fefb5e98ffd51ddbbaa212fb78c5
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=67f3abdde110efc7c774fd415ad34c8d…
commit 67f3abdde110efc7c774fd415ad34c8d9f757549
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:56:42 2016 +0200
osmo-nitb: exit when MNCC socket init failed
Change-Id: Icef97bb5da9840b810fe6f4b4da6abd4baa66915
http://cgit.osmocom.org/openbsc/commit/?id=f7160415d4a18be8fa3c825739ee529a…
commit f7160415d4a18be8fa3c825739ee529a6e9f5821
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=d9364d8c876a431586bd88e8b5ba4263…
commit d9364d8c876a431586bd88e8b5ba4263f928d653
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 03:24:41 2016 +0200
move to libcommon-cs: net timezone VTY config
Leave the timezone VTY output in libbsc's config_write_net(), until the BSC/MSC
separation of struct gsm_network is completed.
Change-Id: I9712b2e07b4f1ab8d2e4ad40a8d771e98ed25b20
http://cgit.osmocom.org/openbsc/commit/?id=d75e33b3cc151b63681e58a1ece89042…
commit d75e33b3cc151b63681e58a1ece89042cd16050a
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 libcommon-cs in subsequent commit).
Adjust time zone Ctrl Interface code.
Change-Id: I69848887d92990f3d6f969be80f6ef91f6bdbbe8
http://cgit.osmocom.org/openbsc/commit/?id=269093ce0359265ed01221576be0fc9b…
commit 269093ce0359265ed01221576be0fc9b02aaa53c
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.
Change-Id: I5e0ba0ecf1726ebd540800f4e98fdfc937c904ff
http://cgit.osmocom.org/openbsc/commit/?id=82fc99547a6cee3705861425981b91d9…
commit 82fc99547a6cee3705861425981b91d99b790526
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.
Change-Id: Ifb86698cd57a09f03b935b6d3fcea87eff4cd397
http://cgit.osmocom.org/openbsc/commit/?id=c575107a69581cd06cfc88c8a53fb210…
commit c575107a69581cd06cfc88c8a53fb21030565be2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:16:58 2016 +0200
move to libcommon-cs: network VTY that isn't BSC-specific
Keep only BSC specific bits of the 'network' VTY node in bsc_vty.c, move more
general VTY commands to common_cs_vty.c.
Add arg to common_cs_vty_init() to pass a config_write_net() function. Pass a libbsc
specific config_write_net() function.
Future: upcoming omso-cscn will re-use the VTY bits moved to libcommon-cs and pass a
different config_write_net() function.
Change-Id: I871b7b32a0c56fdce983e409cf244ec487d24e71
http://cgit.osmocom.org/openbsc/commit/?id=e8e5fdc317aa778defe6492de569adc2…
commit e8e5fdc317aa778defe6492de569adc2a957a0de
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:48:39 2016 +0200
move to libcommon-cs: global vty gsm_network pointer
Move gsmnet_from_vty() and the bsc_gsmnet global to common_cs_vty.c.
Rename bsc_gsmnet to vty_global_gsm_network and make it static to common_cs_vty.c, to
clearly mark the global variable for VTY use only.
Introduce common_cs_vty_init() to set vty_global_gsm_network.
Change-Id: I26c5c47de08f899b896813d09612d5cb2f8e42d6
http://cgit.osmocom.org/openbsc/commit/?id=a9fadf028ad45626901b8ddcde7b6b61…
commit a9fadf028ad45626901b8ddcde7b6b6116c3deaf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 24 01:53:38 2016 +0200
global gsm_network: move allocation further up
Now that bsc_network_alloc() is separate, move it to before the VTY init (a
subsequent patch will pass the gsm_network instance as a parameter to
vty_init()).
bsc_hack.c: drop the comment that says about the VTY init: "This needs to
precede handle_options()" -- it is not accurate. Actually move the
handle_options() above both vty_init() and the bsc_network_alloc() calls, to be
able to decide which mncc callback to pass to bsc_network_alloc. It would make
sense to set this later on, but that would require further refactoring of the
bsc_network_init() and gsm_network_init() signatures, so not in this patch.
Change-Id: Ie6a7037e703b5a2d08ceeb20d35f197aaddc9d1b
http://cgit.osmocom.org/openbsc/commit/?id=c0a9113a0f3f59bcbe1101b9bf9ce88e…
commit c0a9113a0f3f59bcbe1101b9bf9ce88e301be342
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:12:00 2016 +0200
split bsc_bootstrap_network() in alloc and config
For patch clarity, keep some code dup to be removed in a subsequent patch. In
the same sense don't change the fact that mncc_sock_init()'s return value is
ignored.
The global gsm_network instance 'bsc_gsmnet' is basically only used by the VTY,
and a future patch will "hide" that global in a vty .c file. In a nutshell, I
want to
- first allocate a gsm_network,
- then initialize the VTY passing the gsm_network pointer,
- and then read the config file using the initialized VTY.
So far, bsc_bootstrap_network() allocates the gsm_network and reads the config
file right away, which only works by sharing the extern bsc_gsmnet pointer,
which I would like to uncouple.
Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a
http://cgit.osmocom.org/openbsc/commit/?id=c0ae20597e3e695b4a96af13aae33815…
commit c0ae20597e3e695b4a96af13aae338157373b466
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 03:03:50 2016 +0200
tests: drop unused libmsc, unneeded duplicate libbsc linking
Because of libcommon-cs, tests/gsm0408,subscr,trau no longer need libmsc.
Change-Id: I9073eba41a1cd3136ed7a9def6fe8aaf282eaa18
http://cgit.osmocom.org/openbsc/commit/?id=618e6710f7578992ac1f76cf9c2fe0ea…
commit 618e6710f7578992ac1f76cf9c2fe0eac0af945b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:27:32 2016 +0200
sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter
libbsc and libmsc will have separate subscriber connection structs. Hence don't
rely on gsm_subscriber_connection, but work on a direct pointer to the counter
for the next RP reference.
The only very thin function in gsm_04_11_helper.c thus becomes obsolete: drop
the entire file.
Change-Id: I2a2e9ba6a981a385d1f8f07acbe03536ffed0072
http://cgit.osmocom.org/openbsc/commit/?id=88c3c1a50923f3827746210a244b9861…
commit 88c3c1a50923f3827746210a244b98619eeff809
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:30:17 2016 +0200
factor out & introduce struct gsm_encr, in common_cs.h
Factor out encryption info from struct gsm_lchan as struct gsm_encr, placed in
common_cs.h.
Change-Id: I94015fb9dd511c37c1e3058a0963c780b3f700ac
Future: this will be used by libmsc's subscriber connection, for osmo-cscn.
http://cgit.osmocom.org/openbsc/commit/?id=a7f038e5ff0731e56b61ba6d300f5ce7…
commit a7f038e5ff0731e56b61ba6d300f5ce78dd38eeb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
move to libcommon-cs: factor out gen of USSD notify and release complete
Both libmsc and libbsc will need distinct gsm0480_send_ussdNotify() and
gsm0480_send_releaseComplete() functions, since there will be distinct
subscriber connection structs.
The current functions live in libmsc, so add the same in libbsc in new file
gsm_04_80_utils.c.
To avoid too much code dup, move the message generation part of
gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() to new functions
gsm0480_gen_ussdNotify() and gsm0480_gen_releaseComplete(), placed in libcommon-cs.
Change-Id: I33a84e3c28576ced91d2ea24103123431f551173
http://cgit.osmocom.org/openbsc/commit/?id=e4fac56c4e121da0b01b28ac64620160…
commit e4fac56c4e121da0b01b28ac6462016023b96dd7
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:58:51 2016 +0200
move to libcommon-cs: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()
Used by libbsc, libmsc as well as osmo-bsc and osmo-bsc_nat.
Moving gsm48_create* to libcommon-cs affects linking of osmo-bsc_nat, resulting in
undefined references to gsm48_extract_mi() and gsm48_paging_extract_mi(); fix
that by placing libfilter.a left of libbsc.a upon linker invocation.
Change-Id: I212c2567b56191022b683674c1c4daf842839946
http://cgit.osmocom.org/openbsc/commit/?id=c98ba64c6445098a2faaf1bce30520cd…
commit c98ba64c6445098a2faaf1bce30520cd7ecd52e0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:46:29 2016 +0200
move to libcommon-cs: net init 3: actual move
Reincarnate gsm_network_init() as the parts not specific to libbsc.
Move from bsc_network_init() those bits that are not BSC specific (and useful
for upcoming osmo-cscn).
Add libcommon-cs to all linkages that use gsm_network_init().
Note: the only requirement to allow linking gsm_network_init() without libbsc
is to keep the call to gsm_net_update_ctype() out of libcommon-cs. The other items
are kept out of libcommon-cs because it makes sense semantically. But the separation
is not strong in that the BSC specific data members are of course still
omnipresent in struct gsm_network. If bsc_network_init() is not called, these
are not initialized properly -- for now no users of uninitialized members
exist.
So this is just a first step towards a sensible split of the BSC and MSC
gsm_network structs. The long term aim should be to have entirely separate
structs with some common general items.
Change-Id: If06316b97002390dc9a434686750cb96193ea63b
http://cgit.osmocom.org/openbsc/commit/?id=94401fbea288484e1c160c0445af9052…
commit 94401fbea288484e1c160c0445af905245b66a3f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:57:04 2016 +0200
move to libcommon-cs: net init 2: move bsc_network_init decl to osmo_bsc.h
bsc_network_init() is more fit to live in a BSC specific header.
Change-Id: I9edfb1e748bb1cb484fadd48b0406f5b3098e89b
http://cgit.osmocom.org/openbsc/commit/?id=c8b309de6eceafbfa429a10b7d8676b3…
commit c8b309de6eceafbfa429a10b7d8676b346775af3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:45:26 2016 +0200
move to libcommon-cs: net init 1: rename to bsc_network_init
The gsm_network_init() function initializes a whole lot of BSC specific stuff.
Aiming to move some of it to libcommon-cs, first rename it to bsc_network_init().
This will retain the BSC specific stuff when the move is done.
Adjust all callers.
Future: osmo-cscn will call the more generic part and not the BSC specific
part.
Change-Id: I4816ae19374390fc5c64972f7cad2e9ec3d8bcc3
http://cgit.osmocom.org/openbsc/commit/?id=f55c03dd710ace6c82f30e9e2117fa32…
commit f55c03dd710ace6c82f30e9e2117fa3279ba99ff
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 common_cs.h to avoid header include complications: if placing
right above struct gsm_network, one must include gsm_data.h to use
mncc_recv_cb_t as function parameter in a header, which will include
gsm_data_shared.h, which will include common_cs.h (future knowledge). Since I will
need to use mncc_recv_cb_t in common_cs.h, including gsm_data.h from there would
introduce an #include loop. Avoid that and define mncc_recv_cb_t in common_cs.h to
begin with.
Change-Id: I2e64cffa563750ce9f3172ffba6f9cf5b9280e9c
http://cgit.osmocom.org/openbsc/commit/?id=4c94b8b8d06549715a62c341f345356c…
commit 4c94b8b8d06549715a62c341f345356cf3e95440
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Add empty libcommon-cs
This will gradually soak up code shared by libbsc and libmsc.
Change-Id: If34e2bd38a099d0799238337468d56e0305ab8ae
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 2 +-
openbsc/include/openbsc/Makefile.am | 2 +-
openbsc/include/openbsc/{xsc.h => common_cs.h} | 2 +-
openbsc/include/openbsc/gsm_data.h | 2 +-
openbsc/include/openbsc/gsm_data_shared.h | 2 +-
openbsc/src/Makefile.am | 2 +-
openbsc/src/ipaccess/Makefile.am | 2 +-
openbsc/src/libbsc/bsc_vty.c | 4 ++--
openbsc/src/libbsc/net_init.c | 2 +-
openbsc/src/{libxsc => libcommon-cs}/Makefile.am | 8 ++++----
openbsc/src/{libxsc/xsc.c => libcommon-cs/common_cs.c} | 4 ++--
openbsc/src/{libxsc/xsc_vty.c => libcommon-cs/common_cs_vty.c} | 6 +++---
openbsc/src/libmgcp/mgcp_network.c | 4 ++--
openbsc/src/libmsc/a_iface.c | 1 -
openbsc/src/libmsc/cscn_vty.c | 2 +-
openbsc/src/libmsc/iucs.c | 1 -
openbsc/src/osmo-bsc/Makefile.am | 2 +-
openbsc/src/osmo-bsc_nat/Makefile.am | 2 +-
openbsc/src/osmo-cscn/Makefile.am | 2 +-
openbsc/src/osmo-cscn/iucs_ranap.c | 1 -
openbsc/src/utils/Makefile.am | 2 +-
openbsc/tests/bsc-nat/Makefile.am | 2 +-
openbsc/tests/bsc/Makefile.am | 2 +-
openbsc/tests/channel/Makefile.am | 2 +-
openbsc/tests/db/Makefile.am | 2 +-
openbsc/tests/gsm0408/Makefile.am | 2 +-
openbsc/tests/subscr/Makefile.am | 2 +-
openbsc/tests/trau/Makefile.am | 2 +-
28 files changed, 33 insertions(+), 36 deletions(-)
rename openbsc/include/openbsc/{xsc.h => common_cs.h} (91%)
rename openbsc/src/{libxsc => libcommon-cs}/Makefile.am (72%)
rename openbsc/src/{libxsc/xsc.c => libcommon-cs/common_cs.c} (98%)
rename openbsc/src/{libxsc/xsc_vty.c => libcommon-cs/common_cs_vty.c} (98%)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/iu_before_libxsc_rename has been created
at 7e7624cd5be3049b53d6e6735928281aa03bff68 (commit)
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, sysmocom/iu has been updated
discards 79acc9757368ebb9f4bf0cf42f88bfb5a5786f5d (commit)
discards 5800914777d3df6ac2dbad78f0e0c5212731604d (commit)
discards 62c903dfbccde4c3d049df3edcae71745ccb5ce5 (commit)
discards 634c5227fb3c8d0eca1352749d870b811bc220ac (commit)
discards 4b8e88c0542697fa1e9232d143db114d24175c70 (commit)
discards 932a66b7793fb9dc9cac9781d9d32cbea4359112 (commit)
discards 83b9f6919007278e61ef94499e1ec9c01d4417d8 (commit)
discards d57acf7e48b46ba603f33b064d6b3dac8a26f4a3 (commit)
discards cae0a96d2140c328453d0daae307ae39fbc3c2c4 (commit)
discards 69d99e015212a3fee110c8dd456336b0cf316c61 (commit)
discards 6fd1c5b303b1ef204a071ea3a7d217184b1c765d (commit)
discards ec9e1eeec5bd073d7a553530adf01b57bc059432 (commit)
discards dd7ea64af6b5ee433161c33e5cf7072c26c768ff (commit)
discards f1a215bc191ba8eaaf37f3f75b51a881e602c403 (commit)
discards 6c9c15a003ecc947ff0dbce57240a4b4ce6c1466 (commit)
discards e396d9e1293edbdbf1db9941e1418d4c93aa7bd9 (commit)
discards 682097da099945998a5974a9f9b1f4c4b8cb88c3 (commit)
discards 2ae762c87d1e71e726863cb68515db4d0c0f6ae4 (commit)
discards 5a37069b3d3b191678b0d9e4ba2bf9ad303d161f (commit)
discards f57e33ec65801ebfb20d8dd87f8ac8fffc866332 (commit)
discards 06e93abc03750dc2cde1d998d3f7f9991424563a (commit)
discards c1cabd93afe1fab045fec5521bd2ea5c13b9a91f (commit)
discards c7df75b5c3283d64ab1174b75370213f32fe28ce (commit)
discards 28930a569469a708584ddf2680665dda70a02808 (commit)
discards eefa2297e53cb8c5ade26ff54e604006dcf3adfd (commit)
discards 8da248fe3f5d806b7a8a59ef30ae1c0641c1b8cf (commit)
discards 95cd48181d1faec3c0343daad85037e89d6c3c5f (commit)
discards 6e84b53ec4c747e4a9481d9d21b6665dda3549d2 (commit)
discards 4ee5817e7b13574a6a775759dfc2774197ffcbc9 (commit)
discards c86d1a0934b2cda12a91f82dc4f0c957850542ff (commit)
discards 26c3511561a7efa22fe39fef749cc85e7a6fcfd3 (commit)
discards edf8debeafe0044c8e4e834606f74097cc532962 (commit)
discards 91b1ea7eec46f7fa2ac1ff1f89e7b2ca7b22449e (commit)
discards 198320234c4ec9d6fc09ce736ee5236a976b4f69 (commit)
discards faf52f24f8127f4e28bbdae3e673ae860aefa5d5 (commit)
discards ea47d3b4be48989a5bb9797f7839f7f7db86b6bc (commit)
discards 2a31e6a1127b21a7b1cbd1d8004128ac721664c9 (commit)
discards 6af527864e055ba3afebd5bdafe080090b1eac87 (commit)
discards 992430093d27b7fda255f13682bc99df415465a7 (commit)
discards 320a6de5c7a4bacc4298dbb6e164a33b68940b85 (commit)
discards e526a7423811748e6a9f2011c7d7ae11dcac6f96 (commit)
discards 9f7115a4a2b1e3af8e11d4e6cd548e48639ee500 (commit)
discards 8df8b32ab9528c79d352b60790008fcf4c9bd087 (commit)
discards 3abc2b8e5483f105b2ae64ab2520e49098479f26 (commit)
discards c3c103280296ee6c118c75a77924850cee18f485 (commit)
discards 4026b4a469b36bdfd1c053ae668307a3e4dc44da (commit)
discards 9f159c515cdc2180df8943a8a845f95afad00ff2 (commit)
discards de7335bfd7dc503a104b21bb13b587a625bfb5f5 (commit)
discards 8e4ad58a591e8c3f90a7b4b7d0626c5f4f8aacb6 (commit)
discards 88d128560f1a0fa41ecb25abb0d06b63ffe698df (commit)
discards f48178f3351ee07f3f6e9585bb8d0ca2b9592165 (commit)
discards 205f42dd42396ff808dafa30d7ec367d46cb2fdb (commit)
discards d86d744279b430250e4c1be176c011eb080ce08f (commit)
discards d8e44ecbf18f823556f30eddc8a0adf907586e2c (commit)
discards a5065de2a2a772f08b4eabfd7782870060175cfa (commit)
discards e2bf9ffac45fa943104da6056caed3155ebfb637 (commit)
discards 384dd43f9bef35b3fb755236cb811c4acf6cbbad (commit)
discards 696da2bdca001d53e5cba955d89e8da978665775 (commit)
discards 1019de3f369388320ae1c85b190740728d6df508 (commit)
discards 98322fbf97b4f482f1fb2dd5e8fa74a5afe572ba (commit)
discards 7404112be6f7c8a6f795354db96b8043e8b024c3 (commit)
discards f8372124451871f6b9ceb1924a6fcfa3a30ab2ae (commit)
discards 6993a4012820542b76385229b8d9d995e1838b3d (commit)
discards 165a84b1239e0b365826145d55cc08562139f719 (commit)
discards 28cbdcdb9a69dee4451bd909cac873f8c1de1b5a (commit)
discards 7b3d9c5677735c02defa73b769c783ed5614207d (commit)
discards 92a13c4c75282eb59c2724718cf9e9632321439f (commit)
discards a87f2d4c885344510be669e2ecd69335cac653ee (commit)
discards 6d46d7ffff282a48fc8d92ab09fc0bd7dfe59560 (commit)
discards d6c5b1ba34ee2ef9ee5afc039cf6adc72541f166 (commit)
discards a77eda41dc5783156af94e683dbeeac1b0239ee6 (commit)
discards 8470f8b834fab37cb21832e73a8d00784fb730ba (commit)
discards ea79926e32ce7ed1775dd840b0b0263e6ddfe837 (commit)
discards 9547822015ddb38c2a9602efa37e9399af383a52 (commit)
discards b639ab9f66490c0f45c7dd3fe02ed4dc71f1676f (commit)
discards 6d6050e477df21ce19cb65ff6c97c1848b1acaf6 (commit)
discards c8e04ff34a3ba52b9bb90f2b117c43cbbe828645 (commit)
discards 38e138189ae84f14f9682458298f14dcec10cd7b (commit)
discards 3b3c2f8eac0dcd7f62226a2178d17bcd63c3605b (commit)
discards 371b503c73babe6d6aa8999855e2e08367a08908 (commit)
discards c5d39f9cb350aa1f628e9fc7d3b731c06e168a3b (commit)
discards 749187b73803cce6d0afb92fbc78f87882b87fd1 (commit)
discards 75f403f64d8efafec14f95dc32bcc27271145b9a (commit)
discards aeb4a5f1d54191ab64648585ead32e85380f4dc3 (commit)
discards 54f2dbbda383e969053356a0b9f04e2b94a58472 (commit)
discards b2b8e4261e8b30e37f6ebd794a7376e2d2f62789 (commit)
discards fcacb5620a7bda2b0ec0681fb2b370f2a3d4efaf (commit)
discards a4c27ff472d3cf46f3b824a26a14ae606f3164b1 (commit)
discards 166bfddd57c181b386559a209703cfabd684e8cb (commit)
discards 603efebb0540ef32ca44d42a3faa53dcbcf585ba (commit)
discards 1f7b7fce397273340a6cdb9192e2dd729490efa2 (commit)
discards 71452813eaaa46bd60f56d504ccb82ee39e606e4 (commit)
discards 2097eb40c77e0387e63568a9529d77ce4457443d (commit)
discards 27bca2c3e9a069272c54522e48dc9637ce9078bf (commit)
discards 71b227f47b24c458b29a852e9fa1c3af67595212 (commit)
discards f89f8d70532370d94e0e6d3bfc84857298a559c3 (commit)
via 7e7624cd5be3049b53d6e6735928281aa03bff68 (commit)
via c692fc5e2eb62eb86c85847c79dedb4d87ad564c (commit)
via d9e229b08871c6be76e97e7d7281a824c1bdb231 (commit)
via 07415166b07602f2f2ab721e2b86bfd1c5eabcdd (commit)
via 5f3e337c8d545e6b4fe968b196d0fcf8c9d75c89 (commit)
via 8afc916e360a1ae739bb9df6913317eb3990a1ab (commit)
via 22e0b7c35ebedde333b6fce0fc7f87ee34ff5368 (commit)
via 35ce91de93be39ff074616264af26a2c155fa97e (commit)
via 380c13c923463e648322ea57cca90fcf0caa3653 (commit)
via fcdc026c8a6af3a4e77f417ea97cb15ada53bada (commit)
via a5e8069cca887b28b91f2f2c328e5727bd5af48f (commit)
via 158559bef88ec70a60128e3c83b41e44eacf223a (commit)
via c2c7722a7e4bb35e1e3b8ef49dbf76eedd6d7fa2 (commit)
via 2d0e537de9318974443fc12f4971b435c0fa47ad (commit)
via 9e4957801f20a963fd01a1ec7ae134944c215bd3 (commit)
via 5903193d88e72834fb121f88f17385c91a1dbf2b (commit)
via 2548cd15aad47df310ac79bfc9388a59b683a29b (commit)
via ba46c4048c245507fa8d5529478db9ec67a60cef (commit)
via ea51bfd87535bd8f8a00db6d9777fff126ec2deb (commit)
via a9370b6b65e3610d78cbf2b805220df923bc2cd5 (commit)
via b50af47d4291abd656a28e31a704d19b3e4413eb (commit)
via 99b0e0ed6c2e05879ef25937df02bc378bd75c79 (commit)
via cfbf5fad3f4c77fb8693cce8906e2dd1265edece (commit)
via fda5bb5e51a60ad168be5ba86db6b1fe15f7a6c9 (commit)
via 0faacd6adfa5a0f95c4db27494ebd2795f93e59d (commit)
via bbad400c22ec27cf56340e9a36e6c2d73d0906c3 (commit)
via 7d7dc9d7dbaa304ceba5de97da66655a24910314 (commit)
via 7a622ad7685e5caf70478baee253bd21b2e984ea (commit)
via b2d42f600c7983af938446d7c89973f7bfa8913d (commit)
via 9303f7711da05dd2da0ed0f82a7bf742f95c6cc9 (commit)
via f9d6a998c03d3877e85f03ee6d73c30303dcee48 (commit)
via 02932b1f53068defb2d7e2417e64f906f64a0863 (commit)
via 0c2043fd5e01da32aad04d7dce17d461b9428ef3 (commit)
via dff981e8a66f3722bf4ed000f51597b73cfc399c (commit)
via 063c305204286906313f8576fe3cbc4a237d3768 (commit)
via ffd5e33f1781ea5e7ccae2e7f19e55f8c5926381 (commit)
via 6d1c073311150935c2839beab9f665791b536de4 (commit)
via c26ced5d519d89b5d5f76b2751c8cd7ec1ce2e54 (commit)
via b0c7cb556981a98e6ba24a17f82661bf83b973fe (commit)
via a12c6aa033c9b85c0405074b3c96f140c7b4ef62 (commit)
via 406d0f75ca86d29b53d8b1ad8992092f0d0343ca (commit)
via fbd934be94acef01c5bd0d6f54e18735d3d23e07 (commit)
via 5d80cbe481a0207675120194d0fedbd8744d9a0d (commit)
via 616967036da9fb4cb0055b8d164599cf236ca1b6 (commit)
via c0fa098a5cd6356f4db6fe4fd4ee944436ef3f52 (commit)
via 3f7958f08b05d251ecbc88ac2988650308e23f3b (commit)
via c8f00fa50d8b2d79160611625c651543f382d125 (commit)
via f875e7843c00f30c8718a4f9cabd538c60e3eeef (commit)
via 6d9e14d28cae9c5f619adc5b571674b6ed7db271 (commit)
via b6db8d0efb3350f4ed24943366ccffdabdb392bf (commit)
via 0dd4717063371d6938fbe3c10d9c216830b8ff5d (commit)
via 56370f4d9b6b08f3a33a38f3ef8a630c32a1c1d6 (commit)
via 2fe226a6da42d01bfdd7aefbe167a77313dc9760 (commit)
via 9a9bd05b65fa22fadc498568fe2ebdb41febbd43 (commit)
via 5c1f1bde495037d2305a6ec8474d1f8394f777b9 (commit)
via f553693a66177cf9ebee6174c7bc8f2db1ed848d (commit)
via e77b1837869e5482bab28d921b4a64574b19de69 (commit)
via fec0a31f41b2996f5756835273c4e8d019bb924d (commit)
via 611e83347fce7425a9d0cc564165b67819fa9823 (commit)
via db1c1222c8eb93be665026c15253162193a24445 (commit)
via 415c0223fb9527ebabdaf4b96e2d80ab2ed9127f (commit)
via 5f7570a8d87edd5d82df49062ea5d412f5522ad4 (commit)
via 2ee77ab28a462aa4fc09897c1800c0b2938e2e4b (commit)
via 829c060b74f848d06e814c61b789c058f374026d (commit)
via eea4c4d4ba1736f836a146ea66c43a155f0c3af9 (commit)
via f4a2311dcceda23ffb23051df2b7c43e28bce1f1 (commit)
via c93ac1700dc8ebae0b2ae9fffe9f43d8e8618e3f (commit)
via 495518f4a9d5dbb63809ffbaa775e8d99330caee (commit)
via 5030f8de1c7608186572c45448cf211f3ca318d2 (commit)
via 36662e5345c96203487117baea35ec716e359af4 (commit)
via c3b4858c8808400456a707204e55bbf0f7b16864 (commit)
via 32e8ea9ecf88e03b0a74b7cf4503060eb0f8b6df (commit)
via 25bd330172f8f818274e800197d5e38282db3a92 (commit)
via f1d1e7147a32d63b748507a9fc40c71d6a030312 (commit)
via 72f4da98ce606ffb5cf8c6e6a716fa675d5b8c48 (commit)
via d81eaffbca389f6b1b1f580d8119cda0c303da44 (commit)
via 00774fe702ce437e578021f3edf49cec305f7aa4 (commit)
via c9fd1d8ba19aa39cfeffc73eeb8ca19c28c2095f (commit)
via ca1cf50eb88540a229027433f26bc1246d93af09 (commit)
via 0548ac6bbd64cd45cfe9f961a40a8ea0031646c0 (commit)
via b8d11ed1c0ba2681786ca27d67f83d9875eff8f5 (commit)
via f0773e14f861d4e26985c380865438fa34c34617 (commit)
via 30116060a0a4a6556140e1a5382b0699971a120c (commit)
via b87939de6f3026cb013394d5e80eae76f90ef974 (commit)
via c80f56cc64e00cb7fce8c488dd65b9d8e02a8553 (commit)
via e224a81f92ebc02dd5bcbba8069801ca1d2b7196 (commit)
via 2ac47f62ae395902e03f5d7f60598ce937639a8d (commit)
via 624e2bbb684531c02f549b381f7849b53a64172d (commit)
via b8061adb9253611d09b63fd7f2d4229e893cc910 (commit)
via 22f29e5b9f29ad1e877b42357b9f36e8f81cc402 (commit)
via 84013beff1abd2142bbd2ef1e2b057eb24ef7815 (commit)
via 8d1043a10fb85ffa0b20df35e511e1962fa93e10 (commit)
via a1f9834fad92ed0ace715d4e676316a4aeec7338 (commit)
via 0f1cfc198617ebb5b63fadb81c4daf94aa4c7b91 (commit)
via dfe48fdecf5e953fa5c08053e8781d4daf6ad4a4 (commit)
via af9a9b0b44323b4722e7ffbe478d91380f1d8056 (commit)
via 87ef68eb33d463d8aad1511a272cbdb779f1ba19 (commit)
via f926f45c4bb8d261cdbefec6aba65a167c6bbc92 (commit)
via 194b4cb4fd2bc7c0ca71fad14a314a517f5d4415 (commit)
via b4ecc1d43b147d7b42ba4822727b713ce5074794 (commit)
via 6bbcfbb78c1024c8e32598ca068bd06c586aaac9 (commit)
via 8136e4b9afcf554e129a2dda40c456d81d025bc5 (commit)
via 7975ddf0ec2e59579331b5aa997e8057ae8d7cbc (commit)
via 4579978983f5f816b1fdc5c6389633ab0b666d80 (commit)
via 46edbc4162634bba5247f9c0b0915ea09917d15c (commit)
via 686f4d6a8509088ebd42f63c971bfffa313ff405 (commit)
via 424656e527df460656e46a0430f40c90edec7529 (commit)
via 591e1d7daa6839c9a02714b7420206ca4542aafe (commit)
via b748012d3186209c0f4c38ebb7113ce7c60e333b (commit)
via 350f93e1e4de0bc0201518adeb58faefd0a16fe7 (commit)
via 0c566a444b1cb479dce58df091d2ad5e32d21da0 (commit)
via 5e5d94cd1b81e3ac0cd9b4423567d56394f15fac (commit)
via d37981e8f7151c6a5733f52f3209372fe96d2e59 (commit)
via b4cb83809226218db18d650aa9c8700370501d37 (commit)
via 05adbdcb2eabaca8426356ade5ca24a1be6e96d2 (commit)
via 87c00564805d9f55f168831cd52cf3f869d70637 (commit)
via ae9beda1506ab06d898a4ec26bfd53d8fc211614 (commit)
via 1b76a03cddcfb52c1ebd5a6f0d990128058a516c (commit)
via 8c53c59bfb1bc16347a60d5e15113c70d289ac93 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (79acc9757368ebb9f4bf0cf42f88bfb5a5786f5d)
\
N -- N -- N (7e7624cd5be3049b53d6e6735928281aa03bff68)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 1 +
openbsc/configure.ac | 1 +
openbsc/include/openbsc/Makefile.am | 1 +
openbsc/include/openbsc/abis_om2000.h | 12 +-
.../{misdn.h => bts_ipaccess_nanobts_omlattr.h} | 23 +-
openbsc/include/openbsc/gsm_data.h | 10 +
openbsc/include/openbsc/gsm_data_shared.h | 42 +
openbsc/src/gprs/gprs_sndcp_comp.c | 2 +-
openbsc/src/gprs/gprs_sndcp_pcomp.c | 1 +
openbsc/src/gprs/gprs_sndcp_xid.c | 25 +-
openbsc/src/gprs/sgsn_libgtp.c | 15 +-
openbsc/src/libbsc/Makefile.am | 1 +
openbsc/src/libbsc/abis_om2000.c | 1492 +++++++++++++++++---
openbsc/src/libbsc/abis_om2000_vty.c | 12 +
openbsc/src/libbsc/abis_rsl.c | 65 +-
openbsc/src/libbsc/bsc_api.c | 14 +-
openbsc/src/libbsc/bsc_vty.c | 56 +-
openbsc/src/libbsc/bts_ericsson_rbs2000.c | 127 +-
openbsc/src/libbsc/bts_ipaccess_nanobts.c | 240 +---
openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c | 232 +++
openbsc/src/libcommon/talloc_ctx.c | 1 +
openbsc/src/libmsc/gsm_04_08.c | 4 +-
openbsc/src/libmsc/mncc_builtin.c | 2 +
openbsc/src/osmo-bsc_nat/bsc_nat_utils.c | 2 +-
openbsc/src/osmo-cscn/cscn_main.c | 33 +-
openbsc/src/osmo-cscn/iucs_ranap.h | 1 -
openbsc/src/utils/bs11_config.c | 4 +-
openbsc/tests/Makefile.am | 1 +
.../tests/{gsm0408 => nanobts_omlattr}/Makefile.am | 12 +-
.../tests/nanobts_omlattr/nanobts_omlattr_test.c | 284 ++++
.../tests/nanobts_omlattr/nanobts_omlattr_test.ok | 26 +
openbsc/tests/slhc/slhc_test.c | 2 +
openbsc/tests/testsuite.at | 6 +
openbsc/tests/v42bis/v42bis_test.c | 1 +
34 files changed, 2134 insertions(+), 617 deletions(-)
copy openbsc/include/openbsc/{misdn.h => bts_ipaccess_nanobts_omlattr.h} (57%)
create mode 100644 openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c
copy openbsc/tests/{gsm0408 => nanobts_omlattr}/Makefile.am (71%)
create mode 100644 openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c
create mode 100644 openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.ok
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/mgcp has been updated
discards 961766d743e2378d3e858ee0598b766c18f7000d (commit)
discards 5182ffe95c88d3313634cca2fb8e015050f6a517 (commit)
discards 0f76f3ec249e95d322ad8fecf4dfc75f7b267570 (commit)
discards c6cd9fd5120369ff889650101b011e87b4da725c (commit)
discards 07e3ad07303b76671728947887e3278bf79d1cf4 (commit)
discards 79acc9757368ebb9f4bf0cf42f88bfb5a5786f5d (commit)
discards 5800914777d3df6ac2dbad78f0e0c5212731604d (commit)
discards 62c903dfbccde4c3d049df3edcae71745ccb5ce5 (commit)
discards 634c5227fb3c8d0eca1352749d870b811bc220ac (commit)
discards 4b8e88c0542697fa1e9232d143db114d24175c70 (commit)
discards 932a66b7793fb9dc9cac9781d9d32cbea4359112 (commit)
discards 83b9f6919007278e61ef94499e1ec9c01d4417d8 (commit)
discards d57acf7e48b46ba603f33b064d6b3dac8a26f4a3 (commit)
discards cae0a96d2140c328453d0daae307ae39fbc3c2c4 (commit)
discards 69d99e015212a3fee110c8dd456336b0cf316c61 (commit)
discards 6fd1c5b303b1ef204a071ea3a7d217184b1c765d (commit)
discards ec9e1eeec5bd073d7a553530adf01b57bc059432 (commit)
discards dd7ea64af6b5ee433161c33e5cf7072c26c768ff (commit)
discards f1a215bc191ba8eaaf37f3f75b51a881e602c403 (commit)
discards 6c9c15a003ecc947ff0dbce57240a4b4ce6c1466 (commit)
discards e396d9e1293edbdbf1db9941e1418d4c93aa7bd9 (commit)
discards 682097da099945998a5974a9f9b1f4c4b8cb88c3 (commit)
discards 2ae762c87d1e71e726863cb68515db4d0c0f6ae4 (commit)
discards 5a37069b3d3b191678b0d9e4ba2bf9ad303d161f (commit)
discards f57e33ec65801ebfb20d8dd87f8ac8fffc866332 (commit)
discards 06e93abc03750dc2cde1d998d3f7f9991424563a (commit)
discards c1cabd93afe1fab045fec5521bd2ea5c13b9a91f (commit)
discards c7df75b5c3283d64ab1174b75370213f32fe28ce (commit)
discards 28930a569469a708584ddf2680665dda70a02808 (commit)
discards eefa2297e53cb8c5ade26ff54e604006dcf3adfd (commit)
discards 8da248fe3f5d806b7a8a59ef30ae1c0641c1b8cf (commit)
discards 95cd48181d1faec3c0343daad85037e89d6c3c5f (commit)
discards 6e84b53ec4c747e4a9481d9d21b6665dda3549d2 (commit)
discards 4ee5817e7b13574a6a775759dfc2774197ffcbc9 (commit)
discards c86d1a0934b2cda12a91f82dc4f0c957850542ff (commit)
discards 26c3511561a7efa22fe39fef749cc85e7a6fcfd3 (commit)
discards edf8debeafe0044c8e4e834606f74097cc532962 (commit)
discards 91b1ea7eec46f7fa2ac1ff1f89e7b2ca7b22449e (commit)
discards 198320234c4ec9d6fc09ce736ee5236a976b4f69 (commit)
discards faf52f24f8127f4e28bbdae3e673ae860aefa5d5 (commit)
discards ea47d3b4be48989a5bb9797f7839f7f7db86b6bc (commit)
discards 2a31e6a1127b21a7b1cbd1d8004128ac721664c9 (commit)
discards 6af527864e055ba3afebd5bdafe080090b1eac87 (commit)
discards 992430093d27b7fda255f13682bc99df415465a7 (commit)
discards 320a6de5c7a4bacc4298dbb6e164a33b68940b85 (commit)
discards e526a7423811748e6a9f2011c7d7ae11dcac6f96 (commit)
discards 9f7115a4a2b1e3af8e11d4e6cd548e48639ee500 (commit)
discards 8df8b32ab9528c79d352b60790008fcf4c9bd087 (commit)
discards 3abc2b8e5483f105b2ae64ab2520e49098479f26 (commit)
discards c3c103280296ee6c118c75a77924850cee18f485 (commit)
discards 4026b4a469b36bdfd1c053ae668307a3e4dc44da (commit)
discards 9f159c515cdc2180df8943a8a845f95afad00ff2 (commit)
discards de7335bfd7dc503a104b21bb13b587a625bfb5f5 (commit)
discards 8e4ad58a591e8c3f90a7b4b7d0626c5f4f8aacb6 (commit)
discards 88d128560f1a0fa41ecb25abb0d06b63ffe698df (commit)
discards f48178f3351ee07f3f6e9585bb8d0ca2b9592165 (commit)
discards 205f42dd42396ff808dafa30d7ec367d46cb2fdb (commit)
discards d86d744279b430250e4c1be176c011eb080ce08f (commit)
discards d8e44ecbf18f823556f30eddc8a0adf907586e2c (commit)
discards a5065de2a2a772f08b4eabfd7782870060175cfa (commit)
discards e2bf9ffac45fa943104da6056caed3155ebfb637 (commit)
discards 384dd43f9bef35b3fb755236cb811c4acf6cbbad (commit)
discards 696da2bdca001d53e5cba955d89e8da978665775 (commit)
discards 1019de3f369388320ae1c85b190740728d6df508 (commit)
discards 98322fbf97b4f482f1fb2dd5e8fa74a5afe572ba (commit)
discards 7404112be6f7c8a6f795354db96b8043e8b024c3 (commit)
discards f8372124451871f6b9ceb1924a6fcfa3a30ab2ae (commit)
discards 6993a4012820542b76385229b8d9d995e1838b3d (commit)
discards 165a84b1239e0b365826145d55cc08562139f719 (commit)
discards 28cbdcdb9a69dee4451bd909cac873f8c1de1b5a (commit)
discards 7b3d9c5677735c02defa73b769c783ed5614207d (commit)
discards 92a13c4c75282eb59c2724718cf9e9632321439f (commit)
discards a87f2d4c885344510be669e2ecd69335cac653ee (commit)
discards 6d46d7ffff282a48fc8d92ab09fc0bd7dfe59560 (commit)
discards d6c5b1ba34ee2ef9ee5afc039cf6adc72541f166 (commit)
discards a77eda41dc5783156af94e683dbeeac1b0239ee6 (commit)
discards 8470f8b834fab37cb21832e73a8d00784fb730ba (commit)
discards ea79926e32ce7ed1775dd840b0b0263e6ddfe837 (commit)
discards 9547822015ddb38c2a9602efa37e9399af383a52 (commit)
discards b639ab9f66490c0f45c7dd3fe02ed4dc71f1676f (commit)
discards 6d6050e477df21ce19cb65ff6c97c1848b1acaf6 (commit)
discards c8e04ff34a3ba52b9bb90f2b117c43cbbe828645 (commit)
discards 38e138189ae84f14f9682458298f14dcec10cd7b (commit)
discards 3b3c2f8eac0dcd7f62226a2178d17bcd63c3605b (commit)
discards 371b503c73babe6d6aa8999855e2e08367a08908 (commit)
discards c5d39f9cb350aa1f628e9fc7d3b731c06e168a3b (commit)
discards 749187b73803cce6d0afb92fbc78f87882b87fd1 (commit)
discards 75f403f64d8efafec14f95dc32bcc27271145b9a (commit)
discards aeb4a5f1d54191ab64648585ead32e85380f4dc3 (commit)
discards 54f2dbbda383e969053356a0b9f04e2b94a58472 (commit)
discards b2b8e4261e8b30e37f6ebd794a7376e2d2f62789 (commit)
discards fcacb5620a7bda2b0ec0681fb2b370f2a3d4efaf (commit)
discards a4c27ff472d3cf46f3b824a26a14ae606f3164b1 (commit)
discards 166bfddd57c181b386559a209703cfabd684e8cb (commit)
discards 603efebb0540ef32ca44d42a3faa53dcbcf585ba (commit)
discards 1f7b7fce397273340a6cdb9192e2dd729490efa2 (commit)
discards 71452813eaaa46bd60f56d504ccb82ee39e606e4 (commit)
discards 2097eb40c77e0387e63568a9529d77ce4457443d (commit)
discards 27bca2c3e9a069272c54522e48dc9637ce9078bf (commit)
discards 71b227f47b24c458b29a852e9fa1c3af67595212 (commit)
discards f89f8d70532370d94e0e6d3bfc84857298a559c3 (commit)
via 20e3ac70283aa347618d370b2ea84f772ea748f0 (commit)
via eba177488e67c8bf3ce7ea0f61b3036ad4a33663 (commit)
via 50b4d2522ac4730a254a5f7e42bdd4c3e1a4b4b5 (commit)
via 9f0434ca25b055847e1dd02aafa976cae72b6de8 (commit)
via e0a2b177e8935c8ded7ddba3c24db39750af7d49 (commit)
via dfe4e6671a960a5d919f840999fa16cfee95700d (commit)
via 7e7624cd5be3049b53d6e6735928281aa03bff68 (commit)
via c692fc5e2eb62eb86c85847c79dedb4d87ad564c (commit)
via d9e229b08871c6be76e97e7d7281a824c1bdb231 (commit)
via 07415166b07602f2f2ab721e2b86bfd1c5eabcdd (commit)
via 5f3e337c8d545e6b4fe968b196d0fcf8c9d75c89 (commit)
via 8afc916e360a1ae739bb9df6913317eb3990a1ab (commit)
via 22e0b7c35ebedde333b6fce0fc7f87ee34ff5368 (commit)
via 35ce91de93be39ff074616264af26a2c155fa97e (commit)
via 380c13c923463e648322ea57cca90fcf0caa3653 (commit)
via fcdc026c8a6af3a4e77f417ea97cb15ada53bada (commit)
via a5e8069cca887b28b91f2f2c328e5727bd5af48f (commit)
via 158559bef88ec70a60128e3c83b41e44eacf223a (commit)
via c2c7722a7e4bb35e1e3b8ef49dbf76eedd6d7fa2 (commit)
via 2d0e537de9318974443fc12f4971b435c0fa47ad (commit)
via 9e4957801f20a963fd01a1ec7ae134944c215bd3 (commit)
via 5903193d88e72834fb121f88f17385c91a1dbf2b (commit)
via 2548cd15aad47df310ac79bfc9388a59b683a29b (commit)
via ba46c4048c245507fa8d5529478db9ec67a60cef (commit)
via ea51bfd87535bd8f8a00db6d9777fff126ec2deb (commit)
via a9370b6b65e3610d78cbf2b805220df923bc2cd5 (commit)
via b50af47d4291abd656a28e31a704d19b3e4413eb (commit)
via 99b0e0ed6c2e05879ef25937df02bc378bd75c79 (commit)
via cfbf5fad3f4c77fb8693cce8906e2dd1265edece (commit)
via fda5bb5e51a60ad168be5ba86db6b1fe15f7a6c9 (commit)
via 0faacd6adfa5a0f95c4db27494ebd2795f93e59d (commit)
via bbad400c22ec27cf56340e9a36e6c2d73d0906c3 (commit)
via 7d7dc9d7dbaa304ceba5de97da66655a24910314 (commit)
via 7a622ad7685e5caf70478baee253bd21b2e984ea (commit)
via b2d42f600c7983af938446d7c89973f7bfa8913d (commit)
via 9303f7711da05dd2da0ed0f82a7bf742f95c6cc9 (commit)
via f9d6a998c03d3877e85f03ee6d73c30303dcee48 (commit)
via 02932b1f53068defb2d7e2417e64f906f64a0863 (commit)
via 0c2043fd5e01da32aad04d7dce17d461b9428ef3 (commit)
via dff981e8a66f3722bf4ed000f51597b73cfc399c (commit)
via 063c305204286906313f8576fe3cbc4a237d3768 (commit)
via ffd5e33f1781ea5e7ccae2e7f19e55f8c5926381 (commit)
via 6d1c073311150935c2839beab9f665791b536de4 (commit)
via c26ced5d519d89b5d5f76b2751c8cd7ec1ce2e54 (commit)
via b0c7cb556981a98e6ba24a17f82661bf83b973fe (commit)
via a12c6aa033c9b85c0405074b3c96f140c7b4ef62 (commit)
via 406d0f75ca86d29b53d8b1ad8992092f0d0343ca (commit)
via fbd934be94acef01c5bd0d6f54e18735d3d23e07 (commit)
via 5d80cbe481a0207675120194d0fedbd8744d9a0d (commit)
via 616967036da9fb4cb0055b8d164599cf236ca1b6 (commit)
via c0fa098a5cd6356f4db6fe4fd4ee944436ef3f52 (commit)
via 3f7958f08b05d251ecbc88ac2988650308e23f3b (commit)
via c8f00fa50d8b2d79160611625c651543f382d125 (commit)
via f875e7843c00f30c8718a4f9cabd538c60e3eeef (commit)
via 6d9e14d28cae9c5f619adc5b571674b6ed7db271 (commit)
via b6db8d0efb3350f4ed24943366ccffdabdb392bf (commit)
via 0dd4717063371d6938fbe3c10d9c216830b8ff5d (commit)
via 56370f4d9b6b08f3a33a38f3ef8a630c32a1c1d6 (commit)
via 2fe226a6da42d01bfdd7aefbe167a77313dc9760 (commit)
via 9a9bd05b65fa22fadc498568fe2ebdb41febbd43 (commit)
via 5c1f1bde495037d2305a6ec8474d1f8394f777b9 (commit)
via f553693a66177cf9ebee6174c7bc8f2db1ed848d (commit)
via e77b1837869e5482bab28d921b4a64574b19de69 (commit)
via fec0a31f41b2996f5756835273c4e8d019bb924d (commit)
via 611e83347fce7425a9d0cc564165b67819fa9823 (commit)
via db1c1222c8eb93be665026c15253162193a24445 (commit)
via 415c0223fb9527ebabdaf4b96e2d80ab2ed9127f (commit)
via 5f7570a8d87edd5d82df49062ea5d412f5522ad4 (commit)
via 2ee77ab28a462aa4fc09897c1800c0b2938e2e4b (commit)
via 829c060b74f848d06e814c61b789c058f374026d (commit)
via eea4c4d4ba1736f836a146ea66c43a155f0c3af9 (commit)
via f4a2311dcceda23ffb23051df2b7c43e28bce1f1 (commit)
via c93ac1700dc8ebae0b2ae9fffe9f43d8e8618e3f (commit)
via 495518f4a9d5dbb63809ffbaa775e8d99330caee (commit)
via 5030f8de1c7608186572c45448cf211f3ca318d2 (commit)
via 36662e5345c96203487117baea35ec716e359af4 (commit)
via c3b4858c8808400456a707204e55bbf0f7b16864 (commit)
via 32e8ea9ecf88e03b0a74b7cf4503060eb0f8b6df (commit)
via 25bd330172f8f818274e800197d5e38282db3a92 (commit)
via f1d1e7147a32d63b748507a9fc40c71d6a030312 (commit)
via 72f4da98ce606ffb5cf8c6e6a716fa675d5b8c48 (commit)
via d81eaffbca389f6b1b1f580d8119cda0c303da44 (commit)
via 00774fe702ce437e578021f3edf49cec305f7aa4 (commit)
via c9fd1d8ba19aa39cfeffc73eeb8ca19c28c2095f (commit)
via ca1cf50eb88540a229027433f26bc1246d93af09 (commit)
via 0548ac6bbd64cd45cfe9f961a40a8ea0031646c0 (commit)
via b8d11ed1c0ba2681786ca27d67f83d9875eff8f5 (commit)
via f0773e14f861d4e26985c380865438fa34c34617 (commit)
via 30116060a0a4a6556140e1a5382b0699971a120c (commit)
via b87939de6f3026cb013394d5e80eae76f90ef974 (commit)
via c80f56cc64e00cb7fce8c488dd65b9d8e02a8553 (commit)
via e224a81f92ebc02dd5bcbba8069801ca1d2b7196 (commit)
via 2ac47f62ae395902e03f5d7f60598ce937639a8d (commit)
via 624e2bbb684531c02f549b381f7849b53a64172d (commit)
via b8061adb9253611d09b63fd7f2d4229e893cc910 (commit)
via 22f29e5b9f29ad1e877b42357b9f36e8f81cc402 (commit)
via 84013beff1abd2142bbd2ef1e2b057eb24ef7815 (commit)
via 8d1043a10fb85ffa0b20df35e511e1962fa93e10 (commit)
via a1f9834fad92ed0ace715d4e676316a4aeec7338 (commit)
via 0f1cfc198617ebb5b63fadb81c4daf94aa4c7b91 (commit)
via dfe48fdecf5e953fa5c08053e8781d4daf6ad4a4 (commit)
via af9a9b0b44323b4722e7ffbe478d91380f1d8056 (commit)
via 87ef68eb33d463d8aad1511a272cbdb779f1ba19 (commit)
via f926f45c4bb8d261cdbefec6aba65a167c6bbc92 (commit)
via 194b4cb4fd2bc7c0ca71fad14a314a517f5d4415 (commit)
via b4ecc1d43b147d7b42ba4822727b713ce5074794 (commit)
via 6bbcfbb78c1024c8e32598ca068bd06c586aaac9 (commit)
via 8136e4b9afcf554e129a2dda40c456d81d025bc5 (commit)
via 7975ddf0ec2e59579331b5aa997e8057ae8d7cbc (commit)
via 4579978983f5f816b1fdc5c6389633ab0b666d80 (commit)
via 46edbc4162634bba5247f9c0b0915ea09917d15c (commit)
via 686f4d6a8509088ebd42f63c971bfffa313ff405 (commit)
via 424656e527df460656e46a0430f40c90edec7529 (commit)
via 591e1d7daa6839c9a02714b7420206ca4542aafe (commit)
via b748012d3186209c0f4c38ebb7113ce7c60e333b (commit)
via 350f93e1e4de0bc0201518adeb58faefd0a16fe7 (commit)
via 0c566a444b1cb479dce58df091d2ad5e32d21da0 (commit)
via 5e5d94cd1b81e3ac0cd9b4423567d56394f15fac (commit)
via d37981e8f7151c6a5733f52f3209372fe96d2e59 (commit)
via b4cb83809226218db18d650aa9c8700370501d37 (commit)
via 05adbdcb2eabaca8426356ade5ca24a1be6e96d2 (commit)
via 87c00564805d9f55f168831cd52cf3f869d70637 (commit)
via ae9beda1506ab06d898a4ec26bfd53d8fc211614 (commit)
via 1b76a03cddcfb52c1ebd5a6f0d990128058a516c (commit)
via 8c53c59bfb1bc16347a60d5e15113c70d289ac93 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (961766d743e2378d3e858ee0598b766c18f7000d)
\
N -- N -- N (20e3ac70283aa347618d370b2ea84f772ea748f0)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=20e3ac70283aa347618d370b2ea84f77…
commit 20e3ac70283aa347618d370b2ea84f772ea748f0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sun Nov 6 23:37:02 2016 +0100
wip
Change-Id: I9e824d9a57251f5144500765f9b7bfe7f02a16c4
http://cgit.osmocom.org/openbsc/commit/?id=eba177488e67c8bf3ce7ea0f61b3036a…
commit eba177488e67c8bf3ce7ea0f61b3036ad4a33663
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 21 01:36:26 2016 +0200
mgcp hack: rtcp: pass back a sender report as well as a receiver report
Change-Id: Ieaf5d70c9749f587a8a7feda2684d11b8967986e
http://cgit.osmocom.org/openbsc/commit/?id=50b4d2522ac4730a254a5f7e42bdd4c3…
commit 50b4d2522ac4730a254a5f7e42bdd4c3e1a4b4b5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 21 01:35:57 2016 +0200
mgcp hack: modify the ssrc id
Change-Id: I443fc676071cc7ee8254777e4c74553b35341158
http://cgit.osmocom.org/openbsc/commit/?id=9f0434ca25b055847e1dd02aafa976ca…
commit 9f0434ca25b055847e1dd02aafa976cae72b6de8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 21 01:33:57 2016 +0200
mgcp hack: don't change payload type when passing RTP thru
Change-Id: I9c43704a4c1e26d434c0d7e7ee370b2c21fb3399
http://cgit.osmocom.org/openbsc/commit/?id=e0a2b177e8935c8ded7ddba3c24db397…
commit e0a2b177e8935c8ded7ddba3c24db39750af7d49
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 21 01:32:10 2016 +0200
mgcp: log payload type change
Change-Id: Iee5fa667dece12174b1933345c1ed640a264ed97
http://cgit.osmocom.org/openbsc/commit/?id=dfe4e6671a960a5d919f840999fa16cf…
commit dfe4e6671a960a5d919f840999fa16cfee95700d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 20:21:07 2016 +0200
mgcp debug logging
Change-Id: I06a060244e91080680e88551e870f0058711921f
http://cgit.osmocom.org/openbsc/commit/?id=7e7624cd5be3049b53d6e6735928281a…
commit 7e7624cd5be3049b53d6e6735928281aa03bff68
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 20:20:51 2016 +0200
mgcp parsing, set port from mgcp response
Change-Id: I90e2c1aa7575d5fa6e0374f5022cbb25fc3f7699
http://cgit.osmocom.org/openbsc/commit/?id=c692fc5e2eb62eb86c85847c79dedb4d…
commit c692fc5e2eb62eb86c85847c79dedb4d87ad564c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 18 18:38:59 2016 +0200
mgcp parsing, mgcp test
Change-Id: Ibe2ab17b3fa3a506a2e841ba979ea4175e3a21e8
http://cgit.osmocom.org/openbsc/commit/?id=d9e229b08871c6be76e97e7d7281a824…
commit d9e229b08871c6be76e97e7d7281a824c1bdb231
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Oct 14 17:56:17 2016 +0200
mgcp: handle responses from the MGCP GW
Change-Id: I5c0493feaec775461b5a017c36b93cc2ad63c896
http://cgit.osmocom.org/openbsc/commit/?id=07415166b07602f2f2ab721e2b86bfd1…
commit 07415166b07602f2f2ab721e2b86bfd1c5eabcdd
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 02:53:55 2016 +0200
IuPS: cosmetic: explicitly check RAN type; move comment
Change-Id: I8375ba42dd47d7ccd9ce9290767d6f8653a23b94
http://cgit.osmocom.org/openbsc/commit/?id=5f3e337c8d545e6b4fe968b196d0fcf8…
commit 5f3e337c8d545e6b4fe968b196d0fcf8c9d75c89
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:39:25 2016 +0200
IuCS and IuPS: add VTY config for RAB Assignment address kind
To accomodate the ip.access nano3G without having to recompile, make the
RAB Assignment's Transport Layer Address IE's format configurable, in both
osmo-cscn and osmo-sgsn.
The long term perspective is to somehow detect which address encoding a given
3G cell prefers, but for the time being just configure it globally and set each
ue_conn_ctx to the global setting upon creation.
Add VTY command to iu_vty.c, with args passed to iu_vty_init() to insert
at an arbitrary VTY node, so that it can be used both for osmo-cscn and
osmo-sgsn. Add generic iu_vty_config_write() to write out the config.
Call iu_vty_init() from cscn_vty_init(); cscn_vty_init() is in libmsc,
hence linking of osmo-cscn now needs libiu to come after libmsc, so move
that further down.
Change-Id: I93728314742b327336f3fb6de98e6457f687e1f9
http://cgit.osmocom.org/openbsc/commit/?id=8afc916e360a1ae739bb9df6913317eb…
commit 8afc916e360a1ae739bb9df6913317eb3990a1ab
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 02:55:31 2016 +0200
IuCS, IuPS: move flag to use X.213 NSAP addr into ue_conn_ctx
The future perspective is to remember the preferred RAB Transport Layer Address
encoding for each 3G cell that is connected, so store per UE conn instead of
globally hardcoding.
Add rab_assign_addr_enc member to ue_conn_ctx. Thus the iu_rab_act_cs() and
iu_rab_act_ps() functions no longer need the explicit use_x213_nsap argument.
Add include/openbsc/common.h in order to define the enum nsap_addr_enc, in a
separate file to be able to easily include it in all of libmsc, libiu and
gprs/* without creating include cycles.
Set the rab_assign_addr_enc when an MM ctx is created for iu, and whenever the
ue_conn_ctx for an Iu MM ctx is updated. This looks a bit clumsy so far, the
hope is that there will be a nice way to setup the ue_conn_ctx prior to that.
Change-Id: I49bb5736df7bdfdd55d3e7b74ee559595cfd2f7d
http://cgit.osmocom.org/openbsc/commit/?id=22e0b7c35ebedde333b6fce0fc7f87ee…
commit 22e0b7c35ebedde333b6fce0fc7f87ee34ff5368
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 03:30:48 2016 +0200
sgsn init: pass sgsn_config pointer to sgsn_vty_init(), not sgsn_parse_config
It makes sense semantically, and prepares for an upcoming commit that uses
the internal global config pointer in sgsn_vty_init(), which would not
be defined yet without this.
Change-Id: Ie4cf1c0a1c9e6330a134ff4b7b2e6d5699c12bd7
http://cgit.osmocom.org/openbsc/commit/?id=35ce91de93be39ff074616264af26a2c…
commit 35ce91de93be39ff074616264af26a2c155fa97e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:29:33 2016 +0200
iu: sort out confusion around asn_debug and asn1_xer_print
Before, I confused asn_debug with asn1_xer_print. Have two distinct VTY
commands and fix documentation.
Put the asn_debug and asn1_xer_print implementations in iu.c.
Since they are globally defined, don't pass a pointer to iu_vty_init()
but just use it directly. Might be considered less clean, but is also less
bloat.
Change-Id: Iccbadfe1585ba224f74cdfb5273b5ce29b6d78f0
http://cgit.osmocom.org/openbsc/commit/?id=380c13c923463e648322ea57cca90fcf…
commit 380c13c923463e648322ea57cca90fcf0caa3653
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Oct 12 01:48:55 2016 +0200
iu.h: add missing includes and type defs
So far it was included only in files that also include all needed headers,
but make it so that it can be included on its own.
Change-Id: I08a756031b995bd01a6e15c678b845fd98de960b
http://cgit.osmocom.org/openbsc/commit/?id=fcdc026c8a6af3a4e77f417ea97cb15a…
commit fcdc026c8a6af3a4e77f417ea97cb15ada53bada
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 11 02:24:53 2016 +0200
IuCS: rapidly release connections
Do the same as we do in 2G: release the connection as soon as nothing else
is pending for a given subscriber.
Before, osmo-cscn would wait for the UE "to get bored" and send an Iu
release. But the CN should stay lean on connections. Also, 25.413[1] in section
7, 6th point states:
"While the Iu release is managed from the CN, the RNC has the capability to
request the release of all Iu connection resources from the corresponding Iu
connection."
So far we did not manage Iu release from osmo-cscn at all.
Use the same mechanism we use in 2G: from msc_release_connection(), just before
freeing the gsm_subscriber_conn, invoke a CN initiated Iu Release command to
the UE.
This works around OS#1816 ("USSD only works when IuCS is released", on nano3G),
because the Iu conn is now released right after every signalling, so that
typically no two requests will use the same conn.
In iu.h/iu.c, add iu_tx_release(), absorbing almost all of the code from
ranap_handle_co_iu_rel_req().
Add stub to db_test.c, necessary to build it without linking libiu.
[1] 3GPP TS 25.413 v12.4.0 Release 12 / ETSI TS 125 413 V12.4.0 (2015-04)
Related: OS#1816
Change-Id: Ic12bd6f3666f6fd42bd6d9fdae1c93abee3b6786
http://cgit.osmocom.org/openbsc/commit/?id=a5e8069cca887b28b91f2f2c328e5727…
commit a5e8069cca887b28b91f2f2c328e5727bd5af48f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 11 00:50:05 2016 +0200
IuCS: don't remove Iu conn until release
Don't remove the gsm_subscriber_connection without an Iu Release.
From the 2G paradigm to close a subscriber connection as soon as nothing else
is pending, osmo-cscn frequently calls msc_release_connection() to see whether
a conn has anything pending, or discards it.
In 3G however, we so far don't actively release IuCS connections from the MSC
side, but wait until the IuCS is released from the UE side. So the conn is
often discarded even though the IuCS stays open and valid, which confuses the
situation: before the UE releases a bit later, we would try to page the
subscriber unsuccessfully, because the UE expects to already be connected.
To first fix the discrepancy of Iu vs. subscr release, never discard
gsm_subscriber_connections when msc_release_connection() is called.
This creates a "lazy" CN that keeps connections open as long as the UE will
tolerate. It is really fast in sending many SMS in close succession, but is
certainly a bad CN design choice: we should rather stay lean on connections.
A subsequent commit will change this, but I decided to keep this commit as a
reference, for when we'd like to test situations that should re-use an
established connection.
Change-Id: I012378cfa432d791146db387554ec1909de05297
http://cgit.osmocom.org/openbsc/commit/?id=158559bef88ec70a60128e3c83b41e44…
commit 158559bef88ec70a60128e3c83b41e44eacf223a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Oct 11 01:05:22 2016 +0200
IuCS: detect whether a conn is already secure
If a CM Service Request is received on an already secure IuCS connection,
we so far didn't notice and started to authenticate again. The UE would
readily renew its authentication, but then our state got stuck since
ciphering was already established. Instead, don't authenticate again when
integrity protection is already established.
Change-Id: I3c01fe58276ba0ad918f2cd30cc3dca7c6663e68
http://cgit.osmocom.org/openbsc/commit/?id=c2c7722a7e4bb35e1e3b8ef49dbf76ee…
commit c2c7722a7e4bb35e1e3b8ef49dbf76eedd6d7fa2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 20 18:18:26 2016 +0200
mgcp dbg log
Change-Id: I56fda48edaa92abfc6e3886cdfce733bb0686f73
http://cgit.osmocom.org/openbsc/commit/?id=2d0e537de9318974443fc12f4971b435…
commit 2d0e537de9318974443fc12f4971b435c0fa47ad
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:00:16 2016 +0200
sgsn_ranap_iu_event: handle some events without valid MM context
Change-Id: Ia7e74087d56996104b6d3935b1cf12166ff67f3a
http://cgit.osmocom.org/openbsc/commit/?id=9e4957801f20a963fd01a1ec7ae13494…
commit 9e4957801f20a963fd01a1ec7ae134944c215bd3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Sep 19 18:30:49 2016 +0200
IuCS: store assigned rab_id in gsm_subscriber_connection
Change-Id: I7fda4304631fc24bbd1bebe911b8403a942fcf53
http://cgit.osmocom.org/openbsc/commit/?id=5903193d88e72834fb121f88f17385c9…
commit 5903193d88e72834fb121f88f17385c91a1dbf2b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:28:35 2016 +0200
bridge calls via mgcpgw
Change-Id: Ie259e30bc532fe9817c96562022ac33443d5747a
http://cgit.osmocom.org/openbsc/commit/?id=2548cd15aad47df310ac79bfc9388a59…
commit 2548cd15aad47df310ac79bfc9388a59b683a29b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:29:30 2016 +0200
also do call assignment for MT calls, upon Call Confirmed
Change-Id: I863fa73948f61aaffd7f4472f3abc3e44228e31f
http://cgit.osmocom.org/openbsc/commit/?id=ba46c4048c245507fa8d5529478db9ec…
commit ba46c4048c245507fa8d5529478db9ec67a60cef
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 13:39:07 2016 +0200
IuCS: implement msc_call_assignment() for IuCS
Send IuCS RAB Activation upon MNCC_CALL_PROC_REQ.
Implement function msc_call_assignment(): decide between sending A-iface BSSMAP
Assignment Request or IuCS RAB Assignment Request.
Implement iu_rab_act_cs() to send the IuCS RAB Assignment Request. The IP
address and port of the MGCPGW sent in the RAB Assignment are still hardcoded.
The A-interface extension is not implemented yet.
Declare ranap_new_msg_rab_assign_voice() to avoid including
ranap_msg_factory.h, which would require adding ASN1 CFLAGS to Makefile.am.
The mgcpgw_client as well as some more osmo-iuh functions are now linked from
libmsc, hence add some dummy stubs to libiudummy and db_test.c.
Change-Id: Iaae51d1fbbfc28fad1c0b85e161d53d80a420a19
http://cgit.osmocom.org/openbsc/commit/?id=ea51bfd87535bd8f8a00db6d9777fff1…
commit ea51bfd87535bd8f8a00db6d9777fff126ec2deb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Sep 22 20:21:10 2016 +0200
cscn: add mgcpgw client (with dummy read cb so far)
Store the mgcpgw client data in struct gsm_network.
Initialize VTY and bind the client.
Change-Id: Ifc4efb1ca44fa34c29bf23b35addb54155296d68
http://cgit.osmocom.org/openbsc/commit/?id=a9370b6b65e3610d78cbf2b805220df9…
commit a9370b6b65e3610d78cbf2b805220df923bc2cd5
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 13:39:07 2016 +0200
libmgcp: add mgcpgw client API
Add an API to send MGCP messages to an MGCP GW, from the perspective of
an MSC instructing the GW to setup RTP streams.
Rationale: the mgcp_protocol.h is mostly for the MGCP GW itself, other
implementations forward incoming MGCP messages. So a simpler approach for an
MGCP GW client is useful.
Add general VTY commands that can be used to configure mgcpgw_client.
osmo-cscn is going to use this to route RTP streams (for 3G at first).
Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135
http://cgit.osmocom.org/openbsc/commit/?id=b50af47d4291abd656a28e31a704d19b…
commit b50af47d4291abd656a28e31a704d19b3e4413eb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 13:39:07 2016 +0200
libmgcp: add value strings for mgcp_connection_mode
Add file mgcp_common.c to implement the value strings for the
mgcp_connection_mode.
Add in a separate file because of the upcoming mgcpgw_client.c implementation,
introducing a file that contains implementations commonly used in MGCP GW as
well as its clients.
Change-Id: I6fe365c4c89207f2172943cc456b508a207b1135
http://cgit.osmocom.org/openbsc/commit/?id=99b0e0ed6c2e05879ef25937df02bc37…
commit 99b0e0ed6c2e05879ef25937df02bc378bd75c79
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 20 18:16:35 2016 +0200
libmgcp: move mgcp_connection_mode to public header
mgcp_connection_mode will be used by the upcoming mgcpgw_client.h API.
Change-Id: I7a3f8905723320d968f1a53c1036904107b4fb2d
http://cgit.osmocom.org/openbsc/commit/?id=cfbf5fad3f4c77fb8693cce8906e2dd1…
commit cfbf5fad3f4c77fb8693cce8906e2dd1265edece
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Sep 6 20:08:58 2016 +0200
IuCS: cosmetic prep for msc_call_assignment()
Rename gsm48_cc_tx_call_proc() to gsm48_cc_tx_call_proc_and_assign() to mark
the place where the A-interface will send a BSSAP Assignment Request / where
the IuCS-interface will send a RAB Assignment Request.
Add function msc_call_assignment() to decide between A-iface and IuCS
assignment, to be implemented in subsequent commit.
Change-Id: I0695e233d57d13658793b0e63bb7c3ff224909a0
http://cgit.osmocom.org/openbsc/commit/?id=fda5bb5e51a60ad168be5ba86db6b1fe…
commit fda5bb5e51a60ad168be5ba86db6b1fe15f7a6c9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Sep 7 17:52:32 2016 +0200
IuCS: send RANAP CommonID
Add libiu function to send a CommonID message down a UE connection,
iu_tx_common_id(); add also a corresponding stub to libiudummy for linking with
tests.
Add libmsc function msc_tx_common_id() to call the above. Add this mostly to
clearly indicate in msc_ifaces.h that libmsc is calling out of the MSC; also
to do conn->via_iface checking.
Call msc_tx_common_id() after ciphering is established, in
_gsm48_rx_mm_serv_req_sec_cb()'s GSM_SECURITY_SUCCEEDED case.
Change-Id: I576ddd5bbabfc989149debd2f8a9743db6d26043
http://cgit.osmocom.org/openbsc/commit/?id=0faacd6adfa5a0f95c4db27494ebd279…
commit 0faacd6adfa5a0f95c4db27494ebd2795f93e59d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 31 15:40:18 2016 +0200
cosmetic: msc_handler, bsc_handler: drop extra whitespace
The extra ws made me not find these lines when grepping for 'dtap ='.
Change-Id: I45e5c9e7df4704546872aab15adf407298943435
http://cgit.osmocom.org/openbsc/commit/?id=bbad400c22ec27cf56340e9a36e6c2d7…
commit bbad400c22ec27cf56340e9a36e6c2d73d0906c3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 2 08:34:57 2016 +0200
SGSN: Don't indicate GERAN in Iu mode PDP CTX ACT REQ to GGSN
http://cgit.osmocom.org/openbsc/commit/?id=7d7dc9d7dbaa304ceba5de97da66655a…
commit 7d7dc9d7dbaa304ceba5de97da66655a24910314
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:21:55 2016 +0200
cosmetic: remove legacy comment from gsm0408_loc_upd_rej()
http://cgit.osmocom.org/openbsc/commit/?id=7a622ad7685e5caf70478baee253bd21…
commit 7a622ad7685e5caf70478baee253bd21b2e984ea
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:20:54 2016 +0200
cosmetic: make gsm0408_loc_upd_rej() static
http://cgit.osmocom.org/openbsc/commit/?id=b2d42f600c7983af938446d7c89973f7…
commit b2d42f600c7983af938446d7c89973f7bfa8913d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 13:18:03 2016 +0200
LU counters: count completion and failure, not messages sent
From a human admin viewpoint it doesn't make sense to count the messages sent:
When we use TMSIs, we first send a LU Accept with a new TMSI, and then expect
the MS to respond with a TMSI Realloc Complete message. When that fails to come
through, the LU actually ends in failure, even though a LU Accept was sent.
In 3G, if a UE sends an Iu Release during LU (e.g. user enables flight mode),
we cancel the LU without sending any reply at all, so nothing would be counted.
Instead, count Location Updating results, i.e. completion and failures.
http://cgit.osmocom.org/openbsc/commit/?id=9303f7711da05dd2da0ed0f82a7bf742…
commit 9303f7711da05dd2da0ed0f82a7bf742f95c6cc9
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=f9d6a998c03d3877e85f03ee6d73c303…
commit f9d6a998c03d3877e85f03ee6d73c30303dcee48
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=02932b1f53068defb2d7e2417e64f906…
commit 02932b1f53068defb2d7e2417e64f906f64a0863
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=0c2043fd5e01da32aad04d7dce17d461…
commit 0c2043fd5e01da32aad04d7dce17d461b9428ef3
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=dff981e8a66f3722bf4ed000f51597b7…
commit dff981e8a66f3722bf4ed000f51597b73cfc399c
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=063c305204286906313f8576fe3cbc4a…
commit 063c305204286906313f8576fe3cbc4a237d3768
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=ffd5e33f1781ea5e7ccae2e7f19e55f8…
commit ffd5e33f1781ea5e7ccae2e7f19e55f8c5926381
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=6d1c073311150935c2839beab9f66579…
commit 6d1c073311150935c2839beab9f665791b536de4
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=c26ced5d519d89b5d5f76b2751c8cd7e…
commit c26ced5d519d89b5d5f76b2751c8cd7ec1ce2e54
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=b0c7cb556981a98e6ba24a17f82661bf…
commit b0c7cb556981a98e6ba24a17f82661bf83b973fe
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=a12c6aa033c9b85c0405074b3c96f140…
commit a12c6aa033c9b85c0405074b3c96f140c7b4ef62
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=406d0f75ca86d29b53d8b1ad8992092f…
commit 406d0f75ca86d29b53d8b1ad8992092f0d0343ca
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=fbd934be94acef01c5bd0d6f54e18735…
commit fbd934be94acef01c5bd0d6f54e18735d3d23e07
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=5d80cbe481a0207675120194d0fedbd8…
commit 5d80cbe481a0207675120194d0fedbd8744d9a0d
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=616967036da9fb4cb0055b8d164599cf…
commit 616967036da9fb4cb0055b8d164599cf236ca1b6
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=c0fa098a5cd6356f4db6fe4fd4ee9444…
commit c0fa098a5cd6356f4db6fe4fd4ee944436ef3f52
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=3f7958f08b05d251ecbc88ac29886503…
commit 3f7958f08b05d251ecbc88ac2988650308e23f3b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:06:55 2016 +0200
move subscr auth check to gsm_subscriber.c
add subscr_authorized(), subscr_authorized_imsi()
Change-Id: If2ef06b1229351127c61477ca14653d6ae4cb6bb
http://cgit.osmocom.org/openbsc/commit/?id=c8f00fa50d8b2d79160611625c651543…
commit c8f00fa50d8b2d79160611625c651543f382d125
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:11:25 2016 +0200
auth log
Change-Id: Icd9f8505388a06ee768d2176cb2b9187953098ef
http://cgit.osmocom.org/openbsc/commit/?id=f875e7843c00f30c8718a4f9cabd538c…
commit f875e7843c00f30c8718a4f9cabd538c60e3eeef
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:09:46 2016 +0200
iu auth wip
Change-Id: Icc2522252cf15c54f1a1ea5255314a0de8bfba03
http://cgit.osmocom.org/openbsc/commit/?id=6d9e14d28cae9c5f619adc5b571674b6…
commit 6d9e14d28cae9c5f619adc5b571674b6ed7db271
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:03:09 2016 +0200
Iu auth wip
Change-Id: I44effcca80dc6850178174dc957bcd5608b0ae14
http://cgit.osmocom.org/openbsc/commit/?id=b6db8d0efb3350f4ed24943366ccffda…
commit b6db8d0efb3350f4ed24943366ccffdabdb392bf
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 12 16:21:32 2016 +0200
cosmetic prep: change int -> bool authorize_subscriber()
Upcoming function subscr_authorized() will flip this to bool, so separate
this change cosmetically.
Change-Id: Iba0184a71afa01141ef06c474cb554e79ad8f5d5
http://cgit.osmocom.org/openbsc/commit/?id=0dd4717063371d6938fbe3c10d9c2168…
commit 0dd4717063371d6938fbe3c10d9c216830b8ff5d
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=56370f4d9b6b08f3a33a38f3ef8a630c…
commit 56370f4d9b6b08f3a33a38f3ef8a630c32a1c1d6
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=2fe226a6da42d01bfdd7aefbe167a773…
commit 2fe226a6da42d01bfdd7aefbe167a77313dc9760
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=9a9bd05b65fa22fadc498568fe2ebdb4…
commit 9a9bd05b65fa22fadc498568fe2ebdb41febbd43
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=5c1f1bde495037d2305a6ec8474d1f83…
commit 5c1f1bde495037d2305a6ec8474d1f8394f777b9
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=f553693a66177cf9ebee6174c7bc8f2d…
commit f553693a66177cf9ebee6174c7bc8f2db1ed848d
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=e77b1837869e5482bab28d921b4a6457…
commit e77b1837869e5482bab28d921b4a64574b19de69
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 21:44:32 2016 +0200
cut off libbsc paging, pending paging in libmsc
Temporarily disable all paging to be able to link libmsc without libbsc.
Skip the paging part of channel_test because the paging is now disabled.
In osmo-nitb, paging is done on BSC level and MSC level "at the same time".
When the new CSCN is fully operational, paging will be controlled separately on
the MSC level, and the BSC (RNC) level will be instructed over an IuCS or
A-interface to negotiate paging with the MS (UE). This MSC level paging does
not yet exist and will be added in subsequent commits.
Change-Id: I8b6920ddc54fc3f2876a59664e6722666d8a8a4a
http://cgit.osmocom.org/openbsc/commit/?id=fec0a31f41b2996f5756835273c4e8d0…
commit fec0a31f41b2996f5756835273c4e8d019bb924d
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=611e83347fce7425a9d0cc564165b678…
commit 611e83347fce7425a9d0cc564165b67819fa9823
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=db1c1222c8eb93be665026c152531621…
commit db1c1222c8eb93be665026c15253162193a24445
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=415c0223fb9527ebabdaf4b96e2d80ab…
commit 415c0223fb9527ebabdaf4b96e2d80ab2ed9127f
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=5f7570a8d87edd5d82df49062ea5d412…
commit 5f7570a8d87edd5d82df49062ea5d412f5522ad4
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=2ee77ab28a462aa4fc09897c1800c0b2…
commit 2ee77ab28a462aa4fc09897c1800c0b2938e2e4b
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=829c060b74f848d06e814c61b789c058…
commit 829c060b74f848d06e814c61b789c058f374026d
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=eea4c4d4ba1736f836a146ea66c43a15…
commit eea4c4d4ba1736f836a146ea66c43a155f0c3af9
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=f4a2311dcceda23ffb23051df2b7c43e…
commit f4a2311dcceda23ffb23051df2b7c43e28bce1f1
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=c93ac1700dc8ebae0b2ae9fffe9f43d8…
commit c93ac1700dc8ebae0b2ae9fffe9f43d8e8618e3f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 15:05:43 2016 +0200
gsm_04_08, gsm_subscriber: decouple lac from bts
The idea is to not have a direct pointer to a bts struct (into BSC land), but a
LAC to resolve the BSC or RNC depending on the appropriate A or IuCS interface.
subscr_update(): remove bts arg, add lac arg.
Pass conn->lac to gsm48_generate_lai() instead of bts->location_area_code.
Change-Id: I9f2b298a785bf4b2a1b3fcdd91b8256106b2d9de
http://cgit.osmocom.org/openbsc/commit/?id=495518f4a9d5dbb63809ffbaa775e8d9…
commit 495518f4a9d5dbb63809ffbaa775e8d99330caee
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=5030f8de1c7608186572c45448cf211f…
commit 5030f8de1c7608186572c45448cf211f3ca318d2
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=36662e5345c96203487117baea35ec71…
commit 36662e5345c96203487117baea35ec716e359af4
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=c3b4858c8808400456a707204e55bbf0…
commit c3b4858c8808400456a707204e55bbf0f7b16864
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.
Add msc_ifaces.[hc], a_iface.c, with a general msc_tx_dtap() to redirect to
different interfaces depending on the actual subscriber connection.
While iu_tx() is going to be functional fairly soon, the a_tx() is going to be
just a dummy for some time (see comment).
Add via_iface marker to gsm_subscriber_connection with enum values IFACE_A and
IFACE_IU so far.
Add Iu specific fields in a sub-struct: the UE connection pointer and an
indicator for the Integrity Protection status on Iu (to be fully implemented in
later commits).
Add lac member to gsm_subscriber_connection, to allow decoupling from
bts->location_area_code. The conn->lac will actually be set in iu.c in an
upcoming commit ("add iucs.[hc]").
Change-Id: Idf8020a30562426e8f939706bf5c2188d5a09798
http://cgit.osmocom.org/openbsc/commit/?id=32e8ea9ecf88e03b0a74b7cf4503060e…
commit 32e8ea9ecf88e03b0a74b7cf4503060eb0f8b6df
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=25bd330172f8f818274e800197d5e382…
commit 25bd330172f8f818274e800197d5e38282db3a92
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Dec 24 17:06:42 2015 +0100
gsm_04_08.c: Don't set msg->lchan nor msg->dst
the BSC-side of the API behind gsm0808_submit_dtap() is doing
this resolving again anyway. So let's avoid doing it twice, and avoid
having more dependency of the MSC down into the lchan details.
Conflicts:
openbsc/src/libmsc/gsm_04_08.c
Change-Id: I14254be68ee1a48e9f1ce968233414d86c6ba9d5
http://cgit.osmocom.org/openbsc/commit/?id=f1d1e7147a32d63b748507a9fc40c71d…
commit f1d1e7147a32d63b748507a9fc40c71d6a030312
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=72f4da98ce606ffb5cf8c6e6a716fa67…
commit 72f4da98ce606ffb5cf8c6e6a716fa675d5b8c48
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:56:42 2016 +0200
osmo-nitb: exit when MNCC socket init failed
Change-Id: Icef97bb5da9840b810fe6f4b4da6abd4baa66915
http://cgit.osmocom.org/openbsc/commit/?id=d81eaffbca389f6b1b1f580d8119cda0…
commit d81eaffbca389f6b1b1f580d8119cda0c303da44
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=00774fe702ce437e578021f3edf49cec…
commit 00774fe702ce437e578021f3edf49cec305f7aa4
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=c9fd1d8ba19aa39cfeffc73eeb8ca19c…
commit c9fd1d8ba19aa39cfeffc73eeb8ca19c28c2095f
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=ca1cf50eb88540a229027433f26bc124…
commit ca1cf50eb88540a229027433f26bc1246d93af09
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.
Change-Id: I5e0ba0ecf1726ebd540800f4e98fdfc937c904ff
http://cgit.osmocom.org/openbsc/commit/?id=0548ac6bbd64cd45cfe9f961a40a8ea0…
commit 0548ac6bbd64cd45cfe9f961a40a8ea0031646c0
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.
Change-Id: Ifb86698cd57a09f03b935b6d3fcea87eff4cd397
http://cgit.osmocom.org/openbsc/commit/?id=b8d11ed1c0ba2681786ca27d67f83d98…
commit b8d11ed1c0ba2681786ca27d67f83d9875eff8f5
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=f0773e14f861d4e26985c380865438fa…
commit f0773e14f861d4e26985c380865438fa34c34617
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=30116060a0a4a6556140e1a5382b0699…
commit 30116060a0a4a6556140e1a5382b0699971a120c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Oct 24 01:53:38 2016 +0200
global gsm_network: move allocation further up
Now that bsc_network_alloc() is separate, move it to before the VTY init (a
subsequent patch will pass the gsm_network instance as a parameter to
vty_init()).
bsc_hack.c: drop the comment that says about the VTY init: "This needs to
precede handle_options()" -- it is not accurate. Actually move the
handle_options() above both vty_init() and the bsc_network_alloc() calls, to be
able to decide which mncc callback to pass to bsc_network_alloc. It would make
sense to set this later on, but that would require further refactoring of the
bsc_network_init() and gsm_network_init() signatures, so not in this patch.
Change-Id: Ie6a7037e703b5a2d08ceeb20d35f197aaddc9d1b
http://cgit.osmocom.org/openbsc/commit/?id=b87939de6f3026cb013394d5e80eae76…
commit b87939de6f3026cb013394d5e80eae76f90ef974
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:12:00 2016 +0200
split bsc_bootstrap_network() in alloc and config
For patch clarity, keep some code dup to be removed in a subsequent patch. In
the same sense don't change the fact that mncc_sock_init()'s return value is
ignored.
The global gsm_network instance 'bsc_gsmnet' is basically only used by the VTY,
and a future patch will "hide" that global in a vty .c file. In a nutshell, I
want to
- first allocate a gsm_network,
- then initialize the VTY passing the gsm_network pointer,
- and then read the config file using the initialized VTY.
So far, bsc_bootstrap_network() allocates the gsm_network and reads the config
file right away, which only works by sharing the extern bsc_gsmnet pointer,
which I would like to uncouple.
Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a
http://cgit.osmocom.org/openbsc/commit/?id=c80f56cc64e00cb7fce8c488dd65b9d8…
commit c80f56cc64e00cb7fce8c488dd65b9d8e02a8553
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 03:03:50 2016 +0200
tests: drop unused libmsc, unneeded duplicate libbsc linking
Because of libxsc, tests/gsm0408,subscr,trau no longer need libmsc.
Change-Id: I9073eba41a1cd3136ed7a9def6fe8aaf282eaa18
http://cgit.osmocom.org/openbsc/commit/?id=e224a81f92ebc02dd5bcbba8069801ca…
commit e224a81f92ebc02dd5bcbba8069801ca1d2b7196
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:27:32 2016 +0200
sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter
libbsc and libmsc will have separate subscriber connection structs. Hence don't
rely on gsm_subscriber_connection, but work on a direct pointer to the counter
for the next RP reference.
The only very thin function in gsm_04_11_helper.c thus becomes obsolete: drop
the entire file.
Change-Id: I2a2e9ba6a981a385d1f8f07acbe03536ffed0072
http://cgit.osmocom.org/openbsc/commit/?id=2ac47f62ae395902e03f5d7f60598ce9…
commit 2ac47f62ae395902e03f5d7f60598ce937639a8d
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=624e2bbb684531c02f549b381f7849b5…
commit 624e2bbb684531c02f549b381f7849b53a64172d
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
Both libmsc and libbsc will need distinct gsm0480_send_ussdNotify() and
gsm0480_send_releaseComplete() functions, since there will be distinct
subscriber connection structs.
The current functions live in libmsc, so add the same in libbsc in new file
gsm_04_80_utils.c.
To avoid too much code dup, move the message generation part of
gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() to new functions
gsm0480_gen_ussdNotify() and gsm0480_gen_releaseComplete(), placed in libxsc.
Change-Id: I33a84e3c28576ced91d2ea24103123431f551173
http://cgit.osmocom.org/openbsc/commit/?id=b8061adb9253611d09b63fd7f2d4229e…
commit b8061adb9253611d09b63fd7f2d4229e893cc910
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.
Moving gsm48_create* to libxsc affects linking of osmo-bsc_nat, resulting in
undefined references to gsm48_extract_mi() and gsm48_paging_extract_mi(); fix
that by placing libfilter.a left of libbsc.a upon linker invocation.
Change-Id: I212c2567b56191022b683674c1c4daf842839946
http://cgit.osmocom.org/openbsc/commit/?id=22f29e5b9f29ad1e877b42357b9f36e8…
commit 22f29e5b9f29ad1e877b42357b9f36e8f81cc402
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:46:29 2016 +0200
move to libxsc: net init 3: actual move
Reincarnate gsm_network_init() as the parts not specific to libbsc.
Move from bsc_network_init() those bits that are not BSC specific (and useful
for upcoming osmo-cscn).
Add libxsc to all linkages that use gsm_network_init().
Note: the only requirement to allow linking gsm_network_init() without libbsc
is to keep the call to gsm_net_update_ctype() out of libxsc. The other items
are kept out of libxsc because it makes sense semantically. But the separation
is not strong in that the BSC specific data members are of course still
omnipresent in struct gsm_network. If bsc_network_init() is not called, these
are not initialized properly -- for now no users of uninitialized members
exist.
So this is just a first step towards a sensible split of the BSC and MSC
gsm_network structs. The long term aim should be to have entirely separate
structs with some common general items.
Change-Id: If06316b97002390dc9a434686750cb96193ea63b
http://cgit.osmocom.org/openbsc/commit/?id=84013beff1abd2142bbd2ef1e2b057eb…
commit 84013beff1abd2142bbd2ef1e2b057eb24ef7815
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=8d1043a10fb85ffa0b20df35e511e196…
commit 8d1043a10fb85ffa0b20df35e511e1962fa93e10
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=a1f9834fad92ed0ace715d4e676316a4…
commit a1f9834fad92ed0ace715d4e676316a4aeec7338
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=0f1cfc198617ebb5b63fadb81c4daf94…
commit 0f1cfc198617ebb5b63fadb81c4daf94aa4c7b91
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.
Change-Id: If34e2bd38a099d0799238337468d56e0305ab8ae
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 1 +
openbsc/configure.ac | 1 +
openbsc/include/openbsc/Makefile.am | 1 +
openbsc/include/openbsc/abis_om2000.h | 12 +-
.../{misdn.h => bts_ipaccess_nanobts_omlattr.h} | 23 +-
openbsc/include/openbsc/gsm_data.h | 10 +
openbsc/include/openbsc/gsm_data_shared.h | 42 +
openbsc/src/gprs/gprs_sndcp_comp.c | 2 +-
openbsc/src/gprs/gprs_sndcp_pcomp.c | 1 +
openbsc/src/gprs/gprs_sndcp_xid.c | 25 +-
openbsc/src/gprs/sgsn_libgtp.c | 15 +-
openbsc/src/libbsc/Makefile.am | 1 +
openbsc/src/libbsc/abis_om2000.c | 1492 +++++++++++++++++---
openbsc/src/libbsc/abis_om2000_vty.c | 12 +
openbsc/src/libbsc/abis_rsl.c | 65 +-
openbsc/src/libbsc/bsc_api.c | 14 +-
openbsc/src/libbsc/bsc_vty.c | 56 +-
openbsc/src/libbsc/bts_ericsson_rbs2000.c | 127 +-
openbsc/src/libbsc/bts_ipaccess_nanobts.c | 240 +---
openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c | 232 +++
openbsc/src/libcommon/talloc_ctx.c | 1 +
openbsc/src/libmgcp/mgcp_network.c | 6 +
openbsc/src/libmsc/gsm_04_08.c | 4 +-
openbsc/src/libmsc/mncc_builtin.c | 2 +
openbsc/src/libmsc/msc_ifaces.c | 2 +-
openbsc/src/osmo-bsc_nat/bsc_nat_utils.c | 2 +-
openbsc/src/osmo-cscn/cscn_main.c | 33 +-
openbsc/src/osmo-cscn/iucs_ranap.h | 1 -
openbsc/src/utils/bs11_config.c | 4 +-
openbsc/tests/Makefile.am | 1 +
.../tests/{gsm0408 => nanobts_omlattr}/Makefile.am | 12 +-
.../tests/nanobts_omlattr/nanobts_omlattr_test.c | 284 ++++
.../tests/nanobts_omlattr/nanobts_omlattr_test.ok | 26 +
openbsc/tests/slhc/slhc_test.c | 2 +
openbsc/tests/testsuite.at | 6 +
openbsc/tests/v42bis/v42bis_test.c | 1 +
36 files changed, 2141 insertions(+), 618 deletions(-)
copy openbsc/include/openbsc/{misdn.h => bts_ipaccess_nanobts_omlattr.h} (57%)
create mode 100644 openbsc/src/libbsc/bts_ipaccess_nanobts_omlattr.c
copy openbsc/tests/{gsm0408 => nanobts_omlattr}/Makefile.am (71%)
create mode 100644 openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.c
create mode 100644 openbsc/tests/nanobts_omlattr/nanobts_omlattr_test.ok
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "wireshark with Osmocom specific dissectors".
The branch, laforge/om2000-201610 has been updated
discards 648eb6e9eb6248212221fee7af97f51a45e24595 (commit)
discards d1437d29debab9d84a9a6147fa5d79df6d3af4c5 (commit)
discards be0712c3346c0e29cbcbba8412fb128c030a4637 (commit)
discards 7c4e27a7705b3cfbcfd77c95fd6fda2f055992ad (commit)
discards e82a8fc040306a8eb6ce9309c077fe2015d94bf7 (commit)
via 8040f6ba8e441a2d8368e77ee581f775e8e84ed4 (commit)
via 61fc1936e3a495748104775ce934f7f5365825e3 (commit)
via 749c0035817ad8bc91b1eb72247f9b4ac13b150e (commit)
via c723550537eb7fa7701d82ee955a7c05771989e6 (commit)
via a3ea0363e2f1b9a6f7649ef2a1eeca881860e0fa (commit)
via 54c3df86f31e05fa8444daddce332d4ad7802173 (commit)
via 134f5ad96c55806c3410555a52a4b5407f472e48 (commit)
via 0decc3fb57416ef003afd9cbe2810aba98a74f89 (commit)
via b8f99e3b71593fcc12a11d2106bdacaaa50b5263 (commit)
via e407dd44d6489dd271c8d88fbfa48651a0f5ecff (commit)
via 94344cd49158b67ea21ce8e1578cf21c7107adba (commit)
via 55fbb6387ad478363e524f35d3ce06a6c670553e (commit)
via 65ab2a97018877ec3a8664d7422c3ee4662e97ca (commit)
via aba4d3a3a7d8c7f97290621085a8fb7a33942847 (commit)
via e723a899c009a6167d8e6eaab83cd76adfa2d246 (commit)
via 20adb7a564cf29a027d59f9dc92f4a81eaf4108d (commit)
via 792569834045da2e14e9e12dfba40a3a4503491c (commit)
via 1d56b0a48c6e023a0d24739029722b773fe3282a (commit)
via 73145b4d7c2b6928dfe4b62f5f837aaac866a5ec (commit)
via 66fa31415ff8d520c71dc66718599e941ed05c29 (commit)
via b489b7ff7d4ba9f000f29c608515eb43059855ab (commit)
via ce98b6c90dcbd8e9468bbac0adf10a7d537afdcb (commit)
via faa5ba2e20516be8e8ca934c3f06244706e961b5 (commit)
via 414c13245831085b7362d0573b317597fb76ac76 (commit)
via d1a2c4c312f8f0e3e8d6800a51c2d59a4a7a03d4 (commit)
via 720927a10ea9fe5a82155080114d85b8638f3b8c (commit)
via 51bdba4c1f1a94b5b14f4a4894d67b99de6b02f6 (commit)
via 1be79dd3a841fd89db1e2b43cedfc5330c56f23d (commit)
via cbccf05f8be8b3c5dc2f03f31974512c84be5a0c (commit)
via cb0697c99e4e09feac58bfe24f82b9cc034d7b64 (commit)
via f1486a9f93de20be6741631fb1522208a00a77f3 (commit)
via 8e5e6ddc5e526abc84d162f24decfa7be78887b1 (commit)
via 857b80e41489f9064e8f5cbdd8c05b3a9ce8adb3 (commit)
via b688175834c8ab302abb108df19c63f7a075c458 (commit)
via d6e35b1a4728676efc4030182492e8376bdcc3e4 (commit)
via 7d2dc97c43021cbef5e561c050cb36760ed81a43 (commit)
via a77e8a325212518419df890570f8b03a3afdb67f (commit)
via 4e95d5fa8e2f7fec72f0d7350a0b07ca8cdfa12b (commit)
via 7531318e054153fbd5e33624ef30314acd52b6bc (commit)
via 1ae0c1ebfaed748378395a0c690b10f8e7eb3265 (commit)
via c12280f804d419cbcd386a6d662f150a66012d71 (commit)
via fc99bca3cfa0af0e908b4e25156a87f6c7f5d3d9 (commit)
via ddd1c87d43781533c3ec10279857e3870d12437e (commit)
via 1b91475e0da15e58a9df7cd0cee6a463a8e0c97e (commit)
via 3814eee112070b43eaf9dc39e7b19b2349ac6957 (commit)
via fb5d024a0bf5e91f4f7399f386975e87449f2607 (commit)
via 12e030cd5bb369c8e90fe0682b43ea28e07a9a9e (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (648eb6e9eb6248212221fee7af97f51a45e24595)
\
N -- N -- N (8040f6ba8e441a2d8368e77ee581f775e8e84ed4)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/wireshark/commit/?id=8040f6ba8e441a2d8368e77ee581f7…
commit 8040f6ba8e441a2d8368e77ee581f775e8e84ed4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Oct 26 22:38:20 2016 +0200
HACK: Hand GPRS RLC payload to GPRS LLC dissector
this is an ugly hack, as there is no code for packet re-assembly
in betwween, i.e. we only get proper dissection if the LLC message
was fitting entirely into one RLC block. Nevertheless, sufficient to
see things like RAU, ATTACH, IDENTITY procedures.
Change-Id: I1fc488aa58353e5f4264b940f9f4c18987148a7d
http://cgit.osmocom.org/wireshark/commit/?id=61fc1936e3a495748104775ce934f7…
commit 61fc1936e3a495748104775ce934f7f5365825e3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Oct 26 20:09:31 2016 +0200
WIP: Jacob's EGPRS patch
... with add_new_data_source() to visualize the re-aligned bits
Change-Id: I1604dceaf3d91228e87712e099c8a209ff812f4a
http://cgit.osmocom.org/wireshark/commit/?id=749c0035817ad8bc91b1eb72247f9b…
commit 749c0035817ad8bc91b1eb72247f9b4ac13b150e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jul 17 16:22:19 2016 +0200
l2tp: Introduce preference for default pseudowire
In some cases, the establishment of the L2TP session is not captured in
the pcap file, and thus wireshark cannot determine the l2tp pseudowire
to be used for decode.
So rather than using a ocmpile-time hard-coded default of cisco hdlc,
let's introduce a prference where the user can select the default
pseudowire in such cases.
Change-Id: I44a6373d4812c9ab5a919514273a41a2ab57142c
http://cgit.osmocom.org/wireshark/commit/?id=c723550537eb7fa7701d82ee955a7c…
commit c723550537eb7fa7701d82ee955a7c05771989e6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Jul 16 15:39:17 2016 +0200
L2TP: Add preference to select Ericsson HDLC flavor
At some point over the wireshark last years, the connection between the
L2TP dissector and the Ericsson HDLC dissector (packet-ehdlc.c) got
broken. I cannot poinpoint the exact change when it broke. However,
traces with Ericsson L2TP that used to display correctly no longer do
so.
The problem with Ericsson L2TP is that they simply re-use the HDLC
pseudowire (0x0006), but then have frames completely different than
what's specified in the RFCs for that.
To address this, let's add a protocol preference to allow the user to
choose.
Change-Id: Idce022ef0f233c01ecffc67dca7f428bde31ef6b
http://cgit.osmocom.org/wireshark/commit/?id=a3ea0363e2f1b9a6f7649ef2a1eeca…
commit a3ea0363e2f1b9a6f7649ef2a1eeca881860e0fa
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Nov 12 13:31:10 2016 +0100
gsm_abis_om2000: Expand bit-width of CON CCP and CI fields
It seems more recent RBS2000 models have extended the range of the CON
Connection Point (CCP) by one bit, as I'm seeing CCP 1896 in protocol
traces. Similarly, the Contiguity Index can at least reach 96. Using
the full 8bit value to make sure IS and CON dissectors use the same
ranges for connection points and contiguity index.
Change-Id: Iece34106fc97a11dc8a01cf2578b5e4245a4c9e8
http://cgit.osmocom.org/wireshark/commit/?id=54c3df86f31e05fa8444daddce332d…
commit 54c3df86f31e05fa8444daddce332d4ad7802173
Author: Pascal Quantin <pascal.quantin(a)gmail.com>
Date: Fri Nov 11 22:20:07 2016 +0100
PER: add support for bit strings >= 16K
Bug: 13123
Change-Id: Ie20ef75393ea601d2702a024e0ade94b85adf9f2
Reviewed-on: https://code.wireshark.org/review/18748
Petri-Dish: Pascal Quantin <pascal.quantin(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=134f5ad96c55806c3410555a52a4b5…
commit 134f5ad96c55806c3410555a52a4b5407f472e48
Author: Guy Harris <guy(a)alum.mit.edu>
Date: Fri Nov 11 14:37:06 2016 -0800
Dissect the checksum field as a string, as that's what it is.
Bug: 13125
Change-Id: Ib5d02e8841eb7e4d04e6a1df44a5eba5b925ce6c
Reviewed-on: https://code.wireshark.org/review/18749
Reviewed-by: Guy Harris <guy(a)alum.mit.edu>
http://cgit.osmocom.org/wireshark/commit/?id=0decc3fb57416ef003afd9cbe2810a…
commit 0decc3fb57416ef003afd9cbe2810aba98a74f89
Author: AndersBroman <anders.broman(a)ericsson.com>
Date: Fri Nov 11 14:44:02 2016 +0100
[SIP]Parse out the individual feature cap(s).
Change-Id: Ie834da60a2d389d33e1a5b6cc897e13ae1522fb9
Reviewed-on: https://code.wireshark.org/review/18742
Petri-Dish: Anders Broman <a.broman58(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Michael Mann <mmann78(a)netscape.net>
http://cgit.osmocom.org/wireshark/commit/?id=b8f99e3b71593fcc12a11d2106bdac…
commit b8f99e3b71593fcc12a11d2106bdacaaa50b5263
Author: Peter Wu <peter(a)lekensteyn.nl>
Date: Fri Nov 11 16:49:35 2016 +0100
ssl: fix next_protocol_negotiation id
NPN is a legacy extension (superseded by ALPN), but there was still a
capture with this value. However, the decimal number is wrong. Adjust it
to the one in the draft -03 (the hex number is still correct).
Change-Id: I80ce468bcb653bc8ec87432d76d478cb0423b46f
Reviewed-on: https://code.wireshark.org/review/18744
Reviewed-by: Peter Wu <peter(a)lekensteyn.nl>
Petri-Dish: Peter Wu <peter(a)lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Michael Mann <mmann78(a)netscape.net>
http://cgit.osmocom.org/wireshark/commit/?id=e407dd44d6489dd271c8d88fbfa486…
commit e407dd44d6489dd271c8d88fbfa48651a0f5ecff
Author: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
Date: Fri Nov 11 10:30:57 2016 +0100
OSPF: Add LSA Type Flag (See RFC 5340 A.4.2.1)
* Display in dec the LSA Type (like IANA)
Bug: 13118
Change-Id: I78001b2066f186dcf2175153e539216437b1754e
Reviewed-on: https://code.wireshark.org/review/18740
Petri-Dish: Michael Mann <mmann78(a)netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Michael Mann <mmann78(a)netscape.net>
http://cgit.osmocom.org/wireshark/commit/?id=94344cd49158b67ea21ce8e1578cf2…
commit 94344cd49158b67ea21ce8e1578cf21c7107adba
Author: Gerald Combs <gerald(a)wireshark.org>
Date: Fri Nov 11 08:48:33 2016 -0800
Qt: Fix a "No such slot" warning.
Make sure on_actionCaptureOptions_triggered always exists so that we
don't get a "No such slot" warning when building without libpcap.
Change-Id: Ib7c82df6c72bf080ff080e0a650216b345a97e9c
Reviewed-on: https://code.wireshark.org/review/18747
Petri-Dish: Gerald Combs <gerald(a)wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Gerald Combs <gerald(a)wireshark.org>
http://cgit.osmocom.org/wireshark/commit/?id=55fbb6387ad478363e524f35d3ce06…
commit 55fbb6387ad478363e524f35d3ce06a6c670553e
Author: Peter Wu <peter(a)lekensteyn.nl>
Date: Fri Nov 11 17:46:10 2016 +0100
Qt: fix build without libpcap
Change-Id: I89a2f9a21a17a318529c7f0785ab60385fe08dcf
Fixes: v2.3.0rc0-1445-g414c132 ("Qt: Handle retranslation events in the main window")
Reviewed-on: https://code.wireshark.org/review/18746
Reviewed-by: Peter Wu <peter(a)lekensteyn.nl>
Tested-by: Peter Wu <peter(a)lekensteyn.nl>
Reviewed-by: Gerald Combs <gerald(a)wireshark.org>
http://cgit.osmocom.org/wireshark/commit/?id=65ab2a97018877ec3a8664d7422c3e…
commit 65ab2a97018877ec3a8664d7422c3ee4662e97ca
Author: Gerald Combs <gerald(a)wireshark.org>
Date: Tue Nov 1 14:35:29 2016 -0700
AsciiDoc: Create an include file for attributes.
Move the replacement definitions in asciidoc.conf to
attributes.asciidoc. This makes the markup a bit cleaner and is more
compatible with AsciiDoctor. Use a standard naming scheme for URLs.
Change-Id: Ica73aaadb013be2a4e6a3963fb54e6db6e02e98f
Reviewed-on: https://code.wireshark.org/review/18655
Reviewed-by: Peter Wu <peter(a)lekensteyn.nl>
Reviewed-by: Gerald Combs <gerald(a)wireshark.org>
http://cgit.osmocom.org/wireshark/commit/?id=aba4d3a3a7d8c7f97290621085a8fb…
commit aba4d3a3a7d8c7f97290621085a8fb7a33942847
Author: Pascal Quantin <pascal.quantin(a)gmail.com>
Date: Fri Nov 11 14:48:21 2016 +0100
ftype-guid.c: fix FT_GUID filtering
g_strlcpy copies at most n-1 bytes to ensure that the string is NULL terminated.
Bug: 13121
Change-Id: I4f1677c518e65eb58b79d72052520ecce8c51722
Reviewed-on: https://code.wireshark.org/review/18743
Reviewed-by: Pascal Quantin <pascal.quantin(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=e723a899c009a6167d8e6eaab83cd7…
commit e723a899c009a6167d8e6eaab83cd76adfa2d246
Author: AndersBroman <anders.broman(a)ericsson.com>
Date: Fri Nov 11 14:33:08 2016 +0100
[tvbuff] Fix tvb_find_guint16() searched_bytes is from
start_offset(offset) and the while loop should be on searched_bytes.
Change-Id: I62343f7cb04f9110f773ba1ada8dbcbfbd262861
Reviewed-on: https://code.wireshark.org/review/18741
Petri-Dish: Anders Broman <a.broman58(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Anders Broman <a.broman58(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=20adb7a564cf29a027d59f9dc92f4a…
commit 20adb7a564cf29a027d59f9dc92f4a81eaf4108d
Author: Jan Spevak <jan.spevak(a)nokia.com>
Date: Fri Nov 11 10:25:28 2016 +0100
diameter_3gpp: decode AVP 1518
Change-Id: I95618ebeeb2a5ebe0dfc97bdfdd6c0bb91cb4381
Reviewed-on: https://code.wireshark.org/review/18739
Petri-Dish: Anders Broman <a.broman58(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Anders Broman <a.broman58(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=792569834045da2e14e9e12dfba40a…
commit 792569834045da2e14e9e12dfba40a3a4503491c
Author: Michael Mann <mmann78(a)netscape.net>
Date: Thu Nov 10 23:38:39 2016 -0500
packet-asterix.c doesn't need a preference callback function.
Just causes preference to be added twice.
Bug: 13113
Change-Id: Iebbe296a8b35cbe58c163c4f1f5fac9d27c76ead
Reviewed-on: https://code.wireshark.org/review/18737
Reviewed-by: Michael Mann <mmann78(a)netscape.net>
Petri-Dish: Michael Mann <mmann78(a)netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Anders Broman <a.broman58(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=1d56b0a48c6e023a0d24739029722b…
commit 1d56b0a48c6e023a0d24739029722b773fe3282a
Author: Jakub Pawlowski <jpawlowski(a)google.com>
Date: Thu Nov 10 11:31:59 2016 -0800
Bluetooth: BTLE: Add SC bit paring in AuthReq
Change-Id: I91db50aadd572a81559bb8d22af19fffefea592f
Reviewed-on: https://code.wireshark.org/review/18735
Petri-Dish: Stig Bjørlykke <stig(a)bjorlykke.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=73145b4d7c2b6928dfe4b62f5f837a…
commit 73145b4d7c2b6928dfe4b62f5f837aaac866a5ec
Author: AndersBroman <anders.broman(a)ericsson.com>
Date: Thu Nov 10 14:14:49 2016 +0100
[XML] default_media_types should be in lower case.
Change-Id: Ibd55b76a0ccbfcf511afb4e99144a0d1115e5af2
Reviewed-on: https://code.wireshark.org/review/18732
Reviewed-by: Anders Broman <a.broman58(a)gmail.com>
Petri-Dish: Anders Broman <a.broman58(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=66fa31415ff8d520c71dc66718599e…
commit 66fa31415ff8d520c71dc66718599e941ed05c29
Author: Michael Mann <mmann78(a)netscape.net>
Date: Tue Oct 18 20:34:37 2016 -0400
tcp: Fix Follow TCP tap data and when its tapped.
Use the model from the 2.0 branch and earlier that only "tapped" the
follow data in a single location. This fixes duplicate data for
reassembled data and handles out-of-order packets.
Bug: 12855
Change-Id: I5268f13e3c08e9271acf026b859de693ad794c94
Reviewed-on: https://code.wireshark.org/review/18368
Petri-Dish: Pascal Quantin <pascal.quantin(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=b489b7ff7d4ba9f000f29c608515eb…
commit b489b7ff7d4ba9f000f29c608515eb43059855ab
Author: Peter Wu <peter(a)lekensteyn.nl>
Date: Thu Nov 10 16:04:25 2016 +0100
lsd: fix unaligned read
Fixes UBsan complaint:
epan/dissectors/packet-lsd.c:141:7: runtime error: load of misaligned address 0x61d00017029e for type 'const guint32', which requires 4 byte alignment
Change-Id: I74034f3e0bc198b4b86ca6cd7559d8df7283377f
Reviewed-on: https://code.wireshark.org/review/18733
Petri-Dish: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Michael Mann <mmann78(a)netscape.net>
http://cgit.osmocom.org/wireshark/commit/?id=ce98b6c90dcbd8e9468bbac0adf10a…
commit ce98b6c90dcbd8e9468bbac0adf10a7d537afdcb
Author: Moshe Kaplan <me(a)moshekaplan.com>
Date: Thu Nov 3 09:33:48 2016 -0700
Enable exporting IMF traffic as an EML file
Change-Id: Ia56b38a770a148dd8bf030699615189601944cc2
Reviewed-on: https://code.wireshark.org/review/18656
Petri-Dish: Peter Wu <peter(a)lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Peter Wu <peter(a)lekensteyn.nl>
http://cgit.osmocom.org/wireshark/commit/?id=faa5ba2e20516be8e8ca934c3f0624…
commit faa5ba2e20516be8e8ca934c3f06244706e961b5
Author: Birol Capa <birol.capa(a)siemens.com>
Date: Thu Nov 10 12:48:05 2016 +0300
PROFINET: Update MRP dissection according to IEC62439-2 Ed.2.
The MRP PDU dissection is updated with respect to MRP standard IEC62439-2 Ed.2.
0x88e3 is added for MRP Ether Type
String definions of MRP block and sub block types are updated.
dissect_pn_ManuData function is removed since it is not used anymore.
Change-Id: Iec6666abc75bcba4189f2c38851407abc23267f9
Reviewed-on: https://code.wireshark.org/review/18730
Petri-Dish: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
Reviewed-by: Michael Mann <mmann78(a)netscape.net>
http://cgit.osmocom.org/wireshark/commit/?id=414c13245831085b7362d0573b3175…
commit 414c13245831085b7362d0573b317597fb76ac76
Author: Gerald Combs <gerald(a)wireshark.org>
Date: Wed Jul 8 16:48:58 2015 -0700
Qt: Handle retranslation events in the main window.
Update most (but not all) of the main status bar text when the user
changes the language setting.
Try to distinguish between recent preferences and recent captures more
clearly.
Change-Id: I5278a503178fe3620a25b185742688f957dc30f4
Ping-Bug: 11307
Reviewed-on: https://code.wireshark.org/review/9575
Reviewed-by: Gerald Combs <gerald(a)wireshark.org>
Petri-Dish: Gerald Combs <gerald(a)wireshark.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Michael Mann <mmann78(a)netscape.net>
http://cgit.osmocom.org/wireshark/commit/?id=d1a2c4c312f8f0e3e8d6800a51c2d5…
commit d1a2c4c312f8f0e3e8d6800a51c2d59a4a7a03d4
Author: Dario Lombardo <lomato(a)gmail.com>
Date: Tue Nov 8 16:31:01 2016 +0100
bt-dht: add data to COL_INFO.
Change-Id: I69e8b012156020f79cf22604bc709fc70f215155
Reviewed-on: https://code.wireshark.org/review/18710
Petri-Dish: Dario Lombardo <lomato(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=720927a10ea9fe5a82155080114d85…
commit 720927a10ea9fe5a82155080114d85b8638f3b8c
Author: Michal Labedzki <michal.labedzki(a)tieto.com>
Date: Thu Nov 10 09:10:44 2016 +0100
androiddump: Set socket connect() timeout to 500ms
This should avoid neverending or long time to obtain timeout
in some cases like firewall's drop rules, etc.
Bump version to 1.0.4
Bug: 13104
Ping-Bug: 13114
Change-Id: I9bef714b6d92b3516a2a95ebdbe1ba594fa60e34
Reviewed-on: https://code.wireshark.org/review/18728
Petri-Dish: Michal Labedzki <michal.labedzki(a)tieto.com>
Reviewed-by: Dario Lombardo <lomato(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Peter Wu <peter(a)lekensteyn.nl>
http://cgit.osmocom.org/wireshark/commit/?id=51bdba4c1f1a94b5b14f4a4894d67b…
commit 51bdba4c1f1a94b5b14f4a4894d67b99de6b02f6
Author: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
Date: Mon Nov 7 19:34:04 2016 +0100
GVSP: Disable the heuristic by default
Already try to enhance but get always some false positive with STUN/RTP
Change-Id: I187959ed526a0d538a2c6db76af07ae3dbf06c6e
Reviewed-on: https://code.wireshark.org/review/18702
Reviewed-by: thies.moeller <thies.moeller(a)baslerweb.com>
Reviewed-by: Anders Broman <a.broman58(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=1be79dd3a841fd89db1e2b43cedfc5…
commit 1be79dd3a841fd89db1e2b43cedfc5330c56f23d
Author: Peter Wu <peter(a)lekensteyn.nl>
Date: Wed Nov 9 01:55:30 2016 +0100
debian-setup: allow libssh-dev to be installed for trusty
Ubuntu 14.04 Trusty has libssh-dev 0.6.1 (using OpenSSL) which should be
usable.
The debian/control file is not updated due to OpenSSL licensing
concerns, if you need to build on trusty, you need dpkg-buildpackage -d
(--no-check-builddeps).
Remove distro-detection in favor of feature detection. Note that the
minimum Ubuntu versions could be lower, but unsupported versions are not
listed on packages.ubuntu.com so I did not bother.
Change-Id: Ia04d960f3d4957918c925bf9cd351537e233fd3e
Reviewed-on: https://code.wireshark.org/review/18725
Reviewed-by: Dario Lombardo <lomato(a)gmail.com>
Reviewed-by: Balint Reczey <balint(a)balintreczey.hu>
http://cgit.osmocom.org/wireshark/commit/?id=cbccf05f8be8b3c5dc2f03f3197451…
commit cbccf05f8be8b3c5dc2f03f31974512c84be5a0c
Author: João Valverde <joao.valverde(a)tecnico.ulisboa.pt>
Date: Wed Nov 9 19:02:01 2016 +0000
CMake: Use xz generator with cpack
We already do so with autotools.
Change-Id: I0d7ea052ee19a42d16e82134f2f7188b3a19ee1e
Reviewed-on: https://code.wireshark.org/review/18727
Reviewed-by: Peter Wu <peter(a)lekensteyn.nl>
Reviewed-by: Dario Lombardo <lomato(a)gmail.com>
Tested-by: Dario Lombardo <lomato(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=cb0697c99e4e09feac58bfe24f82b9…
commit cb0697c99e4e09feac58bfe24f82b9cc034d7b64
Author: Dario Lombardo <lomato(a)gmail.com>
Date: Fri Nov 4 11:55:33 2016 +0100
CMake: fix cpack archive name to include version
CPACK_PACKAGE_VERSION is used before setting its value. Remove
spurious CPACK_SYSTEM_NAME usage.
Before:
CPack: - package: wireshark/build-test/wireshark--.tar.bz2 generated.
After
CPack: - package: wireshark/build-test/wireshark-2.3.0.tar.bz2 generated.
Change-Id: I6f12017113f64b9c759a3fbd930cb3ee0807811d
Reviewed-on: https://code.wireshark.org/review/18669
Reviewed-by: João Valverde <j(a)v6e.pt>
Tested-by: João Valverde <j(a)v6e.pt>
Petri-Dish: João Valverde <j(a)v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Peter Wu <peter(a)lekensteyn.nl>
http://cgit.osmocom.org/wireshark/commit/?id=f1486a9f93de20be6741631fb15222…
commit f1486a9f93de20be6741631fb1522208a00a77f3
Author: Niels Widger <niels(a)qacafe.com>
Date: Tue Nov 8 11:41:41 2016 -0500
Add DHCPv6 options for Softwire provisioning
Bug: 12719
Signed-off-by: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
Signed-off-by: Sander Steffann <sander(a)steffann.nl>
Change-Id: I2792ef4a5851cd2fba75fc253aa3d635cb7f1fa6
Reviewed-on: https://code.wireshark.org/review/16860http://cgit.osmocom.org/wireshark/commit/?id=8e5e6ddc5e526abc84d162f24decfa…
commit 8e5e6ddc5e526abc84d162f24decfa7be78887b1
Author: Gerald Combs <gerald(a)wireshark.org>
Date: Tue Nov 8 11:11:14 2016 -0800
CMake: Enable ccache for gcc and clang.
Add an option to check for and use ccache. Disable it by default.
Change-Id: Ifc928d22715b7e06e53115455b31dbeaf2ee8332
Reviewed-on: https://code.wireshark.org/review/18715
Petri-Dish: Gerald Combs <gerald(a)wireshark.org>
Reviewed-by: Peter Wu <peter(a)lekensteyn.nl>
Reviewed-by: João Valverde <j(a)v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Gerald Combs <gerald(a)wireshark.org>
http://cgit.osmocom.org/wireshark/commit/?id=857b80e41489f9064e8f5cbdd8c05b…
commit 857b80e41489f9064e8f5cbdd8c05b3a9ce8adb3
Author: Gerald Combs <gerald(a)wireshark.org>
Date: Tue Nov 8 11:44:31 2016 -0800
CMake: Use find_program to find a program.
Use find_program to find glib-compile-resources instead of find_file.
Change-Id: I565c3a596923ff4761bc38988ee396aa24bd63a6
Reviewed-on: https://code.wireshark.org/review/18714
Petri-Dish: Gerald Combs <gerald(a)wireshark.org>
Reviewed-by: Peter Wu <peter(a)lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Gerald Combs <gerald(a)wireshark.org>
http://cgit.osmocom.org/wireshark/commit/?id=b688175834c8ab302abb108df19c63…
commit b688175834c8ab302abb108df19c63f7a075c458
Author: AndersBroman <anders.broman(a)ericsson.com>
Date: Wed Nov 9 15:47:59 2016 +0100
[SIP] Use call_dissector_only() to call the diagnostics dissector.
While there correct a typo.
Change-Id: I58f9f4353e1fb4155d4f4f77f0f93325940d291f
Reviewed-on: https://code.wireshark.org/review/18722
Petri-Dish: Anders Broman <a.broman58(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Anders Broman <a.broman58(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=d6e35b1a4728676efc4030182492e8…
commit d6e35b1a4728676efc4030182492e8376bdcc3e4
Author: Jan Spevak <jan.spevak(a)nokia.com>
Date: Wed Nov 9 10:21:03 2016 +0100
diameter_3gpp: update gx_feature_list_1 3GPP TS 29.212, v14.0.0
Change-Id: I9995f718ab323b48408951a7df792b7b72ce3c8f
Reviewed-on: https://code.wireshark.org/review/18720
Petri-Dish: Pascal Quantin <pascal.quantin(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Pascal Quantin <pascal.quantin(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=7d2dc97c43021cbef5e561c050cb36…
commit 7d2dc97c43021cbef5e561c050cb36760ed81a43
Author: Gerald Combs <gerald(a)wireshark.org>
Date: Tue Nov 8 11:00:51 2016 -0800
Qt: Restore the default "About" box tab.
Set the default about box tab back to "Wireshark". (Presumably this
changed due to Qt Creator's annoying last-tab-selected-wins behavior.)
Change-Id: I85f64b623758a14e9588f6b3929bad26a6a60ad5
Reviewed-on: https://code.wireshark.org/review/18716
Reviewed-by: Gerald Combs <gerald(a)wireshark.org>
http://cgit.osmocom.org/wireshark/commit/?id=a77e8a325212518419df890570f8b0…
commit a77e8a325212518419df890570f8b03a3afdb67f
Author: Peter Wu <peter(a)lekensteyn.nl>
Date: Tue Nov 8 18:04:59 2016 +0100
cmake: install missing profiles directory
Spotted when comparing an autotools "make install" tree with the cmake
one.
Change-Id: I68eed5f518a72a6476c3e464a6997f0b3855144e
Reviewed-on: https://code.wireshark.org/review/18713
Petri-Dish: Peter Wu <peter(a)lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Peter Wu <peter(a)lekensteyn.nl>
http://cgit.osmocom.org/wireshark/commit/?id=4e95d5fa8e2f7fec72f0d7350a0b07…
commit 4e95d5fa8e2f7fec72f0d7350a0b07ca8cdfa12b
Author: Martin Kaiser <wireshark(a)kaiser.cx>
Date: Tue Nov 8 15:30:45 2016 +0100
cmake: fix the linker flags test for Visual Studio
ddd1c87d43781533c3ec10279857e3870d12437e modified the order
of linker command line options. This broke the tests and made
invalid linker flags seem valid.
(Link target) ->
LINK : warning LNK4044: unrecognized option '/Wl,--as-needed'; ignored [C:\wireshark\build3\wsutil\wsutil.vcxproj]
LINK : warning LNK4044: unrecognized option '/pie'; ignored [C:\wireshark\build3\wsutil\wsutil.vcxproj]
The simple fix is to add specific options for Visual Studio and clang at the beginning of
the linker's command line options rather than at the end.
Change-Id: I6492ea1271e18be0d190e7579f47baecf6ac4d61
Reviewed-on: https://code.wireshark.org/review/18709
Petri-Dish: Martin Kaiser <wireshark(a)kaiser.cx>
Reviewed-by: Peter Wu <peter(a)lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Graham Bloice <graham.bloice(a)trihedral.com>
Reviewed-by: Martin Kaiser <wireshark(a)kaiser.cx>
http://cgit.osmocom.org/wireshark/commit/?id=7531318e054153fbd5e33624ef3031…
commit 7531318e054153fbd5e33624ef30314acd52b6bc
Author: Anthony Coddington <anthony.coddington(a)endace.com>
Date: Fri Oct 14 12:46:29 2016 +1300
ERF: Fix issues with Host ID mapping
packet-erf: Fix Host ID/Source ID showing for all extension header types.
Only show generated Host ID/Source ID when there is a Host ID extension header
or there was not one on the record.
Assumes there is only one Source ID if multiple Flow ID extension headers (unlikely)
and that it matches the one in the Host ID header. This is consistent with other tools.
Does support multiple Host ID extension headers though.
Fix dag_version tag short name. Was clashing with another tag due to typo.
ERF wiretap: Don't conflate Host ID 0 with implicit Host ID.
While the implicit Host ID defaults to 0, it is not the same thing as seeing
a packet with Host ID explicitly 0 in the extension header which means
explicitly unknown source.
Store the initial (unknown) implicit Host ID interface mapping in it's own
special mapping table entry rather than 0.
Noticed we can currently get duplicate interfaces in the unusual event of mixed
implicit and explicit Host ID packet extension headers for the same ID before
we discover that mapping.
Consistently abandon the implicit version for consistency with the dissector
linking behaviour and mark the interface as unmatched in the description. In
2 pass mode (including normal Wireshark file open) the abandoned interface ends
up with no packets. In the common cases (all Host ID or no Host ID on packet
records) this duplicate interface will not be created in the first place.
Change-Id: Ic5d0b2ce9aae973f1693a247cf240ef1324ff70a
Ping-Bug: 12303
Reviewed-on: https://code.wireshark.org/review/18704
Reviewed-by: Stephen Donnelly
Petri-Dish: Anders Broman <a.broman58(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Anders Broman <a.broman58(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=1ae0c1ebfaed748378395a0c690b10…
commit 1ae0c1ebfaed748378395a0c690b10f8e7eb3265
Author: Pascal Quantin <pascal.quantin(a)gmail.com>
Date: Tue Nov 8 11:52:17 2016 +0100
GSM A: allow a length of 3 bytes when using the 'no identity' type
As stated in 3GPP 24.008 §10.5.1.4, for GMM and EMM procedures the
length should be set to 3 when using the 'no identity' type.
Change-Id: Ib2d5930416b0d26853f4cc430df0ce2f29488877
Reviewed-on: https://code.wireshark.org/review/18707
Reviewed-by: Pascal Quantin <pascal.quantin(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=c12280f804d419cbcd386a6d662f15…
commit c12280f804d419cbcd386a6d662f150a66012d71
Author: Pascal Quantin <pascal.quantin(a)gmail.com>
Date: Tue Nov 8 09:37:12 2016 +0100
print.c: fix ek output
follow-up of g1b91475
Bug: 13086
Change-Id: I7171c50a0b113e3036860941b586e96a068fea9e
Reviewed-on: https://code.wireshark.org/review/18705
Reviewed-by: Pascal Quantin <pascal.quantin(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=fc99bca3cfa0af0e908b4e25156a87…
commit fc99bca3cfa0af0e908b4e25156a87f6c7f5d3d9
Author: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
Date: Mon Nov 7 14:57:56 2016 +0100
L2TP: Fix dissection when unknown vendor AVP
Bug: 13103
Change-Id: I531aeb941bb80a1ac403d5e0ffcb6ba549ea9370
Reviewed-on: https://code.wireshark.org/review/18699
Reviewed-by: Michael Mann <mmann78(a)netscape.net>
Petri-Dish: Michael Mann <mmann78(a)netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Anders Broman <a.broman58(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=ddd1c87d43781533c3ec10279857e3…
commit ddd1c87d43781533c3ec10279857e3870d12437e
Author: Martin Kaiser <wireshark(a)kaiser.cx>
Date: Sun Oct 30 19:46:56 2016 +0100
cmake: avoid leading space in linker options
This causes problems with cmake 2.8.9, which ships with Debian Wheezy.
Reorder the linker options to avoid a leading space. According to GNU
ld's manual, the order of linker options on the command line does not
matter. This should be the same for Visual Studio's cl.exe and for
clang's linker.
See
https://www.wireshark.org/lists/wireshark-dev/201604/msg00141.html
for more details about the problem.
Change-Id: Ieaf7425600d394f365b01747747665233693fea2
Reviewed-on: https://code.wireshark.org/review/18581
Petri-Dish: Martin Kaiser <wireshark(a)kaiser.cx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Martin Kaiser <wireshark(a)kaiser.cx>
http://cgit.osmocom.org/wireshark/commit/?id=1b91475e0da15e58a9df7cd0cee6a4…
commit 1b91475e0da15e58a9df7cd0cee6a463a8e0c97e
Author: Pascal Quantin <pascal.quantin(a)gmail.com>
Date: Fri Nov 4 07:45:09 2016 +0100
JSON: print field value for an item containing a subtree
For fields that contain both a value and a subtree, print the value and
then create a new item with a _tree suffix for the subtree content
Bug: 13086
Change-Id: I5a3c96bf9895d87faff3925d439bb54b73769a3e
Reviewed-on: https://code.wireshark.org/review/18663
Petri-Dish: Pascal Quantin <pascal.quantin(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Martin Kacer <kacer.martin(a)gmail.com>
Reviewed-by: Pascal Quantin <pascal.quantin(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=3814eee112070b43eaf9dc39e7b19b…
commit 3814eee112070b43eaf9dc39e7b19b2349ac6957
Author: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
Date: Mon Nov 7 14:59:36 2016 +0100
L2TP: Fix typo on ERICSSON define value
Change-Id: I59b667d7415d340eddc48f648da594d2fac3ad93
Reviewed-on: https://code.wireshark.org/review/18700
Petri-Dish: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Michael Mann <mmann78(a)netscape.net>
http://cgit.osmocom.org/wireshark/commit/?id=fb5d024a0bf5e91f4f7399f386975e…
commit fb5d024a0bf5e91f4f7399f386975e87449f2607
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 4 17:42:43 2016 +0100
AUTHORS: Update record for Harald Welte
The record has become quite a bit out-of-date over the years.
Change-Id: Id60e3e0839f27643227ddf79559769d228f17b0f
Reviewed-on: https://code.wireshark.org/review/18687
Reviewed-by: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
Reviewed-by: Pascal Quantin <pascal.quantin(a)gmail.com>
http://cgit.osmocom.org/wireshark/commit/?id=12e030cd5bb369c8e90fe0682b43ea…
commit 12e030cd5bb369c8e90fe0682b43ea28e07a9a9e
Author: Birol Capa <birol.capa(a)siemens.com>
Date: Fri Nov 4 09:27:41 2016 +0300
PROFINET: Update preliminary version of the Reporting System (RS) dissection.
Timestamp decoding is added.
Name of "Stop Observer" is changed as "Observer Status Observer".
TimeStatusObserver padding bytes location is changed.
Text of RS_ReasonCode for value "0" is changed from "Reserved" to "No Detail".
Change-Id: I2c231d75001a89a1e41f2518f5c6ca1fdf49a2f0
Reviewed-on: https://code.wireshark.org/review/18662
Reviewed-by: Michael Mann <mmann78(a)netscape.net>
Petri-Dish: Michael Mann <mmann78(a)netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply(a)wireshark.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte(a)gmail.com>
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 11 +
CMakeOptions.txt | 1 +
CPackConfig.txt | 52 ++--
cmake/modules/CheckCLinkerFlag.cmake | 7 +-
debian/libwireshark0.symbols | 1 +
docbook/CMakeLists.txt | 6 +-
docbook/Makefile.am | 3 +
docbook/README.txt | 20 +-
docbook/asciidoc.conf | 60 +----
docbook/attributes.asciidoc | 71 ++++++
docbook/developer-guide.asciidoc | 1 +
docbook/release-notes.asciidoc | 2 +
docbook/user-guide.asciidoc | 1 +
docbook/wsdg_src/WSDG_chapter_dissection.asciidoc | 2 +-
docbook/wsdg_src/WSDG_chapter_env_intro.asciidoc | 68 +++---
docbook/wsdg_src/WSDG_chapter_libraries.asciidoc | 2 +-
docbook/wsdg_src/WSDG_chapter_sources.asciidoc | 55 +++--
.../wsdg_src/WSDG_chapter_userinterface.asciidoc | 14 +-
docbook/wsdg_src/WSDG_preface.asciidoc | 44 ++--
docbook/wsug_src/WSUG_app_protocols.asciidoc | 2 +-
docbook/wsug_src/WSUG_app_tools.asciidoc | 11 +-
docbook/wsug_src/WSUG_chapter_advanced.asciidoc | 15 +-
.../wsug_src/WSUG_chapter_build_install.asciidoc | 46 ++--
docbook/wsug_src/WSUG_chapter_capture.asciidoc | 49 ++--
docbook/wsug_src/WSUG_chapter_customize.asciidoc | 23 +-
.../wsug_src/WSUG_chapter_introduction.asciidoc | 106 ++++-----
docbook/wsug_src/WSUG_chapter_statistics.asciidoc | 4 +-
docbook/wsug_src/WSUG_chapter_telephony.asciidoc | 7 +-
docbook/wsug_src/WSUG_chapter_use.asciidoc | 10 +-
docbook/wsug_src/WSUG_chapter_work.asciidoc | 2 +-
docbook/wsug_src/WSUG_preface.asciidoc | 24 +-
epan/dissectors/asn1/ranap/packet-ranap-template.c | 2 +-
epan/dissectors/asn1/sabp/packet-sabp-template.c | 2 +-
epan/dissectors/packet-asterix.c | 2 +-
epan/dissectors/packet-bt-dht.c | 1 +
epan/dissectors/packet-btsmp.c | 13 +-
epan/dissectors/packet-dhcpv6.c | 247 +++++++++++++++++++
epan/dissectors/packet-diameter_3gpp.c | 62 ++++-
epan/dissectors/packet-erf.c | 82 +++----
epan/dissectors/packet-ethertype.c | 1 +
epan/dissectors/packet-gdb.c | 9 +-
epan/dissectors/packet-gsm_a_common.c | 2 +-
epan/dissectors/packet-gsm_abis_om2000.c | 4 +-
epan/dissectors/packet-gvsp.c | 2 +-
epan/dissectors/packet-imf.c | 35 ++-
epan/dissectors/packet-imf.h | 16 +-
epan/dissectors/packet-l2tp.c | 12 +-
epan/dissectors/packet-lsd.c | 3 +-
epan/dissectors/packet-ospf.c | 57 +++--
epan/dissectors/packet-per.c | 142 ++++++++---
epan/dissectors/packet-per.h | 2 +-
epan/dissectors/packet-ranap.c | 2 +-
epan/dissectors/packet-sabp.c | 2 +-
epan/dissectors/packet-sip.c | 78 +++++-
epan/dissectors/packet-ssl-utils.c | 2 +-
epan/dissectors/packet-ssl-utils.h | 2 +-
epan/dissectors/packet-tcp.c | 263 ++++++++++++++++++---
epan/dissectors/packet-xml.c | 2 +-
epan/follow.c | 41 ++++
epan/follow.h | 10 +
epan/ftypes/ftype-guid.c | 9 +-
epan/print.c | 36 +--
epan/tvbuff.c | 4 +-
extcap/androiddump.c | 25 +-
make-version.pl | 18 +-
plugins/profinet/packet-dcerpc-pn-io.c | 89 +++++--
plugins/profinet/packet-pn-mrp.c | 244 ++++++++++++++-----
tools/debian-setup.sh | 36 ++-
ui/CMakeLists.txt | 1 +
ui/Makefile.am | 1 +
ui/cli/tap-follow.c | 3 +-
ui/export_object.h | 2 +
ui/{export_object_http.c => export_object_imf.c} | 18 +-
ui/gtk/CMakeLists.txt | 6 +-
ui/gtk/follow_stream.c | 17 +-
ui/qt/about_dialog.ui | 2 +-
ui/qt/export_object_dialog.cpp | 5 +
ui/qt/export_object_dialog.h | 2 +-
ui/qt/follow_stream_dialog.cpp | 24 +-
ui/qt/main_status_bar.cpp | 76 ++++--
ui/qt/main_status_bar.h | 10 +
ui/qt/main_welcome.cpp | 24 +-
ui/qt/main_welcome.h | 8 +-
ui/qt/main_window.cpp | 10 +-
ui/qt/main_window.h | 21 +-
ui/qt/main_window.ui | 6 +
ui/qt/main_window_slots.cpp | 13 +-
ui/qt/search_frame.h | 2 +-
ui/qt/wireshark_application.cpp | 45 ++--
ui/qt/wireshark_application.h | 15 +-
wireshark-qt.cpp | 2 +-
wiretap/erf.c | 97 ++++++--
wiretap/erf.h | 1 +
93 files changed, 1953 insertions(+), 737 deletions(-)
create mode 100644 docbook/attributes.asciidoc
copy ui/{export_object_http.c => export_object_imf.c} (79%)
hooks/post-receive
--
wireshark with Osmocom specific dissectors
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SCCP Library".
The branch, master has been updated
via 675a3cb718fa11e476fcfbe6573e58c6f5d19ae3 (commit)
from dfb4d918927b455127f5ef0149a76ee88bee05bb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-sccp/commit/?id=675a3cb718fa11e476fcfbe6573…
commit 675a3cb718fa11e476fcfbe6573e58c6f5d19ae3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Nov 11 15:38:52 2016 +0100
mtp_parse_test: Comment out unused but defined packets
Change-Id: I837eee6cc6e2bdea65988b19d9e15601eda44589
-----------------------------------------------------------------------
Summary of changes:
tests/mtp/mtp_parse_test.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
hooks/post-receive
--
SCCP Library