Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - gvlachos

Pages: [1]
1
Using YatesBts, BladeRF and nib.js (https://github.com/ctxis/yate-bts/blob/master/nib/nib.js)

I changed mtLocalDelivery (https://github.com/ctxis/yate-bts/blob/master/nib/nib.js#L756), so that all fields the same the same except the following where I set:

  • m.text to 'hello', for a text sms, m.dispatch succeeds and the message is delivered
  • m.rpdu to '0x41544341542b43474d49' (hex string), m.text is not set (for a binary sms), m.dispatch fails
  • m.rpdu to 0x41544341542b43474d49 (hex number), m.text is not set (for a binary sms), m.dispatch fails

also I ran 'yate -vvvvv -l /var/log/yate.log' and in the log (for the 2nd and 3rd tries above) I get the following:


Code: [Select]
2017-05-23_08:00:32.687154 <ybts-signalling:ALL> Connection 3 sapi establish 3 state 0x09 [0x14592d0]
2017-05-23_08:00:32.687177 <ybts-signalling:WARN> Encoding of mandatory parameter RPDU finished with status=MissingMandatoryIE [0x14592d0]
2017-05-23_08:00:32.687182 <ybts-signalling:WARN> Encoding of mandatory parameter Message finished with status=MissingMandatoryIE [0x14592d0]
2017-05-23_08:00:32.687186 <ybts-signalling:WARN> Encoding of mandatory parameter PD finished with status=MissingMandatoryIE [0x14592d0]
2017-05-23_08:00:32.687191 <ybts-signalling:NOTE> Failed to build L3Message (0): Codec error 7 (MissingMandatoryIE) [0x14592d0]
2017-05-23_08:00:32.692124 <ybts:INFO> MT SMS 'ybts/sms/1' to (0x7fbb98007f70) TMSI=007b0001 IMSI=234101713996691 failed reason='' RPDU=
2017-05-23_08:00:32.692273 <nib:INFO> Could not deliver sms from imsi nib_smsc to number 3996691.

what is the correct way ?

--
George


Pages: [1]