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/master has been updated
via 3fa5cae33fd62b0a3c2bdd3f8e4b549128ba3ee5 (commit)
from 3576341cc8f6ac5e2f4ee1a56f5fc9a1ad81efee (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=3fa5cae33fd62b0a3c2bdd3f8e4b549…
commit 3fa5cae33fd62b0a3c2bdd3f8e4b549128ba3ee5
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.
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/Logger.cpp | 39 +++++++++++++++++++++++++++++++++------
1 file changed, 33 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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/master has been updated
via 3576341cc8f6ac5e2f4ee1a56f5fc9a1ad81efee (commit)
from b54d46e670d05174109e21510fee3ada5e18eb51 (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=3576341cc8f6ac5e2f4ee1a56f5fc9a…
commit 3576341cc8f6ac5e2f4ee1a56f5fc9a1ad81efee
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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, fairwaves/master has been updated
via 0a8e5f4f86077f4419ab3298ded09f215582beb7 (commit)
from 06d0c6da803a8e46078a241f09ee7244bec013ab (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=0a8e5f4f86077f4419ab3298ded09f21…
commit 0a8e5f4f86077f4419ab3298ded09f215582beb7
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Thu Jul 30 15:31:39 2015 +0300
fix: extension-prefix equal to 0 is used as default value
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/bsc_vty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, ciaby/2015-07-28 has been created
at 255e7c09f243f61e9381ad7702cbfbe3cd1b9f34 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=255e7c09f243f61e9381ad7702cbfbe3…
commit 255e7c09f243f61e9381ad7702cbfbe3cd1b9f34
Author: Ciaby <ciaby(a)rhizomatica.org>
Date: Tue Jul 28 08:11:29 2015 -0500
nitb: Rename "use-tmsi" into "assign-tmsi", add a missing space after "no"
http://cgit.osmocom.org/openbsc/commit/?id=7eda2643b87668feb682b17a481c2c85…
commit 7eda2643b87668feb682b17a481c2c85b9a7b86d
Merge: 94d6e6c 32ee7f9
Author: Ciaby <ciaby(a)rhizomatica.org>
Date: Tue Jul 28 07:52:41 2015 -0500
Merge branch 'zecke/features/no-tmsi' into ciaby/2015-07-28
http://cgit.osmocom.org/openbsc/commit/?id=94d6e6cc265b3b582a4e12a99ccc8a01…
commit 94d6e6cc265b3b582a4e12a99ccc8a01113eb8a0
Author: Ciaby <ciaby(a)rhizomatica.org>
Date: Sun Nov 16 23:06:47 2014 -0600
Handover fix, needs to be tested.
http://cgit.osmocom.org/openbsc/commit/?id=45ab7790b1bcba0673417999117b0b0b…
commit 45ab7790b1bcba0673417999117b0b0b51f9f3d4
Author: Ciaby <ciaby(a)autistici.org>
Date: Sun May 4 20:04:11 2014 +0200
Revert MNCC_SOCK_VERSION to 2 (from 4), otherwise there is no know LCR version which can work with it :) Also mentioned at: https://gitorious.org/sysmocom-openembedded/meta-telephony/commit/4da2963d8…http://cgit.osmocom.org/openbsc/commit/?id=6dd9a81ce88fb8a8577c3a544de37eb8…
commit 6dd9a81ce88fb8a8577c3a544de37eb82907911c
Author: Ciaby <ciaby(a)autistici.org>
Date: Fri Mar 7 15:36:22 2014 +0100
Added SMPP support in the debian build, include libsmpp34-dev as a dependency.
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The annotated tag, fairwaves/0.14.0-fw.1 has been created
at c4c613fb7587065bae833100ece6124249aa6a91 (tag)
tagging 06d0c6da803a8e46078a241f09ee7244bec013ab (commit)
replaces 0.14.0
tagged by Ivan Kluchnikov
on Mon Jul 27 14:11:36 2015 +0300
- Log -----------------------------------------------------------------
Fairwaves 0.14.0-fw.1 version.
Alexander Chemeris (4):
libmsc: Update 'max_power_red' VTY command.
libbsc: Abstract out SIs update/generation for a BTS into a separate function.
libbsc: Update a BTS's SIs when ms_max_power is changed from VTY.
utils: 'meas_json' utility to convert measurement feed into a JSON feed.
Andreas Eversberg (12):
rtp: Add handling of BFI (Bad Frame Indicatior) of received TRAU frames
rtp: Fixed problem of mute audio on some calls
Add traffic forwarding via RTP to remote application
Allow dynamic RTP payload types between application and MNCC interface
Add option to set RADIO LINK TIMEOUT value via VTY
Send RADIO LINK TIMEOUT value via OML attribute to BTS
Add check for non existing lchan at tch_frame_down()
Drop bad speech frames rather than forwarding them via RTP
Add full AMR multirate IE support with VTY config for MS and BTS side
Fix: If paging for half rate was requested, use hr, if supported by MS
If requested TCH/H channel is not available, try assigning TCH/F
osmo-nitb support for codec negotiation
Holger Hans Peter Freyther (60):
debian: We are at version 0.14 now
rtp: Use osmocom/netif/rtp.h for the rtp structure definition
rtp: Catch up with the removal of the rtp.h
rtp: And really catch up and remove all occurences of openbsc/rtp.h
rtp: Fix memory leak fixed by Andreas without mentioning it
write_queue: Check the result of osmo_wqueue_enqueue and free
libmgcp: Fail if transcoding can't be configured
bsc: Allow to use different LAC/CI for the core-network
bsc: In preparation to the MT lac/ci patching split the code
bsc: Change paging strategy based on override or not
bts: "Repair" broken channels if we receive the release ack
nat: The reject cause of "-1" has failure meaning, change it
nat: Inform others if an IMSI is rejected
nat: Add a ctrl command to add to an existing ACC list
nat: Add ctrl command to save the configuration
nat: Check the con->imsi for the tracked IMSI
nat: Check for the access list in set command as well
debian: meas2pcap requires libpcap-dev unconditionally
misc: Fix warnings about size of size_t in printf
sgsn/gtp: Fill out the optional RAT type
nat: Make mode-set patching optional
mgcp: Ignore the case for finding a codec
mgcp: Allow to disable transcoding for trunks
debian: Do not depend on shared libraries directly
mncc: Select the codec similar to the modify handling
sub: Remove paging requests before dispatching
sub: Remove introspection of the "channel queue"
sub: Remove the queue from the subscriber code
Merge branch 'zecke/features/no-queue'
mgcp: Fix compiler warning on 64bit builds
filter: Move the gsm 04.08 filter to a common place
filter: Move the method definition to the filter module
filter: Move the access list management around
filter: Move VTY code into the filter module
filter: Cease out "struct bsc_nat" from the API
filter: Remove nat from bsc_nat_acc_lst and replace with msg
filter: Rename BSC to LOCAL and NAT to GLOBAL
filter: More renaming and remove of "NAT" from it
filter: Separate SCCP/BSSAP extraction and gsm48 code
filter: Remove NAT knowledge from auth_imsi
filter: Put all the parameters in a struct to avoid order issues
filter: Remove the bsc_connection from the internal functions
filter: Remove nat_sccp_connection from public API
filter: Remove bsc_connection from the filter API
filter: Move from DNAT to DFILTER category
filter: Move the con_type into the filter_state
bsc: Add access lists to the MSC and the BSC
bsc: Add access list filtering to the BSC
bsc: Send a LU Reject in case it has been filtered
Merge branch 'zecke/features/acc-list'
gsup: Document passing MSISDN as part of the response
gsup: Specify the QoS service for the PDP info
gsup: Extract the new MSISDN string
gsup: Extract the QoS field
sgsn: Copy the msisdn to the sgsn_data and use it in PDP activation
sgsn: Store subscribed QoS and attempt to use it
sgsn: Handle different levels of QoS
sgsn: Dump the E164 (encoded) assigned to the subscriber
sgsn: Show the QoS that has been assigned
Merge branch 'zecke/features/gprs-gsup-fixes'
Ivan Kluchnikov (6):
gsm_04_08: Use osmo_assert for transt->conn and conn only in case of paging succeeded
debian: build only osmo-nitb package
debian: Add osmocom-meas-utils package
debian: osmocom-meas-utils should not depend on -dev packages
sub: Add the ability to set prefix for randomly generated extensions
debian: Update changelog to 0.14.0-fw.1
Jacob Erlbeck (6):
nat: Fix timeslot range in 'show bsc mgcp' VTY command
gprs: Fix GSUP cancel_type handling (Coverity)
nitb: Check source string length before calling strncpy (Coverity)
nitb: Fix IMSI/IMEI buffer handling (Coverity)
mgcp: Move assignment of src_codec downwards
mgcp/test: Fix mgcp-transcoding assertion (Coverity)
Max (1):
ignore debian build byproducts
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, fairwaves/master has been updated
via 06d0c6da803a8e46078a241f09ee7244bec013ab (commit)
from 0855c024c47ab9c14d732234a7220dfb7209cc90 (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=06d0c6da803a8e46078a241f09ee7244…
commit 06d0c6da803a8e46078a241f09ee7244bec013ab
Author: Ivan Kluchnikov <kluchnikovi(a)gmail.com>
Date: Mon Jul 27 13:59:03 2015 +0300
debian: Update changelog to 0.14.0-fw.1
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 7 +++++++
1 file changed, 7 insertions(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, fairwaves/master has been updated
via 0855c024c47ab9c14d732234a7220dfb7209cc90 (commit)
from 85439534961c34f620117979d658bdbb760bafb3 (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=0855c024c47ab9c14d732234a7220dfb…
commit 0855c024c47ab9c14d732234a7220dfb7209cc90
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jun 10 18:55:28 2015 -0400
utils: 'meas_json' utility to convert measurement feed into a JSON feed.
-----------------------------------------------------------------------
Summary of changes:
debian/osmocom-meas-utils.install | 1 +
openbsc/src/utils/Makefile.am | 6 +-
openbsc/src/utils/meas_json.c | 169 ++++++++++++++++++++++++++++++++++++++
3 files changed, 175 insertions(+), 1 deletion(-)
create mode 100644 openbsc/src/utils/meas_json.c
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 "SIP handling PetitParser".
The branch, master has been updated
via 104c521a1a6cfe4d7ad22c6de0393bcb26dcc10c (commit)
via 54c4074b809d40b89a19c9724f6b2367d1f9c673 (commit)
from acf3dced3b4b824de89d3aca2d784c29cc494c88 (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/smalltalk/osmo-st-sip/commit/?id=104c521a1a6cfe4d7a…
commit 104c521a1a6cfe4d7ad22c6de0393bcb26dcc10c
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Jul 27 10:17:47 2015 +0200
pharo: Also change the invocation of the code
http://cgit.osmocom.org/smalltalk/osmo-st-sip/commit/?id=54c4074b809d40b89a…
commit 54c4074b809d40b89a19c9724f6b2367d1f9c673
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Jul 27 10:16:16 2015 +0200
pharo: Add a different test implementation
-----------------------------------------------------------------------
Summary of changes:
pharo-porting/changes_for_pharo.st | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
hooks/post-receive
--
SIP handling PetitParser
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 "MGCP grammar using PetitParser".
The branch, master has been updated
via 2bd0d15c2ac801e491553deb32ee284a0e1ea97e (commit)
via 2ffa612cb08b7472c27b9724848f4fe26106d94b (commit)
via c89b725bce9668719b7335a3ae474ce92f6aa032 (commit)
via a4abf25a6aa60238e2f7afbdb91cc3a8ebaf3259 (commit)
via 8174b683cb914ea34cb8eb98221dd3e7d24704e1 (commit)
via e32d2ac2be5cced19bc64ed267d9d4450afbd471 (commit)
via ed9b19825622c90fc3ba48b90f09b1339074a655 (commit)
from 31c7c8e55b4d18806666d6764a855bf9d2de55c4 (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/smalltalk/osmo-st-mgcp/commit/?id=2bd0d15c2ac801e49…
commit 2bd0d15c2ac801e491553deb32ee284a0e1ea97e
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Jul 27 10:12:25 2015 +0200
Add makefile to help porting to pharo
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=2ffa612cb08b7472c…
commit 2ffa612cb08b7472c27b9724848f4fe26106d94b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Jul 27 10:09:35 2015 +0200
callagent: Do not assume certain scheduling...
We start a timer and re-send during this interval. We might
or might not send it more than six times. On Pharo we do not
reach that value and it is fine. We care about that it is
resent during the interval.
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=c89b725bce9668719…
commit c89b725bce9668719b7335a3ae474ce92f6aa032
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Mon Jul 27 10:07:35 2015 +0200
callagent: Use asString as displayString is not available
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=a4abf25a6aa60238e…
commit a4abf25a6aa60238e2f7afbdb91cc3a8ebaf3259
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Jul 25 21:53:47 2015 +0200
pharo: Do not have the same variable twice
Pharo doesn't allow to define the class like this.
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=8174b683cb914ea34…
commit 8174b683cb914ea34cb8eb98221dd3e7d24704e1
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sat Jul 25 21:49:26 2015 +0200
pharo: Do not use >>% format but the pharp command
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=e32d2ac2be5cced19…
commit e32d2ac2be5cced19bc64ed267d9d4450afbd471
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Jul 24 18:39:11 2015 +0200
Use prereq and such instead of manual dependency loading
With PackageLoader loadPackageFromFile we do not need to load
the package in the source file.
http://cgit.osmocom.org/smalltalk/osmo-st-mgcp/commit/?id=ed9b19825622c90fc…
commit ed9b19825622c90fc3ba48b90f09b1339074a655
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Jul 24 18:28:12 2015 +0200
modernize the test cases. Use >>#assert:equals:
-----------------------------------------------------------------------
Summary of changes:
Makefile | 64 ++++++++++++++++++++++++++++++++++++++
callagent/MGCPCallAgent.st | 4 ---
callagent/MGCPCommands.st | 9 ++++--
callagent/MGCPEndpoint.st | 4 +--
callagent/MGCPLogArea.st | 2 --
callagent/MGCPResponse.st | 4 +--
callagent/MGCPTransaction.st | 24 ++++++--------
callagent/Tests.st | 47 ++++++++++++++--------------
grammar/MGCPGrammar.st | 4 +--
grammar/MGCPGrammarTest.st | 25 ++++++---------
package.xml | 4 +++
pharo-porting/changes_for_pharo.st | 29 +++++++++++++++++
12 files changed, 152 insertions(+), 68 deletions(-)
create mode 100644 Makefile
create mode 100644 pharo-porting/changes_for_pharo.st
hooks/post-receive
--
MGCP grammar using PetitParser
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 "SIP handling PetitParser".
The branch, master has been updated
via acf3dced3b4b824de89d3aca2d784c29cc494c88 (commit)
via 7e9c00525e1a6b9cffe953e76b2d881faf4db154 (commit)
via e6f5e3afde44704f1859b20e09104219c9e08caf (commit)
from aa7002b2e164e403f49b5e7629ec0a246fa7d850 (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/smalltalk/osmo-st-sip/commit/?id=acf3dced3b4b824de8…
commit acf3dced3b4b824de89d3aca2d784c29cc494c88
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Jul 24 18:12:57 2015 +0200
pharo: DO not have PP.PPParser as subclass
http://cgit.osmocom.org/smalltalk/osmo-st-sip/commit/?id=7e9c00525e1a6b9cff…
commit 7e9c00525e1a6b9cffe953e76b2d881faf4db154
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Jul 24 18:07:56 2015 +0200
pharo: Convert the datagram too
http://cgit.osmocom.org/smalltalk/osmo-st-sip/commit/?id=e6f5e3afde44704f18…
commit e6f5e3afde44704f1859b20e09104219c9e08caf
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Fri Jul 24 18:07:36 2015 +0200
pharo: Use something that is now in OsmoCore
Do not relay on the HLR to be loaded
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 ++
pharo-porting/changes_for_pharo.st | 10 +++++-----
2 files changed, 7 insertions(+), 5 deletions(-)
hooks/post-receive
--
SIP handling PetitParser