gsm: TS 44.021 modified V.110 frame encoding/decoding support

3GPP TS 44.021 specifies the format for modified V.110 frames as used
on the GSM air (radio) interface.  Implement encoders and decoders for
this modified V.110 format.

Related: OS#1572
Change-Id: I60a2f2690459359437df20cf4da9043fa7c3ad11
diff --git a/include/osmocom/gsm/Makefile.am b/include/osmocom/gsm/Makefile.am
index 2c59e55..f840a27 100644
--- a/include/osmocom/gsm/Makefile.am
+++ b/include/osmocom/gsm/Makefile.am
@@ -29,6 +29,7 @@
 	gsm23003.h \
 	gsm23236.h \
 	gsm29118.h \
+	gsm44021.h \
 	gsm48.h \
 	gsm48_arfcn_range_encode.h \
 	gsm48_ie.h \