libosmocore/contrib
Neels Hofmeyr e1c4f24cb9 contrib/talloc_count.sh: improve hexadecimal masking
Also mask hexadecimal without leading 0x. But take care to not match on
every letter a-f,A-F in normal words and names.

before:

    10 map_rua(NffffNfNecN-example-com-RUA-N)[N]
    10 map_sccp(NffffNfNecN-example-com-SCCP-N)[N]
    17 map_rua(NffffNcN-example-com-RUA-N)[N]
    17 map_sccp(NffffNcN-example-com-SCCP-N)[N]
    18 map_rua(NffffNeNbN-example-com-RUA-N)[N]
    18 map_sccp(NffffNeNbN-example-com-SCCP-N)[N]
    82 map_rua(NffffNfNdN-example-com-RUA-N)[N]
    82 map_sccp(NffffNfNdN-example-com-SCCP-N)[N]
    85 map_rua(NffffNfN-example-com-RUA-N)[N]
    85 map_sccp(NffffNfN-example-com-SCCP-N)[N]
   224 struct hnbgw_context_map

after:

   224 map_rua(N-example-com-RUA-N)[N]
   224 map_sccp(N-example-com-SCCP-N)[N]
   224 struct hnbgw_context_map

Change-Id: I1b42ce3e67c7ed2d38d3e5c9cbfa90ba185a07b7
2023-03-14 20:12:57 +00:00
..
fsm-to-dot.py contrib/fsm-to-dot: warn about identically named FSMs 2018-03-26 15:04:32 +02:00
jenkins_amd64.sh contrib/jenkins_amd64.sh: remove FreeBSD specific quirks 2022-03-13 21:56:36 +00:00
jenkins_arch.sh jenkins: print gcc version in log 2018-11-06 21:43:16 +00:00
jenkins_arm.sh jenkins_arm.sh: disable external tests 2022-12-04 10:03:13 +00:00
jenkins_common.sh jenkins: Validate gsm 08.58 IEs are added to tlv_definition 2022-04-05 17:38:25 +02:00
libosmocore.spec.in Bump version: 1.7.0.119-b31a-dirty → 1.8.0 2023-02-07 11:20:42 +01:00
struct_endianness.py contrib/struct_endianness.py: simplify file extension check 2023-02-28 18:48:56 +00:00
talloc_count.sh contrib/talloc_count.sh: improve hexadecimal masking 2023-03-14 20:12:57 +00:00
vty Add expect script: 'vty' for easy access to all vtys 2019-05-08 22:53:41 +00:00