From: David Lecompte <3gpp@metani.eu> Date: Thu, 11 Jun 2026 13:16:28 +0000 (+0200) Subject: txt2asn.awk: IE header for constants X-Git-Url: https://nuage.metani.fr/gitweb/3GPP.git/commitdiff_plain/7d091f612ccde5e618c3978e6278453c1a386cca?ds=sidebyside txt2asn.awk: IE header for constants --- diff --git a/awk/txt2asn.awk b/awk/txt2asn.awk index e871003..e949677 100755 --- a/awk/txt2asn.awk +++ b/awk/txt2asn.awk @@ -101,8 +101,7 @@ BEGIN { /^-[[:space:]]+Multiplicity and type constraints? definitions$/ { if (empty_line == "yes") { print ie_separator; - print "-- Multiplicity and type constraints definitions"; - print "" ; + print "-- IE: Constants"; empty_line = "no" ; conditions = "" ; }