ber_dec_rval_t -> asn_dec_rval_t

diff --git a/asn1c/tests/check-22.c b/asn1c/tests/check-22.c
index 95f0c4a..f50286b 100644
--- a/asn1c/tests/check-22.c
+++ b/asn1c/tests/check-22.c
@@ -47,7 +47,7 @@
 static void
 check(int is_ok, uint8_t *buf, int size, size_t consumed) {
 	T1_t t, *tp;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 	asn_enc_rval_t erval;
 	int ret;
 	int i;
diff --git a/asn1c/tests/check-24.c b/asn1c/tests/check-24.c
index f50cbf6..a60e7c1 100644
--- a/asn1c/tests/check-24.c
+++ b/asn1c/tests/check-24.c
@@ -36,7 +36,7 @@
 static void
 check(int is_ok, uint8_t *buf, int size, size_t consumed) {
 	T_t t, *tp;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 
 	tp = memset(&t, 0, sizeof(t));
 
diff --git a/asn1c/tests/check-25.c b/asn1c/tests/check-25.c
index f2145da..78c9fc6 100644
--- a/asn1c/tests/check-25.c
+++ b/asn1c/tests/check-25.c
@@ -89,7 +89,7 @@
 static void
 check(int is_ok, uint8_t *buf, int size, size_t consumed) {
 	T_t t, *tp;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 
 	tp = memset(&t, 0, sizeof(t));
 
@@ -173,7 +173,7 @@
 static void
 partial_read(uint8_t *buf, size_t size) {
 	T_t t, *tp;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 	size_t i1, i2;
 	uint8_t *tbuf1 = alloca(size);
 	uint8_t *tbuf2 = alloca(size);
diff --git a/asn1c/tests/check-30.c b/asn1c/tests/check-30.c
index 6c3acb6..e013b38 100644
--- a/asn1c/tests/check-30.c
+++ b/asn1c/tests/check-30.c
@@ -144,7 +144,7 @@
 static void
 check(int is_ok, uint8_t *buf, int size, size_t consumed) {
 	T_t t, *tp;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 
 	fprintf(stderr, "\nMust %s:\n", is_ok?"suceed":"fail");
 
@@ -195,7 +195,7 @@
 static void
 check_xer(uint8_t *buf, uint8_t size, char *xer_sample) {
 	T_t *tp = 0;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 	asn_enc_rval_t er;
 	int xer_sample_len = strlen(xer_sample);
 
diff --git a/asn1c/tests/check-31.c b/asn1c/tests/check-31.c
index 3bdf4e6..53ccf5a 100644
--- a/asn1c/tests/check-31.c
+++ b/asn1c/tests/check-31.c
@@ -96,7 +96,7 @@
 static void
 check(int is_ok, uint8_t *buf, int size, size_t consumed) {
 	Forest_t t, *tp;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 
 	tp = memset(&t, 0, sizeof(t));
 
@@ -156,7 +156,7 @@
 static void
 check_xer(uint8_t *buf, uint8_t size, char *xer_sample) {
 	Forest_t *tp = 0;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 	asn_enc_rval_t er;
 	int xer_sample_len = strlen(xer_sample);
 
diff --git a/asn1c/tests/check-35.c b/asn1c/tests/check-35.c
index 7e2ffa5..6ff4f99 100644
--- a/asn1c/tests/check-35.c
+++ b/asn1c/tests/check-35.c
@@ -124,7 +124,7 @@
 
 static void
 check(T_t *tp, uint8_t *buf, int size, size_t consumed) {
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 
 	tp = memset(tp, 0, sizeof(*tp));
 
@@ -200,7 +200,7 @@
 static void
 partial_read(uint8_t *buf, size_t size) {
 	T_t t, *tp;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 	size_t i1, i2;
 	uint8_t *buf1 = alloca(size);
 	uint8_t *buf2 = alloca(size);
@@ -285,7 +285,7 @@
 static void
 check_xer(uint8_t *buf, uint8_t size, char *xer_sample) {
 	T_t *tp = 0;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 	asn_enc_rval_t er;
 	int xer_sample_len = strlen(xer_sample);
 
diff --git a/asn1c/tests/check-41.c b/asn1c/tests/check-41.c
index be623fc..2171758 100644
--- a/asn1c/tests/check-41.c
+++ b/asn1c/tests/check-41.c
@@ -131,7 +131,7 @@
 
 static void
 check(T_t *tp, uint8_t *buf, int size, size_t consumed) {
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 	int ret;
 
 	tp = memset(tp, 0, sizeof(*tp));
@@ -216,7 +216,7 @@
 static void
 partial_read(uint8_t *buf, size_t size) {
 	T_t t, *tp;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 	size_t i1, i2;
 	uint8_t *buf1 = alloca(size);
 	uint8_t *buf2 = alloca(size);
diff --git a/asn1c/tests/check-44.c b/asn1c/tests/check-44.c
index 3a175b3..21b1105 100644
--- a/asn1c/tests/check-44.c
+++ b/asn1c/tests/check-44.c
@@ -30,7 +30,7 @@
 static void
 check(int is_ok, uint8_t *buf, int size, size_t consumed) {
 	T_t t, *tp;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 
 	tp = memset(&t, 0, sizeof(t));
 
diff --git a/asn1c/tests/check-46.c b/asn1c/tests/check-46.c
index 4e8c33b..922ba5f 100644
--- a/asn1c/tests/check-46.c
+++ b/asn1c/tests/check-46.c
@@ -20,7 +20,7 @@
 static void
 check(uint8_t *buf, int size, size_t consumed) {
 	T_t t, *tp;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 
 	tp = memset(&t, 0, sizeof(t));
 
diff --git a/asn1c/tests/check-48.c b/asn1c/tests/check-48.c
index 71dd8b2..510a259 100644
--- a/asn1c/tests/check-48.c
+++ b/asn1c/tests/check-48.c
@@ -56,7 +56,7 @@
 
 static int
 load_object(void *bs, asn_TYPE_descriptor_t *td) {
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 
 	fprintf(stderr, "\nLOADING OBJECT OF SIZE %d\n", buf_offset);
 
diff --git a/asn1c/tests/check-62.c b/asn1c/tests/check-62.c
index dd19013..0694df8 100644
--- a/asn1c/tests/check-62.c
+++ b/asn1c/tests/check-62.c
@@ -58,7 +58,7 @@
 
 static T_t *
 load_object(enum expectation expectation, char *fbuf, int size) {
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 	T_t *st = 0;
 	int csize;
 
diff --git a/asn1c/tests/check-65.c b/asn1c/tests/check-65.c
index 76295a7..22bf8a5 100644
--- a/asn1c/tests/check-65.c
+++ b/asn1c/tests/check-65.c
@@ -54,7 +54,7 @@
 static void
 check_1(int is_ok, uint8_t *buf, int size, size_t consumed) {
 	asn_TYPE_descriptor_t *td = &asn_DEF_T1;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 	T1_t t, *tp;
 
 	tp = memset(&t, 0, sizeof(t));
@@ -77,7 +77,7 @@
 static void
 check_2(int is_ok, uint8_t *buf, int size, size_t consumed) {
 	asn_TYPE_descriptor_t *td = &asn_DEF_T;
-	ber_dec_rval_t rval;
+	asn_dec_rval_t rval;
 	T_t t, *tp;
 
 	tp = memset(&t, 0, sizeof(t));