gsm0808: Fix decoding of IE GSM0808_IE_LCS_CLIENT_TYPE

Change-Id: I7acafdefd105e330c466df2e17e884327651e348
diff --git a/tests/gsm0808/gsm0808_test.c b/tests/gsm0808/gsm0808_test.c
index 38c68bf..158aeba 100644
--- a/tests/gsm0808/gsm0808_test.c
+++ b/tests/gsm0808/gsm0808_test.c
@@ -474,7 +474,7 @@
 	printf("Testing decoding Perform Location Report SYS#5891\n");
 
 	rc = tlv_parse(&tp, gsm0808_att_tlvdef(), hex+1, sizeof(hex)-1, 0, 0);
-	OSMO_ASSERT(rc < 0);
+	OSMO_ASSERT(rc == 5);
 }
 
 static void test_create_ass()