On 10/15/2010 05:27 PM, Holger Hans Peter Freyther wrote:
well check the header file called sccp.h? It contains functions to handle the connections, but also functions to just parse and generate packets.
The C Node that I implemented can be used to unpack/pack UDT messages. You could do something similar for Connection Oriented SCCP Messages. Otherwise you will need to generate and parse SCCP from within Erlang.
[1] http://git.osmocom.org/gitweb?p=osmo-map-masq.git;a=blob;f=c_src/sccp_node.c...