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 56ea30ff3f9f98a4903d060196b185ce124d7eaa (commit)
from 3ad0346f00c4d135f7d4d15017ce2941e13e2c54 (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=56ea30ff3f9f98a4903d060196b185ce…
commit 56ea30ff3f9f98a4903d060196b185ce124d7eaa
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Mar 26 21:35:11 2016 +0100
osmo-bsc: fix compiler warning: store struct in vty->index
Don't store an MSC index number in the vty->index void* value. Instead,
store the osmo_msc_data struct directly. Thus avoid warnings about
differences in int vs void* sizes, and save some index lookups.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 80880d45b7091dfbf5c722e2b9e79b60e7a9aba7 (commit)
from dac13bed500ad218143bab3fad95ec2ca316eabd (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-sip-connector/commit/?id=80880d45b7091dfbf5c72…
commit 80880d45b7091dfbf5c722e2b9e79b60e7a9aba7
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 22:11:06 2016 +0100
sip: Refactor sdp file creation and implement alert+connect
The codec negotiation is still a huge todo and the initial version
will be far from perfect. We will use whatever MNCC has decided on
and then see if it is compatible in the end.
-----------------------------------------------------------------------
Summary of changes:
src/sdp.c | 22 ++++++++++++++++++++++
src/sdp.h | 3 +++
src/sip.c | 59 ++++++++++++++++++++++++++++++++++++++++++++---------------
3 files changed, 69 insertions(+), 15 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via dac13bed500ad218143bab3fad95ec2ca316eabd (commit)
via 7a30c94030babb10af3d8293d64011df7a2023a0 (commit)
via 5f29be5acfa130f704a81da01b6ac5f2b9871458 (commit)
via 392313ff735af6b17672787c83fa80fe5439710f (commit)
via b723cceee964ba57c23be30c7f736dece04b2ce3 (commit)
via 586abf9f0fba385de1a8b22376a870a556909d97 (commit)
via 6f039c158deb36a7995c828460bad49f0b9db642 (commit)
via b927a0bbdebab81c108059ad6d6a0a812fff2b75 (commit)
from 989bef0875f3123681bd0d6b1fd8d7ce16fa9eec (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-sip-connector/commit/?id=dac13bed500ad218143ba…
commit dac13bed500ad218143bab3fad95ec2ca316eabd
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 21:09:07 2016 +0100
sip/app: Route call from SIP to MNCC and deal with the release
Fix releasing of the leg in case it is not routable and make the
differentation if we initiated the invite (send CANCEL) or send
a final error. The error code was randomly picked and once we have
an enum of causes we can decide where to map it to.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=7a30c94030babb10af3d8…
commit 7a30c94030babb10af3d8293d64011df7a2023a0
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 20:55:02 2016 +0100
sip: Continue SIP->MNCC (MO or SIP Originated) implementation
Copy out to/from numbers, copy the sdp file, set the magic for the
nh handle. With the incoming cancel the leg and the entire call will
be terminated.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=5f29be5acfa130f704a81…
commit 5f29be5acfa130f704a81da01b6ac5f2b9871458
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 20:30:14 2016 +0100
sip: Actually return after having rejected the new call
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=392313ff735af6b176727…
commit 392313ff735af6b17672787c83fa80fe5439710f
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 20:02:06 2016 +0100
sdp: Extract SDP traversing into a separate module
The code will still know about SIP and the sip_call_leg but is
now separate of the call handling logic.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=b723cceee964ba57c23be…
commit b723cceee964ba57c23be30c7f736dece04b2ce3
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 19:51:33 2016 +0100
call: Create a call with a SIP leg
Clone the MNCC code and create a call with a SIP leg.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=586abf9f0fba385de1a8b…
commit 586abf9f0fba385de1a8b22376a870a556909d97
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 19:44:03 2016 +0100
sip: Handle incoming message and screen the SDP file
Check if the SDP file has any codec potentially supported by GSM.
The topic of codec selection is a complicated one and we will not
support it correctly in the beginning.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=6f039c158deb36a7995c8…
commit 6f039c158deb36a7995c828460bad49f0b9db642
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 18:55:33 2016 +0100
sip: Mark call as MT call in preparation for incoming calls
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=b927a0bbdebab81c10805…
commit b927a0bbdebab81c108059ad6d6a0a812fff2b75
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 18:52:22 2016 +0100
call: It is call_create and not sip_create
It is not creating anything related to sip at all. Remove the
prefix in preparation to creating a call from a sip_call_leg.
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 3 +-
src/app.c | 2 +-
src/call.c | 26 ++++++++-
src/call.h | 14 ++++-
src/mncc.c | 2 +-
src/sdp.c | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/sdp.h | 10 ++++
src/sip.c | 155 +++++++++++++++++++++++++++--------------------------
8 files changed, 293 insertions(+), 80 deletions(-)
create mode 100644 src/sdp.c
create mode 100644 src/sdp.h
hooks/post-receive
--
MNCC <-> SIP bridge
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 "MNCC <-> SIP bridge".
The branch, master has been updated
via 989bef0875f3123681bd0d6b1fd8d7ce16fa9eec (commit)
via f9ba5612a9338417e7dc8e3953140c953cf5c274 (commit)
via 997d72e0fef7da565de026986a8235637fd91bfa (commit)
via 2211c3ba567472786274fe00599211cfcfdbdcca (commit)
via 2e36090feadb524430eee70cf0b0e16f1c10f839 (commit)
via 71fbe870d896bfc2f6032b932254aac01b841fd1 (commit)
via d3d8348c6233302a3655b28ad4afc276202d030a (commit)
via ad6eabd4b50cfe184b99578b91cf8aa5572b94b1 (commit)
via 49a4a643da0da08fe73b7ce7b4b37d550dc81bc2 (commit)
via 4ca311e6292c264e8902aba07c7ea6f1ff801bda (commit)
via cacce828103752a9375928c63fcb7c2c19d513ae (commit)
via aab9ac519168af62fa53ec71837bdd371dd32a62 (commit)
via f86979e1eb88ab36f96bb90ac3f00fbd78e7f097 (commit)
via 292e2cddd02f2e1ca75e9efedd73389d72a549d6 (commit)
via 153ebbf6e28ecda275ff00212affa4a46e1d4ed6 (commit)
via aa41b0aafc5e4776ccfcfc35202e6964767abdc2 (commit)
via e08887ec4e7196c322da84fa837cb47cf5c834ba (commit)
from 4f8cafa5b089ba0cab33afc7752fa54bd8e57d36 (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-sip-connector/commit/?id=989bef0875f3123681bd0…
commit 989bef0875f3123681bd0d6b1fd8d7ce16fa9eec
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 16:33:15 2016 +0100
app: Translate payload name to IETF codec name
Convert the MNCC codec type to the IETF codec name.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=f9ba5612a9338417e7dc8…
commit f9ba5612a9338417e7dc8e3953140c953cf5c274
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 16:31:00 2016 +0100
Write down some of the limitations of the current setup
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=997d72e0fef7da565de02…
commit 997d72e0fef7da565de026986a8235637fd91bfa
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 06:19:14 2016 +0100
app: Ask the sip side to create a leg
Create SIP leg and if it is failing release the call
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=2211c3ba567472786274f…
commit 2211c3ba567472786274fe00599211cfcfdbdcca
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 06:17:29 2016 +0100
sip: Implement MT call out to SIP
* Create a new handle
* Send the invite
* Have some state transitions
* Allow to release a call in initial unconfirmed state, confirmed
one with cancel and connected with bye
* Add simple SDP parsing to find the rtpmap/codec that is used by
gsm
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=2e36090feadb524430eee…
commit 2e36090feadb524430eee70cf0b0e16f1c10f839
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 06:19:42 2016 +0100
sip: Tell sofia-sip that we will ack certain things ourselves
This has not tested re-transmission and if a call is connected
multiple times or not.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=71fbe870d896bfc2f6032…
commit 71fbe870d896bfc2f6032b932254aac01b841fd1
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Mar 26 06:20:54 2016 +0100
mncc: In case of a disconnect.ind inform the other leg
In case the call got disconnected propagate it to the other leg
of the call.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=d3d8348c6233302a3655b…
commit d3d8348c6233302a3655b28ad4afc276202d030a
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Mar 25 21:30:59 2016 +0100
mncc: Send RTP_CONNECT and verify connect result
The current code can not deal with two outstanding commands. Let's
assume the user will hang up if the voice connection will fail and
we will add a general RTP_CONNECT check to tearn down a call.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=ad6eabd4b50cfe184b995…
commit ad6eabd4b50cfe184b99578b91cf8aa5572b94b1
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 24 21:37:10 2016 +0100
mncc: Refactor and reduce some code clones for sanity checks
Not every message might have the size of gsm_mncc and the size check
is done inside each routine. Routines that relate to calls now share
the code to check the size and the look-up to find the leg.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=49a4a643da0da08fe73b7…
commit 49a4a643da0da08fe73b7ce7b4b37d550dc81bc2
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 24 21:02:36 2016 +0100
mncc: Prepare alerting and and connecting the call
What is not done is to actually set-up rtp that it can flow to the
now confirmed remote.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=4ca311e6292c264e8902a…
commit 4ca311e6292c264e8902aba07c7ea6f1ff801bda
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 24 21:01:18 2016 +0100
mncc: Handle disconnect and release the call
Send a release request and release the leg on conformation
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=cacce828103752a937592…
commit cacce828103752a9375928c63fcb7c2c19d513ae
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 24 18:48:45 2016 +0100
mncc: In case of an unexpected REL.IND inform the other leg about it
I had modified my code to do nothing after having sent the PROCEEDING
message. First the MS will issue a DISCONNECT.IND (which I ignored) and
then there will be REL.IND. Let's inform the other leg about this event
and let's assume the call will then be terminated.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=aab9ac519168af62fa53e…
commit aab9ac519168af62fa53ec71837bdd371dd32a62
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 24 18:33:49 2016 +0100
mncc: Log commands in hex to find the name more easily in mncc_protocol.h
In the long run we should print these by name and not by the number
but as the table is in OpenBSC and I did not want to copy it we will
have to cope with the numbers a little longer.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=f86979e1eb88ab36f96bb…
commit f86979e1eb88ab36f96bb90ac3f00fbd78e7f097
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 24 18:26:24 2016 +0100
call/mncc: Set proceeding and deal with release based on this state
Let's inform the MS that we have collected everything to move forward
with the call. A new way to release the call is required in this state.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=292e2cddd02f2e1ca75e9…
commit 292e2cddd02f2e1ca75e9efedd73389d72a549d6
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 24 17:35:42 2016 +0100
mncc: Extract the RTP port information before continuing
These need to be used by the SIP leg to move forward.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=153ebbf6e28ecda275ff0…
commit 153ebbf6e28ecda275ff00212affa4a46e1d4ed6
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 24 18:47:25 2016 +0100
call: Change to past tense and move code after the free
Reading the "releasing" log output sounded like one more message
had been sent and this code is waiting for something. Take a copy
of the call id and then print that the call has been released.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=aa41b0aafc5e4776ccfcf…
commit aa41b0aafc5e4776ccfcfc35202e6964767abdc2
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 24 18:24:47 2016 +0100
call: Re-order includes from local to osmocom to system
Let's follow the self first, local next, osmocom, system order of
include files.
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=e08887ec4e7196c322da8…
commit e08887ec4e7196c322da84fa837cb47cf5c834ba
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Mar 24 18:24:02 2016 +0100
app: Release the call by releasing the initial request
This will then go through the release procedure of the relevant
call instead of letting it timeout on the initial leg.
-----------------------------------------------------------------------
Summary of changes:
README.asciidoc | 10 +++
src/app.c | 20 ++++-
src/app.h | 2 +
src/call.c | 15 +++-
src/call.h | 43 ++++++++-
src/mncc.c | 217 ++++++++++++++++++++++++++++++++++++++++++++-
src/sip.c | 266 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/sip.h | 3 +
8 files changed, 569 insertions(+), 7 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/no-demod has been updated
via f8f000cca1d764b3baa7e19c29c5ed42f2a63844 (commit)
via f1c1379e97e0982154f256f5ea9db306709caba3 (commit)
from bb7b057ec3cd228a68480391d15e6ca9373e9e9a (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-trx/commit/?id=f8f000cca1d764b3baa7e19c29c5ed4…
commit f8f000cca1d764b3baa7e19c29c5ed42f2a63844
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Mar 26 14:43:37 2016 +0300
fixup
http://cgit.osmocom.org/osmo-trx/commit/?id=f1c1379e97e0982154f256f5ea9db30…
commit f1c1379e97e0982154f256f5ea9db306709caba3
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Mar 26 10:57:41 2016 +0300
fixup
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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/auth_tests_wip has been created
at 20bbcd096de9156fcbfc61950cde46cd20236ec3 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=20bbcd096de9156fcbfc61950cde46cd…
commit 20bbcd096de9156fcbfc61950cde46cd20236ec3
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Mar 26 01:41:08 2016 +0100
MM auth: return AUTH_NOT_AVAIL instead of hardcoded zero
AUTH_NOT_AVAIL == 0, so this is no functional change.
http://cgit.osmocom.org/openbsc/commit/?id=48123874f7877de5e163f83593aa193c…
commit 48123874f7877de5e163f83593aa193c2fc6ad96
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Mar 26 01:39:47 2016 +0100
MM auth: introduce AUTH_ERROR constant.
Instead of using hardcoded -1 for errors, include -1 in the enum auth_action
type; apply its use.
http://cgit.osmocom.org/openbsc/commit/?id=36f9af92b0d94126efe38c9dfc786ea1…
commit 36f9af92b0d94126efe38c9dfc786ea155516356
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Mar 26 01:16:10 2016 +0100
auth_test future
http://cgit.osmocom.org/openbsc/commit/?id=b4eda53768ebefbad6bfe5231e562b77…
commit b4eda53768ebefbad6bfe5231e562b77f233fc2d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Mar 26 01:26:09 2016 +0100
mm_auth_test: add two tests for AUTH_THEN_CIPH
Test two situations for AUTH_DO_AUTH_THEN_CIPH:
- when no auth tuple is available
- when the key sequence from LU is marked invalid
Add convenience auth tuple comparison function using stringification.
http://cgit.osmocom.org/openbsc/commit/?id=1a92af94a272e6f52508e84820f24806…
commit 1a92af94a272e6f52508e84820f248069b9a6acc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Mar 26 01:21:00 2016 +0100
Add mm_auth test; add auth_action_str() function
Add basic MM Authentication test setup, with fake DB access and RAND_bytes().
So far implement simple tests for IO error during DB access and missing auth
entry.
To print the auth action during tests, implement auth_action_str() inline
function.
http://cgit.osmocom.org/openbsc/commit/?id=51f510ab12e76ad07ccaf9ac42ab6309…
commit 51f510ab12e76ad07ccaf9ac42ab6309c96528fc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Mar 25 00:56:54 2016 +0100
osmo-bsc: fix compiler warning: store struct in vty->index
Don't store an MSC index number in the vty->index void* value. Instead,
store the osmo_msc_data struct directly. Thus avoid warnings about
differences in int vs void* sizes, and save some index lookups.
-----------------------------------------------------------------------
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 "MNCC <-> SIP bridge".
The branch, zecke/wip/sip-invite-cancel has been updated
via 038ac7e2aa1bdfa6c099177a1666361f1d474851 (commit)
via 9f5edf62bf77ab053b958e8b060973cee9596acb (commit)
from 9b6b73207d503524057d008875835b627cd70b6c (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-sip-connector/commit/?id=038ac7e2aa1bdfa6c0991…
commit 038ac7e2aa1bdfa6c099177a1666361f1d474851
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Mar 25 21:30:59 2016 +0100
WIP.. send the rtp connect
http://cgit.osmocom.org/osmo-sip-connector/commit/?id=9f5edf62bf77ab053b958…
commit 9f5edf62bf77ab053b958e8b060973cee9596acb
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Mar 25 21:15:35 2016 +0100
WIOP... connect call.. and handle other parts of it too
-----------------------------------------------------------------------
Summary of changes:
src/call.h | 8 +++
src/mncc.c | 58 +++++++++++++++++++-
src/sip.c | 179 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
3 files changed, 242 insertions(+), 3 deletions(-)
hooks/post-receive
--
MNCC <-> SIP bridge
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/rach-filler has been updated
discards 3bd703af01e7dd63ed9d9a39666be19aa8e6f91d (commit)
discards 66f8b0a8cb5b701690b78495f4fa84dfaf311d08 (commit)
discards dd49d2015504bd8b7239ddc92d3e0215948017b6 (commit)
discards dd2a4294b43499e4cc7334075c0a0bc9d7483464 (commit)
discards c1af09114b7c3e6fee4514158d7346ed77e9dddb (commit)
discards 521c15939be3fdc1f42490450f5481607b4e7d7f (commit)
discards 81cc8a839a3a914e6abef2de05dc34b930df56a2 (commit)
via aa65b020e7580d95d2879d16a054a9d1b145cd0d (commit)
via 72d4404534fc01081a2bc2380a7e3f512212c87c (commit)
via 7ed93551ba252dde3ca7bfeea73f910b8bf95afc (commit)
via 9460154b364d7ec0df4e69828aab467a1514a7ec (commit)
via 2f09d69063196a2352262b1981d6de178ac10bd4 (commit)
via 140a2076d9732110f4221b4fde5a4fa8344ee70d (commit)
via 67a8fb9d51e9d05489f4320eacca1753e7624747 (commit)
via cd3d0e616d1b2e7a38e81e29a643210d8bc57151 (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 (3bd703af01e7dd63ed9d9a39666be19aa8e6f91d)
\
N -- N -- N (aa65b020e7580d95d2879d16a054a9d1b145cd0d)
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-trx/commit/?id=aa65b020e7580d95d2879d16a054a9d…
commit aa65b020e7580d95d2879d16a054a9d1b145cd0d
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 25 18:33:42 2016 +0300
transceiver: WIP: Set default max delay to 2 samples.
Default value of 0 may be too harsh, especially given random Rx/Tx delay
in 1 SPS receive mode.
http://cgit.osmocom.org/osmo-trx/commit/?id=72d4404534fc01081a2bc2380a7e3f5…
commit 72d4404534fc01081a2bc2380a7e3f512212c87c
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 25 18:28:34 2016 +0300
transceiver: Add an option to emulate a RACH delay in random filler mode.
http://cgit.osmocom.org/osmo-trx/commit/?id=7ed93551ba252dde3ca7bfeea73f910…
commit 7ed93551ba252dde3ca7bfeea73f910b8bf95afc
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Mar 19 21:16:58 2016 +0300
sigProcLib: Change number of head bits in detectRACHBurst() from 4 to 8.
To match GSM 05.02 Access Burst definition.
http://cgit.osmocom.org/osmo-trx/commit/?id=9460154b364d7ec0df4e69828aab467…
commit 9460154b364d7ec0df4e69828aab467a1514a7ec
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Mar 23 17:06:32 2016 +0300
transceiver: Add an option to generate random Access Bursts.
http://cgit.osmocom.org/osmo-trx/commit/?id=2f09d69063196a2352262b1981d6de1…
commit 2f09d69063196a2352262b1981d6de178ac10bd4
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Mar 19 21:16:22 2016 +0300
transceiver: Properly handle MAXDLY.
Previously MAXDLY value was applied to Normal Bursts, which was nice
when working with sloppy test equipment like CMD57, but useless for
real world usage. At the same time documentation and de facto usage
of MAXDLY in OsmoBTS and OpenBTS assumed that it actually applies to
Access Bursts (RACH). So this patch changes osmo-rx behavior to apply
MAXDLY to RACH bursts and introduces a new command MAXDLYNB for the
old behavior.
http://cgit.osmocom.org/osmo-trx/commit/?id=140a2076d9732110f4221b4fde5a4fa…
commit 140a2076d9732110f4221b4fde5a4fa8344ee70d
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 25 18:20:28 2016 +0300
transceiver: Log channel number in DEBUG output of demoded bursts.
http://cgit.osmocom.org/osmo-trx/commit/?id=67a8fb9d51e9d05489f4320eacca175…
commit 67a8fb9d51e9d05489f4320eacca1753e7624747
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Thu Jul 30 20:04:18 2015 -0400
Common: Make sure gLogEarly() log to the same facilities as the normal log.
http://cgit.osmocom.org/osmo-trx/commit/?id=cd3d0e616d1b2e7a38e81e29a643210…
commit cd3d0e616d1b2e7a38e81e29a643210d8bc57151
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Thu Jul 30 19:59:56 2015 -0400
Common: Get rid of a compilation warning.
debugLogEarly was replaced to an empty space and arguments of the function
became operators, grouped together by ():
Configuration.cpp: In member function 'bool ConfigurationTable::defines(const string&)':
Configuration.cpp:272:28: warning: left operand of comma operator has no effect [-Wunused-value]
debugLogEarly(LOG_ALERT, "configuration parameter %s not found", key.c_str());
^
This fix removes debugLogEarly together with its arguments.
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/Configuration.cpp | 2 +-
CommonLibs/Logger.cpp | 39 +++++++++++++++++++++++++++++++++------
2 files changed, 34 insertions(+), 7 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/edge_umtrx has been deleted
was 67bac07e4147f66430e997bc97f5b7d1f8ca236c
-----------------------------------------------------------------------
67bac07e4147f66430e997bc97f5b7d1f8ca236c EDGE: Add support for UmTRX.
-----------------------------------------------------------------------
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/rach-filler has been created
at 3bd703af01e7dd63ed9d9a39666be19aa8e6f91d (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=3bd703af01e7dd63ed9d9a39666be19…
commit 3bd703af01e7dd63ed9d9a39666be19aa8e6f91d
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 25 18:33:42 2016 +0300
transceiver: WIP: Set default max delay to 2 samples.
Default value of 0 may be too harsh, especially given random Rx/Tx delay
in 1 SPS receive mode.
http://cgit.osmocom.org/osmo-trx/commit/?id=66f8b0a8cb5b701690b78495f4fa84d…
commit 66f8b0a8cb5b701690b78495f4fa84dfaf311d08
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 25 18:28:34 2016 +0300
transceiver: Add an option to emulate a RACH delay in random filler mode.
http://cgit.osmocom.org/osmo-trx/commit/?id=dd49d2015504bd8b7239ddc92d3e021…
commit dd49d2015504bd8b7239ddc92d3e0215948017b6
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 25 18:26:45 2016 +0300
sigProcLib: Whitespace changes.
http://cgit.osmocom.org/osmo-trx/commit/?id=dd2a4294b43499e4cc7334075c0a0bc…
commit dd2a4294b43499e4cc7334075c0a0bc9d7483464
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 25 18:20:28 2016 +0300
transceiver: Log channel number in DEBUG output of demoded bursts.
http://cgit.osmocom.org/osmo-trx/commit/?id=c1af09114b7c3e6fee4514158d7346e…
commit c1af09114b7c3e6fee4514158d7346ed77e9dddb
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Mar 19 21:16:58 2016 +0300
sigProcLib: Change number of head bits in detectRACHBurst() from 4 to 8.
To match GSM 05.02 Access Burst definition.
http://cgit.osmocom.org/osmo-trx/commit/?id=521c15939be3fdc1f42490450f54816…
commit 521c15939be3fdc1f42490450f5481607b4e7d7f
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Mar 19 21:16:22 2016 +0300
transceiver: Properly handle MAXDLY.
Previously MAXDLY value was applied to Normal Bursts, which was nice
when working with sloppy test equipment like CMD57, but useless for
real world usage. At the same time documentation and de facto usage
of MAXDLY in OsmoBTS and OpenBTS assumed that it actually applies to
Access Bursts (RACH). So this patch changes osmo-rx behavior to apply
MAXDLY to RACH bursts and introduces a new command MAXDLYNB for the
old behavior.
http://cgit.osmocom.org/osmo-trx/commit/?id=81cc8a839a3a914e6abef2de05dc34b…
commit 81cc8a839a3a914e6abef2de05dc34b930df56a2
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Mar 23 17:06:32 2016 +0300
transceiver: Add an option to generate random Access Bursts.
-----------------------------------------------------------------------
hooks/post-receive
--
OpenBTS' transceiver retro-fit