(no subject)

May 17, 2007 21:22


I have a very simple sigtran stack SCTP/M3UA/SCCP/TCAP/GSM-MAP, written in perl.

Here is except from the doc:
  • some highlights:
    • HLR emulation to answer sendRoutingInfoForSM
    • SMS proxying MT back to MO (TBD)
    • 1000 lines of code
  • requirements:
  • restrictions:
    • windows only, because of Win32::NetPacket::SendPacket, parsing of `ping` and `route` etc
    • ip: no options, no fragmentation
    • sctp: one ip to one ip only, originator side only, lack of many checks
    • m3ua: main features only
    • sccp: UDT only
    • tcap: own ASN.1 parser without extended tags
  • credits:

Interesting? Need some features?
Previous post Next post
Up