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 "Software for ETSI GMR (GEO Mobile Radio)".
The branch, master has been updated
via adb8cc6aa9453dfc339de53ae641067136a031ec (commit)
from e156c5fee5e3d288adcfac77ffab6f292f8e4712 (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-gmr/commit/?id=adb8cc6aa9453dfc339de53ae641067…
commit adb8cc6aa9453dfc339de53ae641067136a031ec
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 14 14:15:21 2017 +0900
Add contrib/jenkins.sh script, like other osmo-* repositories
This simplifies our jenkins setup and uses shared scripts from
osmo-ci.git
Change-Id: I025c4ed919bdfa98914f8161d361fb7c92088e95
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 47 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100755 contrib/jenkins.sh
hooks/post-receive
--
Software for ETSI GMR (GEO Mobile Radio)
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 deleted
was 23cb7dacbbf839aa491146e683aac6256a118aae
-----------------------------------------------------------------------
23cb7dacbbf839aa491146e683aac6256a118aae gtp-kernel: Add device nime in pdp_debug() log statements
-----------------------------------------------------------------------
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, 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