Tuesday, June 12, 2012

Mobicents SMSC Gateway achieves 1000 SMS/Sec rate!

Mobicents SMSC is first and only open source SMSC Gateway completely on Java. Last week SMSC Gateway was put under stress in production environment at one of the Tier-1 operators.

We are glad to announce that Mobicents SMSC Gateway achieved 1000 SMS/Sec rate and successfully delivered 1 billion SMS's per day per SMSC instance. With Cluster of 4 SMSC instances doing load balance, it easily reaches 3.8 Billion SMS per day.

The test environment was based on "Bulk SMS" application where ESME would submit the SMS's to SMSC and SMSC in-turn would do MAP SRI for MSISDN and then ForwardSM. Since this was real life scenario, there were Components Error like user not available and other MAP error conditions which SMSC handled gracefully.

The Bulk SMS Application used is developed and contributed by TeleStax partners Convergence 

Mobicents SMSC Gateway is deployed on Quad Core Dual Processor Servers - Intel Xeon X5570. The OS is CentOS 5.8.  JVM minimum(-Xms) and maximum(-Xmx) memory set is 3GB.

Below is the wireshark screenshot showing the throughput from ESME


For each SMS on an average there were 4 MAP messages getting exchanged; the throughput in terms of MAP is more than 4000 MAP messages/sec. Below is the wireshark analysis of MAP messages



Thursday, June 7, 2012

Mobicents jSS7 2.0.0.BETA1 Released!


We are happy to announce a new Mobicents jSS7 release, v2.0.0.BETA1!


What's new in this release?

This release is jam packed with new features
  1. CAP Protocol included in the binary for first time. Only version 1 and 2 of CAP are supported. Look at Issue 1 and Issue 10
  2. New MAP messages AnyTimeInterrogation (Issue 9), UpdateLocation (Issue 57) and SendAuthenticationInfo (Issue 58) included
  3. Support for dahdi based cards, Digum and Sangoma (Issue 29) brought back
  4. New GUI based SS7 Simulator introduced (Issue 17). This tool allows users to test SS7 stack conveniently with click of button!
  5. SCCP pointcode loadbalancing taken care (Issue 13)

In addition many bugs fixed and some performance improvements. Complete list of issues covered in this release are listed here http://code.google.com/p/jss7/issues/list?can=1&q=Version%3D2.0.0.BETA1&sort=priority+version&groupby=version&colspec=Summary+Type+Status+ID&cells=tiles

Please note that archives are now uploaded to https://oss.sonatype.org/content/groups/public. Please point to sonatype repository in your applications pom.xml

<repository>
                          <id>mobicents-public-repository-group</id>
                          <name>Mobicens Public Maven Repository Group</name>
                          <url>https://oss.sonatype.org/content/groups/public</url>
                          <layout>default</layout>
                          <releases>
                            <enabled>true</enabled>
                            <updatePolicy>never</updatePolicy>
                          </releases>
                          <snapshots>
                            <enabled>true</enabled>
                            <updatePolicy>never</updatePolicy>
                          </snapshots>
                </repository>





Binary release includes
  • ASN 2.0.0.FINAL
  • SCTP 1.0.0.CR3 
  • SS7 2.0.0.BETA1

  

Home page for each project 



GIT Master Browse

  

GIT Tag Browse



  
 How to Use it?

Please refer to documentation in /ss7 module for detailed explanation.
 


More Information


For more detailed information, please visit the following sites:


Mobicents jSS7 Team