aboutsummaryrefslogtreecommitdiff
path: root/parse/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'parse/parse.go')
-rw-r--r--parse/parse.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse/parse.go b/parse/parse.go
index 5a9722f..0614b75 100644
--- a/parse/parse.go
+++ b/parse/parse.go
@@ -77,6 +77,7 @@ func main() {
unmarshal(s, &acse.AARE{})
reason, _ := acse.AssociateResult(s)
fmt.Println("Reason", reason)
+ fmt.Println(s)
case 0x62:
unmarshal(s, &acse.RLRQ{})
case 0x63: