X-Git-Url: http://git.rot13.org/?p=osmocom-bb.git;a=blobdiff_plain;f=include%2Fosmocom%2Fgsm%2Fgsm0480.h;h=f6c373406848a94592855ecf1272ea64a5cf8608;hp=d6626d60fc88e5c0af0b950467645076183d3686;hb=39b44bbca771e140e131c66c3e250fc15a3db6d0;hpb=584427cd04fe03aafdf31c4c295ace306a8ea03d diff --git a/include/osmocom/gsm/gsm0480.h b/include/osmocom/gsm/gsm0480.h index d6626d6..f6c3734 100644 --- a/include/osmocom/gsm/gsm0480.h +++ b/include/osmocom/gsm/gsm0480.h @@ -8,7 +8,7 @@ #define MAX_LEN_USSD_STRING 31 struct ussd_request { - char text[MAX_LEN_USSD_STRING + 1]; + uint8_t text[MAX_LEN_USSD_STRING + 1]; uint8_t transaction_id; uint8_t invoke_id; };