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 "Tools to centralize packet capture and storing".
The branch, laforge/ipip has been created
at 74aa667511b83cbad8cb5159e97000961799d0ce (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcap/commit/?id=74aa667511b83cbad8cb5159e97000…
commit 74aa667511b83cbad8cb5159e97000961799d0ce
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jul 21 18:12:01 2017 +0200
Add support for generating IPIP to osmo-pcap-client
This allows the user to change the configuration between either using
a) the classic OsmoPCAP protocol (over TCP with or without TLS)
which is used when you want to talk to an osmo-pcap-server
b) the (new) IPIP encapsulation, which will simply take the IP
packet (without Ethernet or pcap header) and transmit it inside IPIP
to the specified server IP address. This is useful for gettin
real-time streaming into wireshark.
Change-Id: I8056fc163ac2f15adcb964d867dd5e51df4e4710
http://cgit.osmocom.org/osmo-pcap/commit/?id=41123e0540a541be34d5ee23492a61…
commit 41123e0540a541be34d5ee23492a61bec99adc6a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jul 21 16:57:12 2017 +0200
client: Move to osmo_sock_init2_ofd()
We can simplify the code even further by using the osmo_fd version
of osmo_sock_init2() called osmo_sock_init2_ofd(), which takes care
of filling the osmo_fd.fd member and registering the socket in the
select loop.
Change-Id: Ibf1480e7dee287db77a19bb9f0254edddf7706ab
http://cgit.osmocom.org/osmo-pcap/commit/?id=5494de5c0853dfebb1aac07126f68a…
commit 5494de5c0853dfebb1aac07126f68abaf6a7f284
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jul 21 16:55:19 2017 +0200
Use libosmocore osmo_sock_init2() instead of local implementation
A related function for "create a socket, bind it locally and connect
remotely" has meanwhile been introduced in libosmocore, so the local
implementation can go.
Change-Id: Ieda77ad8b3f7b89faa09882c0037562ce4d0fc89
http://cgit.osmocom.org/osmo-pcap/commit/?id=2fe9cb937d2e7aba621ee48a289278…
commit 2fe9cb937d2e7aba621ee48a2892782e5f1cbbbc
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jul 21 11:45:38 2017 +0200
Rename osmo_pcap_{client_server} executables to osmo-pcap-{client,server}
This naming is more in line with what all the other osmocom programs are
doing (e.g. osmo-pcu, osmo-bts-sysmo, osmo-bsc, ...). We don't
generally use osmo_ anywhere else, so I suggest to change it for more
uniformity.
Change-Id: If1e3ce76f93266e0f01c801204769432b571fdb1
http://cgit.osmocom.org/osmo-pcap/commit/?id=2aea8704f391675a704d0431497cf0…
commit 2aea8704f391675a704d0431497cf0100ca76b9a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jul 21 11:55:04 2017 +0200
Use TCP port numbers for VTY that don't overlap with other Osmocom Software
osmo-pcap for historical reasons uses the same port numbers as
OsmoPCU and OsmoBTS. This leads to problems when wanting to run related
software together on one system. Let's break the historical assumptions
and start with non-overlapping port numbers that are allocated/assigned
from https://osmocom.org/projects/cellular-infrastructure/wiki/Port_Numbers
Change-Id: I638ac0534517931d0987ce9f72f5db4f5b6c16b7
http://cgit.osmocom.org/osmo-pcap/commit/?id=604e0711596e7e06600a2d7aea3394…
commit 604e0711596e7e06600a2d7aea3394d36e5d3bda
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jul 21 13:06:15 2017 +0200
sock_src_init(): Don't freeaddrinfo() undefined src_result
src_result is only valid "if (src)", so we cannot unconditionally
free it:
(gdb) bt
host=0x52 <error: Cannot access memory at address 0x52>, src=0x0)
at /usr/src/debug/osmo-pcap/0.0.6+gitrAUTOINC+4776b2972e-r1d/git/src/osmo_client_network.c:165
Change-Id: I3b6778d9110583ecb1daec59ef2c86465d5818b9
-----------------------------------------------------------------------
hooks/post-receive
--
Tools to centralize packet capture and storing
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 9fc351de69a2f3f451a2c44145fbabb156ef410a (commit)
from 2b74a5fdc0bbcb5b6df71e1dd542dd1ffbb3b9f6 (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=9fc351de69a2f3f451a2c44145f…
commit 9fc351de69a2f3f451a2c44145fbabb156ef410a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jul 17 11:06:57 2017 +0200
sccp: global addressbook search + api fix
The sccp-addressbook only allows defining addresses for a specific
ss7 instance. It is not possible to use an sscp-address, that is
defined in the one ss7 instance in another ss7 instance.
Add a second global list where all sscp-addresses are added,
regardless on which instance they are defined.
Fixup the search functions so that they always search the global
list.
Change the API, so that the address data is written to a
destination pointer. This protects the stored address from
unintentional changes. Also return the ss7 instance, where the
address is associated with.
Change-Id: I5acc1e5abc3b3081149a9f476038e4e53d23b763
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/sccp_sap.h | 8 ++---
src/osmo_ss7_vty.c | 70 +++++++++++++++++++++++++++-----------
2 files changed, 54 insertions(+), 24 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 "The OpenGGSN project".
The branch, laforge/non-root has been created
at 4af8934487c9b227e4ee67b666abd0affb0cdce5 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openggsn/commit/?id=4af8934487c9b227e4ee67b666abd0a…
commit 4af8934487c9b227e4ee67b666abd0affb0cdce5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Jul 21 16:47:45 2017 +0200
WIP: Allow GGSN to run as non-root
this is just a mock-up to show what needs to be done.
The actual tun device would be created e.g. by system startup scripts
using tunctl for the non-root user and configure the interface address,
and openggsn simply needs to use that tun device name and not attempt to
set the local interface address.
Change-Id: I0d5657fae363529f82ec7412bf0dbb252866e261
-----------------------------------------------------------------------
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/aoip2 has been updated
via 4f451dc0a9865b676a1920bd1a632c213952e7ad (commit)
from 1cef45f5c9611ec70df9199e85b5b3ce80e6177c (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=4f451dc0a9865b676a1920bd1a632c21…
commit 4f451dc0a9865b676a1920bd1a632c213952e7ad
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jul 21 15:43:15 2017 +0200
msc-vty-complete
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 8 +++--
openbsc/src/libmsc/msc_vty.c | 28 +++++++++++++++++
openbsc/src/osmo-msc/msc_main.c | 62 ++++++++++++++++++++++++++++++++------
3 files changed, 87 insertions(+), 11 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 ba66e79953cb1c2230fe2916ef7d8de78500c7fd (commit)
from 8288b1203a6631f8674f02a2964efcf22f5b26c2 (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=ba66e79953cb1c2230fe2916ef7d8de7…
commit ba66e79953cb1c2230fe2916ef7d8de78500c7fd
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Jul 20 10:13:28 2017 +0200
sgsn: Convert cch_pdp to host order for libgtp
libgtp is calling gtpie_tv2 which will convert this uint16_t from host
to network order. So far libosmogsm and the sgsn treated the charging
characteristics as opaque data. So when moving from byte array to the
uint16_t do the swapping.
Change-Id: I977aec2e2f8d57802e45f591754e5733562d5c2a
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/sgsn_libgtp.c | 7 ++-----
1 file changed, 2 insertions(+), 5 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via d49a6aa136efcb9106abfa432e148e643db7ac1e (commit)
via 81486e053cfdc64ebc0bec71311df8172e716b91 (commit)
from 28d8081e25abbf6151bee7fc325510545c9c799d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=d49a6aa136efcb9106abfa432e148e6…
commit d49a6aa136efcb9106abfa432e148e643db7ac1e
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jul 10 13:48:34 2017 +0200
Remove redundant explicit dependency
There's no need to explicitly mention library package because
${shlibs:Depends} will take care of it automatically.
Change-Id: Ibd9cfc3673d828122edb85ba9de7ceb77f0299d0
http://cgit.osmocom.org/osmo-trx/commit/?id=81486e053cfdc64ebc0bec71311df81…
commit 81486e053cfdc64ebc0bec71311df8172e716b91
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jun 29 15:35:22 2017 +0200
Add '-t' command line option to enable SCHED_RR
SCHED_RR allows us to operate osmo-trx reliable even under exceptionally
high system load, as the realtime scheduler priority will have higher
priority than the other "regular" tasks on the system.
Change-Id: Ia2452b9763960b2be37fbeee9d832554da68a53f
Closes: OS#2344
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/osmo-trx.cpp | 31 +++++++++++++++++++++++++++++--
debian/control | 2 +-
2 files changed, 30 insertions(+), 3 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Manuals for Osmocom GSM components".
The branch, master has been updated
via 45a83d5cfa9b08194ffb41e15c78a4c864aa1f2b (commit)
from afd3e9495dc554cad50cacf752e933117f4cfebf (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=45a83d5cfa9b08194ffb41e…
commit 45a83d5cfa9b08194ffb41e15c78a4c864aa1f2b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jul 19 19:17:18 2017 +0200
update osmo-bts-virtual documentation, now that code is merged
Change-Id: Icd8706d29ca0e96cb89b7736dbb62f9ce159382d
-----------------------------------------------------------------------
Summary of changes:
OsmoBTS/chapters/bts-models.adoc | 53 +++++++++++++++++++++++++++++++---------
1 file changed, 41 insertions(+), 12 deletions(-)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 afd3e9495dc554cad50cacf752e933117f4cfebf (commit)
from 005901b1de577913a32440158914b8e489cc47ed (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=afd3e9495dc554cad50cacf…
commit afd3e9495dc554cad50cacf752e933117f4cfebf
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jul 20 15:13:04 2017 +0200
Makefile: Add check-deps target and run it by default
This target will do several quick tests to ensure all the required
dependencies needed to build all documents are installed on the system.
If a dependency is missing, we abort the build early. Otherwise we can
end up building documents which some content missing.
Change-Id: I9b86aedd3bfccd7ac00343c16b9d25adc605808d
-----------------------------------------------------------------------
Summary of changes:
Makefile | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 8288b1203a6631f8674f02a2964efcf22f5b26c2 (commit)
from ab2454e776f1a4bc4977ef48ec2844600f85176b (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=8288b1203a6631f8674f02a2964efcf2…
commit 8288b1203a6631f8674f02a2964efcf22f5b26c2
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Jul 20 13:52:55 2017 +0200
remove code disabling T3109 if configured to 0
We no longer permit timers with a 0 value, so this case can never
happen. Also, if it should happen, I'd rather have a timter expiring
immediately (and breaking something) than not being started in the
first place.
Change-Id: Ibfcdd3ddc0155caee89c501498329bde247621a0
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_rsl.c | 4 ----
1 file changed, 4 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 "SCCP Library".
The branch, master has been updated
via 2b74a5fdc0bbcb5b6df71e1dd542dd1ffbb3b9f6 (commit)
from 6823dd9f442ce912e8fdc15aa923cff38a20e487 (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=2b74a5fdc0bbcb5b6df71e1dd54…
commit 2b74a5fdc0bbcb5b6df71e1dd542dd1ffbb3b9f6
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jul 17 11:16:27 2017 +0200
cosmetic: remove comment
The vty command string already says it all, remove the comment entirely.
Change-Id: I8ecad584a1bc9b97693b199abd1ec2e5f6ce156d
-----------------------------------------------------------------------
Summary of changes:
src/osmo_ss7_vty.c | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
SCCP Library