On 11/06/2010 12:20 PM, mosbah abdelkader wrote:
I don't understand. This callback will be called with data you need to write to the network. In case of MTP Level3 you will need to wrap that around the msgb you got.
I means: is the interaction with mtp3 layer implemented (is sending sccp data by mtp3 implemented by the library?)?
MTP Level3 is implemented in libosmo-sccp. You can look at cellmgr_ng to see how SCCP + MTPL3 are tied together. In the case of cellmgr_ng, the MTPL3 frames come in via UDP, but depending on your hardware you will have to read/write them.