vintuwei / jss7

Automatically exported from code.google.com/p/jss7
0 stars 0 forks source link

Add support for empty TC-BEGIN scenario into SS7-Simulator #264

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For SMSC testing we need to support by Simulator a scenario:
- if the length of short message (in bytes) is little less than max possible 
(max possible=140 bytes) (120-140 depending on other parameters) it is 
impossible to carry MoForwardSM request Invoke with Dialog part in one TC-BEGIN 
TCAP message because of big summarized size.
- to overcome it the following scenario is used:
  - -> TC-BEGIN message with only Dialog part
  - <- empty TC-CONTINUE message
  - -> TC-CONTINUE message with MoForwardSM request
  - <- TC-END with MoForwardSM response

We need to implement this scenario in Simulator for SMSC testing.
If encoded SmsSignalInfo is >= 110 bytes and MAP version>1 we will use this 
scenario.

Original issue reported on code.google.com by serg.vet...@gmail.com on 7 Apr 2013 at 1:26

GoogleCodeExporter commented 9 years ago
Fixed:
https://code.google.com/p/jss7/source/detail?r=bbe321b249ca6f558f62cc9ac7fce0b6f
84f68af

Also added storing pcap log file by Simulator (configured as m3ua part)

Original comment by serg.vet...@gmail.com on 7 Apr 2013 at 1:57

GoogleCodeExporter commented 9 years ago

Original comment by amit.bha...@gmail.com on 3 Nov 2013 at 12:10

GoogleCodeExporter commented 9 years ago

Original comment by amit.bha...@gmail.com on 3 Nov 2013 at 12:17