libosmo-netif/examples
Harald Welte da5f41cdad Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse()
In libosmocore Change-ID I1834d90fbcdbfcb05f5b8cfe39bfe9543737ef8f
we have introduced ipa_ccm_id_resp_parse() as a bugfixed replacement
of ipa_ccm_idtag_parse().

The main difference is that the returned "value" parts now have
a correct reported "length", whereas before this commit they all
reported a one-byte too-long "length" for each IE.

Let's use this opportunity to remove the copy+pasted
osmo_ipa_idtag_parse() function from the libosmo-netif codebase.

Change-Id: I4626d247626543e032593bf226b6c233f6678562
2018-08-01 17:36:21 +02:00
..
Makefile.am Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse() 2018-08-01 17:36:21 +02:00
ipa-stream-client.c examples: use osmo_init_logging2 2018-04-17 13:55:09 +02:00
ipa-stream-server.c examples: use osmo_init_logging2 2018-04-17 13:55:09 +02:00
lapd-over-datagram-network.c examples: use osmo_init_logging2 2018-04-17 13:55:09 +02:00
lapd-over-datagram-user.c examples: use osmo_init_logging2 2018-04-17 13:55:09 +02:00
osmux-test-input.c examples: use osmo_init_logging2 2018-04-17 13:55:09 +02:00
osmux-test-output.c osmux: Move examples and tests to use new output APIs 2018-04-19 18:24:25 +02:00
rs232-read.c examples: use osmo_init_logging2 2018-04-17 13:55:09 +02:00
rs232-write.c examples: use osmo_init_logging2 2018-04-17 13:55:09 +02:00
rtp-udp-test-client.c examples: use osmo_init_logging2 2018-04-17 13:55:09 +02:00
rtp-udp-test-server.c examples: use osmo_init_logging2 2018-04-17 13:55:09 +02:00
stream-client.c examples: use osmo_init_logging2 2018-04-17 13:55:09 +02:00
stream-server.c examples: use osmo_init_logging2 2018-04-17 13:55:09 +02:00
udp-test-client.c examples: add simple UDP client/server 2017-10-13 18:13:14 +02:00
udp-test-server.c examples: add simple UDP client/server 2017-10-13 18:13:14 +02:00
udp-test.h examples: use osmo_init_logging2 2018-04-17 13:55:09 +02:00