From 7d091f612ccde5e618c3978e6278453c1a386cca Mon Sep 17 00:00:00 2001 From: David Lecompte <3gpp@metani.eu> Date: Thu, 11 Jun 2026 15:16:28 +0200 Subject: [PATCH] txt2asn.awk: IE header for constants --- awk/txt2asn.awk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = "" ; } -- 2.47.3