libosmo-tcap/src/scXp.c

14 lines
444 B
C

/* SCCP / SCTP+SUA interface */
/* Called by TCAP stack if it wants to request transmission of UNITDATA */
int tcap_scXp_n_unitdata_req(struct scxp_entity *se, struct msgb *msg)
{
}
/* prototype of what we need to call in case of incoming UNITDATA */
int tcap_tco_n_unitdata_ind(struct scxp_entity *se, struct msgb *msg);
/* prototype of what we need to call in case of incoming NOTICE */
int tcap_tco_n_notice_ind(struct scxp_entity *se);