Commit Graph

11 Commits

Author SHA1 Message Date
Pau Espin a1c9fbfabc Introduce utils/osmo-amr-inspect program
This program allows inspecting a list of AMR PDUs in hexstring format
present in a text file.
This allows easily finding out the properties of the PDU as well as
finding potential errors on the data.
It also allows forcing decode in different formats (octet-aligned,
bandwidth-efficient) in order to detect which may be the correct one.

Related: SYS#6161
Change-Id: Iffa6cc2e5391b77e3097d4c3b8d3f5211427dbe2
2022-12-22 13:56:26 +01:00
Oliver Smith 51591bbc3f Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in
Change-Id: Ibd97cb239570b1d056ccbf02b101d4c5fe4d4211
2020-05-22 13:29:50 +02:00
Max 03b84ec99b Use release helper from libosmocore
See
https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
for details.

Change-Id: I01b0aae741b83a3f17f1caf2b6837cf365a1709b
Related: OS#1861
2017-08-28 10:53:35 +00:00
Harald Welte d0f9bd600c Add minimal doxygen documentation for stream + datagram modules
We should have doxygen documentation for all libosmo-* APIs.

libosmo-netif is currently devoid of any API docs. Let's start with the
stream and datagram socket related functions.

Change-Id: I589a5e60d9df2b8a65fbaf68f80e3ae0039d8c2a
2017-04-08 20:13:14 +02:00
Harald Welte 70a82f0c21 Add README file to libosmo-netif repository
Change-Id: Idfc804740e5a086701017d55c86aaf3304c84148
2017-03-16 15:45:29 +01:00
Andreas Rottmann 87947aff53 build: fix "make distcheck"
Running "make distcheck" failed trying to generate ".version" into the
read-only unpacked source directory:

  make[1]: Entering directory '/tmp/build/libosmo-netif-0.0.4.10-7d1d/_build'
  echo 0.0.4.10-7d1d > ../.version-t && mv ../.version-t ../.version
  /bin/bash: ../.version-t: Permission denied
  Makefile:877: recipe for target '../.version' failed

Actually shipping ".version" in the tarball fixes that.
2015-05-19 11:47:01 +02:00
Jan Engelhardt 226e994832 build: remove all_includes
This variable is never set and could therefore be removed.
2014-10-02 23:22:55 +02:00
Martin Hauke 603f6c40d5 build: rename INCLUDES to AM_CPPFLAGS in Makefile.am to avoid warnings 2014-09-11 18:22:02 +02:00
Pablo Neira Ayuso 479fba171b add testsuite infrastructure and osmux test
This patch adds the testsuite infrastructure and it populates it
with one test for osmux.

The osmux tests makes sure that:

* We get the same number of RTP messages in the input and the output path.
* The payload of the RTP message is reconstructed correctly.
* The reconstructed timing is correct.
2013-05-24 02:20:50 +02:00
Pablo Neira Ayuso 163707ba12 build: use libosmo-netif.pc instead libosmonetif.pc
Otherwise, openbsc fails to find this new library by libosmo-netif.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2012-02-23 19:51:01 +01:00
Pablo Neira Ayuso 8bf16493f6 initial commit 2011-10-04 02:36:46 +02:00