From cdeb83a9f88402484519fa2571234cfab7517353 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 28 Jun 2015 01:19:12 +0200 Subject: Add CSTA OID --- CSTA/user-information.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CSTA') diff --git a/CSTA/user-information.go b/CSTA/user-information.go index aa8cd7f..45761b9 100644 --- a/CSTA/user-information.go +++ b/CSTA/user-information.go @@ -2,7 +2,10 @@ package csta // 1.3.12.0.285.200 -var OID = []int{1, 3, 12, 0, 285, 200} +var ( + CSTA2 = []int{1, 3, 12, 0, 218} + OID = []int{1, 3, 12, 0, 285, 200} +) type ACSEUserInformationForCSTA struct { NewDefinition struct { // 0 implicit -- cgit v1.2.3