Attention is currently required from: pespin.
laforge has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-pcap/+/39286?usp=email )
Change subject: Makefile.am: proper format and reorder source file lists
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/39286?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: Ie39bd0348f4f329539c1d9dabc8fa87f3e4bbefe
Gerrit-Change-Number: 39286
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Sat, 11 Jan 2025 14:54:44 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: pespin.
laforge has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-pcap/+/39285?usp=email )
Change subject: Cleanup and reorder includes in header files
......................................................................
Patch Set 2: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/39285?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I0467d3c3a2687a7990c0db7371d0c89f97e8400a
Gerrit-Change-Number: 39285
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Sat, 11 Jan 2025 14:54:28 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
falconia has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/39289?usp=email )
Change subject: bibliography.adoc: add TW-TS-* references
......................................................................
bibliography.adoc: add TW-TS-* references
Some Osmocom components include support for interfaces that are
defined in Themyscira Wireless specs (TW-TS):
* OsmoBTS includes support for TW-TS-001, may also support TW-TS-002
for HRv1 codec in the future;
* OsmoBSC includes support for TW-TS-003 BSSMAP extension;
* TW-TS-005 hex file format can be used in some unit tests.
Therefore, these specs should be linked from Osmocom bibliography.
Change-Id: Ia34a61b5f834f2c70f81012dcc816dd6014c784f
---
M common/chapters/bibliography.adoc
1 file changed, 13 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/89/39289/1
diff --git a/common/chapters/bibliography.adoc b/common/chapters/bibliography.adoc
index 9d635b0..126f3cc 100644
--- a/common/chapters/bibliography.adoc
+++ b/common/chapters/bibliography.adoc
@@ -227,3 +227,16 @@
License. https://www.gnu.org/licenses/agpl-3.0.en.html
- [[[freeswitch_pbx]]] FreeSWITCH SIP PBX
https://freeswitch.org
+
+- [[[tw-ts-001]]] TW-TS-001: Enhanced RTP transport of FR and EFR codec frames
+ in an IP-based GSM RAN
+ https://www.freecalypso.org/specs/tw-ts-001-v010100.txt
+- [[[tw-ts-002]]] TW-TS-002: Enhanced RTP transport of HRv1 codec frames
+ in an IP-based GSM RAN
+ https://www.freecalypso.org/specs/tw-ts-002-v010100.txt
+- [[[tw-ts-003]]] TW-TS-003: BSSMAP extension for selection of enhanced RTP
+ transport formats
+ https://www.freecalypso.org/specs/tw-ts-003-v010002.txt
+- [[[tw-ts-005]]] TW-TS-005: Hexadecimal file format for sequences of RTP
+ payloads for GSM speech codecs
+ https://www.freecalypso.org/specs/tw-ts-005-v010003.txt
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/39289?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Change-Id: Ia34a61b5f834f2c70f81012dcc816dd6014c784f
Gerrit-Change-Number: 39289
Gerrit-PatchSet: 1
Gerrit-Owner: falconia <falcon(a)freecalypso.org>
Attention is currently required from: daniel, laforge, pespin.
Hello Jenkins Builder, daniel, laforge,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-pcap/+/39265?usp=email
to look at the new patch set (#7).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
Change subject: client: Support generation of pcapng file format
......................................................................
client: Support generation of pcapng file format
Support transmitting traffic recordings in pcapng towards
osmo-pca-server based on VTY config. Old libpcap's file format
(.pcap) is still left as default to to keep backward compatibility
towards older osmo-pcap-server instances still running. Furthermore,
.pcap support is more extended than .pcapng since it's way older.
When pcapng file format is selected, osmo-pcap-client will use the same
osmo-pcap protocol used in pcap mode, but the payloads encoded in
messages will be in pcapng file format instead of pcap.
This means, for LINK_HDR message type it will encode a file header with
a payload consisting of 1 SHB + N IDB blocks (one for each network
interface being monitored).
Upon each packet recording received from the monitoring interface, it
will encode a LINK_DATA message containing a payload with a encoded
pcapng block.
This works mostly transparetly on the osmo-pcap-server side, since in
general it handles those payloads mostly transparently. Only some sanity
checks will need to be updated and improve there to account for the new
pcapng blocks. This in turn requires identifying pcap vs pcapng format
being recieved from the client, and also placing the proper file suffix
when creating the file. This will be done in a follow-up patch modyfing
the server side.
Related: SYS#5822
Change-Id: I3c80518a1e53a1f77e1aca8dfa83f683f9516ad6
---
M doc/manuals/chapters/client.adoc
M include/osmo-pcap/osmo_pcap_client.h
M include/osmo-pcap/osmo_pcap_file.h
M src/osmo_client_core.c
M src/osmo_client_network.c
M src/osmo_client_vty.c
M src/osmo_pcap_file.c
7 files changed, 534 insertions(+), 10 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/65/39265/7
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/39265?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I3c80518a1e53a1f77e1aca8dfa83f683f9516ad6
Gerrit-Change-Number: 39265
Gerrit-PatchSet: 7
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Attention is currently required from: pespin.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-pcap/+/39285?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Verified-1 by Jenkins Builder
Change subject: Cleanup and reorder includes in header files
......................................................................
Cleanup and reorder includes in header files
Put all includes in same order of dependencies.
Include stdint.h instead of inttypes.h since that's the file actually
containing the standard int types.
Change-Id: I0467d3c3a2687a7990c0db7371d0c89f97e8400a
---
M include/osmo-pcap/osmo_pcap_client.h
M include/osmo-pcap/osmo_pcap_server.h
M include/osmo-pcap/osmo_tls.h
M include/osmo-pcap/wireformat.h
M src/osmo_server_network.c
5 files changed, 15 insertions(+), 15 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/85/39285/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/39285?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I0467d3c3a2687a7990c0db7371d0c89f97e8400a
Gerrit-Change-Number: 39285
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Attention is currently required from: daniel, laforge.
pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-pcap/+/39265?usp=email )
Change subject: client: Support generation of pcapng file format
......................................................................
Patch Set 5:
This change is ready for review.
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/39265?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I3c80518a1e53a1f77e1aca8dfa83f683f9516ad6
Gerrit-Change-Number: 39265
Gerrit-PatchSet: 5
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 10 Jan 2025 17:06:52 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No