Hi Satya, > Hi all, > > While receiving concatenated message more than 30 segments, then 31st > segment is concatenated at the beginning of the message. After that (i.e. > 32nd segment) remaining segments are concatenated after 30th segment. It is > observed in ofono-0.21 version of oFono source. It is identified while > sending message with 5000 characters using phonesim-1.2 (source code). Thanks for reporting this. The issue was related to signed int usage when finding the insertion position for the fragment. This has now been fixed upstream. Regards, -Denis