Search in sources :

Example 26 with MAPApplicationContextVersion

use of org.restcomm.protocols.ss7.map.api.MAPApplicationContextVersion in project smscgateway by RestComm.

the class HrSriClientSbb method getSRIMAPApplicationContext.

private MAPApplicationContext getSRIMAPApplicationContext(MAPApplicationContextVersion applicationContextVersion) {
    MAPApplicationContext mapApplicationContext = MAPApplicationContext.getInstance(MAPApplicationContextName.shortMsgGatewayContext, applicationContextVersion);
    this.setSriMapVersion(applicationContextVersion.getVersion());
    return mapApplicationContext;
}
Also used : MAPApplicationContext(org.restcomm.protocols.ss7.map.api.MAPApplicationContext)

Aggregations

MAPApplicationContextVersion (org.restcomm.protocols.ss7.map.api.MAPApplicationContextVersion)22 SmsSet (org.mobicents.smsc.library.SmsSet)20 Test (org.testng.annotations.Test)20 ArrayList (java.util.ArrayList)19 SmscPropertiesManagement (org.mobicents.smsc.domain.SmscPropertiesManagement)18 Sms (org.mobicents.smsc.library.Sms)18 MAPDialogSmsProxy (org.mobicents.smsc.slee.resources.persistence.MAPDialogSmsProxy)18 MAPServiceSmsProxy (org.mobicents.smsc.slee.resources.persistence.MAPServiceSmsProxy)18 SmsSetEvent (org.mobicents.smsc.slee.services.smpp.server.events.SmsSetEvent)18 ISDNAddressString (org.restcomm.protocols.ss7.map.api.primitives.ISDNAddressString)18 ISDNAddressStringImpl (org.restcomm.protocols.ss7.map.primitives.ISDNAddressStringImpl)18 IMSI (org.restcomm.protocols.ss7.map.api.primitives.IMSI)17 UUID (java.util.UUID)16 SmsProxy (org.mobicents.smsc.slee.resources.persistence.SmsProxy)16 LocationInfoWithLMSI (org.restcomm.protocols.ss7.map.api.service.sms.LocationInfoWithLMSI)16 SendRoutingInfoForSMResponse (org.restcomm.protocols.ss7.map.api.service.sms.SendRoutingInfoForSMResponse)16 IMSIImpl (org.restcomm.protocols.ss7.map.primitives.IMSIImpl)16 LocationInfoWithLMSIImpl (org.restcomm.protocols.ss7.map.service.sms.LocationInfoWithLMSIImpl)16 SendRoutingInfoForSMResponseImpl (org.restcomm.protocols.ss7.map.service.sms.SendRoutingInfoForSMResponseImpl)16 MAPTestEvent (org.mobicents.smsc.slee.resources.persistence.MAPDialogSmsProxy.MAPTestEvent)15