Hi Holger,
We found the below code in bsc_msc_ip.c
static int msc_sccp_accept(struct sccp_connection *connection, void *data) { LOGP(DMSC, LOGL_DEBUG, "Rejecting incoming SCCP connection.\n"); return -1; }
So, Does the Open BSC accepts the SCCP connection request from MSC ?
On Fri, Oct 15, 2010 at 5:30 PM, Holger Hans Peter Freyther < holger@freyther.de> wrote:
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...