TLV optional tag getting error ESME_RINVPARLEN:194

Post Reply
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

TLV optional tag getting error ESME_RINVPARLEN:194

Post by developerlearn999 » Thu Jul 25, 2019 7:32 am

When i try to use the next tag :
.AddParameter(0x204, "zz");
i get error : ESME_RINVPARLEN:194
if i will do the same with only "z"
.AddParameter(0x204, "z");
all works ok.
the provider has tested it from his side and i see all ok in the wireshark (you can see 0x04d2 was passed as value):
Image
link to image : https://imgur.com/a/hAMG86E
what do i miss here?
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

Re: TLV optional tag getting error ESME_RINVPARLEN:194

Post by developerlearn999 » Thu Jul 25, 2019 7:56 am

i added a comparisong in the picture you can see when i try to pass "zz" the length is 1 which is not corect
https://imgur.com/a/1fPIQEH
Post Reply