Files
osmo-pcu/.checkpatch.conf
Pau Espin Pedrol b6989af5b9 checkpath: Exclude csn1 files
CSN.1 parsing code is inherited/co-maintained with wireshark.git code,
and used to have its own coding style, so avoid enforcing osmocom code
style in there.

Change-Id: Ib6e7d2dcc3d8f262092f0100e55cad397aa226f4
2025-03-13 19:43:02 +01:00

5 lines
108 B
Plaintext

--exclude ^src/csn1.c$
--exclude ^src/csn1.h$
--exclude ^src/csn1_(enc|dec).c$
--exclude ^src/gsm_rlcmac.c$