summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2010-04-25 17:53:16 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2010-04-25 17:53:16 +0200
commitd0629eee06c529683508be78bb9b14b3f0d7996c (patch)
tree826c2c1cb7abf720436bcc0b231326955a76a192 /src/shared/libosmocore/include
parente91d8a934c685f9d89f10d3e2fd927102f022cd3 (diff)
Added single octet TV (type + value) to libosmocore.
In case of a single octet, the upper nibble is the type, the lower nibble carries the value.
Diffstat (limited to 'src/shared/libosmocore/include')
-rw-r--r--src/shared/libosmocore/include/osmocore/tlv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/libosmocore/include/osmocore/tlv.h b/src/shared/libosmocore/include/osmocore/tlv.h
index c733dbc9..4cfce872 100644
--- a/src/shared/libosmocore/include/osmocore/tlv.h
+++ b/src/shared/libosmocore/include/osmocore/tlv.h
@@ -212,6 +212,7 @@ enum tlv_type {
TLV_TYPE_TLV,
TLV_TYPE_TL16V,
TLV_TYPE_TvLV,
+ TLV_TYPE_SINGLE_TV
};
struct tlv_def {