summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index 278738be..8b9f29ff 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -918,6 +918,12 @@ struct stk_text_attribute {
unsigned char len;
};
+/* Defined in TS 31.111 Section 8.72 */
+struct stk_pdp_act_par {
+ unsigned char par[127];
+ unsigned char len;
+};
+
/*
* According to 102.223 Section 8.73 the length of CTLV is 1 byte. This means
* that the maximum size is 127 according to the rules of CTLVs. In addition,