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, master has been updated
via fd30bd1032e3dd45914645b42df615d2dc71066d (commit)
via 227034c88eb53b5c10d294fe801060aa3d857caa (commit)
via 3dad9511714788d377d956e15029583a3329ab30 (commit)
via 318795635e513ab6c78fa2c4f83efe6e23942549 (commit)
via 22e1573831571448b920d276ef62ebed355c7df9 (commit)
via c85e89961a4e9dd6fd0b75ce17e9c948c360e4a1 (commit)
via 2fc2bc6bc40e7460a3ceb67c1774fd3f39e27860 (commit)
via 0d0e2426859ed8976dab36497efce87fb237041e (commit)
via 698a2339ebf0b2ebb753c572e2e81e208b2d6bdd (commit)
via 490782d18e6bbab8b5f4f8dcef4d4f5ab310af6a (commit)
via e3c5918aeea8639c8c9a36047fd078ddc4eab4ef (commit)
via e2a1de5ca5ca1f7c03955fc36d7c62dc9e91d8cb (commit)
via 4c7d29107ff6f1f2c1e1649bc950bd098148be1a (commit)
via f55a0390485cb1ba071ef19102501594571c74c7 (commit)
from fc6676c4a0711248388a0df0f3e9e38492894a2c (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-ggsn/commit/?id=fd30bd1032e3dd45914645b42df615…
commit fd30bd1032e3dd45914645b42df615d2dc71066d
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 18:26:59 2017 +0900
gtp-kernel: Add device nime in pdp_debug() log statements
Change-Id: Iad0e7a9fa48fcddc31b8d555244581efdbd61b4e
http://cgit.osmocom.org/osmo-ggsn/commit/?id=227034c88eb53b5c10d294fe801060…
commit 227034c88eb53b5c10d294fe801060aa3d857caa
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 9 11:28:13 2017 +0900
gtp-kernel: Add function name to pdp_debug() function calls
This allows us to distinguish "add" from "del" operatons in the log
Change-Id: Ibe2e76a6eecc7b5fa5f44ab2c1578597138e30b9
http://cgit.osmocom.org/osmo-ggsn/commit/?id=3dad9511714788d377d956e1502958…
commit 3dad9511714788d377d956e15029583a3329ab30
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 16:53:47 2017 +0900
gtp-kernel: Get rid of SYS_ERR where not applicable
SYS_ERR is for logging an error from the (operating) system including
the errno value. For general logging, we have DEBUGP/LOGP. Let's
convert the gtp-kernel logging over. This also fixes the related line
ending mess-up as SYS_ERR adds a LF while LOGP/DEBUGP don't.
Change-Id: Idb4069a28227b770e20d62bf306cd294f47146ae
http://cgit.osmocom.org/osmo-ggsn/commit/?id=318795635e513ab6c78fa2c4f83efe…
commit 318795635e513ab6c78fa2c4f83efe6e23942549
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 16:08:20 2017 +0900
gtp-kernel: proper cleanup in error path
When genl_socket_open() succeeds but genl_lookup_family() fails,
we have to clean up the socket that we just opened.
This requires a new version of libgtpnl :/
Change-Id: I31df046530347f88cb7b16c37a899b456ed1b080
http://cgit.osmocom.org/osmo-ggsn/commit/?id=22e1573831571448b920d276ef62eb…
commit 22e1573831571448b920d276ef62ebed355c7df9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 16:07:12 2017 +0900
gtp-kernel: Make sure repeated calls to gtp_kernel_init() are safe
We have to factor out the "run once" code and make sure to really
only run that once, while the per-device code remains in the
gtp_kernel_init() function.
Change-Id: Iba5bd71e4b725eef59fe4f233fbb965e396a06c3
http://cgit.osmocom.org/osmo-ggsn/commit/?id=c85e89961a4e9dd6fd0b75ce17e9c9…
commit c85e89961a4e9dd6fd0b75ce17e9c948c360e4a1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 15:52:08 2017 +0900
gtp-kernel: Avoid global state variable
Whether or not GTP kernel support is enabled is the property of a
given APN, and not a global state variable.
Change-Id: Iff3bd8a52bd6c20f9811ee41ff700486d08591f3
http://cgit.osmocom.org/osmo-ggsn/commit/?id=2fc2bc6bc40e7460a3ceb67c1774fd…
commit 2fc2bc6bc40e7460a3ceb67c1774fd3f39e27860
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 15:50:53 2017 +0900
gtp-kernel: Align logging for APN start in kernel-gtp case with that of TUN
Change-Id: Ie53d37f151e8b6448636a8cde5777b3841989d05
http://cgit.osmocom.org/osmo-ggsn/commit/?id=0d0e2426859ed8976dab36497efce8…
commit 0d0e2426859ed8976dab36497efce87fb237041e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 15:49:15 2017 +0900
gtp-kernel: shut down kernel GTP device in apn_down()
When we take the APN down, we should also take the GTP device down.
Change-Id: Idd250dd454a1603834d388884a24a63e044fdd7b
http://cgit.osmocom.org/osmo-ggsn/commit/?id=698a2339ebf0b2ebb753c572e2e81e…
commit 698a2339ebf0b2ebb753c572e2e81e208b2d6bdd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 15:09:58 2017 +0900
gtp-kernel: Get rid of hard-coded kernel GTP device name
The existing kernel GTP support code inherited from OpenGGSN was overly
simplistic and didn't support multiple GTP devices or user-defined GTP
device names. Let's remove that restriction in this patch
Change-Id: I51df223788fd5b7cf8099463b8aa0ca4a4fd1c96
http://cgit.osmocom.org/osmo-ggsn/commit/?id=490782d18e6bbab8b5f4f8dcef4d4f…
commit 490782d18e6bbab8b5f4f8dcef4d4f5ab310af6a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 14:09:51 2017 +0900
gtp-kernel: Re-add support for kernel GTP-U acceleration
When we branched off osmo-ggsn from the old openggsn code base, the
support for kernel-gtp got temporarily removed. This patch
re-introduces support for handling the GTP-U plane in the Linux kernel
by means of libgtpnl + the kernel GTP-U driver.
This only works for IPv4 at the moment, until the kernel GTP-U code
gains IPv6 support.
Kernel GTP currently also is restricted to a single APN per GSN.
Change-Id: Ieb1bc1bd0d51d41947f0abd6ebbc2e5d102592d6
http://cgit.osmocom.org/osmo-ggsn/commit/?id=e3c5918aeea8639c8c9a36047fd078…
commit e3c5918aeea8639c8c9a36047fd078ddc4eab4ef
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 14:08:24 2017 +0900
gtp_kernel: Change gtp_kernel_init() function signature
Rather than taking an explicit in_addr, prefix_length and a
string-formatted prefix, let's pass in an in46_prefix and derive
the other representations from it.
Also, don't refer to a no-longer-existing global 'ipup' variable but
add it as a function argument.
Change-Id: Ife87142c86589b4fa4062d62afe3670467548589
http://cgit.osmocom.org/osmo-ggsn/commit/?id=e2a1de5ca5ca1f7c03955fc36d7c62…
commit e2a1de5ca5ca1f7c03955fc36d7c62dc9e91d8cb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 15:24:07 2017 +0900
Properly NULL-out blacklist in alloc_ippool_blacklist()
This ensures that in case of error, any caller can still safely
call talloc_free() on the blacklist pointerm as free on NULL
is well-defined. With the code prior to this patch we fear
a double-free.
Change-Id: Idc511cb3f0dfb922920aba8f88ea77df1722ecdc
http://cgit.osmocom.org/osmo-ggsn/commit/?id=4c7d29107ff6f1f2c1e1649bc950bd…
commit 4c7d29107ff6f1f2c1e1649bc950bd098148be1a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 15:19:17 2017 +0900
factor out netdev_ip_local_get() from tun_ip_local_get()
netdev_ip_local_get() is a generalized version of tun_ip_local_get()
which supports the net device as argument, rather than a tun_t.
Change-Id: I072aa1a55e7bf110706e9207021b776d9b977fb6
http://cgit.osmocom.org/osmo-ggsn/commit/?id=f55a0390485cb1ba071ef191025015…
commit f55a0390485cb1ba071ef19102501594571c74c7
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 14:33:55 2017 +0900
remove unused argument to alloc_ippool_blacklist()
Change-Id: I4d3ea077ba46446e537ec9a6de6f4080fcaa428c
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 40 +++++++++++++--------
ggsn/gtp-kernel.c | 105 ++++++++++++++++++++++++++----------------------------
ggsn/gtp-kernel.h | 25 +++++--------
lib/tun.c | 26 +++++++++++---
lib/tun.h | 3 ++
5 files changed, 110 insertions(+), 89 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 "The OpenGGSN project".
The branch, laforge/kernel-gtp has been updated
via 23cb7dacbbf839aa491146e683aac6256a118aae (commit)
via 6335bfe78a003f763d13977f26c6c8d37ee8b234 (commit)
via 0de61c5b1d7f13b861c3dbb33e848d5ca50d390a (commit)
from e8308d4d8a580504c468bc6ae8d8a73ee12021f9 (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-ggsn/commit/?id=23cb7dacbbf839aa491146e683aac6…
commit 23cb7dacbbf839aa491146e683aac6256a118aae
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 18:26:59 2017 +0900
gtp-kernel: Add device nime in pdp_debug() log statements
Change-Id: Iad0e7a9fa48fcddc31b8d555244581efdbd61b4e
http://cgit.osmocom.org/osmo-ggsn/commit/?id=6335bfe78a003f763d13977f26c6c8…
commit 6335bfe78a003f763d13977f26c6c8d37ee8b234
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 9 11:28:13 2017 +0900
gtp-kernel: Add function name to pdp_debug() function calls
This allows us to distinguish "add" from "del" operatons in the log
Change-Id: Ibe2e76a6eecc7b5fa5f44ab2c1578597138e30b9
http://cgit.osmocom.org/osmo-ggsn/commit/?id=0de61c5b1d7f13b861c3dbb33e848d…
commit 0de61c5b1d7f13b861c3dbb33e848d5ca50d390a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 8 16:53:47 2017 +0900
gtp-kernel.c: Get rid of SYS_ERR where not applicable
SYS_ERR is for logging an error from the (operating) system including
the errno value. For general logging, we have DEBUGP/LOGP. Let's
convert the gtp-kernel logging over. This also fixes the related line
ending mess-up as SYS_ERR adds a LF while LOGP/DEBUGP don't.
Change-Id: Idb4069a28227b770e20d62bf306cd294f47146ae
-----------------------------------------------------------------------
Summary of changes:
ggsn/gtp-kernel.c | 31 +++++++++++++------------------
1 file changed, 13 insertions(+), 18 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 "Osmocom network interface library".
The branch, master has been updated
via bea215a565390009ddc79b830db334fa33cc7b3a (commit)
via fb31c0953c90496a96627821a95806175e4a2dde (commit)
via 443f40a6bf8bd153625820e7e6541b283c236ded (commit)
via cc7f236a4a2398f3f618c430fc4e1616c9d940bd (commit)
from 1274b374301ed7087e5316be0544111ede07cc15 (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=bea215a565390009ddc79b830d…
commit bea215a565390009ddc79b830db334fa33cc7b3a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 13 01:21:03 2017 +0900
Add SPDX-License-Identifier + Copyright statements
Change-Id: I43bb1c4a889421907a1a08eb29c96f2330ab00ec
http://cgit.osmocom.org/libosmo-netif/commit/?id=fb31c0953c90496a96627821a9…
commit fb31c0953c90496a96627821a95806175e4a2dde
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 13 01:11:46 2017 +0900
src/rs232.c: Fix accidential reference to GPLv3+ instead of GPLv2+
Change-Id: I5fa2696c5090994c417ca882c5225cbd7c1be2c7
http://cgit.osmocom.org/libosmo-netif/commit/?id=443f40a6bf8bd153625820e7e6…
commit 443f40a6bf8bd153625820e7e6541b283c236ded
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 13 01:10:45 2017 +0900
debian/copyright: There are no AGPL licensed files left
Change-Id: I7d1bf1cdefea955b28e756419e7d90beb2535bd0
http://cgit.osmocom.org/libosmo-netif/commit/?id=cc7f236a4a2398f3f618c430fc…
commit cc7f236a4a2398f3f618c430fc4e1616c9d940bd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 13 01:09:52 2017 +0900
debian/control: Fix upstream-name
Change-Id: Ic5f42a387525f7718097f4259bae6628b903a4ca
-----------------------------------------------------------------------
Summary of changes:
debian/copyright | 22 +---------------------
src/amr.c | 2 ++
src/channel.c | 19 +++++++++++++++++++
src/channel/abis/ipa_stream_client.c | 19 +++++++++++++++++++
src/channel/abis/ipa_stream_server.c | 19 +++++++++++++++++++
src/datagram.c | 20 ++++++++++++++++++++
src/ipa.c | 19 +++++++++++++++++++
src/ipa_unit.c | 20 ++++++++++++++++++++
src/osmux.c | 5 ++++-
src/rs232.c | 4 +++-
src/rtp.c | 19 +++++++++++++++++++
src/stream.c | 21 +++++++++++++++++++++
12 files changed, 166 insertions(+), 23 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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via 323d39d784417b5582098d6a27b24f94bb2e1d12 (commit)
via 513c8f4472886e6367c2ad66f9bac176d812cfa2 (commit)
from e2d33bf02d66032648a023aa570e03e4d6ad7179 (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-abis/commit/?id=323d39d784417b5582098d6a27b…
commit 323d39d784417b5582098d6a27b24f94bb2e1d12
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 13 01:09:21 2017 +0900
Add SPDX-License-Identifier to all source files
Change-Id: I9f2bc8c5d8a2c0bb0dd6caa4de5e2cb11be210e7
http://cgit.osmocom.org/libosmo-abis/commit/?id=513c8f4472886e6367c2ad66f9b…
commit 513c8f4472886e6367c2ad66f9bac176d812cfa2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 13 01:03:37 2017 +0900
debian/copyright: fix upstream-name
Change-Id: Ia7b07524f9c3e6013992ee4ba5151d951b7d9eda
-----------------------------------------------------------------------
Summary of changes:
debian/copyright | 4 ++--
src/e1_input.c | 2 ++
src/e1_input_vty.c | 2 ++
src/init.c | 2 ++
src/input/dahdi.c | 2 ++
src/input/ipaccess.c | 2 ++
src/input/lapd.c | 2 ++
src/input/lapd_pcap.c | 2 ++
src/input/misdn.c | 2 ++
src/input/rs232.c | 2 ++
src/input/unixsocket.c | 5 +++--
src/subchan_demux.c | 2 ++
src/trau/osmo_ortp.c | 2 ++
src/trau_frame.c | 2 ++
tests/ipa_recv/ipa_recv_test.c | 4 +++-
15 files changed, 32 insertions(+), 5 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol 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 "netlink library for Linux kernel GTP code".
The annotated tag, 1.1.0 has been created
at 546169acdab08762b9cc760cb3758da5349e63ca (tag)
tagging dd1e2f2641fe05616d907569f57ffcdb23fd6b19 (commit)
replaces 1.0.1
tagged by Harald Welte
on Sun Nov 12 23:35:29 2017 +0900
- Log -----------------------------------------------------------------
1.1.0 released on 2017-11-12
-----BEGIN PGP SIGNATURE-----
iQJJBAABCgAzFiEEigrqmUioHHGhfemTShB5H1XkRJYFAloIXDgVHGxhZm9yZ2VA
Z251bW9ua3Mub3JnAAoJEEoQeR9V5ESWBzoQAJUckt+me2R8fG4rK1mNHua4zZMA
TjqfAlYg2nyy22Imu9/dT+/2o0YAzNZ+WaQz0x+mnLZXIktJRDKEdDMnB1g6E/P5
wt526el5ysLzdAIb0UCYhmYu/yIzmB3jxwQH/wtTe0RKk/IfVeZK4lF4TfCnQaWq
Aem4mIas0xJJHshndAmrtTYHqDZF77eQnmph/vaEEV8FqRHV05igpFUHLwBeNtq9
RkKttsz8JY+Jb6tIzHxKKBZBwidDlWMbFBSJwfj1k11b4zdI6SLIYRDUsHJlG4uL
T18h2GRdpdaxASxqGcW81WlU7wYDrCo2QzYPZF+kkfpFqGJq96XCiAUxErwDh3x7
yjqVA3cgcxOMlFf+oKEKhME0Ww8kGPL3593+zW1SdHvP7a8+/ZCHAMTQUQfVep+Q
NOd5TzdOVdeGNYkFY/t7BBzzgR7veuv4CsxdPKp0zaQVl8WvojoX+zSL5+U2el2A
zzO1nVcQDHtIB0jZjwuRZC+pN52AYnZ6Nd2SfoX64zAEtwZU3UNSuhP5cklwNhCm
ZfnHpclO1f26KUOYe70LeEqLcjfFRpcA2X8H4XkAajLy1TzumA1kXPPZw2mepyz2
DMUK2QMiKz+76gZBVvy1aOj0oI/0baSkReC8zPqUVzodiFH6y6cm+qQcWLOE3n2/
3xzIlO+nJWDuYTNY
=2VlV
-----END PGP SIGNATURE-----
Harald Welte (12):
add README.md file
Add support for SGSN role via IFLA_GTP_ROLE
gtl-link.c: Actually use libgtpnl, don't hand-coded netlink msg
Add support for SGSN role via IFLA_GTP_ROLE
Add Debian packaging information
Add genl_socket_close() function
Add contrib/jenkins.sh for jenkins build verification
Add '--enable-sanitize' from other osmocom projects
gtp_build_payload(): Support absent peer and SGSN address
Use release helper from libosmocore
add 'm4' subdirectory to .gitignore
Tag/Release v1.1.0
Jonas Bonn (2):
Rename netlink attribute
Provide declaration for struct in_addr
junpei yoshino (1):
Fix look-up of GTP tunnel by TEI
-----------------------------------------------------------------------
hooks/post-receive
--
netlink library for Linux kernel GTP code
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 "netlink library for Linux kernel GTP code".
The branch, master has been updated
via dd1e2f2641fe05616d907569f57ffcdb23fd6b19 (commit)
via 1ec4817dda228c932baf6ff9fbda197877ddf1b1 (commit)
via 51c10b73fb6d7d2f3b74e5412e8189008fbed76a (commit)
from 03cb4c2d66bf4a9890e74557a2533a8d70a4880b (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/libgtpnl/commit/?id=dd1e2f2641fe05616d907569f57ffcd…
commit dd1e2f2641fe05616d907569f57ffcdb23fd6b19
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 23:27:30 2017 +0900
Tag/Release v1.1.0
Change-Id: I18ac475c1591c4dc4c2953957a8bce8e73007251
http://cgit.osmocom.org/libgtpnl/commit/?id=1ec4817dda228c932baf6ff9fbda197…
commit 1ec4817dda228c932baf6ff9fbda197877ddf1b1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 23:29:19 2017 +0900
add 'm4' subdirectory to .gitignore
Change-Id: I0207549ed00ad9c95ed64978046bb53ffe2634fe
http://cgit.osmocom.org/libgtpnl/commit/?id=51c10b73fb6d7d2f3b74e5412e81890…
commit 51c10b73fb6d7d2f3b74e5412e8189008fbed76a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Nov 12 23:25:00 2017 +0900
Use release helper from libosmocore
Change-Id: I3b22a026ee61e88ed6d785182990cfcba0487bfe
Related: OS#1861
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
Make_global.am | 2 +-
Makefile.am | 2 ++
TODO-RELEASE | 1 -
configure.ac | 6 +++++-
debian/changelog | 11 +++++++++++
debian/control | 6 +++---
debian/{libgtpnl0.install => libgtpnl1.install} | 0
8 files changed, 23 insertions(+), 6 deletions(-)
rename debian/{libgtpnl0.install => libgtpnl1.install} (100%)
hooks/post-receive
--
netlink library for Linux kernel GTP code
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 "UNNAMED PROJECT".
The branch, master has been updated
via 8db490695d2bc9c08199c4073b01d79f72158c85 (commit)
via c82e6ad190cd03354306bca218bf1f530b0a3150 (commit)
via 0959e8b354ca03d4e1896ea7c91aa093e26ea5b1 (commit)
from 4f3841c1533b62ff286260653e429ffc95d7cf37 (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-hlr/commit/?id=8db490695d2bc9c08199c4073b01d79…
commit 8db490695d2bc9c08199c4073b01d79f72158c85
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 10 16:59:49 2017 +0100
db-tool: error-exit on too many arguments
Each arg parsing should increment optind, so if there are any surplus args in
the end, that's an error.
Change-Id: I9fc0a87d11db8c35061568e3f8b5a5547931a961
http://cgit.osmocom.org/osmo-hlr/commit/?id=c82e6ad190cd03354306bca218bf1f5…
commit c82e6ad190cd03354306bca218bf1f530b0a3150
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 10 16:58:42 2017 +0100
db-tool: cosmetic: tweak printf output
Say <nitb.db> to indicate a filename.
No need to print the cmd and arg count, really.
Change-Id: I3be31754db5297b3f6028877068f97ce1be4d74b
http://cgit.osmocom.org/osmo-hlr/commit/?id=0959e8b354ca03d4e1896ea7c91aa09…
commit 0959e8b354ca03d4e1896ea7c91aa093e26ea5b1
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 10 16:58:00 2017 +0100
db-tool: add command 'create'
Change-Id: Ic4997d17763e50fb63c36fc0001570230bf64a12
-----------------------------------------------------------------------
Summary of changes:
src/hlr_db_tool.c | 25 +++++++++++++++++++------
1 file changed, 19 insertions(+), 6 deletions(-)
hooks/post-receive
--
UNNAMED 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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via 5c6f783d60704d7eb09240fbc51fff0bdb05aa38 (commit)
via 3fec854984527c7a60a403d997b947b23468f3f8 (commit)
via 89b555beeba98c486e3438fef9f19c6ffa62e99a (commit)
via 5e641c78de9ac2c6b984dcbdd890d3f3d7625dd8 (commit)
via 274fe3733bfbec86cd081f0c4c7964a8ae9433f2 (commit)
via 16f5d075d12ae337ec0d8af945734248c7e84ea7 (commit)
via f880d707aa636080def299450b13901904614449 (commit)
via 7650547ec52a842854f8eff62164656a2e2ec6ec (commit)
via 1ca6d8543ead8d5c5e960e5cf87cb4fec0dfc297 (commit)
via e924c2fce4c53bd10142f0b1af31232ced960877 (commit)
via 88ad5ed0df788ded6c8062431538f9618c4e1510 (commit)
via d8802e7b99cd628558beaa767fef8bae3223ddb2 (commit)
via 48092ec2a87628c6ba672b9554876929fc6fbd2f (commit)
via 80f4380d91316bcece2b8a7a1cfe9eab7f623201 (commit)
via c3d12c6b55ce2920a2081b922c49e54cfc99722b (commit)
via 74b87c1e0dfed3d9d2bfbd86ff1a38577336b21c (commit)
from 284e67c467974558b0e43aa72bd670f1469add9a (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-gsm-manuals/commit/?id=5c6f783d60704d7eb09240f…
commit 5c6f783d60704d7eb09240fbc51fff0bdb05aa38
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 17:16:21 2017 +0100
OsmoGSMTester: Improve Trial section content
Change-Id: I8d74b02166ea33ad9ab7f987894f4f02064fbebc
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=3fec854984527c7a60a403d…
commit 3fec854984527c7a60a403d997b947b23468f3f8
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 16:57:22 2017 +0100
OsmoGSMTester: Update defaults.conf example
Change-Id: If12df88b4088ecec6d6cb20c83a693c019b8af4a
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=89b555beeba98c486e3438f…
commit 89b555beeba98c486e3438fef9f19c6ffa62e99a
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 16:45:12 2017 +0100
OsmoGSMTester: Remove resolved TODO
Change-Id: Ie0f18293e566a690d2434d08cbaaf2fdf71d88e4
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=5e641c78de9ac2c6b984dcb…
commit 5e641c78de9ac2c6b984dcbdd890d3f3d7625dd8
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 16:43:04 2017 +0100
OsmoGSMTester: Update resources cfg documentation
Change-Id: I6ec9fc5468ce6ead52d9c8b35d8991cac4bfa97e
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=274fe3733bfbec86cd081f0…
commit 274fe3733bfbec86cd081f0c4c7964a8ae9433f2
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 16:08:05 2017 +0100
OsmoGSMTester: Document how to setup main unit to set CAP_NET_RAW as
non-root
Change-Id: I011beaa929efcabe9a9dc4f9c7222ba36fa2aae4
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=16f5d075d12ae337ec0d8af…
commit 16f5d075d12ae337ec0d8af945734248c7e84ea7
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 15:56:04 2017 +0100
OsmoGSMTester: Move TODO comment to a redmine task
Following task has been created: OS#2612
Change-Id: I79837e49f3e6af4254e9f0c7f53037eae66cda6d
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=f880d707aa636080def2994…
commit f880d707aa636080def299450b13901904614449
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 15:48:10 2017 +0100
OsmoGSMTester: Installation: change some confusing terminology
It's difficult to understand when it referrs to jenkins job in general
and when it talks about specific jenkins jobs that builds binaries required for
osmo-gsm-tester and the ones which run osmo-gsm-tester.
As a result, it's difficult to understand which sections apply to each
host in case more than one host is used.
Change-Id: I5c882e77b469629028b8d773053783e18f3d1737
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=7650547ec52a842854f8eff…
commit 7650547ec52a842854f8eff62164656a2e2ec6ec
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 15:11:30 2017 +0100
OsmoGSMTester: Add deps required for osmo-bts-octphy support
Change-Id: I384ec8cd55cfaa68ee1f461de99ceac78c5d8414
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=1ca6d8543ead8d5c5e960e5…
commit 1ca6d8543ead8d5c5e960e5cf87cb4fec0dfc297
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 15:09:39 2017 +0100
OSmoGsmTester: Specify group in Main unit intro
Change-Id: I132bf7681a1a435c161c4048e41c28dc75c1fa28
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=e924c2fce4c53bd10142f0b…
commit e924c2fce4c53bd10142f0b1af31232ced960877
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 15:03:58 2017 +0100
OsmoGSMTester: Explain patchelf is used sometimes to modify RPATH
Change-Id: I7bb811bc984c8d576984b038b391cf8130cc465e
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=88ad5ed0df788ded6c80624…
commit 88ad5ed0df788ded6c8062431538f9618c4e1510
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 14:25:39 2017 +0100
OsmoGSMTester: Update suite.conf example
This is the one we are usig nowadays in suite.conf, which explicitly
asks to be run with modems supporting sms features.
Change-Id: If5dbc3b4689b282db6fae4668e2838be59e88da8
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=d8802e7b99cd628558beaa7…
commit d8802e7b99cd628558beaa767fef8bae3223ddb2
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 14:23:35 2017 +0100
OsmoGSMTester: Use a more up-to-date resources.conf example
It showcases new features such as osmo-trx support, cipher support,
modem features support, etc.
Change-Id: I66bbcd028f03290797c2c467271d0f0982698b47
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=48092ec2a87628c6ba672b9…
commit 48092ec2a87628c6ba672b9554876929fc6fbd2f
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 14:19:32 2017 +0100
OsmoGSMTester: Improve Resource Resolution section content
Change-Id: Ice37093dc9f8e03a2a9f5e3f7df79d1b589b6991
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=80f4380d91316bcece2b8a7…
commit 80f4380d91316bcece2b8a7a1cfe9eab7f623201
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 14:15:46 2017 +0100
OsmoGSMTester: Update sample test script with an AoIP example
Change-Id: I7978c7e96c8f1d43837271c94dd64893649974e0
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=c3d12c6b55ce2920a2081b9…
commit c3d12c6b55ce2920a2081b922c49e54cfc99722b
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 14:13:54 2017 +0100
OsmoGSMTester: Update trial graph with current data
The osmo-bts-trx tgz doesn't exist anymore and it does not contain
osmo-trx, which comes in its own tgz.
Change-Id: Id803eca3791137b04bc24d195119d5c511fcfc49
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=74b87c1e0dfed3d9d2bfbd8…
commit 74b87c1e0dfed3d9d2bfbd86ff1a38577336b21c
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Nov 2 14:03:58 2017 +0100
OsmoGSMTester: Improve setup graph
* Add sysmocell5000
* Remove 1 modem, showing 2 of them is enough
* Split osmo-bts-trx from osmo-trx node as sysmocell500 doesn't use the
later.
* Update OsmoNITB node to show we also support split openbsc.git
components.
Change-Id: I893beb114d47edd3f67183dd9ea5acc19462496c
-----------------------------------------------------------------------
Summary of changes:
OsmoGSMTester/chapters/config.adoc | 96 ++++++++++++++++------
OsmoGSMTester/chapters/install.adoc | 64 +++++++++++----
OsmoGSMTester/chapters/intro.adoc | 159 +++++++++++++++++++++++-------------
OsmoGSMTester/chapters/trial.adoc | 12 ++-
4 files changed, 230 insertions(+), 101 deletions(-)
hooks/post-receive
--
Manuals for Osmocom GSM components