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 code for Iuh interface".
The branch, master has been updated
via ecbdc5cb06ef7f61c6f4cdb4e1fd84a05ec0407d (commit)
from 5e0292a6412a04eeed9e0aff3f56bd8d4f353346 (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-iuh/commit/?id=ecbdc5cb06ef7f61c6f4cdb4e1fd84a…
commit ecbdc5cb06ef7f61c6f4cdb4e1fd84a05ec0407d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jul 31 13:13:24 2017 +0200
make point codes configurable by SCCP address book
In the vty config, use the SCCP address book to configure the local and remote
SCCP addresses. Add VTY commands to set the remote SCCP addresses by name,
derive the ss7 instance from these addresses:
cs7 instance 1
point-code 0.23.0
sccp-address msc
point-code 0.0.1
sccp-address sgsn
point-code 0.0.2
hnbgw
iucs
remote-addr msc
iups
remote-addr sgsn
Enforce that both IuCS and IuPS use the same ss7 instance. In the future, we
may add the feature to use two separate instances.
Depends: libosmo-sccp I75c67d289693f1c2a049ac61cf2b2097d6e5687d,
Ie1aedd7894acd69ddc887cd65a8a0df4b888838c,
I85b46269dbe7909e52873ace3f720f6292a4516c
Change-Id: I33a7ba11eb7c2d9a5dc74d10fb0cf04bf664477b
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/iuh/hnbgw.h | 12 +++--
include/osmocom/iuh/hnbgw_cn.h | 3 +-
src/hnbgw.c | 22 +---------
src/hnbgw_cn.c | 99 ++++++++++++++++++++++++++++++++++--------
src/hnbgw_rua.c | 4 +-
src/hnbgw_vty.c | 74 ++++++++++++-------------------
6 files changed, 117 insertions(+), 97 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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 OpenGGSN project".
The branch, laforge/ipv6 has been updated
discards 02058a0ee72f0d2a226f976957f28d7e2dce614d (commit)
discards 7e50d6003e2835eee1d889befe0ad712bc551104 (commit)
discards 19d4de336def51b6968f968088634c15a0b933dc (commit)
discards 56cbbae2724d8babc8cb6ee92b1d58980495725d (commit)
discards 4d2e4485ee9c5a9c8419ead4fd52821d6a1508bf (commit)
discards 9dfd2d84e5539e7e7468c410ff50328e875b1eae (commit)
discards 5a0f66a434bc519383896633004f008292183e4b (commit)
discards 6a2019bd92acd18fd13eab03fcfd93e2a0c4f3d6 (commit)
discards 178fd5d3550b27260b13ff60de8cd8b025103cd9 (commit)
discards baacf9e139aae66dbb737bb6e4e305e3c2a73f64 (commit)
discards 990af295af29f0cb115a8ac0bc7fd19ae13dbd12 (commit)
discards 0483ee86e2e5cc3581bdb952ce85235386c8f4f2 (commit)
via 69ba8a611a6e4bf5e92cb84d56f147732e9b2d89 (commit)
via c2897ac13f6b289e74c001a5cad6b068bf2ca1df (commit)
via 84c2d0f286cf74c8dd42133241df5ca51dfbb0b8 (commit)
via 949e50e02bb1af911dca820f21a11232f615e106 (commit)
via 714a41bf66932bb6b383cd4573d1eff51aaf50dd (commit)
via 365f8fa4628b371551d6f5b20651ac06239f905d (commit)
via d1bf1e11ba72a5e46c0d85b845110bd56d8d6e20 (commit)
via a0d281db1cd2f122fb8f0adfd9e4a82e60efbd2f (commit)
via 53165ede24b106326d3762232435e0a28c10e1bb (commit)
via 63ebccdfe350d7e75bbb8e5511bcde26a7e300ad (commit)
via d12eab9c4e375e1669637dd34674c8b8208cf867 (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 (02058a0ee72f0d2a226f976957f28d7e2dce614d)
\
N -- N -- N (69ba8a611a6e4bf5e92cb84d56f147732e9b2d89)
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/openggsn/commit/?id=69ba8a611a6e4bf5e92cb84d56f1477…
commit 69ba8a611a6e4bf5e92cb84d56f147732e9b2d89
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Aug 3 00:47:03 2017 +0200
Support setting TUN device IPv6 address + prefix
As we can now have PDP contexts with IPv6 user IP payload,
it is useful to extend the TUN related code to be able to
configure the tun device IPv6 address + prefix length
Change-Id: I899d21e52d02e0b8384af29ddd489ff19c8f2cf6
http://cgit.osmocom.org/openggsn/commit/?id=c2897ac13f6b289e74c001a5cad6b06…
commit c2897ac13f6b289e74c001a5cad6b068bf2ca1df
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Aug 9 21:58:12 2017 +0200
IPv6: in46_addr: OSMO_ASSERT() in case of unsupported calls
There's a bit of trickery with the ip_pool and it's "lengty=8" IPv6
prefix handling, let's make sure we don't accidentially call any
support functions with addresses of wrong length.
Change-Id: I444c190bdcd18780344e1f0dad4faf3bcf9da5a5
http://cgit.osmocom.org/openggsn/commit/?id=84c2d0f286cf74c8dd42133241df5ca…
commit 84c2d0f286cf74c8dd42133241df5ca51dfbb0b8
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Aug 9 20:28:52 2017 +0200
IPv6: Support PCO for IPv6 DNS addresses
In IPv6, DNS server information is not passed along as IPCP6 like
in IPv5 with IPCP. The reason is that IPCP6 (for PPP) doesn't
support passing DNS server information. Rather, the relevant RFCs
indicate DHCPv6 should be used even over point-to-point links.
3GPP decided to avoid DHCPv6 dependency for stateless autoconfiguration
(the only mandatory IPv6 configuration mechanism) and added some new
non-PPP-style PCO information elements ("containers") which can among
other things inform a MS about IPV6 DNS servers.
That same mechanism can also be used to inform the MS about IPv4 DNS
servers, so for IPv4 there are now two competing mechanisms: IPCP and
the new "native" PCO container. With this patch, we support both
for IPv4.
Change-Id: I21499afd61def8c925f7838bde76f34d28214b56
http://cgit.osmocom.org/openggsn/commit/?id=949e50e02bb1af911dca820f21a1123…
commit 949e50e02bb1af911dca820f21a11232f615e106
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Aug 8 23:27:22 2017 +0200
IPv6: Implement IPv6 prefix assignment via ICMPv6 router advertisement
The 3GPP specs are quite strange when it comes to how an IPv6 address
or rather prefix is assigned to an IPv6 PDP context. The designated
method for allocating the IPv6 address via the PDP EUA (End User
Address) Information Element in the GTP signalling plane is *not*
used to allocate the address/prefix. Instead, the EUA is used to
allocate an "interface identifier" to the MS, which it the uses
to derive its link-local source address to send a router solicitation.
The GGSN subsequently answers witha router advertisement, advertising
a single/64 prefix, whihcthe MS then uses to generate it's real IPv6
source address for subsequent communication.
Change-Id: Icddf7d30e01d76a4784bcef5787b36f52f703a9f
http://cgit.osmocom.org/openggsn/commit/?id=714a41bf66932bb6b383cd4573d1eff…
commit 714a41bf66932bb6b383cd4573d1eff51aaf50dd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Aug 8 18:10:43 2017 +0200
ippool: Extend pool to work with /64 prefixes
In IPv6 GPRS, we actually don't want to allocate an individual v6
address (like in IPv4), but we want to allocate a prefix. The
standard prefix lengh is 8 bytes, i.e. a /64 prefix. This patch
extends the pool to be able to work with such v6 prefixes.
Change-Id: I0cf700b6baf195a2e5fbea000531f801acaaa443
http://cgit.osmocom.org/openggsn/commit/?id=365f8fa4628b371551d6f5b20651ac0…
commit 365f8fa4628b371551d6f5b20651ac06239f905d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Aug 8 18:09:36 2017 +0200
in46_addr: Add new function in46a_prefix_equal()
This function is used to compare an IPv6 address against another,
using the smaller of the two prefix lengths.
Change-Id: Ic993d8abdc90897cb55276f01ae3b8a5eadf5a0d
http://cgit.osmocom.org/openggsn/commit/?id=d1bf1e11ba72a5e46c0d85b845110bd…
commit d1bf1e11ba72a5e46c0d85b845110bd56d8d6e20
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Aug 3 00:00:23 2017 +0200
ggsn: Send proper errors in create_context_ind()
When we receive PDP context requests for unknown PDP types or if
we run out of dynamic addresses, we need to inform the SGSN that
PDP context creation failed.
Change-Id: Ibf199c1726130d27c8f80230b30ee51101c93b06
http://cgit.osmocom.org/openggsn/commit/?id=a0d281db1cd2f122fb8f0adfd9e4a82…
commit a0d281db1cd2f122fb8f0adfd9e4a82e60efbd2f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Aug 2 21:48:16 2017 +0200
IPv6 support for user IP
This patch enables the use of IPv6 PDP contexts. The phone will
have to request an IPv6 End-user-Address, and the GGSN will have
to be configured for an IPv6 pool.
The outer transport-layer IP between SGSN and GGSN must still be
IPv4, it is not modified by this patch
Change-Id: I22c3bf32a98e5daf99d6eaeac8c9f95cc7574774
http://cgit.osmocom.org/openggsn/commit/?id=53165ede24b106326d3762232435e0a…
commit 53165ede24b106326d3762232435e0a28c10e1bb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Aug 2 22:58:54 2017 +0200
ippool_new(): const-ify input arguments
Change-Id: If3e53584e8c9c1f06bba4c183c9fd65fae913904
http://cgit.osmocom.org/openggsn/commit/?id=63ebccdfe350d7e75bbb8e5511bcde2…
commit 63ebccdfe350d7e75bbb8e5511bcde26a7e300ad
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Aug 2 21:10:09 2017 +0200
lib/tun.h: Remove non-endian-safe redefinition of IP header
We can simply use 'struct iphdr' from netinet/ip.h to achieve
the same goal (and be portable).
Change-Id: Ieece22e127dc14a7ffdc3b05656628989ad00b32
http://cgit.osmocom.org/openggsn/commit/?id=d12eab9c4e375e1669637dd34674c8b…
commit d12eab9c4e375e1669637dd34674c8b8208cf867
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Aug 2 19:49:47 2017 +0200
ippool: Add IPv6 support to IP pool implementation
Extend the IP pool implementation to be able to manage both pools
of 32bit addresses (IPv4) as well as pools of 128bit addresses (IPv6)
Change-Id: Ib98cc4bf634d6be9a7bf8c03a24e629455fcafc8
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 17 ++++++-----------
ggsn/icmpv6.c | 6 +++---
ggsn/icmpv6.h | 6 ++++++
lib/in46_addr.c | 6 ++++++
4 files changed, 21 insertions(+), 14 deletions(-)
create mode 100644 ggsn/icmpv6.h
hooks/post-receive
--
The OpenGGSN project
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenGGSN project".
The branch, laforge/ipv6 has been updated
via 02058a0ee72f0d2a226f976957f28d7e2dce614d (commit)
via 7e50d6003e2835eee1d889befe0ad712bc551104 (commit)
via 19d4de336def51b6968f968088634c15a0b933dc (commit)
from 56cbbae2724d8babc8cb6ee92b1d58980495725d (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/openggsn/commit/?id=02058a0ee72f0d2a226f976957f28d7…
commit 02058a0ee72f0d2a226f976957f28d7e2dce614d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Aug 9 20:28:52 2017 +0200
IPv6: Support PCO for IPv6 DNS addresses
In IPv6, DNS server information is not passed along as IPCP6 like
in IPv5 with IPCP. The reason is that IPCP6 (for PPP) doesn't
support passing DNS server information. Rather, the relevant RFCs
indicate DHCPv6 should be used even over point-to-point links.
3GPP decided to avoid DHCPv6 dependency for stateless autoconfiguration
(the only mandatory IPv6 configuration mechanism) and added some new
non-PPP-style PCO information elements ("containers") which can among
other things inform a MS about IPV6 DNS servers.
That same mechanism can also be used to inform the MS about IPv4 DNS
servers, so for IPv4 there are now two competing mechanisms: IPCP and
the new "native" PCO container. With this patch, we support both
for IPv4.
Change-Id: I21499afd61def8c925f7838bde76f34d28214b56
http://cgit.osmocom.org/openggsn/commit/?id=7e50d6003e2835eee1d889befe0ad71…
commit 7e50d6003e2835eee1d889befe0ad712bc551104
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Aug 9 16:48:38 2017 +0200
IPv6: don't zero-initialized upper 64bit of EUA
While the upper 64 bit of the EUA are ignored and only the lower 64bit
part of the EUA is used as a link identifier, TF 29.061 also states that
the prefix advertised in the Router Advertisement must match the
prefix part of the IP address allocated in the PDP CTX ACT ACK.
Change-Id: I5a17572cfb7e69a37ff9017a682b5b54de3d0e1b
http://cgit.osmocom.org/openggsn/commit/?id=19d4de336def51b6968f968088634c1…
commit 19d4de336def51b6968f968088634c15a0b933dc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Aug 9 16:45:45 2017 +0200
icmpv6: Fix various deviations from relevant specs
* comments are added verbatim from the specs
* cur_hop_limit is initialized to 64, as a reasonable default
* router_lifetime is set to the RFC4861 default formula
* reachable_time is set to unspecified
* L bit is set to 0 as required by 3GPP TS 29.061
Change-Id: I283a4dcf593513e9ef7a839c5b2d2c42a82026eb
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 190 +++++++++++++++++++++++++++++++++++++++++++++-------------
ggsn/icmpv6.c | 21 +++++--
2 files changed, 162 insertions(+), 49 deletions(-)
hooks/post-receive
--
The OpenGGSN project
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, pmaier/aoip3 has been updated
via 4e73ea88cd463246f8ee95ba5b9e31bdd693d804 (commit)
from 2ba2b7dd068ae208f60e010aacb05372ca25cbb2 (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=4e73ea88cd463246f8ee95ba5b9e31bd…
commit 4e73ea88cd463246f8ee95ba5b9e31bdd693d804
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Aug 9 18:57:48 2017 +0200
fixup: osmo_ss7_vty_init_asp() instead of osmo_ss7_vty_init_sg()
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc/osmo_bsc_main.c | 4 +---
openbsc/src/osmo-msc/msc_main.c | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
hooks/post-receive
--
Legacy: 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, pmaier/aoip3 has been updated
via 2ba2b7dd068ae208f60e010aacb05372ca25cbb2 (commit)
from f4d0911666067a7d84da73e6defd749d71142651 (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=2ba2b7dd068ae208f60e010aacb05372…
commit 2ba2b7dd068ae208f60e010aacb05372ca25cbb2
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Aug 9 16:45:03 2017 +0200
fixup for: mgcp: add VTY Option to force-realloc endpoints
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc_nat/bsc_nat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Legacy: 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, aoip has been updated
via 3f07badd3d118b6895af1509dba1a08afc9ac452 (commit)
via 9163225f879604e84d1577da26bc314eba0dcc14 (commit)
via 14c95ef4f6b0696ae66206c1f521251e3617e6b4 (commit)
via f638596f54dc4499b6de7d4e8acb9df9eb6a3583 (commit)
via 1e61f9e13cc6a80707aaab1d1ad86c2fe0f303ac (commit)
via 8f1d1fc2a4d88830b1889b710e0ecc662e1dedab (commit)
via c7ee7cc7c57c7c6181eab52cb05b451cbe52aff3 (commit)
via 2515fb8c598ed5ede26f9f3cf4b42d662b531154 (commit)
via c54a5f3d69c18b7b9cc236eca5b8ef8ad7481f34 (commit)
from e40a123bdf030a5691f01140c6e632de03bcfaf6 (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/bsc_msc_data.h | 1 +
openbsc/src/libmgcp/mgcp_vty.c | 14 +++++++++++++-
openbsc/src/libmsc/msc_ifaces.c | 13 -------------
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_main.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 20 ++++++++------------
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 25 +++++++++++++++++++++++--
openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c | 1 -
openbsc/src/osmo-bsc_nat/bsc_nat.c | 3 +++
openbsc/src/osmo-msc/msc_main.c | 20 ++++++++++++++++----
10 files changed, 66 insertions(+), 35 deletions(-)
hooks/post-receive
--
Legacy: 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/aoip has been updated
discards 3eb8ea06166b2fb28c68483ae1958613cdcee98b (commit)
discards d769216f15a3140e319f0578a20e0bdf18127265 (commit)
discards 7385090ac0d780a6be16e35644ea09c7412efff6 (commit)
discards 7d5e30c4f8a11be54cbca823af3fdcd70ca7f2e4 (commit)
via 3f07badd3d118b6895af1509dba1a08afc9ac452 (commit)
via 9163225f879604e84d1577da26bc314eba0dcc14 (commit)
via 14c95ef4f6b0696ae66206c1f521251e3617e6b4 (commit)
via f638596f54dc4499b6de7d4e8acb9df9eb6a3583 (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 (3eb8ea06166b2fb28c68483ae1958613cdcee98b)
\
N -- N -- N (3f07badd3d118b6895af1509dba1a08afc9ac452)
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=3f07badd3d118b6895af1509dba1a08a…
commit 3f07badd3d118b6895af1509dba1a08afc9ac452
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Aug 9 13:48:18 2017 +0200
osmo-bsc: make use of osmo_sccp_addr_set_ssn()
libosmo-sccp offers a function to set the SSN. Make use of this
function instead of manipulating the struct directlry
http://cgit.osmocom.org/openbsc/commit/?id=9163225f879604e84d1577da26bc314e…
commit 9163225f879604e84d1577da26bc314eba0dcc14
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 9 16:09:07 2017 +0200
use osmo_ss7_vty_init_asp()
Change-Id: I9085bd30fab4799c43380f43120b362f27fc5dac
http://cgit.osmocom.org/openbsc/commit/?id=14c95ef4f6b0696ae66206c1f521251e…
commit 14c95ef4f6b0696ae66206c1f521251e3617e6b4
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Aug 9 13:37:27 2017 +0200
bsc/msc: fixup compiler issues
libosmo-sccp function osmo_ss7_vty_init_sg() now requires a talloc
context as parameter.
Note: It should not _asp() rather then _sg(). However, we can not
switch now, because then we will miss the vtx commands that
configure the default route. Since the default route is the only
valid route for application server processes, we need to fix this
in the simple client, so that this command is no longer needed,
when configuring the as. Also the VTX write functions of
libosmo-sccp need to be fixed first.
http://cgit.osmocom.org/openbsc/commit/?id=f638596f54dc4499b6de7d4e8acb9df9…
commit f638596f54dc4499b6de7d4e8acb9df9eb6a3583
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 9 16:06:45 2017 +0200
force realloc fu
Change-Id: I75111bacc245d4121ab1de4d6f8ac8c10d896fc7
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
Legacy: 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/aoip has been updated
via 3eb8ea06166b2fb28c68483ae1958613cdcee98b (commit)
via d769216f15a3140e319f0578a20e0bdf18127265 (commit)
via 7385090ac0d780a6be16e35644ea09c7412efff6 (commit)
via 7d5e30c4f8a11be54cbca823af3fdcd70ca7f2e4 (commit)
via 1e61f9e13cc6a80707aaab1d1ad86c2fe0f303ac (commit)
via 8f1d1fc2a4d88830b1889b710e0ecc662e1dedab (commit)
via c7ee7cc7c57c7c6181eab52cb05b451cbe52aff3 (commit)
via 2515fb8c598ed5ede26f9f3cf4b42d662b531154 (commit)
via c54a5f3d69c18b7b9cc236eca5b8ef8ad7481f34 (commit)
from e40a123bdf030a5691f01140c6e632de03bcfaf6 (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=3eb8ea06166b2fb28c68483ae1958613…
commit 3eb8ea06166b2fb28c68483ae1958613cdcee98b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 9 16:09:07 2017 +0200
use osmo_ss7_vty_init_asp()
Change-Id: I9085bd30fab4799c43380f43120b362f27fc5dac
http://cgit.osmocom.org/openbsc/commit/?id=d769216f15a3140e319f0578a20e0bdf…
commit d769216f15a3140e319f0578a20e0bdf18127265
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Aug 9 16:06:45 2017 +0200
force realloc fu
Change-Id: I75111bacc245d4121ab1de4d6f8ac8c10d896fc7
http://cgit.osmocom.org/openbsc/commit/?id=7385090ac0d780a6be16e35644ea09c7…
commit 7385090ac0d780a6be16e35644ea09c7412efff6
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Aug 9 13:48:18 2017 +0200
osmo-bsc: make use of osmo_sccp_addr_set_ssn()
libosmo-sccp offers a function to set the SSN. Make use of this
function instead of manipulating the struct directlry
http://cgit.osmocom.org/openbsc/commit/?id=7d5e30c4f8a11be54cbca823af3fdcd7…
commit 7d5e30c4f8a11be54cbca823af3fdcd70ca7f2e4
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Aug 9 13:37:27 2017 +0200
bsc/msc: fixup compiler issues
libosmo-sccp function osmo_ss7_vty_init_sg() now requires a talloc
context as parameter.
Note: It should not _asp() rather then _sg(). However, we can not
switch now, because then we will miss the vtx commands that
configure the default route. Since the default route is the only
valid route for application server processes, we need to fix this
in the simple client, so that this command is no longer needed,
when configuring the as. Also the VTX write functions of
libosmo-sccp need to be fixed first.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/bsc_msc_data.h | 1 +
openbsc/src/libmgcp/mgcp_vty.c | 14 +++++++++++++-
openbsc/src/libmsc/msc_ifaces.c | 13 -------------
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_main.c | 2 +-
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 20 ++++++++------------
openbsc/src/osmo-bsc/osmo_bsc_vty.c | 25 +++++++++++++++++++++++--
openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c | 1 -
openbsc/src/osmo-bsc_nat/bsc_nat.c | 3 +++
openbsc/src/osmo-msc/msc_main.c | 20 ++++++++++++++++----
10 files changed, 66 insertions(+), 35 deletions(-)
hooks/post-receive
--
Legacy: 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via ac8ca4cfd19a23131959e88be49b6c56738a38c0 (commit)
via a6eaeb88f5c81ce1b3802727a3fa087da0bc4e3f (commit)
from ab1316731e95f5d6b54d1f36df87e1d38185024d (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=ac8ca4cfd19a23131959e88be49b6c56…
commit ac8ca4cfd19a23131959e88be49b6c56738a38c0
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon Aug 7 16:17:17 2017 +0200
libmsc: support GSM 03.40 status report for nitb
This patch adds support for GSM 03.40 in nitb mode.
MS GSM 03.40 SMSC
| |
| SMS-SUBMIT |
|--------------------------->|
| GSM 04.11 RP-ACK |
|<---------------------------|
| SMS-DELIVER |
|<---------------------------|
| GSM 04.11 RP-ACK |
|--------------------------->|
| SMS-STATUS-REPORT |
|<---------------------------|
| GSM 04.11 RP-ACK |
|--------------------------->|
| |
Change-Id: I5cc7bb4ebadde0940f44d10c3df34707b0615160
http://cgit.osmocom.org/openbsc/commit/?id=a6eaeb88f5c81ce1b3802727a3fa087d…
commit a6eaeb88f5c81ce1b3802727a3fa087da0bc4e3f
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon Aug 7 14:01:40 2017 +0100
libmsc: handle delivery ack via SMPP SUBMIT SM / send GSM 03.40 status report
This patch adds gsm340_sms_send_status_report_tpdu() to build a
status-report. Moreover, set sms->report field if we see a SMPP
SUBMIT_SM with Delivery Acknowledgment esm_class, so this identifies
that this is a delivery report.
MS GSM 03.40 SMSC SMPP 3.4 ESME
| | |
| | SUBMIT-SM |
| | esm_class = Delivery Ack |
| |<-------------------------------|
| | SUBMIT-SM-RESP |
| |------------------------------->|
| | |
| SMS-STATUS-REPORT | |
|<----------------------------| |
| GSM 04.11 RP-ACK | |
|---------------------------->| |
| | |
There is a FIXME message in this patch, that I just copied from
gsm340_gen_sms_deliver_tpdu() since TP-MMS is not supported by OpenBSC.
Change-Id: Ib70e534840308ed315f7add440351e649de3f907
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/gsm_04_11.c | 57 +++++++++++++++++++++++++++++++++++++--
openbsc/src/libmsc/smpp_openbsc.c | 4 +++
2 files changed, 59 insertions(+), 2 deletions(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)