SCCP_Adapter: Allow configuring ipa_ccm_pars in SCCPLite transport (details)
Commit
110a581c30ab8ceeb093370a25501238c11b5209
by Pau Espin Pedrol
RAN_{Emulation,Adapter}: Split transport type from transport client/server mode
The RAN_Transport is used to identify the stack of protocols in use up to SCCP. The client/server mode is some extra independent information. For instance, RAN_Emulation doesn't really use it while RAN_Adapter does, since the later is the one in charge of setting up the lower layer socket connection.
Commit
0cdd73a8e2e5265004b3f100a9b6d1a5486140b6
by Pau Espin Pedrol
Split SCCP_Adapter out of RAN_Adapter
RAN_Adapter has further features and goes up in the stack, while sometimes getting an SCCP SAP is enough, eg. when doing stuf with SIGTRAN on the Core Network (eg. TCAP).