This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 7bc88bbd7ea43082fec181c6892259218ce198a0 (commit)
from 59a9ebf8b8f465589b40eb58aeb839bdaadb7009 (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/libosmocore/commit/?id=7bc88bbd7ea43082fec181c68922…
commit 7bc88bbd7ea43082fec181c6892259218ce198a0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Apr 15 19:05:33 2017 +0200
ipa: Introduce helpers to encode IPA CCM ID RESPONSE
The ipa.c file already contained code to parse an ID RESPONSE into the
'struct ipaccess_unit', but it didn't so far contain code to put
together an ID RESPONSE packet based on that structure. Let's change
that with ipa_ccm_make_id_resp() and a helper wrapper
ipa_ccm_make_id_resp_from_req().
Change-Id: Icbcd8827a75fd5f3393351c1ca372de85275ad35
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/ipa.h | 7 +++
src/gsm/ipa.c | 119 +++++++++++++++++++++++++++++++++++++++++++++-
src/gsm/libosmogsm.map | 2 +
3 files changed, 127 insertions(+), 1 deletion(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SCCP Library".
The branch, master has been updated
via 05ad104c5892a84ab490fe435f7905993bd67cd9 (commit)
via d95958b5fbab4ba1c6071b57d5832b7b8ee28ba4 (commit)
via d282c4cc4710684db081d2f8175c960c113603ea (commit)
via 47c2a97c6d056491c35b8ef8d54e01171e4f4cbe (commit)
via 04dee2f9e1bce135d359d9223f1a1db48966c5fe (commit)
via c0315368084d91d0fbec4d6a6e29c72ac94e255b (commit)
via f5a030fac89ab47e1fa787a799a5ed0d9f4104d3 (commit)
via f06c7f559a69147bca8d2abec7ba60319292c445 (commit)
from 975a2c81e05999757a43231565218b344391d1d5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-sccp/commit/?id=05ad104c5892a84ab490fe435f7…
commit 05ad104c5892a84ab490fe435f7905993bd67cd9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 22:16:53 2017 +0200
get rid of global osmo_ss7_xua_servers variable
By moving this variable into the SS7 instance, we avoid one more global
variable, and we also fix a bug where the xua servers would be saved
multiple times (once per instance).
Change-Id: Icbab59d773f23cc8514cbeb6e21e25ca35dd337f
http://cgit.osmocom.org/libosmo-sccp/commit/?id=d95958b5fbab4ba1c6071b57d58…
commit d95958b5fbab4ba1c6071b57d5832b7b8ee28ba4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 21:47:26 2017 +0200
SUA/M3UA: Implement T(r) recovery timer of Application Server FSM
When an AS goes "down" it first entres a recovery state, in which any
to-be-transmitted messages are enqueued until the timer T(r) expires.
Once the timer expires, the messages are discarded. If the AS goes
ACTIVE before timer expiration, queued messages are sent.
Change-Id: I22725bf35306299a00c66d7b3637f5e198c26247
http://cgit.osmocom.org/libosmo-sccp/commit/?id=d282c4cc4710684db081d2f8175…
commit d282c4cc4710684db081d2f8175c960c113603ea
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 20:46:29 2017 +0200
osmo_ss7_vty: Print AS and ASP state names during 'show'
Change-Id: I6a06d93d6e6c0386676742d6d19f5483a46d7fba
http://cgit.osmocom.org/libosmo-sccp/commit/?id=47c2a97c6d056491c35b8ef8d54…
commit 47c2a97c6d056491c35b8ef8d54e01171e4f4cbe
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 20:30:11 2017 +0200
ss7_vty: don't re-define xUA dialect strings
If we add more xUA variants/protocols, we want to avoid having to touch
too many parts of the code with copy+pasted strings.
Change-Id: I085b884d98fb4c45ac15910a8ebf82b91e861fd4
http://cgit.osmocom.org/libosmo-sccp/commit/?id=04dee2f9e1bce135d359d9223f1…
commit 04dee2f9e1bce135d359d9223f1a1db48966c5fe
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 20:25:10 2017 +0200
m3ua_example: Add SS7 and SCCP VTY
Change-Id: Id03d2f94d22445ada01917356a5ec5a8e4fa3fca
http://cgit.osmocom.org/libosmo-sccp/commit/?id=c0315368084d91d0fbec4d6a6e2…
commit c0315368084d91d0fbec4d6a6e29c72ac94e255b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 20:16:10 2017 +0200
SCCP: Add VTY interface for SCCP
Change-Id: I100daaa947dbab6a4528c4e9fbd0d30790288f63
http://cgit.osmocom.org/libosmo-sccp/commit/?id=f5a030fac89ab47e1fa787a799a…
commit f5a030fac89ab47e1fa787a799a5ed0d9f4104d3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 20:14:08 2017 +0200
sccp_scoc: Memorize if a connection is incoming or outbound
This is not really needed by the state machines internally, so we have
to artificially add it to the sccp_connection. We don't use it yet, but
upcoming code for VTY introspection of SCCP connections will be able to
use it.
Change-Id: Ic3c85152665abfb613e197b098c97392d16d16bf
http://cgit.osmocom.org/libosmo-sccp/commit/?id=f06c7f559a69147bca8d2abec7b…
commit f06c7f559a69147bca8d2abec7ba60319292c445
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 17:23:01 2017 +0200
osmo_ss7_vty: Don't save dynamically generated AS / ASP
If RKM has dynamically generated some AS definitions on the fly, or if
we accepted auto-creation of ASPs on SCTP connect time, then we don't
wnat to save such objects during vty config file store.
Change-Id: I9d0b0b61737a30b9d6e76cecbe42ec071bcddeeb
-----------------------------------------------------------------------
Summary of changes:
examples/m3ua_example.c | 2 +
include/osmocom/sigtran/osmo_ss7.h | 3 +-
include/osmocom/sigtran/sccp_sap.h | 2 +
src/Makefile.am | 2 +-
src/m3ua.c | 48 +++++++-----
src/osmo_ss7.c | 6 +-
src/osmo_ss7_vty.c | 62 ++++++++-------
src/sccp_internal.h | 2 +
src/sccp_scoc.c | 43 +++++++++++
src/sccp_vty.c | 149 +++++++++++++++++++++++++++++++++++++
src/sua.c | 61 ++++++++++-----
src/xua_as_fsm.c | 79 +++++++++++++++++++-
src/xua_as_fsm.h | 2 +
src/xua_asp_fsm.c | 3 -
src/xua_internal.h | 4 +
tests/ss7/Makefile.am | 4 +-
tests/xua/Makefile.am | 4 +-
17 files changed, 395 insertions(+), 81 deletions(-)
create mode 100644 src/sccp_vty.c
hooks/post-receive
--
SCCP Library
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 59a9ebf8b8f465589b40eb58aeb839bdaadb7009 (commit)
from b522740be59beeed388c0d74f2a7641dc8cb5b11 (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/libosmocore/commit/?id=59a9ebf8b8f465589b40eb58aeb8…
commit 59a9ebf8b8f465589b40eb58aeb839bdaadb7009
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Apr 15 19:04:34 2017 +0200
msgb: Add msgb_pull_to_l2() analogous to msgb_pull_to_l3()
Introduce msgb_pull_to_l2() which pulls (removes) any msgb contents in
front of the L2 header (msg->l2h).
Change-Id: I7786a1b30f9e7eaa3dcdb3cbb2a85a126588f6cd
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/msgb.h | 15 +++++++++++++++
1 file changed, 15 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom network interface library".
The branch, master has been updated
via d8348ddafca54eee7cc001abf49be63db138b4cf (commit)
from 719d1a38c67afb5e896d35bccb2cc3f922872ec8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-netif/commit/?id=d8348ddafca54eee7cc001abf4…
commit d8348ddafca54eee7cc001abf49be63db138b4cf
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Apr 15 16:06:56 2017 +0200
netif/ipa.h: Don't redefine 'struct ipaccess_unit' from libosmocore
'struct ipaccess_unit' is defined in libosmocore/gsm/ipa.h, we shouldn't
re-define it here. This entire IPA code duplication accross multiple
libraries and programs is a big mess.
Change-Id: If378a088c741df540befb928a5557fc62dea954a
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/netif/ipa.h | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
hooks/post-receive
--
Osmocom network interface library
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SCCP Library".
The branch, master has been updated
via 975a2c81e05999757a43231565218b344391d1d5 (commit)
via bc4257867b56f31719b2cbf75f4c9a5d09265f45 (commit)
via acb914d54b00f1102f4b849ff0babc4b644a811f (commit)
via 8cf687b2dc2a07d8adf8d45cf65c174b0ebd0e55 (commit)
via fa049a4914797bee417368a4055552a0b7cf6f57 (commit)
via e7589d107c6167bb77d86fb62aed538b6d8f6c97 (commit)
via 146bb5cebdf789216af5222ccad7fd435b7e1a44 (commit)
from 993da0b4c2e6705266a674e1f72f5ee31db8409d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-sccp/commit/?id=975a2c81e05999757a432315652…
commit 975a2c81e05999757a43231565218b344391d1d5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 17:10:31 2017 +0200
osmo-stp: Add command line options and daemonize functionality
Change-Id: I267fbe2e5c774960f0b63cfdd9f60df121b4934d
http://cgit.osmocom.org/libosmo-sccp/commit/?id=bc4257867b56f31719b2cbf75f4…
commit bc4257867b56f31719b2cbf75f4c9a5d09265f45
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 16:56:52 2017 +0200
osmo-stp: Remove hack to always enable debug logging
... and rather use the config file based logging configuration, like
other osmocom programs, too.
Change-Id: I7e0fb869bd778d8c276dc8afd16ecd7f1965b74a
http://cgit.osmocom.org/libosmo-sccp/commit/?id=acb914d54b00f1102f4b849ff0b…
commit acb914d54b00f1102f4b849ff0babc4b644a811f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 16:51:04 2017 +0200
stp: Add copyright notice
Change-Id: I4e074f570eac2e6a0a761f9f5f9c35fa4afa0315
http://cgit.osmocom.org/libosmo-sccp/commit/?id=8cf687b2dc2a07d8adf8d45cf65…
commit 8cf687b2dc2a07d8adf8d45cf65c174b0ebd0e55
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 16:39:22 2017 +0200
Add exampel osmo-stp configuration file
Change-Id: I45a04dc808e5a419bf5d68eb28c48cbec352b318
http://cgit.osmocom.org/libosmo-sccp/commit/?id=fa049a4914797bee417368a4055…
commit fa049a4914797bee417368a4055552a0b7cf6f57
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 16:36:52 2017 +0200
osmo_ss7_vty: Fix config file writing for xUA listeners
We so far generated un-parseable config files..
Change-Id: Iff6940ef6f52739b6f30a152487038cb0220da43
http://cgit.osmocom.org/libosmo-sccp/commit/?id=e7589d107c6167bb77d86fb62ae…
commit e7589d107c6167bb77d86fb62aed538b6d8f6c97
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 16:35:36 2017 +0200
osmo_ss7_vty: Introduce xUA listener accept-asp-connections command
Using this command one can specify if ASP connections should be refused
if there's no matching configuration, or whether ASPs should simply be
create on-demand.
Change-Id: Ic93b99047fb566cdb25a2f4139ebef54849dece9
http://cgit.osmocom.org/libosmo-sccp/commit/?id=146bb5cebdf789216af5222ccad…
commit 146bb5cebdf789216af5222ccad7fd435b7e1a44
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 16:34:42 2017 +0200
Don't overwrite existing data in osmo_ss7_instance_find_or_create()
If we actually found an instance for the specified ID, return it fast
and don't (re)initialize all linked list heads, etc.
Change-Id: I91b6aabdb873ed8dd103918ee5e40b7ad3946735
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
doc/examples/osmo-stp.cfg | 20 +++++++++
src/osmo_ss7.c | 6 ++-
src/osmo_ss7_vty.c | 21 ++++++++-
stp/stp_main.c | 106 ++++++++++++++++++++++++++++++++++++++--------
5 files changed, 134 insertions(+), 21 deletions(-)
create mode 100644 doc/examples/osmo-stp.cfg
hooks/post-receive
--
SCCP Library
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 "GNU Radio block for interfacing with various radio hardware".
The branch, soapy_support has been updated
via a311911a33760fcbedd7e6ae8471fac627d06efe (commit)
via 69466a591d24bbd7c499703f802edf6daa8d1952 (commit)
from c8af6b1735950a5feb268b44bc34b1ccd3c07392 (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/gr-osmosdr/commit/?id=a311911a33760fcbedd7e6ae8471f…
commit a311911a33760fcbedd7e6ae8471fac627d06efe
Author: Josh Blum <josh(a)joshknows.com>
Date: Fri Apr 14 11:02:00 2017 -0500
soapy: support set/getFrequencyCorrection() API
backwards compatible changes with #ifdef
set/get_freq_corr() call directly into the SoapySDR
equivalent when supported by the API version.
http://cgit.osmocom.org/gr-osmosdr/commit/?id=69466a591d24bbd7c499703f802ed…
commit 69466a591d24bbd7c499703f802edf6daa8d1952
Author: Josh Blum <josh(a)joshknows.com>
Date: Fri Apr 14 10:57:16 2017 -0500
soapy: support newer getSampleRateRange() API call
Switch to the newer API call which can provide a list of ranges.
There are feature detection ifdefs provided by the library
so that code will always correctly compile.
-----------------------------------------------------------------------
Summary of changes:
lib/soapy/soapy_sink_c.cc | 15 +++++++++++++++
lib/soapy/soapy_source_c.cc | 15 +++++++++++++++
2 files changed, 30 insertions(+)
hooks/post-receive
--
GNU Radio block for interfacing with various radio hardware
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SCCP Library".
The branch, master has been updated
via 993da0b4c2e6705266a674e1f72f5ee31db8409d (commit)
via 246266c939aafcb709c9d4f7f6b16cd9da7404bf (commit)
via f9aa9401055daad1df6bec456c1968ad3405cff1 (commit)
via 74915be10b0e158fdbefba10c94d0e938a268163 (commit)
from a04c47acaed32eb98898763e5dc1b045fe08612f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-sccp/commit/?id=993da0b4c2e6705266a674e1f72…
commit 993da0b4c2e6705266a674e1f72f5ee31db8409d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 15:36:07 2017 +0200
osmo_ss7_vty: Add 'description' command for SS7 instances
This allows the user to add some description to each SS7 instance
Change-Id: Ia5d22f2f70ec12dd13151f949bb45b5fdab42fc5
http://cgit.osmocom.org/libosmo-sccp/commit/?id=246266c939aafcb709c9d4f7f6b…
commit 246266c939aafcb709c9d4f7f6b16cd9da7404bf
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 15:33:54 2017 +0200
osmo_ss7_vty: Add Command to permit (or disallow) dynamc routing key allocation
This feature has been introduced in
8dec5a8ec554bbd56f4d3f45b6e1025d4c1ffb45, but so far hasn't been exposed
to the VTY yet.
Change-Id: I7355522bacbad1072feb5484b865dfd1be50a64d
http://cgit.osmocom.org/libosmo-sccp/commit/?id=f9aa9401055daad1df6bec456c1…
commit f9aa9401055daad1df6bec456c1968ad3405cff1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 15:33:10 2017 +0200
osmo_ss7_vty: Add 'show cs7 instance <0-15> users' command
This will list which Service Indicators have bound local users (like SCCP)
Change-Id: Ibb21810e2ebe520e07cfdda3a0c62172b152015e
http://cgit.osmocom.org/libosmo-sccp/commit/?id=74915be10b0e158fdbefba10c94…
commit 74915be10b0e158fdbefba10c94d0e938a268163
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 14:55:56 2017 +0200
osmo_ss7_vty: Make 'instance <0-15>' mandatory of all show commands
This way it is systematic and doesn't clash with other optional
arguments we may introduce sooner or later at the end of the commands
Change-Id: I5c1050b0564791b5684619d3737d1cb6c4539d63
-----------------------------------------------------------------------
Summary of changes:
src/osmo_ss7_vty.c | 84 +++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 64 insertions(+), 20 deletions(-)
hooks/post-receive
--
SCCP Library
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SCCP Library".
The branch, laforge/sigtran-rkm has been deleted
was 1bb6b26f3a56d7b62c1299328b8c7c227f1aa816
-----------------------------------------------------------------------
1bb6b26f3a56d7b62c1299328b8c7c227f1aa816 WIP: Add IPA/SCCPlite stacking
-----------------------------------------------------------------------
hooks/post-receive
--
SCCP Library
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SCCP Library".
The branch, laforge/sigtran has been deleted
was 06c0afa9f5fc9ec53ccc0d58e38dc95f07b20957
-----------------------------------------------------------------------
06c0afa9f5fc9ec53ccc0d58e38dc95f07b20957 osmo_ss7: Allocate local routing key ID and use it as lookup key for AS
-----------------------------------------------------------------------
hooks/post-receive
--
SCCP Library
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SCCP Library".
The branch, master has been updated
via a04c47acaed32eb98898763e5dc1b045fe08612f (commit)
via 8b282e954a2777ef750078c0d45db62965a7d7e7 (commit)
via 355bee134558b45d107be923aa3d6e4a16bf0af1 (commit)
from 57620b6b988422cccd9f749bbb3eba6bcc59996e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmo-sccp/commit/?id=a04c47acaed32eb98898763e5dc…
commit a04c47acaed32eb98898763e5dc1b045fe08612f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 13 22:27:33 2017 +0200
sua: Reject DATA messages on SCTP stream 0
RFC3868 states clearly that DATA messages MUST be sent o a stream other
than stream '0'. So at the receiver side, we should validate that (just
like we do in M3UA.
Change-Id: I0784e221ef791557a69be04f7d246de059ea84c8
http://cgit.osmocom.org/libosmo-sccp/commit/?id=8b282e954a2777ef750078c0d45…
commit 8b282e954a2777ef750078c0d45db62965a7d7e7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 14:00:52 2017 +0200
move osmo_ss7_vty.c [back] into libosmo-sigtran
Now that the VTY has no static dependencies like a global ss7_instance
anymore, we can move it back to libosmo-sigtran and make use of it in
other programs outside osmo-stp.
This requires Change-Id I184a7e3187b48c15c71bf773f86e188fe1daad15 in
libosmocore
Change-Id: I2e549f1eadbfb28dde79f620b130cbf022312c42
http://cgit.osmocom.org/libosmo-sccp/commit/?id=355bee134558b45d107be923aa3…
commit 355bee134558b45d107be923aa3d6e4a16bf0af1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Apr 14 13:58:33 2017 +0200
osmo_ss7_vty: Merge the SUA and M3UA VTY nodes
The xUA servers have pretty much everything in common, there's no point
in introducing a separate VTY note for each xUA flavor.
Change-Id: I5b842b7f10d94957398cf0c0406c440c495a0bdc
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/osmo_ss7.h | 8 ++
src/Makefile.am | 3 +-
{stp => src}/osmo_ss7_vty.c | 146 ++++++++++---------------------------
src/sua.c | 9 ++-
stp/Makefile.am | 4 +-
stp/internal.h | 18 -----
stp/stp_main.c | 2 -
7 files changed, 59 insertions(+), 131 deletions(-)
rename {stp => src}/osmo_ss7_vty.c (89%)
delete mode 100644 stp/internal.h
hooks/post-receive
--
SCCP Library