SS7(M3UA, SCCP, TCAP, MAP) Stack
- by Ammar Hameed
I'm building an open source SMSC from scratch; it's almost finished, The SRI and the forwardSM operations are working, but I still have few things to do for the receiving part.
I've built the SS7 stack already, but I'm using DB for saving the TCAP transactions IDs to be updated later to get/generate responses.
My approach is this: I created…