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 7bc6986f6babdaf5f2436dae2f603ae5823aa7b4 (commit)
via 6b7b319d543ad4fb34154725c05fa5976dc2ed6a (commit)
via 61329d45b8560c2575ed51074fa59958ccb1deed (commit)
via 6292c8d44d0c5b053518cbdf20b2384090aa03a3 (commit)
from 9bc42ec47b292ce2b51dc1967458e228eb0bf221 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_gmm.h | 4 +
openbsc/include/openbsc/gprs_sgsn.h | 3 +
openbsc/src/gprs/Makefile.am | 14 ++-
openbsc/src/gprs/gprs_gmm.c | 174 ++++++++++++++++++++++++++++++++++--
openbsc/src/gprs/gprs_sgsn.c | 41 +++++++++
openbsc/src/gprs/sgsn_libgtp.c | 93 ++++++++++++++++++-
openbsc/src/gprs/sgsn_main.c | 16 ++++
openbsc/tests/sgsn/Makefile.am | 10 +++
8 files changed, 346 insertions(+), 9 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via bf6bae2b2363a182bb1b95574c2922bf4257c4d9 (commit)
from 8a148613b4c93f5a25dd2a2d9929de75882adbc5 (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=bf6bae2b2363a182bb1b95574c2922b…
commit bf6bae2b2363a182bb1b95574c2922bf4257c4d9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 22 18:23:03 2016 +0200
common/rsl: move decision whether to chan act ack/nack to common function
Prepare for a dyn TS patch that needs to call rsl_tx_chan_act_ack() directly
without the rel_act_kind decision.
Add function rsl_tx_chan_act_acknack() to wrap rsl_tx_chan_act_ack() and
rsl_tx_chan_act_nack(). Move the decision whether to drop the ack/nack, based
on lchan->rel_act_kind, to the new function, losing some code dup.
Change all callers to use the new function; drop the two older ones from rsl.h
and make them static.
Note: for nack, the exception for dyn TS in PDCH mode was missing
(rsl_tx_chan_act_nack() had only the rel_act_kind != LCHAN_REL_ACT_RSL
condition, but should also have had the dyn TS exception as in
rsl_tx_chan_act_ack()). I already know that this exception will again be
removed in an upcoming commit, but for patch readability it logically makes
sense to add it here. To easily include the nack case, drop the check for which
pchan the dyn TS is operating as, because a rel_act_kind == LCHAN_REL_ACT_PCU
implies that it is either already in or trying to become PDCH mode.
Change-Id: I57ba60c670730c6d7877a6a9b96ece0a7679a0bb
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/rsl.h | 3 +--
src/common/l1sap.c | 5 +----
src/common/rsl.c | 58 ++++++++++++++++++++++++++------------------------
3 files changed, 32 insertions(+), 34 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, sysmocom/iups has been updated
discards 9a28f6e78ad15705f580faba9b42191365496a1a (commit)
discards c13a1970c1b8bb1724534952bac74137cdb4499f (commit)
discards 526f814088a501338aa44069bcff5ee8dc23eb67 (commit)
discards 53d4cb52d01ae63c269d88e32c0857f7365a5413 (commit)
discards 79ef65ef6181a7fcf834ba0c017f2d1039308132 (commit)
discards 9b381256a991d32252cb61619ba80e7879aae864 (commit)
discards fa4619b14e29cd8ce7e9cdcf17cabe357da0d020 (commit)
discards 6f3d8b0699aea6c93243a1456f923d5043ee8bf1 (commit)
discards ad1f377000bb0ef1b1ce487ed6b07da1a17f08a5 (commit)
discards f34478b401ce65858f2edd5725992ff676dabc19 (commit)
discards da0971a46bf381cfbc7d57c7e65b0cc20275c5d9 (commit)
discards 41bb4c3489741027c32d02335bd9305f0492e0c1 (commit)
discards 3d45b5eb7adae9bc4b9287bad8a5dab19c09383f (commit)
via d1746360a11d9d8a0745854a0a7ce419e2aa612c (commit)
via 8e8f765b374d91907e59f94d78f7adff63305625 (commit)
via 1615a1d44057231554053956c5fe5906004e5bbe (commit)
via 98fe58964a870d1856b714d028237ec20aab41d0 (commit)
via ca7402e720e21dd138ab278c885e3217442b655b (commit)
via 39a254e0e1776a604ec4fb49a5d9d69b09f90a16 (commit)
via d13dc4f5c7dfd0cbc5f6ec7cd8c09b982c525a9e (commit)
via b6712e86aacfcc6a4258a8edaa689228f143eeec (commit)
via 7bc6986f6babdaf5f2436dae2f603ae5823aa7b4 (commit)
via 6b7b319d543ad4fb34154725c05fa5976dc2ed6a (commit)
via 61329d45b8560c2575ed51074fa59958ccb1deed (commit)
via 6292c8d44d0c5b053518cbdf20b2384090aa03a3 (commit)
via 9bc42ec47b292ce2b51dc1967458e228eb0bf221 (commit)
via 7e82ad20fa110b6b121ab82367f2e7c8995231b7 (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 (9a28f6e78ad15705f580faba9b42191365496a1a)
\
N -- N -- N (d1746360a11d9d8a0745854a0a7ce419e2aa612c)
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=d1746360a11d9d8a0745854a0a7ce419…
commit d1746360a11d9d8a0745854a0a7ce419e2aa612c
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed May 11 12:43:47 2016 +0200
IuPS: Change GTP-U endpoint to SGSN in PMM_IDLE and page UE when data arrives
Change-Id: I47b73a40cbdda6b7c31fb2767f74f9f93d84056b
http://cgit.osmocom.org/openbsc/commit/?id=8e8f765b374d91907e59f94d78f7adff…
commit 8e8f765b374d91907e59f94d78f7adff63305625
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed May 11 12:42:54 2016 +0200
IuPS: Introduce function to change PMM state
This is where IuPS will redirect GTP-U endpoints in a subsequent commit.
Also add comprehensive logging of pmm_state transitions.
Change-Id: I7c2cd1abc1805659b01dffffff31c49fe5161086
http://cgit.osmocom.org/openbsc/commit/?id=1615a1d44057231554053956c5fe5906…
commit 1615a1d44057231554053956c5fe5906004e5bbe
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 21 00:21:15 2016 +0200
IuPS: GMM Attach: reset MM ctx pending_req
Change-Id: I0df0f3d88085939eb617405e2013ad164eed477b
http://cgit.osmocom.org/openbsc/commit/?id=98fe58964a870d1856b714d028237ec2…
commit 98fe58964a870d1856b714d028237ec20aab41d0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 21 00:01:21 2016 +0200
IuPS: sgsn_mm_ctx: add enum gprs_pmm_state field, track PMM state
Iu needs to page to transfer data in PMM-IDLE state.
Change-Id: Id37778cb9a0328a21c8e8246998ecdb43dd687d8
http://cgit.osmocom.org/openbsc/commit/?id=ca7402e720e21dd138ab278c885e3217…
commit ca7402e720e21dd138ab278c885e3217442b655b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 21 00:35:41 2016 +0200
IuPS: RA UPD: make sure to authorize, for Iu Integrity Protection
Change-Id: I2ea2089895f8a8e125ef39d9bef70dafb2b1ce69
http://cgit.osmocom.org/openbsc/commit/?id=39a254e0e1776a604ec4fb49a5d9d69b…
commit 39a254e0e1776a604ec4fb49a5d9d69b09f90a16
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 21 00:15:29 2016 +0200
IuPS: add GMM Service Request rx and tx
Change-Id: Ib935de22d23a15f449927840d4d59497ce22abbd
http://cgit.osmocom.org/openbsc/commit/?id=d13dc4f5c7dfd0cbc5f6ec7cd8c09b98…
commit d13dc4f5c7dfd0cbc5f6ec7cd8c09b982c525a9e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 21 00:16:55 2016 +0200
IuPS: send Security Mode Command, track the new_key flag.
Change-Id: I0b2593c2df13b79eb36975b0d302e31cfdf8bb09
http://cgit.osmocom.org/openbsc/commit/?id=b6712e86aacfcc6a4258a8edaa689228…
commit b6712e86aacfcc6a4258a8edaa689228f143eeec
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat May 21 00:31:12 2016 +0200
IuPS: dev hack: init hardcoded Ki on ATT REQ
DEVELOPMENT HACK: Our current HLR does not support 3G authentication tokens. A
new HLR/VLR implementation is being developed. Until it is ready and actual
milenage authentication is properly supported, we are hardcoding a fixed Ki and
use 2G auth.
Change-Id: Ieca45960fa941a3a706c6e479b04b9f2ef89d860
http://cgit.osmocom.org/openbsc/commit/?id=7bc6986f6babdaf5f2436dae2f603ae5…
commit 7bc6986f6babdaf5f2436dae2f603ae5823aa7b4
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Sat May 21 00:55:25 2016 +0200
IuPS: add Iu response to delete_pdp_conf()
Change-Id: I6d601586101c0a004b2243633fab48db82b44b7c
http://cgit.osmocom.org/openbsc/commit/?id=6b7b319d543ad4fb34154725c05fa597…
commit 6b7b319d543ad4fb34154725c05fa5976dc2ed6a
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Sat May 21 00:53:42 2016 +0200
IuPS: add Iu response to create_pdp_conf()
Change-Id: Iad65ca9b77c3166d4df9a58af527e6aef7e589ee
http://cgit.osmocom.org/openbsc/commit/?id=61329d45b8560c2575ed51074fa59958…
commit 61329d45b8560c2575ed51074fa59958ccb1deed
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Sat May 21 17:36:18 2016 +0200
IuPS: redirect Iu in various places, link Iu in sgsn-test
In gsm48_gmm_sendmsg(), redirect to iu_tx() for both cases of MM context
present or not.
In gsm48_rx_gmm_att_req(), compose an MM context marked as Iu for messages
coming in from a ue_conn_ctx (passed in msg->dst). Also make sure cid is
initialized to avoid introducing a compiler warning.
In gsm48_rx_gmm_ra_upd_req(), look up an Iu MM context based on the presence of
the ue_conn_ctx in msg->dst.
In sgsn-test, add libiu and libasn1c, libosmo-sigtran, libosmo-ranap, which are
now needed for an --enable-iu build.
Change-Id: Ia47ffbfa6fa0f5a0cd76a379c57ef42faa0d80e3
http://cgit.osmocom.org/openbsc/commit/?id=6292c8d44d0c5b053518cbdf20b23840…
commit 6292c8d44d0c5b053518cbdf20b2384090aa03a3
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Sat May 21 17:35:57 2016 +0200
IuPS: osmo-sgsn: add core IuPS impl, call iu_init()
Add main Iu entry points for IuPS:
* gsm0408_gprs_rcvmsg_iu()
* sgsn_ranap_iu_event()
* sgsn_ranap_rab_ass_resp()
Add main MM context management for IuPS:
* sgsn_mm_ctx_by_ue_ctx()
* sgsn_mm_ctx_alloc_iu()
Call iu_init() from sgsn_main.c.
Add asn_debug impl ("extern" from libasn1c).
Initialize asn_debug VTY command (iu_vty_init()).
osmo-sgsn build: add libiu and libasn1c, libosmo-sigtran, libosmo-ranap
Change-Id: I469ae6ca9ef254d04ee0d2d79bdd65aebcd027b5
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_gmm.c | 6 +++++-
openbsc/src/gprs/sgsn_main.c | 2 ++
openbsc/src/libiu/iu_vty.c | 10 ++++++----
openbsc/src/osmo-nitb/bsc_hack.c | 1 +
4 files changed, 14 insertions(+), 5 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, nrw/litecell15-merge-and-rebase has been updated
discards 4c2b35bcf491e172ca88bd7ddd12f39309ee3f9b (commit)
discards 3c2021009f2e99c5288bec2a078972e03079aab4 (commit)
discards 626a5ad56893b052cc086f4ec820d0aa6e91f595 (commit)
discards e563c49c4c68912128fefac53b535d5f39cfbf72 (commit)
discards 5d4f0a8923cfba4c227318a4aafddbe4a255b928 (commit)
discards 24e785fea96f8b12cb1631326c2131a52fcfdcef (commit)
discards e3415a3557e81600899f99b2dc58531c6e791446 (commit)
discards f2e9dccda2612cab768ef8ca4ec33e310cea7b99 (commit)
discards 6f6b1274f4cf139044cade4828063289e8803693 (commit)
discards e1df3b515b2ffa1d34ea1e69add6ca4e26ff6418 (commit)
discards 8621284b142c5dd0407102e423695bf0f2e5f502 (commit)
discards 7d5056dda0e8e763e69031d62319cc9d8eddbe3c (commit)
discards a6a70450fb1495d306af059625ba9dfe2422975d (commit)
discards b0d2e89dea1d0e3bce7d907a508283087994fc6e (commit)
discards 842aff1fab4ddfd83d0bf4bf783bf35280f09eec (commit)
discards 52853ddcc98f3968b6847ea93afcf31270f64b53 (commit)
discards b3c9043be08258c225f8dd505be40dfc5e9855e8 (commit)
discards 317b367148e5aa9b7046777864a8587f0b760b6c (commit)
discards 03399d9ea4065faba1efb48df902a45d495a7532 (commit)
discards 5e7b3d023a3ad81e468dee37cc31a79d8dd1be64 (commit)
discards 12ab98c892c9daf16f76fe9a4ae8b3e15c6ae4ea (commit)
discards cd80785c437a14b4b7a27149d0313a78274ec5c6 (commit)
discards 58857b37bc8d322a4c52a1fe5036429a425ba18a (commit)
discards 4d418336c39c8c9f2072e2129bfd788da30e5909 (commit)
discards e9bbc9b696bf522cf69079d78c45762e088c0edf (commit)
discards cc93ffde9e2ef18977ccb8a5341a5239090902c3 (commit)
discards e554de2e85deceb6f7adce77f13394a19ef1bf4a (commit)
discards 0c8a5cf903e63b5c53d184395e294ca23b6c6798 (commit)
discards 4a24e819e95f6f441f61c9f1ed8d0d158623249e (commit)
discards c1b6638c58a282c7194d2292ab6a993c7d40d842 (commit)
via da30a797762a0113b75bcc6008d1b6699eb1278f (commit)
via a9cc822d9657101532683041846e5d17134c1aff (commit)
via 8a148613b4c93f5a25dd2a2d9929de75882adbc5 (commit)
via 4dfc3da96bbad9e6a8641233c87a05a46af7d906 (commit)
via 9faaf4ecf01322189808901398e06d7e4f14560d (commit)
via 3b2e5de3aea8652969e7bbd1e3c04206dce51330 (commit)
via 988f634c97d070840f4ffc952f6bac32d967859b (commit)
via e77bcaecb6e45b55b8e31fea7cf10c2652431c1c (commit)
via 43d082e6f1ec42aae566cc21cecc90e56a262090 (commit)
via 55c46022e1a5f1cbe51c96566e38ff110e4a3092 (commit)
via 37af36e85eca546595081246aec010fa7f6fd0be (commit)
via 63849ebf7143fe5af0d8dffd4157d62c8c1a2867 (commit)
via 67a056c122ed588e74835771a3cfda0f2055c284 (commit)
via ef8e2ef6817a78e1598586dfc7275982ec21fd5a (commit)
via b7cdd381d63496075a9df0e8ea46020cd55ae667 (commit)
via 4b76a323b3bb71f8d3f4dc7439ecd9bad0f13bcf (commit)
via b0f8fa814376d46ff9d7ef0e94e8480ce63442f9 (commit)
via 44663c17e784aa6252b8569482ebfe0ba4e12358 (commit)
via d6920df6303bf3004f34cc888a06948c399f09a5 (commit)
via af3443385b4da3b951601a8d847cbf1101dfe51f (commit)
via 0d4b37d641bc09c62f80b685e9450116f7a6aaa8 (commit)
via 45d3bbfb443e9a8c9d6590c073cfac2bfef257eb (commit)
via 576071d6ca2ffa266b3a6e0858b00205827fa10a (commit)
via 5069c1c518fa9e6622adcfb3979da8f58c1c26b9 (commit)
via 108b60fabac8f85739584124658e062c3fd7f7cb (commit)
via ba656fff9186f76544cf4c59900d5a649c133599 (commit)
via 2b34ae32cf5f986ab594d3b9882392c0fb8fb4e3 (commit)
via 53d792c3b027bfb42d77804e3e687a287e122ef3 (commit)
via dab54b91783d5197e0129de950a705e2da2a4cb9 (commit)
via 9407e644b0246fadec74a45faeedb570a0c04c6b (commit)
via e07ba54d626145a858f9e75e7fe40dd0456bef48 (commit)
via a888e95efafbb449105965f3043d913b93668862 (commit)
via dd34540ce4547a2567bdd266e1a456fc4a199170 (commit)
via 7b186adb0afcfbf3af1a98e6acc46d17408b3dba (commit)
via b0f77ce68548b90f4252dfee61f96e58e15aa7e3 (commit)
via 090a41f897091f3386b1517d33e12eca4ef5a528 (commit)
via 78458a3811af63829039e327a8f77f74055ae03e (commit)
via 21ffe07894ae66346b3073eb0a170a977805b8e7 (commit)
via 6e656748b7fa8b7e00d610eaaf4de84113b67a0b (commit)
via 73cb583e5147a267a370c576e8ac77507de6d0d7 (commit)
via c9582ac2d7366233ab64f2868f17071c2ddadf32 (commit)
via c57304b65e0789167f992ffc9b4037c871569880 (commit)
via 9ab51522dacb56db832340d66f22f2e3c59e89c7 (commit)
via 8e22ac3d1a48b5982ffa3be3dd189071a064e7d9 (commit)
via ee2299c8fa4fe6721bfe99b7bf6178c123151733 (commit)
via 95dec9ff4ac3a4f4622152171aa77492c6b70836 (commit)
via 334df9441a44de00c0dd3f66e73ac6fae28098fb (commit)
via 290c7d954faa9410c4c6740787e8e3bbf1c92d6c (commit)
via 7f1365c05e94782f4c8e466aa1795e3e09acd330 (commit)
via 2479ef4133b274df9abe179320ee9b11cb572ba4 (commit)
via ae65ccd0b2fe22e3c6ab5c855ff948f93ada0eed (commit)
via 8a2f026cf060e007eab073920313e17bb534a3a9 (commit)
via 4355021b8afdad989b285fa823b6cbf2bb175c45 (commit)
via 2ed03cd640fa13adb1d408f300b4a326c2ecbdff (commit)
via cff0d44e53bce69a9c8831925d1489c4024ccb1c (commit)
via b8f5f4e176c5402ec529225864313f0787502049 (commit)
via b151301c6c91f8ecc02aa18ee746b02cf61f6fee (commit)
via 1c1b0e843d50b3bc6d82bb78e09242a4d0b7b21f (commit)
via e3edc17426139e16da869ac62f80ce45bd452935 (commit)
via 7267a0d37e54321565a5388a3c8abd3efc573c74 (commit)
via d5f95c308b836dd84753edafb7a63c19a2f36e98 (commit)
via bb1e3b089b9818e9d62f5a673d31ea39ff7cec6e (commit)
via c03d3ae7af27edc035316f9d21aab5437f934b07 (commit)
via 5c0d88e69d16426d8e7af5bf4b7866aa33132064 (commit)
via 4fa641d7b22116c7b1af0bf80ebe6ab78a06cee9 (commit)
via 64e3813b060d626ae9f767238ca018e0f697adf0 (commit)
via 9797a72cd7a259a642ce776519f0d34f3e7338e6 (commit)
via 99642656a067c2e16a1b2f1e5eb34529564c584d (commit)
via c2874c4360be5692ead62f78b82d8ab962c8dc7b (commit)
via 3f919171efc52c88f54cc9140588854e14d152b5 (commit)
via a4c68023154f4ac3b3fc31e1566896f9280244a9 (commit)
via 0eaa27a6beb5136fc17d99df022d58eb410b0e5c (commit)
via 037dcfe98197e91b13bbc943d128b136355f05b5 (commit)
via 380a2e6d902fbfb00fdba9bd81abc0f0b7b2093b (commit)
via ccb11487174545672571515cf98671b0267fa141 (commit)
via 724412a49aa86ec2d2836d9ea9da0a9ce46d665c (commit)
via f0d6d6ba02eb79c2b42d0755372b773684c1f7cf (commit)
via dd084e6e57ee31ae260e8fc16d33e55cff0feeec (commit)
via 61372a20de695a151611753689ee9a3018b101f6 (commit)
via c3fb0dcc8cd01a84942d06267003478b972feadb (commit)
via 274d29bedd66fb246b614238c9ff36db15f18c5f (commit)
via 7efc2f3c5bc91cc929433276bca0f5a43a3446db (commit)
via b231e0f6cd1014afc0121ca056ca92ea467061dd (commit)
via 63b296bdd9a25134ee61ce6f269750e796a8bfca (commit)
via 57fc1124e1649fa2b08ef143697689aca4677625 (commit)
via 294fbe104b9fb12f06f7cebe68a4b7a6ed28d5ef (commit)
via 24a31cfe4348942ba151aa479c9970a406530a76 (commit)
via 0d10f0e482cdd50acc916e75a8b3ba1beb94227c (commit)
via f8bf95fa6b9ae881b498a3ea08feb8f1bae9c6c7 (commit)
via e6cc04827a5591cf70ac9ed724140158876cb645 (commit)
via 9375aa9a68fd101997c88669d7bf7bb70aa51178 (commit)
via bfc9ff3118447fddc6fbe37d50524780504b5c6e (commit)
via 6b60611a4ddc09855038e953b50bc92b9e0b9a3b (commit)
via bc9c42663d17d0ef57a21c2c62b33ce07d40eb54 (commit)
via 8a75e60d0cbbe2e5adf093dc62aa886518727dfc (commit)
via ae2a8b75f911e3fad54775f941678c1fa60ccf87 (commit)
via 36860051804e195c5a4c1ce9d4590b927c2a0b17 (commit)
via ea40bd60e709c18ac1c6882bc15bd538a3ada547 (commit)
via a8168271eb28fea9bab2bcee1e296cf715aad505 (commit)
via e9510424750b08471ae9a6f367ec0d8728251b5e (commit)
via 65efa691f8dc6e28239ccdc026f0bae9718fe3d6 (commit)
via 6ab1ed580d8d408b46f8e181ad9e8d12a91f7d51 (commit)
via 213db32e3066acdc310788ad850d08c6baa9ac70 (commit)
via 703c2d6eb8f82c319d774ed7e2627f86045e0e02 (commit)
via ecd5bc2aefe8611795229980105de2f0bc4e092a (commit)
via 7cc3c3156ef23500612724f8a38c3db95c05702b (commit)
via 58e4e18206501c3bffa65f0b876bbc5ebe175d6e (commit)
via cbbce0be0965c3160c4916384c3d3d5303c57ae2 (commit)
via d0d2c9217a909c1455dfabb26cd3e678493490d9 (commit)
via 7158c2ed082eaca6063a501e490e8d3c3b181560 (commit)
via a55b166c6c7af79cbefe8e65fe77b2d61c634d2d (commit)
via 3f3f34ba52dcd8ea603196bd86ef4df9cd6435e1 (commit)
via 495fed9f430fffde54d79d2373272e58875e89b6 (commit)
via a10ac248c6b6efe3f1fa1fd85331b32e7941c981 (commit)
via 60970056c87180c88539fcc6e3b0ba72e0f3d674 (commit)
via 8ecadc66cef3ceb17f9f815ba5bd4e31406a664a (commit)
via 9302abe0547e6f6172416b1d07182916b628e480 (commit)
via 45e97ac59aca2766977cc3d041abd6a201615516 (commit)
via 3a1f1b8e91638fe2286e9e9253fe3ea6808f9f8a (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 (4c2b35bcf491e172ca88bd7ddd12f39309ee3f9b)
\
N -- N -- N (da30a797762a0113b75bcc6008d1b6699eb1278f)
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=da30a797762a0113b75bcc6008d1b66…
commit da30a797762a0113b75bcc6008d1b6699eb1278f
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Thu Sep 1 09:35:20 2016 -0400
LC15: Implementation of LC15 specific features
Change-Id: I79416faaa3ba328c9c2dabcd695a1b880fe666da
http://cgit.osmocom.org/osmo-bts/commit/?id=a9cc822d9657101532683041846e5d1…
commit a9cc822d9657101532683041846e5d17134c1aff
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Thu Sep 1 09:27:33 2016 -0400
LC15: fix coding style
Change-Id: I18d07822df1f36a6855b72f83e2d73d221aa8735
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 +
.mailmap | 12 +
contrib/jenkins_oct.sh | 15 -
contrib/jenkins_sysmobts.sh | 13 -
contrib/screenrc-sysmobts | 2 +-
contrib/sysmobts.service | 2 +-
doc/examples/trx/osmo-bts.cfg | 34 +
include/osmo-bts/amr.h | 2 +-
include/osmo-bts/bts_model.h | 3 +
include/osmo-bts/gsm_data.h | 14 +-
include/osmo-bts/l1sap.h | 5 +
include/osmo-bts/msg_utils.h | 8 +
include/osmo-bts/oml.h | 45 -
include/osmo-bts/pcu_if.h | 9 +-
include/osmo-bts/pcuif_proto.h | 54 +-
include/osmo-bts/phy_link.h | 8 +
include/osmo-bts/rsl.h | 4 +-
include/osmo-bts/scheduler.h | 16 +-
include/osmo-bts/scheduler_backend.h | 50 +-
src/common/Makefile.am | 5 +-
src/common/amr.c | 9 +
src/common/bts.c | 25 +-
src/common/cbch.c | 2 +-
src/common/l1sap.c | 103 +-
src/common/lchan.c | 22 +
src/common/logging.c | 6 +
src/common/main.c | 25 +-
src/common/measurement.c | 16 +-
src/common/msg_utils.c | 54 +
src/common/oml.c | 506 +---------
src/common/pcu_sock.c | 274 +-----
src/common/phy_link.c | 4 +
src/common/rsl.c | 636 +++++++++---
src/common/scheduler.c | 64 +-
src/osmo-bts-litecell15/Makefile.am | 4 +-
src/osmo-bts-litecell15/calib_file.c | 408 ++++----
src/osmo-bts-litecell15/l1_if.c | 239 ++---
src/osmo-bts-litecell15/l1_if.h | 3 +-
src/osmo-bts-litecell15/lc15bts.c | 10 +-
src/osmo-bts-litecell15/lc15bts.h | 15 +-
src/osmo-bts-litecell15/lc15bts_vty.c | 139 +--
src/osmo-bts-litecell15/main.c | 9 +-
src/osmo-bts-litecell15/oml.c | 216 +++-
src/osmo-bts-litecell15/tch.c | 242 +++--
src/osmo-bts-octphy/l1_if.c | 29 +-
src/osmo-bts-octphy/l1_oml.c | 57 +-
src/osmo-bts-octphy/l1_tch.c | 66 +-
src/osmo-bts-sysmo/femtobts.h | 2 +-
src/osmo-bts-sysmo/l1_if.c | 114 ++-
src/osmo-bts-sysmo/l1_if.h | 2 +-
src/osmo-bts-sysmo/misc/sysmobts_eeprom.h | 3 +-
src/osmo-bts-sysmo/misc/sysmobts_par.c | 6 +
src/osmo-bts-sysmo/oml.c | 207 +++-
src/osmo-bts-sysmo/sysmobts_vty.c | 17 +
src/osmo-bts-sysmo/tch.c | 238 +++--
src/osmo-bts-trx/Makefile.am | 4 +-
src/osmo-bts-trx/amr.c | 81 --
src/osmo-bts-trx/amr.h | 8 -
src/osmo-bts-trx/gsm0503_coding.c | 1023 ++++++++++++++++++-
src/osmo-bts-trx/gsm0503_coding.h | 22 +
src/osmo-bts-trx/gsm0503_conv.c | 178 ++++
src/osmo-bts-trx/gsm0503_conv.h | 15 +
src/osmo-bts-trx/gsm0503_interleaving.c | 413 +++++++-
src/osmo-bts-trx/gsm0503_interleaving.h | 40 +-
src/osmo-bts-trx/gsm0503_mapping.c | 202 +++-
src/osmo-bts-trx/gsm0503_mapping.h | 23 +-
src/osmo-bts-trx/gsm0503_parity.c | 23 +
src/osmo-bts-trx/gsm0503_parity.h | 2 +
src/osmo-bts-trx/gsm0503_tables.c | 1520 +++++++++++++++++++++++++++++
src/osmo-bts-trx/gsm0503_tables.h | 31 +
src/osmo-bts-trx/l1_if.c | 96 +-
src/osmo-bts-trx/scheduler_trx.c | 250 +++--
src/osmo-bts-trx/trx_if.c | 58 +-
src/osmo-bts-trx/trx_if.h | 2 +-
src/osmo-bts-trx/trx_vty.c | 19 +
tests/handover/handover_test.c | 2 +
tests/stubs.c | 27 +-
77 files changed, 6008 insertions(+), 2107 deletions(-)
create mode 100644 .gitreview
create mode 100644 .mailmap
create mode 100644 doc/examples/trx/osmo-bts.cfg
delete mode 100644 src/osmo-bts-trx/amr.c
delete mode 100644 src/osmo-bts-trx/amr.h
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 9bc42ec47b292ce2b51dc1967458e228eb0bf221 (commit)
from 7e82ad20fa110b6b121ab82367f2e7c8995231b7 (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=9bc42ec47b292ce2b51dc1967458e228…
commit 9bc42ec47b292ce2b51dc1967458e228eb0bf221
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 29 13:02:12 2016 +0200
IuPS: add VTY config for asn_debug
Add file iu_vty.c in libiu, and iu_vty_init() to initialize the new VTY
command:
log
logging asn1-debug (1|0)
Change-Id: If4e7d0ab3fc2ed0cdf4fb0a3fa077a9e34890918
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/iu.h | 2 ++
openbsc/src/libiu/Makefile.am | 2 +-
openbsc/src/libiu/iu_vty.c | 50 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 53 insertions(+), 1 deletion(-)
create mode 100644 openbsc/src/libiu/iu_vty.c
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)