This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/dyn_pdch_trx_no_deact has been deleted
was af3443385b4da3b951601a8d847cbf1101dfe51f
-----------------------------------------------------------------------
af3443385b4da3b951601a8d847cbf1101dfe51f dyn PDCH: trx l1_if.c: drop fixme, add comment
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/lc15 has been updated
discards 8d51b5329182e5b63a60be7ef0bd885f7e140af3 (commit)
discards aa2729d8a36e8fd9fd7fb477fce26be85aa9c064 (commit)
discards 42edba5fe67ac96d4dde6ebb5f5d84fea9124f4f (commit)
discards 370a91c4eac99948376c2175ef9e352c70be2b53 (commit)
via 14338d51fe392c3763fe841f580b5ad67f344bb7 (commit)
via 8a148613b4c93f5a25dd2a2d9929de75882adbc5 (commit)
via 4dfc3da96bbad9e6a8641233c87a05a46af7d906 (commit)
via 9faaf4ecf01322189808901398e06d7e4f14560d (commit)
via 3b2e5de3aea8652969e7bbd1e3c04206dce51330 (commit)
via 988f634c97d070840f4ffc952f6bac32d967859b (commit)
via e77bcaecb6e45b55b8e31fea7cf10c2652431c1c (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 (8d51b5329182e5b63a60be7ef0bd885f7e140af3)
\
N -- N -- N (14338d51fe392c3763fe841f580b5ad67f344bb7)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=14338d51fe392c3763fe841f580b5ad…
commit 14338d51fe392c3763fe841f580b5ad67f344bb7
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 18:55:01 2016 +0200
Revert "LC15: Hardware changes:"
This reverts commit cbbce0be0965c3160c4916384c3d3d5303c57ae2.
Needed for the litecell15 instance in our lab that still runs with
older firmware.
Change-Id: Ibcfe651e3793b433e6479bfb610765a468e699e6
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/gsm_data.h | 1 +
include/osmo-bts/pcu_if.h | 3 +-
include/osmo-bts/pcuif_proto.h | 6 ++-
include/osmo-bts/rsl.h | 3 +-
src/common/l1sap.c | 35 ++++++++----------
src/common/lchan.c | 16 ++++++++
src/common/measurement.c | 16 +-------
src/common/pcu_sock.c | 5 ++-
src/common/rsl.c | 82 ++++++++++++++++-------------------------
src/osmo-bts-litecell15/l1_if.c | 2 +-
src/osmo-bts-sysmo/l1_if.c | 8 +++-
11 files changed, 84 insertions(+), 93 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 8a148613b4c93f5a25dd2a2d9929de75882adbc5 (commit)
from 4dfc3da96bbad9e6a8641233c87a05a46af7d906 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=8a148613b4c93f5a25dd2a2d9929de7…
commit 8a148613b4c93f5a25dd2a2d9929de75882adbc5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Aug 23 15:19:57 2016 +0200
Fix ip.access style dyn PDCH, broken in 37af36e85eca546595081246aec010fa7f6fd0be
Commit "sysmo,lc15: ts_connect_as(): log error also for pchan_as == TCH/F_PDCH"
introduced a check for TCH/F_PDCH intended only for TCH/F_TCH/H_PDCH. It looked
correct, but TCH/F_PDCH startup was designed differently:
For TCH/F_PDCH, the idea was to look it up in pchan_to_logChComb[] and obtain
the TCH/F channel combination, so that TCH/F_PDCH first initialize as TCH/F.
So pchan was in fact intended to be passed as TCH/F_PDCH.
For Osmocom TCH/F_TCH/H_PDCH, we've in the meantime added a ts_opstart()
function that makes this decision explicitly. So, instead of reverting the
erratic commit, add TCH/F_PDCH to ts_opstart(), for both sysmo and lc15.
In ts_opstart(), move to a switch statement to resolve the actual pchan to use
for ts_connect_as().
Drop TCH/F_PDCH and TCH/F_TCH/H_PDCH from pchan_to_logChComb[] and comment.
Change-Id: I376b92a06f4cbe943c1c913dea7487fac53a7d08
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/oml.c | 27 +++++++++++++++++++--------
src/osmo-bts-sysmo/oml.c | 27 +++++++++++++++++++--------
2 files changed, 38 insertions(+), 16 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/log1 has been deleted
was c491ba1701e1480da07a9529cdb320d502dd8b52
-----------------------------------------------------------------------
c491ba1701e1480da07a9529cdb320d502dd8b52 log: l1sap: add 0x to hex output of chan_nr, 5 times
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/dyn_fixes has been deleted
was 656e2d88a47844054f9b360861f10b084cd43efd
-----------------------------------------------------------------------
656e2d88a47844054f9b360861f10b084cd43efd dyn TS: sysmo,lc15: ph_data_req: fix PDCH mode detection
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, sysmocom/revert_WAIT_ASSIGN has been updated
discards a4fd319f8408946a9b5824c8cd081be92527e6d6 (commit)
via 2d0da6371dba88860d843998faabd98518d50179 (commit)
via fd713841046e4a8f0b67e1e794cc046367a0174c (commit)
via b11919899295889b577a9f9ada71935e437ff8d8 (commit)
via 01826c13b1139db70f14b14e18ab35ac4646c872 (commit)
via 959d1dee67e1c6fcfc57b347be2fb7a2ed099b2d (commit)
via eebcb1e3e87a37cde3ac6aaf89b8c6c201abb6ba (commit)
via 02352b487ac6808b6adb8e8623f0921aad7f02d7 (commit)
via 50b097003baac3903c9d52a609b091c76ca83e3c (commit)
via e6cadb4e3ccd05673fd9d33f8a445dd54be6006b (commit)
via 1ec4d80176680a99d561a19adee9677756e65d99 (commit)
via 9876f4bb211341ad3cefe5505b30694b04ee91e7 (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 (a4fd319f8408946a9b5824c8cd081be92527e6d6)
\
N -- N -- N (2d0da6371dba88860d843998faabd98518d50179)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=2d0da6371dba88860d843998faabd98…
commit 2d0da6371dba88860d843998faabd98518d50179
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Jun 8 15:27:40 2016 +0200
Revert "tbf: Add state WAIT_ASSIGN"
This reverts commit f1a7b8fc6651f92a8b7f3f27b7ca05d07f4e44e0.
Conflicts:
tests/tbf/TbfTest.err
The commit broke GPRS service at least for osmo-bts-sysmo on a SysmoBTS 1002
with current master of osmo-bts (ef30f50d5d6d5f863fc147d05ccdceb89284934e).
The error observed is the following log output (was viewing both osmo-bts-sysmo
and osmo-pcu logs interleaved):
<0002> tbf.cpp:874 TBF(TFI=0 TLLI=0x00000000 DIR=UL STATE=WAIT ASSIGN) T3169 timeout during transsmission
<0002> tbf.cpp:893 - Assignment was on CCCH
<0002> tbf.cpp:899 - No uplink data received yet
<0007> l1sap.c:904 RACH for packet access
<0001> pcu_l1_if.cpp:311 RACH request received: sapi=1 qta=0, ra=121, fn=13653
[repeat]
When removing this single commit from current osmo-pcu master, GPRS service
works well on SysmoBTS, with current osmo-bts master.
The TbfTest.err expected output needed adjustment after the revert.
Disclaimer: I am not aware of adverse effects this commit may have. I have no
idea what the WAIT_ASSIGN state is used for -- further review is required.
Change-Id: I1532f8e93194368cdc1e3846f82afa6d68cd5fbd
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 9 -
src/bts.cpp | 3 +-
src/bts.h | 8 +-
src/encoding.cpp | 3 +-
src/gprs_coding_scheme.h | 8 +-
src/pcu_l1_if.cpp | 3 +-
src/pcu_main.cpp | 9 +-
src/pcu_vty.c | 30 ++-
src/pcuif_proto.h | 8 +-
src/rlc.cpp | 31 ++-
src/rlc.h | 52 ++++-
src/tbf.h | 5 +
src/tbf_dl.cpp | 219 +++++++++++++++---
tests/edge/EdgeTest.cpp | 38 +--
tests/tbf/TbfTest.cpp | 422 +++++++++++++++++++++++++++++++++-
tests/tbf/TbfTest.err | 583 +++++++++++++++++++++++++++++++++++++++++++++--
tests/tbf/TbfTest.ok | 8 +
17 files changed, 1330 insertions(+), 109 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 b847a21fa48158b17c4f84c1ceeb3d143cffed8c (commit)
from d75864f6f52b6c0730731f485b21599943ef957b (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=b847a21fa48158b17c4f84c1ceeb3d14…
commit b847a21fa48158b17c4f84c1ceeb3d143cffed8c
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Aug 2 11:34:11 2016 +0200
libmsc/bsc: split rate counters into bsc and msc group
Tweaked-By: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Change-Id: I7361033cd1eb919ec3c2ea2652f40ab8c75b2f99
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 79 ++++++++++++++++++-------------
openbsc/src/libbsc/abis_rsl.c | 8 ++--
openbsc/src/libbsc/bsc_init.c | 4 +-
openbsc/src/libbsc/bsc_vty.c | 18 +++----
openbsc/src/libbsc/gsm_04_08_utils.c | 2 +-
openbsc/src/libbsc/handover_logic.c | 10 ++--
openbsc/src/libbsc/net_init.c | 3 +-
openbsc/src/libbsc/paging.c | 6 +--
openbsc/src/libmsc/gsm_04_08.c | 20 ++++----
openbsc/src/libmsc/gsm_04_11.c | 14 +++---
openbsc/src/libmsc/vty_interface_layer3.c | 40 ++++++++--------
11 files changed, 110 insertions(+), 94 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 4dfc3da96bbad9e6a8641233c87a05a46af7d906 (commit)
via 9faaf4ecf01322189808901398e06d7e4f14560d (commit)
via 3b2e5de3aea8652969e7bbd1e3c04206dce51330 (commit)
from 988f634c97d070840f4ffc952f6bac32d967859b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=4dfc3da96bbad9e6a8641233c87a05a…
commit 4dfc3da96bbad9e6a8641233c87a05a46af7d906
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Aug 9 19:56:50 2016 +0200
dyn TS: sysmo,lc15: ph_data_req: fix PDCH mode detection
Though this patch theoretically makes a lot of sense, it is not entirely clear
why dyn TS are working without it. Committing due to common sense, not to fix
any actual breakage.
Change-Id: I6136cb42a4d627ebefc963eb5321fadfe63cca4b
http://cgit.osmocom.org/osmo-bts/commit/?id=9faaf4ecf01322189808901398e06d7…
commit 9faaf4ecf01322189808901398e06d7e4f14560d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Aug 9 20:15:09 2016 +0200
cosmetic: common ts_is_pdch()
Have one common ts_is_pdch(), placed in lchan.c, since this file is pretty
empty and pretty close to ts. Publish in gsm_data.h.
Remove the if-style implementation from l1sap.c, and instead implement in a
switch statement.
This prepares for upcoming ts_is_pdch() usage in ph_data_req() for sysmo and
lc15.
Change-Id: Ib78d663fdbac5a1d7053f1b9d543649b66da00e2
http://cgit.osmocom.org/osmo-bts/commit/?id=3b2e5de3aea8652969e7bbd1e3c0420…
commit 3b2e5de3aea8652969e7bbd1e3c04206dce51330
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Jul 27 15:16:29 2016 +0200
dyn TS: measurement: use correct nr of subslots, rm code dup
In measurement.c, fix the number of sublots for TCH/F_TCH/H_PDCH, by using
ts_subslots() from gsm_data_shared.c. The local dup of subslots_per_pchan[] is
no longer needed. (depends on recent commit to openbsc.git for ts_sublots())
Change-Id: I9d9df470c49487bffd56dde42c7bec0da2f50642
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/gsm_data.h | 1 +
src/common/l1sap.c | 11 -----------
src/common/lchan.c | 16 ++++++++++++++++
src/common/measurement.c | 16 +---------------
src/osmo-bts-litecell15/l1_if.c | 2 +-
src/osmo-bts-sysmo/l1_if.c | 2 +-
6 files changed, 20 insertions(+), 28 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/ipa_nano3G has been updated
discards ae818099e9cefa8dfd4ee84f88f017b53f35a6a1 (commit)
discards ff91ec8ab2a64352803f8cc445a75e203170d825 (commit)
discards 5344f9d9354023ab80e0158368c4aa7f4769ffb9 (commit)
discards 0485b2e27a60b466b0cfda89f56b55574c27a319 (commit)
discards 6d18c0f6f55274820026ba10320635d705d505c1 (commit)
discards 2b55c0f5541c8adc1bb051be9c411412f4b20184 (commit)
discards 9c24c62a4bcf7e8d3f2fd7ea2d0dc66ba8c49ba0 (commit)
discards 2afd8a809d4613ee335bfc1c1b349e8ae1bd4274 (commit)
discards abec36a020a4ba1f6c1980784f33d84f745eed8b (commit)
discards 3d529ec178eb6fc4e41a8ee4f5d4be3bfe20261d (commit)
discards 9886ba8d73c57dded15c6ab89a489e639ebcfacf (commit)
discards c929867f855df6e3784eeedfc8763725cafc96a8 (commit)
discards 33f3125ec9d9a64f700bb206b43fce990fa2e36a (commit)
discards a5c35e5afcccab6067a65dbfbcd245e7540afcec (commit)
discards eb574e69a6d3e65be135193bc3d955168e78d5f3 (commit)
discards f38ad80436f0fa0f28f4f690880d2d7869ab0eb2 (commit)
discards 569e42aa45b69b043f64de030745a0444043d9e6 (commit)
discards 5b87ce8f4f13600d8269c5920cbd326e1d9114a7 (commit)
discards 4b882c2ca5aceb53ec377ed41981f0531650808d (commit)
discards a3025b6272bc78b50b669052363a1ef0796b5868 (commit)
discards bb44a0b4c03f7aa68371d630843678f8c405395c (commit)
discards c5d13f2c9a100bf2aacbd59982e004b3bf0fae8e (commit)
discards 0c05105159384d3308f5cf7d8e86ebf504dec71c (commit)
discards 230ecf64c70c78721e9e5d040bccdb394f74069b (commit)
discards a3a0d7ed269a51df9040d14592e0b3bfa2bcdd7a (commit)
discards 571f66e1befc22251afadbf2ec367ece667d10ed (commit)
discards 5f39ad7c6c6e81c87c96f50070b78fb61e428269 (commit)
discards 21201a1af119fc472feed63cefde87d754df61f8 (commit)
discards 2b96babe3cd73cb04965a92bb62ef359c43c791e (commit)
discards ab92801ae494c8c492b033d4795fd38bc6a47f74 (commit)
discards c5dee190739adffd0f055c15ee42879b25a52a82 (commit)
discards 52873343f1350e02d6bfc273452c05415208ce68 (commit)
discards d617f12170cd2626767260eb667795d37b09302c (commit)
discards 7c1dae79ef3e29419beea46bf95c3c0fd7b642ca (commit)
discards 4e1d618a921dff6e7f0d45fa6718c476a8bddf00 (commit)
discards 3d1821cbe0b849d10117a2e45a933fb448f66af5 (commit)
discards 91297d3a9ea23b583130539ce943e0b977326ccb (commit)
discards 1682b89ea8579307fb991aa0a7e303c40053e502 (commit)
discards 49cfd60f990ecaebe6fcac10497a0e80c367c49b (commit)
discards acc38c92103224048e3a9bfc100600706aff1155 (commit)
discards 9bc349b0182acff3208c4b18411a57c1a4657867 (commit)
discards b8582e02f1b3f111a840abbadb477ce02943b4b0 (commit)
discards 2b1fd7515608c445f7b504e6ac7ca39eb9f53557 (commit)
discards a04dea9b2060fa2e7b296c64da90ee8567c747dd (commit)
discards 7c2a4ac2a3eea3f18a032528efa3c9809eb6bda2 (commit)
discards a298d0d0e2ec2741b6882eb543ed58bd9034235a (commit)
discards 19e9abc40b7df15c45ec7874e066adc8fd06895c (commit)
discards 12f127f92e1b6e59982383ba16799437a68b06b5 (commit)
discards ed0d5b358951ba3581b6f4c17de8e7ca3329838b (commit)
discards 82b0d7ad8e42c21d762af2f824184e1a6e16778e (commit)
discards fa6f225d8080453689a1fc629c0db62051690b10 (commit)
discards d4f222761f48f9174b5c170b07e31a0c7163751a (commit)
discards ff9671683c0ccdce913d31d52660d7ff42811aa1 (commit)
discards 667d4d6a448f73148ffa1f636e9585140a15c9fc (commit)
discards 68050dcc5d6eb1556e6c19a546bf8ca7486c2ac4 (commit)
discards 6eaf521adb6c04d2246d6d55ef39ac4f081fcb5a (commit)
discards 2bf9b1cb203e599812685715fa2fa94556dbd569 (commit)
discards b32b7b8ef4aee18029a78089f7229c4d2e22c7eb (commit)
discards 069f436d1c9bf16bf84dcf61f15bada8e3d684d8 (commit)
discards b19f56998f73abaa9f086b4ce366085238d610ba (commit)
discards 43f5d6a245083cd825d2a7085024e3f0379e3459 (commit)
discards 7423243f65a7319eb6e9e4177dab9219c36554de (commit)
discards 9be4c80321a90b9816aacd72c8ebd0e4ee61fbeb (commit)
discards 43df1b24e86bfd1b4c1d2b01c6ee7f5e4652a58d (commit)
discards 585d6a9b23f56e34682c40066e1f666676460612 (commit)
discards dc78d2cdfa6cae3ac94fe4dee5d28ca40aa2e0d3 (commit)
discards 476ee0e268fac48b35b0ab5209b99d4b33119836 (commit)
discards 8411b5631f6aaa5c2844918e21c6fe483ef710de (commit)
discards 9dec131700da52b19955be480fa0cc33bde2c6f7 (commit)
discards 2bae061071f850af6b4271088f25f1de400ba295 (commit)
discards ef25df34e0475b050a84a830053059f265a5dd8a (commit)
discards 1a292d88d14be583419dec9279f3a033358b09a3 (commit)
discards 506ad0d3e3e86d60f173560f4638b31743f5855f (commit)
discards 71e18f95df1fc263dfd1fe35e476a530335cc328 (commit)
discards 1828acf201012455214da8d66825c8a8afdff933 (commit)
discards c2a4254332f756d22bfe55be3acebd2cdf67b194 (commit)
discards 8b08593c89f76b12441e8a3ea7bcf3d9154a9406 (commit)
discards 33239e5a9b4588ccb4da34760269bbca021980dc (commit)
discards 8b02585172cb128a08e05191c3614f02d8a8e05a (commit)
discards 1919841ae93b45b80f90db30d222ea2f5fa1c475 (commit)
discards aff2676ffabdec4eec9978e056d828ecc7f6dfc4 (commit)
discards 309c76c794461c55ee200e985946a554d28897bc (commit)
discards 4703c443588e2acf0ae4a356fdd7f6da9b53f206 (commit)
discards 7afa857789a4ce1fecb4ffcd1e3f44085bf10467 (commit)
discards ca7ff6aa20fb63fe4dcb108cb05032cc5ca5429f (commit)
discards dcdfcf02a1c6443bce6264982bda17b1c080acb7 (commit)
discards 7b181fec2e7e7098530242129014a6b893f70249 (commit)
discards 51cada8b4207e319fad20a8ecc5a5d4a0a8f47a8 (commit)
discards e543b6189a88e6fd8e856e9bd91551c6df06f2b2 (commit)
discards facfebefe6ac2a2ae1a15a170e1737109a06946d (commit)
discards 66b66b2fa188a388c0840ee9ba8d74bc733d877c (commit)
discards 664bdaca97eab8e859219f6227699ff5f243999a (commit)
discards dd31a5724aaa7a1f9ab09d36d9034b7581c6c21e (commit)
discards 8d0d30f3b8f939b91086d329edb9f34cf272bced (commit)
discards a339e184947b8238aab7d48e82c2e7f35b71d10d (commit)
discards eeef915c37ba05f264c1da5f0a33473d19ef88c6 (commit)
discards 9e008c4cb662902ceb9ca8637f1b8096c28bd116 (commit)
discards d870be34b77d564781c783eb48269acee9d55a56 (commit)
discards 323263b396a4b6acdcbe651169d5a936239174d7 (commit)
discards 1cdc0172dc130c875a1d88243538046db257a956 (commit)
discards ea17c627392454ea29e63ff8c9bb89f6c8f676eb (commit)
discards bb5e23143bc60ee06115421e6942f3a0f31f175c (commit)
discards fcf772ab4490df7c2b0fdfd96519bee48819ffd3 (commit)
discards a2890dcabfa6965c82621065c6f4649a77844262 (commit)
discards 1935998ba169880d8e78a34f5f7c84dfbb1e79dd (commit)
via 7cf8cc027c6a4876a8ccfc6b565abc3fe1934999 (commit)
via bd33e4229fee41f80e29f2d2a6712d884ec8720c (commit)
via e8dbeacf7ebb4f38eafd4af52ebd454e91bfcc9c (commit)
via 82966b6d8bc733e3f3c7bec5a18b953fe95f09ad (commit)
via 5d1f3f4986647dcd5d24dde4b5e08b3274eba07f (commit)
via 2c8c01368002e93e0d9103c68b81f6f96013da7a (commit)
via 8e0310080a29c32ac6c0a75a28f4a71036e9ff81 (commit)
via d445b66fe528b3307c3d0b37a20882328b681b5f (commit)
via 49da8056936ac0a1e6e2e084d15b459506099282 (commit)
via a05c20470ac28a68f0d0e4d4c0419d0ba1c7b205 (commit)
via bd371c21c720f921df0292010114af24715fc627 (commit)
via 6f77dde89a78c5171132428eb05a2b39323eacb3 (commit)
via d2086dd733398880cb2e509de1b053f217a2afaa (commit)
via e8de46567a500d059694577f2d5a1123940b78ac (commit)
via 181d01d21425c16cbafc4734cb84d1397c6e9d03 (commit)
via f44730913b9030b6c001316bf342268743be4cc0 (commit)
via 0de855a2c8f6032e0597433d1117d4f70dba9faa (commit)
via 05d346079753e9babbaa75d0370503415f4cafa8 (commit)
via 0b74b057a900cb806db9b4653c77acdce143c6ac (commit)
via 38495940df62090e74d16cc0880f94870cfeefa0 (commit)
via ba2ee6dd70c7814e057d30f8354ab82a55d8d37b (commit)
via 916991bec62d3757a2f7f3541c796f9f451c299c (commit)
via b7a05e680d0173945d2561dac98cae48f3df41b3 (commit)
via ef87a05e2759a6476b35eabb47be3b4e2de71b0a (commit)
via 145490e5e2da24ae3b8e8af54007ba70642a475d (commit)
via 5e6c940ebb405c1fb3bf5f943aa59f3774cbadb7 (commit)
via cd17f9594c8098438149953a4655f3b790057861 (commit)
via 622b09ecc0c580e5e6ce220bf0b2fcb2f7e62109 (commit)
via b71ddd67c316168dfd809c25b65dee19d04fd5d8 (commit)
via 9864bf28c5f78e443a5b37556c04c63bc98f78c6 (commit)
via 488c2ec45713105d614cf1a0e0357cfa0e5f7633 (commit)
via 5b6cf0fc5be86a1b04208e59ad319f55f11f7ac6 (commit)
via 83bd5c82d3ea3c73a9c26413e78cc80541cade31 (commit)
via 0b166d0e8da6fc93e2628187152c7b17bb01be2b (commit)
via 8ab32243b97c61426f9a5d9d00eba45c60f7c2b8 (commit)
via d60557ca79ee069972d256a8280fab15a823da7e (commit)
via 3bee43ed8291688057473294d18753f1031e8213 (commit)
via bb7feee1d41132b2aab8ee47afc7fc216199dbfb (commit)
via 31f835bf38eb7ef4527537b362aa036eddd14ff4 (commit)
via cb801df9c1c4af4b1a08d7ee6d762dc7c6fa82e8 (commit)
via f11f74ccda2cc53779bee8d8afedbdafa34970ba (commit)
via caaaea80046be425344b240312198586aa2e490c (commit)
via 1892007842e508d6f9a73c1dbe1205d7c35469b4 (commit)
via 4963fd92588dfc6806b35b8f5e0537254052c6fb (commit)
via 164c63afcc2ccf567122e4c4fae2b63ba337f977 (commit)
via 6419db43d5b4ce8d683c916dc378a8dd259565c4 (commit)
via 7c57cdb505848e2dc80fe0f3262b043a5b20409c (commit)
via 90047a3339a03521505615efee5d179f6046ba95 (commit)
via d2d336ec31d38fc3f8eca3bb24f3e092ec585ac9 (commit)
via 0e7ff110f79beca3540a30894c8af9031ac362b7 (commit)
via 4f165d332163fc0cee588a312258dc4ce61cbb47 (commit)
via 50c1d6657e8080a230c68af335142926a33c5b6d (commit)
via d89ee6f6fcfcd277b5c7c0291959c622950817d9 (commit)
via 14b54daaed52c2839ac381a89d2a12dbbe6eb6cf (commit)
via da58f3957df7c4d19c62e162497ec486a4549e0d (commit)
via 4567c6a1f40d08b41b1762aee18f6cd74147cefb (commit)
via 654cb237761730db1e9931c1fed1f6b50d3227d2 (commit)
via 57983cb9f68b6f3f9642c4398248d6d439990fb8 (commit)
via 9088d1dff8b029ad26e1642b1454848f05d008d2 (commit)
via 1641b80272496293846e25572fd1f686113930c6 (commit)
via 5df719bbbb81a74925f0eee15651ba7bb357e987 (commit)
via b0b457fa5a2141e3434f85ce4312493155d35bce (commit)
via 7646689184bd734ca20f4ec8a2d44a145ab94c16 (commit)
via 6670d5f050b769f025b196e7fc61398c41fc3697 (commit)
via 6fc03ddec85bbd4753bdea0eb1d81c011630e187 (commit)
via 861465b2ab27642c192df6794860b4fe004dc623 (commit)
via a6a0b8cfe4a734a5a83b21fd8a3b22b86a216c48 (commit)
via 2de689d38874a456c67958c38009abd6954d0dab (commit)
via 2994209ea96ee1cb8e157068e5a8b82caeae440a (commit)
via 4e3e7ff187c6239bee3b86c4c1a74e10bb8590ad (commit)
via 78997262af8cd3d7eb6a082fd2b1e95d2b782bf4 (commit)
via 9bf8cdd7732d8071c94f5ca710c9db8933c7cd3c (commit)
via 5c6634edab2dbdb951ca4ef9af006053ee49e68c (commit)
via fa1f5be5cff6991b6d3e836d079ae1b04381bd9b (commit)
via de3f50f7c89785e04764ea5aeb6370616fe50fa6 (commit)
via 013c662207f4c93ae03c46db6644795c969ad977 (commit)
via 7accf9d2627e497b5ffd53e3fc1c74b6f2cb4d51 (commit)
via 1c96c825d0eee609df6b023b221172218a078528 (commit)
via 3213cf7cf120aa89ac985a46a26d5b44cbcfc4ef (commit)
via 149244b4ce882ca8b2e1f5cc5c7e555c80ad0241 (commit)
via 4da45847e90130167c0b1473b9f01549d816dfde (commit)
via 21f99a87af0f88b740bf55b48b4a9186aa8c3588 (commit)
via a8c39c75220819696830cbcfab3ae8af697fa229 (commit)
via 010357581712be63fdf1723a0c905ddf62f826ed (commit)
via f8beac8486d898f9ad82dba5c190a2ac36e5e8f9 (commit)
via ae631b29960f5dc3e250ab2d12740908bc57b00f (commit)
via 4fdb8476045cec0026ba53fb96ecdc7bbb690298 (commit)
via 805a6c7181cae24813bcf10a9b40fb05e6e9fe14 (commit)
via 05a182aec0b5e3001d4e3a5ff143d7a7a966bd2c (commit)
via e8a048228ba8f430832a113dbae968506d868f19 (commit)
via 494d70b07b6bdcb3bc2abd3479b17e82333bc619 (commit)
via 56e882e711b9caf9b6b55280730338f96664083e (commit)
via 392c03d376111369ff4d7f0321cc9366f3dba1d0 (commit)
via 2ef3ee79b10a7a07391991c9e7dc968923c50dd3 (commit)
via e58346529da202b826922fd124cdc66cb914352c (commit)
via e750d2a1ba3569ebd16585a856a928d523bd5a58 (commit)
via 85f3b0ae51a08259146663f1b84b0fbf2f4f75f8 (commit)
via a841cc927cd23671d9523456068ce53aa2827cb8 (commit)
via 16306244bcaf34b4a8b46d7f2864792057c836d1 (commit)
via ae61b03324dae9b17252cce009ce738ed86e7330 (commit)
via d75864f6f52b6c0730731f485b21599943ef957b (commit)
via 746c7896cba944c1978b48a40c4588a7aeb4eb84 (commit)
via f4daf16c8d26b98063747b608070fa44944e0527 (commit)
via bfa8878a0799c2d6bf29740ee10e84a69a938749 (commit)
via 4ac3aee711ae88280c35c996b75bfff1f2415e87 (commit)
via 3ec03d5048772c24a337b67cc7605cd7b7225a8c (commit)
via a536fc644bc6f8ced40f7d40dbbc32f34c295721 (commit)
via d5d39ae2b680c64c2dc616d6ca3886dac9092066 (commit)
via 423269f8035f107d5bc76e10cf17728fdbb3e2e4 (commit)
via baa6c5546e719757073fa97fcc4b1f0d32c39165 (commit)
via a0a08d80b8fe8712f24a222abca6a7f422c11417 (commit)
via d35fc4408c82193253e197aace9207fbe6d73b92 (commit)
via a2ef7d6477a2e3b026e56db78bbd407c67e61df1 (commit)
via b74a2c8e290e58a371c07b9d8a82872e54de6a2f (commit)
via cd150a8f7473347b17728d0797bc6464441dde9a (commit)
via 2ae305de46547c2c8424ab14d01f03bb4780ff39 (commit)
via 7130683ffee026b0907902f8f20091987281c7f8 (commit)
via 20423ea6cfdecd264b32c7fe5e15ee7de4455692 (commit)
via 4e699a9cbf418518265dc7b8b6b7fe250d87222d (commit)
via 76a0ad7fe93fce9bea56be5610b3bffbb8822887 (commit)
via 5486025b182ae595d0ede7d32d0ce0db11748e19 (commit)
via 3673380cdbefe74ae5ea5b4c05ebd9edcc023844 (commit)
via 723f7c7db3b0fc494f15fa20cab775f596b18cb1 (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 (ae818099e9cefa8dfd4ee84f88f017b53f35a6a1)
\
N -- N -- N (7cf8cc027c6a4876a8ccfc6b565abc3fe1934999)
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=7cf8cc027c6a4876a8ccfc6b565abc3f…
commit 7cf8cc027c6a4876a8ccfc6b565abc3fe1934999
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Apr 25 15:40:54 2016 +0200
RAB parameters: use shorter 32 bit IP address format
This is needed for the ip.access nano3G femto cell.
http://cgit.osmocom.org/openbsc/commit/?id=bd33e4229fee41f80e29f2d2a6712d88…
commit bd33e4229fee41f80e29f2d2a6712d884ec8720c
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=e8dbeacf7ebb4f38eafd4af52ebd454e…
commit e8dbeacf7ebb4f38eafd4af52ebd454e91bfcc9c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Aug 18 01:06:18 2016 +0200
cscn: add cmdline error message
Change-Id: I30c13a604160268756b7413f1733f92300eb241b
http://cgit.osmocom.org/openbsc/commit/?id=82966b6d8bc733e3f3c7bec5a18b953f…
commit 82966b6d8bc733e3f3c7bec5a18b953fe95f09ad
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=5d1f3f4986647dcd5d24dde4b5e08b32…
commit 5d1f3f4986647dcd5d24dde4b5e08b3274eba07f
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=2c8c01368002e93e0d9103c68b81f6f9…
commit 2c8c01368002e93e0d9103c68b81f6f96013da7a
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=8e0310080a29c32ac6c0a75a28f4a710…
commit 8e0310080a29c32ac6c0a75a28f4a71036e9ff81
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=d445b66fe528b3307c3d0b37a2088232…
commit d445b66fe528b3307c3d0b37a20882328b681b5f
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=49da8056936ac0a1e6e2e084d15b4595…
commit 49da8056936ac0a1e6e2e084d15b459506099282
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=a05c20470ac28a68f0d0e4d4c0419d0b…
commit a05c20470ac28a68f0d0e4d4c0419d0ba1c7b205
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=bd371c21c720f921df0292010114af24…
commit bd371c21c720f921df0292010114af24715fc627
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=6f77dde89a78c5171132428eb05a2b39…
commit 6f77dde89a78c5171132428eb05a2b39323eacb3
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=d2086dd733398880cb2e509de1b053f2…
commit d2086dd733398880cb2e509de1b053f217a2afaa
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=e8de46567a500d059694577f2d5a1123…
commit e8de46567a500d059694577f2d5a1123940b78ac
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=181d01d21425c16cbafc4734cb84d139…
commit 181d01d21425c16cbafc4734cb84d1397c6e9d03
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=f44730913b9030b6c001316bf3422687…
commit f44730913b9030b6c001316bf342268743be4cc0
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=0de855a2c8f6032e0597433d1117d4f7…
commit 0de855a2c8f6032e0597433d1117d4f70dba9faa
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=05d346079753e9babbaa75d037050341…
commit 05d346079753e9babbaa75d0370503415f4cafa8
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=0b74b057a900cb806db9b4653c77acdc…
commit 0b74b057a900cb806db9b4653c77acdce143c6ac
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=38495940df62090e74d16cc0880f9487…
commit 38495940df62090e74d16cc0880f94870cfeefa0
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=ba2ee6dd70c7814e057d30f8354ab82a…
commit ba2ee6dd70c7814e057d30f8354ab82a55d8d37b
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=916991bec62d3757a2f7f3541c796f9f…
commit 916991bec62d3757a2f7f3541c796f9f451c299c
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=b7a05e680d0173945d2561dac98cae48…
commit b7a05e680d0173945d2561dac98cae48f3df41b3
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=ef87a05e2759a6476b35eabb47be3b4e…
commit ef87a05e2759a6476b35eabb47be3b4e2de71b0a
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=145490e5e2da24ae3b8e8af54007ba70…
commit 145490e5e2da24ae3b8e8af54007ba70642a475d
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=5e6c940ebb405c1fb3bf5f943aa59f37…
commit 5e6c940ebb405c1fb3bf5f943aa59f3774cbadb7
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=cd17f9594c8098438149953a4655f3b7…
commit cd17f9594c8098438149953a4655f3b790057861
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=622b09ecc0c580e5e6ce220bf0b2fcb2…
commit 622b09ecc0c580e5e6ce220bf0b2fcb2f7e62109
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=b71ddd67c316168dfd809c25b65dee19…
commit b71ddd67c316168dfd809c25b65dee19d04fd5d8
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=9864bf28c5f78e443a5b37556c04c63b…
commit 9864bf28c5f78e443a5b37556c04c63bc98f78c6
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=488c2ec45713105d614cf1a0e0357cfa…
commit 488c2ec45713105d614cf1a0e0357cfa0e5f7633
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=5b6cf0fc5be86a1b04208e59ad319f55…
commit 5b6cf0fc5be86a1b04208e59ad319f55f11f7ac6
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=83bd5c82d3ea3c73a9c26413e78cc805…
commit 83bd5c82d3ea3c73a9c26413e78cc80541cade31
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=0b166d0e8da6fc93e2628187152c7b17…
commit 0b166d0e8da6fc93e2628187152c7b17bb01be2b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 21:44:32 2016 +0200
temporarily disable all paging to be able to link libmsc without libbsc
Skip the paging part of channel_test because the paging is now disabled.
http://cgit.osmocom.org/openbsc/commit/?id=8ab32243b97c61426f9a5d9d00eba45c…
commit 8ab32243b97c61426f9a5d9d00eba45c60f7c2b8
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=d60557ca79ee069972d256a8280fab15…
commit d60557ca79ee069972d256a8280fab15a823da7e
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=3bee43ed8291688057473294d18753f1…
commit 3bee43ed8291688057473294d18753f1031e8213
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=bb7feee1d41132b2aab8ee47afc7fc21…
commit bb7feee1d41132b2aab8ee47afc7fc216199dbfb
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=31f835bf38eb7ef4527537b362aa036e…
commit 31f835bf38eb7ef4527537b362aa036eddd14ff4
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=cb801df9c1c4af4b1a08d7ee6d762dc7…
commit cb801df9c1c4af4b1a08d7ee6d762dc7c6fa82e8
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=f11f74ccda2cc53779bee8d8afedbdaf…
commit f11f74ccda2cc53779bee8d8afedbdafa34970ba
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=caaaea80046be425344b240312198586…
commit caaaea80046be425344b240312198586aa2e490c
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=1892007842e508d6f9a73c1dbe1205d7…
commit 1892007842e508d6f9a73c1dbe1205d7c35469b4
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=4963fd92588dfc6806b35b8f5e053725…
commit 4963fd92588dfc6806b35b8f5e0537254052c6fb
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=164c63afcc2ccf567122e4c4fae2b63b…
commit 164c63afcc2ccf567122e4c4fae2b63ba337f977
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=6419db43d5b4ce8d683c916dc378a8dd…
commit 6419db43d5b4ce8d683c916dc378a8dd259565c4
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=7c57cdb505848e2dc80fe0f3262b043a…
commit 7c57cdb505848e2dc80fe0f3262b043a5b20409c
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=90047a3339a03521505615efee5d179f…
commit 90047a3339a03521505615efee5d179f6046ba95
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Prepare entry/exit point for MSC -> BSC and MSC -> RNC communication.
Add msc_ifaces.[hc], a_iface.c, with a general msc_tx_dtap() to redirect to
different interfaces depending on the actual subscriber connection.
While iu_tx() is going to be functional on this branch, the a_tx() is so far
just a dummy (see comment).
Add via_iface marker to gsm_subscriber_connection with enum values IFACE_A and
IFACE_IU so far.
Add Iu specific fields in a sub-struct: the UE connection pointer and an
indicator for the Integrity Protection status on Iu (to be fully implemented in
later commits).
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=d2d336ec31d38fc3f8eca3bb24f3e092…
commit d2d336ec31d38fc3f8eca3bb24f3e092ec585ac9
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=0e7ff110f79beca3540a30894c8af903…
commit 0e7ff110f79beca3540a30894c8af9031ac362b7
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=4f165d332163fc0cee588a312258dc4c…
commit 4f165d332163fc0cee588a312258dc4ce61cbb47
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=50c1d6657e8080a230c68af335142926…
commit 50c1d6657e8080a230c68af335142926a33c5b6d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:56:42 2016 +0200
osmo-nitb: exit when MNCC socket init failed
http://cgit.osmocom.org/openbsc/commit/?id=d89ee6f6fcfcd277b5c7c0291959c622…
commit d89ee6f6fcfcd277b5c7c0291959c622950817d9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 14:12:00 2016 +0200
split bsc_bootstrap_network() in alloc and config
Change-Id: I480a09a31a79766ad07b627dd5238b7e37f3be7a
http://cgit.osmocom.org/openbsc/commit/?id=14b54daaed52c2839ac381a89d2a12db…
commit 14b54daaed52c2839ac381a89d2a12dbbe6eb6cf
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=da58f3957df7c4d19c62e162497ec486…
commit da58f3957df7c4d19c62e162497ec486a4549e0d
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=4567c6a1f40d08b41b1762aee18f6cd7…
commit 4567c6a1f40d08b41b1762aee18f6cd74147cefb
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=654cb237761730db1e9931c1fed1f6b5…
commit 654cb237761730db1e9931c1fed1f6b50d3227d2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:56:43 2016 +0200
reinvent connection_for_subscr() and move to libmsc
Implement connection_for_subscr() from a completely different angle: instead of
looking up lchans in bts structs, look up the subscriber in the global list of
gsm_subscriber_connection. static lchan_find() is thus obsoleted.
All callers of connection_for_subscr() live in libmsc, so move to libmsc.
The move and edit are done in a single commit since the old and new
implementation have nothing in common.
Future: osmo-cscn will use this, without bts being present.
Remove implementation of connection_for_subscr() from channel_test.c -- it is
possible that the abort() in there was intended for a regression test, but
actually it seems the implementation was merely added for linking reasons, and
the abort() added to guard against the NULL return value: no comment nor the
commit log indicate that the abort() is test critical; the addition was the
only change in channel_test.c for that commit; at the same time a
connection_for_subscr() call was added in libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=57983cb9f68b6f3f9642c4398248d6d4…
commit 57983cb9f68b6f3f9642c4398248d6d439990fb8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 01:53:23 2016 +0200
bsc vty: rename show_net_cmd to bsc_show_net_cmd
Future: there will be an MSC-land show-net-cmd, so rename to something with
bsc in its name.
http://cgit.osmocom.org/openbsc/commit/?id=9088d1dff8b029ad26e1642b1454848f…
commit 9088d1dff8b029ad26e1642b1454848f05d008d2
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=1641b80272496293846e25572fd1f686…
commit 1641b80272496293846e25572fd1f686113930c6
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=5df719bbbb81a74925f0eee15651ba7b…
commit 5df719bbbb81a74925f0eee15651ba7bb357e987
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu May 12 03:03:50 2016 +0200
drop libmsc from some tests, drop duplicate libbsc linking
Because of libxsc, tests/gsm0408,subscr,trau no longer need libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=b0b457fa5a2141e3434f85ce43124931…
commit b0b457fa5a2141e3434f85ce4312493155d35bce
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:27:32 2016 +0200
sms_next_rp_msg_ref(): use direct pointer to next_rp_ref counter
libbsc and libmsc will have separate subscriber connection structs. Hence don't
rely on gsm_subscriber_connection, but work on a direct pointer to the counter
for the next RP reference.
http://cgit.osmocom.org/openbsc/commit/?id=7646689184bd734ca20f4ec8a2d44a14…
commit 7646689184bd734ca20f4ec8a2d44a145ab94c16
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=6670d5f050b769f025b196e7fc61398c…
commit 6670d5f050b769f025b196e7fc61398c41fc3697
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 18:04:00 2016 +0200
fix build: osmo-bsc_nat: change linking order
Moving gsm48_create* to libxsc affected linking of osmo-bsc_nat, resulting
in an undefined reference to gsm48_extract_mi().
Fix the issue by placing libfilter.a left of libbsc.a.
http://cgit.osmocom.org/openbsc/commit/?id=6fc03ddec85bbd4753bdea0eb1d81c01…
commit 6fc03ddec85bbd4753bdea0eb1d81c011630e187
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
move to libxsc: factor out gen of USSD notify and release complete -- TODO subscr_conn
Both libmsc and libbsc need distinct gsm0480_send_ussdNotify() and
gsm0480_send_releaseComplete() functions to account for the distinct subscriber
connection structs.
The current functions live in libmsc, so add the same in libbsc in new file
gsm_04_80_utils.c.
To avoid too much code dup, move the message generation part of
gsm0480_send_ussdNotify() and gsm0480_send_releaseComplete() to new functions
gsm0480_gen_ussdNotify() and gsm0480_gen_releaseComplete(), placed in libxsc.
Change-Id: I33a84e3c28576ced91d2ea24103123431f551173
http://cgit.osmocom.org/openbsc/commit/?id=861465b2ab27642c192df6794860b4fe…
commit 861465b2ab27642c192df6794860b4fe004dc623
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 14:58:51 2016 +0200
move to libxsc: gsm48_create_mm_serv_rej(), gsm48_create_loc_upd_rej()
Used by libbsc, libmsc as well as osmo-bsc and osmo-bsc_nat.
http://cgit.osmocom.org/openbsc/commit/?id=a6a0b8cfe4a734a5a83b21fd8a3b22b8…
commit a6a0b8cfe4a734a5a83b21fd8a3b22b86a216c48
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 14 00:46:29 2016 +0200
move to libxsc: net init 3: actual move
Reincarnate gsm_network_init() as the parts not specific to libbsc.
Move from bsc_network_init() those bits that are not BSC specific (and useful
for upcoming osmo-cscn).
Add libxsc to all linkages that use gsm_network_init().
Note: the only requirement to allow linking gsm_network_init() without libbsc
is to keep the call to gsm_net_update_ctype() out of libxsc. The other items
are kept out of libxsc because it makes sense semantically. But the separation
is not strong in that the BSC specific data members are of course still
omnipresent in struct gsm_network. If bsc_network_init() is not called, these
are not initialized properly -- for now no such callers exist.
So this is just a first step towards a sensible split of the BSC and MSC
gsm_network structs. The long term aim should be to have entirely separate
structs with some common general items.
http://cgit.osmocom.org/openbsc/commit/?id=2de689d38874a456c67958c38009abd6…
commit 2de689d38874a456c67958c38009abd6954d0dab
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=2994209ea96ee1cb8e157068e5a8b82c…
commit 2994209ea96ee1cb8e157068e5a8b82caeae440a
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=4e3e7ff187c6239bee3b86c4c1a74e10…
commit 4e3e7ff187c6239bee3b86c4c1a74e10bb8590ad
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=78997262af8cd3d7eb6a082fd2b1e95d…
commit 78997262af8cd3d7eb6a082fd2b1e95d2b782bf4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 12:50:31 2016 +0200
Add empty libxsc
This will gradually soak up code shared by libbsc and libmsc.
http://cgit.osmocom.org/openbsc/commit/?id=9bf8cdd7732d8071c94f5ca710c9db89…
commit 9bf8cdd7732d8071c94f5ca710c9db8933c7cd3c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:07:43 2016 +0200
cosmetic: various comment, whitespace tweaks
http://cgit.osmocom.org/openbsc/commit/?id=5c6634edab2dbdb951ca4ef9af006053…
commit 5c6634edab2dbdb951ca4ef9af006053ee49e68c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:59:29 2016 +0200
utils/Makefile.am: remove unused LIBOSMOVTY_CFLAGS
http://cgit.osmocom.org/openbsc/commit/?id=fa1f5be5cff6991b6d3e836d079ae1b0…
commit fa1f5be5cff6991b6d3e836d079ae1b04381bd9b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Apr 1 02:17:24 2016 +0200
vty l3 help: fix typo 'comamnds'; fix english s/his//
http://cgit.osmocom.org/openbsc/commit/?id=de3f50f7c89785e04764ea5aeb637061…
commit de3f50f7c89785e04764ea5aeb6370616fe50fa6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:48:53 2016 +0200
debug log for sms: fix/add
One logged the wrong function name. Add others.
http://cgit.osmocom.org/openbsc/commit/?id=013c662207f4c93ae03c46db6644795c…
commit 013c662207f4c93ae03c46db6644795c969ad977
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:38:51 2016 +0200
Sanity fixes for gsm0408_dispatch(): rc, assertions
gsm0408_dispatch() is the main entry point for receiving data from the BSC/RNC
level, so make sure callers pass valid pointers before using them all the way
down the code path (related to CID#93769, a fix before this was refactored).
For unknown/unimplemented packet discriminators, make sure to return error
codes.
http://cgit.osmocom.org/openbsc/commit/?id=7accf9d2627e497b5ffd53e3fc1c74b6…
commit 7accf9d2627e497b5ffd53e3fc1c74b6f2cb4d51
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:18:08 2016 +0200
abis vty: decouple from global bsc_gsmnet variable
Publish gsmnet_from_vty() in openbsc/vty.h and use in the abis VTY functions.
http://cgit.osmocom.org/openbsc/commit/?id=1c96c825d0eee609df6b023b22117221…
commit 1c96c825d0eee609df6b023b221172218a078528
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:09:47 2016 +0200
directly access gsm_network backpointer from gsm_subscriber_connection
The previous commit added a network backpointer to gsm_subscriber_connection.
Use it wherever it makes sense, to skip the step through the bts structure.
In some places, also tweak use of local variables for less code.
http://cgit.osmocom.org/openbsc/commit/?id=3213cf7cf120aa89ac985a46a26d5b44…
commit 3213cf7cf120aa89ac985a46a26d5b44cbcfc4ef
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 22:33:01 2016 +0200
add gsm_network backpointer to gsm_subscriber_connection
For the upcoming MSCSPLIT, we want a network backpointer without having to
go through a gsm_bts struct.
This commit adds the network pointer, the subsequent commit applies direct
access to the network structure from gsm_subscriber_connection.
http://cgit.osmocom.org/openbsc/commit/?id=149244b4ce882ca8b2e1f5cc5c7e555c…
commit 149244b4ce882ca8b2e1f5cc5c7e555c80ad0241
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:40:19 2016 +0200
bsc_vty_init(): decouple from global bsc_gsmnet
Add an explicit gsm_network pointer instead of using the bsc_gsmnet global, to
pass full control to respective main() contexts.
http://cgit.osmocom.org/openbsc/commit/?id=4da45847e90130167c0b1473b9f01549…
commit 4da45847e90130167c0b1473b9f01549d816dfde
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 13:53:47 2016 +0200
talloc_ctx_init(): decouple from global tall_bsc_ctx
Decouple the talloc context allocations from global tall_bsc_ctx pointer.
Future: it appears that talloc_ctx_init() was intended for general use, but is
in fact only used by osmo-nitb. It will be used by the upcoming osmo-cscn as
well.
http://cgit.osmocom.org/openbsc/commit/?id=21f99a87af0f88b740bf55b48b4a9186…
commit 21f99a87af0f88b740bf55b48b4a9186aa8c3588
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 19:12:44 2016 +0200
gsm_network_init(): add explicit root talloc ctx
Decouple the root talloc context from libbsc's global talloc_bsc_ctx.
Future: we'll use this for the upcoming MSCSPLIT.
http://cgit.osmocom.org/openbsc/commit/?id=a8c39c75220819696830cbcfab3ae8af…
commit a8c39c75220819696830cbcfab3ae8af697fa229
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed May 11 13:39:33 2016 +0200
bsc_init: don't pass telnet dummy conn
gsmnet_from_vty() used to expect vty->priv to point to a gsm_network struct,
but that is not actually the case anymore. The dummy conn to forward the
gsm_network is not needed.
http://cgit.osmocom.org/openbsc/commit/?id=010357581712be63fdf1723a0c905ddf…
commit 010357581712be63fdf1723a0c905ddf62f826ed
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 19:12:44 2016 +0200
doc: rename nitb graph to bsc, add msc graph
In the light of upcoming split of MSC from BSC (MSCSPLIT), name the realms
'libmsc' and 'libbsc'. Hence the nitb graph becomes the BSC graph, and add a
libmsc graph.
http://cgit.osmocom.org/openbsc/commit/?id=f8beac8486d898f9ad82dba5c190a2ac…
commit f8beac8486d898f9ad82dba5c190a2ac36e5e8f9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue May 10 13:50:44 2016 +0200
remove unused bsc_copyright from bsc_vty.c
Change-Id: I281791c0f57ca75ffe14431a3030811b2d224f0b
http://cgit.osmocom.org/openbsc/commit/?id=ae631b29960f5dc3e250ab2d12740908…
commit ae631b29960f5dc3e250ab2d12740908bc57b00f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 9 21:03:12 2016 +0200
move subscriber conns list into struct gsm_network
Replace the global sub_connections llist with gsm_network.subscr_conns.
Initialize and apply where applicable.
Remove bsc_api_sub_connections(), callers now access gsm_network->subscr_conns
directly.
http://cgit.osmocom.org/openbsc/commit/?id=4fdb8476045cec0026ba53fb96ecdc7b…
commit 4fdb8476045cec0026ba53fb96ecdc7bbb690298
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 30 22:32:51 2016 +0200
properly #include <openbsc/gsm_data.h> from gsm_subscriber.h
Don't use quoted, local include, use <> style include.
Cosmetic: also move stdbool.h include to the top to keep osmocom and openbsc
includes grouped.
Change-Id: Iaa3dc36768f96f6b8c91010a2ba389fdc37f1503
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 1 +
openbsc/configure.ac | 1 +
openbsc/include/openbsc/Makefile.am | 4 +-
openbsc/include/openbsc/abis_rsl.h | 2 +-
openbsc/include/openbsc/chan_alloc.h | 2 -
openbsc/include/openbsc/gprs_llc.h | 12 +
openbsc/include/openbsc/gprs_llc_xid.h | 57 ++++
openbsc/{src/gprs => include/openbsc}/gprs_sndcp.h | 0
openbsc/include/openbsc/gsm_04_08_gprs.h | 21 --
openbsc/include/openbsc/gsm_data.h | 128 ++++---
openbsc/include/openbsc/gsm_data_shared.h | 2 +
openbsc/include/openbsc/iu.h | 2 +
openbsc/include/openbsc/sgsn.h | 4 +
openbsc/src/gprs/Makefile.am | 6 +-
openbsc/src/gprs/gprs_gmm.c | 6 +-
openbsc/src/gprs/gprs_llc.c | 366 +++++++++++++++++----
openbsc/src/gprs/gprs_llc_xid.c | 262 +++++++++++++++
openbsc/src/gprs/gprs_sgsn.c | 4 +
openbsc/src/gprs/gprs_sndcp.c | 3 +-
openbsc/src/gprs/gprs_sndcp_vty.c | 3 +-
openbsc/src/gprs/gsm_04_08_gprs.c | 37 ---
openbsc/src/gprs/sgsn_main.c | 8 +-
openbsc/src/libbsc/abis_rsl.c | 183 +++++++----
openbsc/src/libbsc/bsc_dyn_ts.c | 2 +-
openbsc/src/libbsc/bsc_init.c | 4 +-
openbsc/src/libbsc/bsc_vty.c | 22 +-
openbsc/src/libbsc/chan_alloc.c | 33 +-
openbsc/src/libbsc/gsm_04_08_utils.c | 2 +-
openbsc/src/libbsc/handover_logic.c | 10 +-
openbsc/src/libbsc/net_init.c | 5 +
openbsc/src/libbsc/paging.c | 6 +-
openbsc/src/libcommon/gsm_data_shared.c | 25 ++
openbsc/src/libiu/Makefile.am | 2 +-
openbsc/src/libiu/iu_vty.c | 48 +++
openbsc/src/libmsc/gsm_04_08.c | 20 +-
openbsc/src/libmsc/gsm_04_11.c | 16 +-
openbsc/src/libmsc/vty_interface_layer3.c | 48 +--
openbsc/src/libxsc/xsc.c | 2 +
openbsc/tests/Makefile.am | 3 +-
openbsc/tests/sgsn/Makefile.am | 2 +-
openbsc/tests/testsuite.at | 5 +
openbsc/tests/xid/Makefile.am | 21 ++
openbsc/tests/xid/xid_test.c | 164 +++++++++
openbsc/tests/xid/xid_test.ok | 12 +
44 files changed, 1223 insertions(+), 343 deletions(-)
create mode 100644 openbsc/include/openbsc/gprs_llc_xid.h
rename openbsc/{src/gprs => include/openbsc}/gprs_sndcp.h (100%)
delete mode 100644 openbsc/include/openbsc/gsm_04_08_gprs.h
create mode 100644 openbsc/src/gprs/gprs_llc_xid.c
delete mode 100644 openbsc/src/gprs/gsm_04_08_gprs.c
create mode 100644 openbsc/src/libiu/iu_vty.c
create mode 100644 openbsc/tests/xid/Makefile.am
create mode 100644 openbsc/tests/xid/xid_test.c
create mode 100644 openbsc/tests/xid/xid_test.ok
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)