public class MAPParameterFactoryImpl extends Object implements MAPParameterFactory
| Constructor and Description |
|---|
MAPParameterFactoryImpl() |
public ProcessUnstructuredSSRequest createProcessUnstructuredSSRequestIndication(CBSDataCodingScheme ussdDataCodingSch, USSDString ussdString, AlertingPattern alertingPattern, ISDNAddressString msisdnAddressString)
createProcessUnstructuredSSRequestIndication in interface MAPParameterFactorypublic ProcessUnstructuredSSResponse createProcessUnstructuredSSResponseIndication(CBSDataCodingScheme ussdDataCodingScheme, USSDString ussdString)
createProcessUnstructuredSSResponseIndication in interface MAPParameterFactorypublic UnstructuredSSRequest createUnstructuredSSRequestIndication(CBSDataCodingScheme ussdDataCodingSch, USSDString ussdString, AlertingPattern alertingPattern, ISDNAddressString msisdnAddressString)
createUnstructuredSSRequestIndication in interface MAPParameterFactorypublic UnstructuredSSResponse createUnstructuredSSRequestIndication(CBSDataCodingScheme ussdDataCodingScheme, USSDString ussdString)
createUnstructuredSSRequestIndication in interface MAPParameterFactorypublic UnstructuredSSNotifyRequest createUnstructuredSSNotifyRequestIndication(CBSDataCodingScheme ussdDataCodingSch, USSDString ussdString, AlertingPattern alertingPattern, ISDNAddressString msisdnAddressString)
createUnstructuredSSNotifyRequestIndication in interface MAPParameterFactorypublic UnstructuredSSNotifyResponse createUnstructuredSSNotifyResponseIndication()
createUnstructuredSSNotifyResponseIndication in interface MAPParameterFactorypublic USSDString createUSSDString(String ussdString, CBSDataCodingScheme dataCodingScheme, Charset gsm8Charset) throws MAPException
createUSSDString in interface MAPParameterFactoryMAPExceptionpublic USSDString createUSSDString(String ussdString) throws MAPException
createUSSDString in interface MAPParameterFactoryMAPExceptionpublic USSDString createUSSDString(byte[] ussdString, CBSDataCodingScheme dataCodingScheme, Charset gsm8Charset)
createUSSDString in interface MAPParameterFactorypublic USSDString createUSSDString(byte[] ussdString)
createUSSDString in interface MAPParameterFactorypublic AddressString createAddressString(AddressNature addNature, NumberingPlan numPlan, String address)
createAddressString in interface MAPParameterFactorypublic ISDNAddressString createISDNAddressString(AddressNature addNature, NumberingPlan numPlan, String address)
createISDNAddressString in interface MAPParameterFactorypublic FTNAddressString createFTNAddressString(AddressNature addNature, NumberingPlan numPlan, String address)
createFTNAddressString in interface MAPParameterFactorypublic MAPUserAbortChoice createMAPUserAbortChoice()
createMAPUserAbortChoice in interface MAPParameterFactorypublic MAPPrivateExtension createMAPPrivateExtension(long[] oId, byte[] data)
createMAPPrivateExtension in interface MAPParameterFactorypublic MAPExtensionContainer createMAPExtensionContainer(ArrayList<MAPPrivateExtension> privateExtensionList, byte[] pcsExtensions)
createMAPExtensionContainer in interface MAPParameterFactorypublic IMSI createIMSI(String data)
createIMSI in interface MAPParameterFactorypublic IMEI createIMEI(String imei)
createIMEI in interface MAPParameterFactorypublic LMSI createLMSI(byte[] data)
createLMSI in interface MAPParameterFactorypublic SM_RP_DA createSM_RP_DA(IMSI imsi)
createSM_RP_DA in interface MAPParameterFactorypublic SM_RP_DA createSM_RP_DA(LMSI lmsi)
createSM_RP_DA in interface MAPParameterFactorypublic SM_RP_DA createSM_RP_DA(AddressString serviceCentreAddressDA)
createSM_RP_DA in interface MAPParameterFactorypublic SM_RP_DA createSM_RP_DA()
createSM_RP_DA in interface MAPParameterFactorypublic SM_RP_OA createSM_RP_OA_Msisdn(ISDNAddressString msisdn)
createSM_RP_OA_Msisdn in interface MAPParameterFactorypublic SM_RP_OA createSM_RP_OA_ServiceCentreAddressOA(AddressString serviceCentreAddressOA)
createSM_RP_OA_ServiceCentreAddressOA in interface MAPParameterFactorypublic SM_RP_OA createSM_RP_OA()
createSM_RP_OA in interface MAPParameterFactorypublic SmsSignalInfo createSmsSignalInfo(byte[] data, Charset gsm8Charset)
createSmsSignalInfo in interface MAPParameterFactorypublic SmsSignalInfo createSmsSignalInfo(SmsTpdu data, Charset gsm8Charset) throws MAPException
createSmsSignalInfo in interface MAPParameterFactoryMAPExceptionpublic SM_RP_SMEA createSM_RP_SMEA(byte[] data)
createSM_RP_SMEA in interface MAPParameterFactorypublic SM_RP_SMEA createSM_RP_SMEA(AddressField addressField) throws MAPException
createSM_RP_SMEA in interface MAPParameterFactoryMAPExceptionpublic MWStatus createMWStatus(boolean scAddressNotIncluded, boolean mnrfSet, boolean mcefSet, boolean mnrgSet)
createMWStatus in interface MAPParameterFactorypublic LocationInfoWithLMSI createLocationInfoWithLMSI(ISDNAddressString networkNodeNumber, LMSI lmsi, MAPExtensionContainer extensionContainer, boolean gprsNodeIndicator, AdditionalNumber additionalNumber)
createLocationInfoWithLMSI in interface MAPParameterFactorypublic Problem createProblemGeneral(GeneralProblemType prob)
createProblemGeneral in interface MAPParameterFactorypublic Problem createProblemInvoke(InvokeProblemType prob)
createProblemInvoke in interface MAPParameterFactorypublic Problem createProblemResult(ReturnResultProblemType prob)
createProblemResult in interface MAPParameterFactorypublic Problem createProblemError(ReturnErrorProblemType prob)
createProblemError in interface MAPParameterFactorypublic CellGlobalIdOrServiceAreaIdOrLAI createCellGlobalIdOrServiceAreaIdOrLAI(CellGlobalIdOrServiceAreaIdFixedLength cellGlobalIdOrServiceAreaIdFixedLength)
createCellGlobalIdOrServiceAreaIdOrLAI in interface MAPParameterFactorypublic CellGlobalIdOrServiceAreaIdOrLAI createCellGlobalIdOrServiceAreaIdOrLAI(LAIFixedLength laiFixedLength)
createCellGlobalIdOrServiceAreaIdOrLAI in interface MAPParameterFactorypublic CellGlobalIdOrServiceAreaIdFixedLength createCellGlobalIdOrServiceAreaIdFixedLength(byte[] data)
createCellGlobalIdOrServiceAreaIdFixedLength in interface MAPParameterFactorypublic CellGlobalIdOrServiceAreaIdFixedLength createCellGlobalIdOrServiceAreaIdFixedLength(int mcc, int mnc, int lac, int cellIdOrServiceAreaCode) throws MAPException
createCellGlobalIdOrServiceAreaIdFixedLength in interface MAPParameterFactoryMAPExceptionpublic LAIFixedLength createLAIFixedLength(byte[] data)
createLAIFixedLength in interface MAPParameterFactorypublic LAIFixedLength createLAIFixedLength(int mcc, int mnc, int lac) throws MAPException
createLAIFixedLength in interface MAPParameterFactoryMAPExceptionpublic CallReferenceNumber createCallReferenceNumber(byte[] data)
createCallReferenceNumber in interface MAPParameterFactorypublic LocationInformation createLocationInformation(Integer ageOfLocationInformation, GeographicalInformation geographicalInformation, ISDNAddressString vlrNumber, LocationNumberMap locationNumber, CellGlobalIdOrServiceAreaIdOrLAI cellGlobalIdOrServiceAreaIdOrLAI, MAPExtensionContainer extensionContainer, LSAIdentity selectedLSAId, ISDNAddressString mscNumber, GeodeticInformation geodeticInformation, boolean currentLocationRetrieved, boolean saiPresent, LocationInformationEPS locationInformationEPS, UserCSGInformation userCSGInformation)
createLocationInformation in interface MAPParameterFactorypublic LocationNumberMap createLocationNumberMap(byte[] data)
createLocationNumberMap in interface MAPParameterFactorypublic LocationNumberMap createLocationNumberMap(LocationNumber locationNumber) throws MAPException
createLocationNumberMap in interface MAPParameterFactoryMAPExceptionpublic SubscriberState createSubscriberState(SubscriberStateChoice subscriberStateChoice, NotReachableReason notReachableReason)
createSubscriberState in interface MAPParameterFactorypublic ExtBasicServiceCode createExtBasicServiceCode(ExtBearerServiceCode extBearerServiceCode)
createExtBasicServiceCode in interface MAPParameterFactorypublic ExtBasicServiceCode createExtBasicServiceCode(ExtTeleserviceCode extTeleserviceCode)
createExtBasicServiceCode in interface MAPParameterFactorypublic ExtBearerServiceCode createExtBearerServiceCode(byte[] data)
createExtBearerServiceCode in interface MAPParameterFactorypublic ExtBearerServiceCode createExtBearerServiceCode(BearerServiceCodeValue value)
createExtBearerServiceCode in interface MAPParameterFactorypublic BearerServiceCode createBearerServiceCode(int data)
createBearerServiceCode in interface MAPParameterFactorypublic BearerServiceCode createBearerServiceCode(BearerServiceCodeValue value)
createBearerServiceCode in interface MAPParameterFactorypublic ExtTeleserviceCode createExtTeleserviceCode(byte[] data)
createExtTeleserviceCode in interface MAPParameterFactorypublic ExtTeleserviceCode createExtTeleserviceCode(TeleserviceCodeValue value)
createExtTeleserviceCode in interface MAPParameterFactorypublic TeleserviceCode createTeleserviceCode(int data)
createTeleserviceCode in interface MAPParameterFactorypublic TeleserviceCode createTeleserviceCode(TeleserviceCodeValue value)
createTeleserviceCode in interface MAPParameterFactorypublic AuthenticationTriplet createAuthenticationTriplet(byte[] rand, byte[] sres, byte[] kc)
createAuthenticationTriplet in interface MAPParameterFactorypublic AuthenticationQuintuplet createAuthenticationQuintuplet(byte[] rand, byte[] xres, byte[] ck, byte[] ik, byte[] autn)
createAuthenticationQuintuplet in interface MAPParameterFactorypublic TripletList createTripletList(ArrayList<AuthenticationTriplet> authenticationTriplets)
createTripletList in interface MAPParameterFactorypublic QuintupletList createQuintupletList(ArrayList<AuthenticationQuintuplet> quintupletList)
createQuintupletList in interface MAPParameterFactorypublic AuthenticationSetList createAuthenticationSetList(TripletList tripletList)
createAuthenticationSetList in interface MAPParameterFactorypublic AuthenticationSetList createAuthenticationSetList(QuintupletList quintupletList)
createAuthenticationSetList in interface MAPParameterFactorypublic PlmnId createPlmnId(byte[] data)
createPlmnId in interface MAPParameterFactorypublic PlmnId createPlmnId(int mcc, int mnc)
createPlmnId in interface MAPParameterFactorypublic GSNAddress createGSNAddress(byte[] data)
createGSNAddress in interface MAPParameterFactorypublic GSNAddress createGSNAddress(GSNAddressAddressType addressType, byte[] addressData) throws MAPException
createGSNAddress in interface MAPParameterFactoryMAPExceptionpublic ReSynchronisationInfo createReSynchronisationInfo(byte[] rand, byte[] auts)
createReSynchronisationInfo in interface MAPParameterFactorypublic EpsAuthenticationSetList createEpsAuthenticationSetList(ArrayList<EpcAv> epcAv)
createEpsAuthenticationSetList in interface MAPParameterFactorypublic EpcAv createEpcAv(byte[] rand, byte[] xres, byte[] autn, byte[] kasme, MAPExtensionContainer extensionContainer)
createEpcAv in interface MAPParameterFactorypublic VLRCapability createVlrCapability(SupportedCamelPhases supportedCamelPhases, MAPExtensionContainer extensionContainer, boolean solsaSupportIndicator, ISTSupportIndicator istSupportIndicator, SuperChargerInfo superChargerSupportedInServingNetworkEntity, boolean longFtnSupported, SupportedLCSCapabilitySets supportedLCSCapabilitySets, OfferedCamel4CSIs offeredCamel4CSIs, SupportedRATTypes supportedRATTypesIndicator, boolean longGroupIDSupported, boolean mtRoamingForwardingSupported)
createVlrCapability in interface MAPParameterFactorypublic SupportedCamelPhases createSupportedCamelPhases(boolean phase1, boolean phase2, boolean phase3, boolean phase4)
createSupportedCamelPhases in interface MAPParameterFactorypublic SuperChargerInfo createSuperChargerInfo(Boolean sendSubscriberData)
createSuperChargerInfo in interface MAPParameterFactorypublic SuperChargerInfo createSuperChargerInfo(byte[] subscriberDataStored)
createSuperChargerInfo in interface MAPParameterFactorypublic SupportedLCSCapabilitySets createSupportedLCSCapabilitySets(boolean lcsCapabilitySetRelease98_99, boolean lcsCapabilitySetRelease4, boolean lcsCapabilitySetRelease5, boolean lcsCapabilitySetRelease6, boolean lcsCapabilitySetRelease7)
createSupportedLCSCapabilitySets in interface MAPParameterFactorypublic OfferedCamel4CSIs createOfferedCamel4CSIs(boolean oCsi, boolean dCsi, boolean vtCsi, boolean tCsi, boolean mtSMSCsi, boolean mgCsi, boolean psiEnhancements)
createOfferedCamel4CSIs in interface MAPParameterFactorypublic SupportedRATTypes createSupportedRATTypes(boolean utran, boolean geran, boolean gan, boolean i_hspa_evolution, boolean e_utran)
createSupportedRATTypes in interface MAPParameterFactorypublic ADDInfo createADDInfo(IMEI imeisv, boolean skipSubscriberDataUpdate)
createADDInfo in interface MAPParameterFactorypublic PagingArea createPagingArea(ArrayList<LocationArea> locationAreas)
createPagingArea in interface MAPParameterFactorypublic LAC createLAC(byte[] data)
createLAC in interface MAPParameterFactorypublic LAC createLAC(int lac) throws MAPException
createLAC in interface MAPParameterFactoryMAPExceptionpublic LocationArea createLocationArea(LAIFixedLength laiFixedLength)
createLocationArea in interface MAPParameterFactorypublic LocationArea createLocationArea(LAC lac)
createLocationArea in interface MAPParameterFactorypublic AnyTimeInterrogationRequest createAnyTimeInterrogationRequest(SubscriberIdentity subscriberIdentity, RequestedInfo requestedInfo, ISDNAddressString gsmSCFAddress, MAPExtensionContainer extensionContainer)
createAnyTimeInterrogationRequest in interface MAPParameterFactorypublic AnyTimeInterrogationResponse createAnyTimeInterrogationResponse(SubscriberInfo subscriberInfo, MAPExtensionContainer extensionContainer)
createAnyTimeInterrogationResponse in interface MAPParameterFactorypublic DiameterIdentity createDiameterIdentity(byte[] data)
createDiameterIdentity in interface MAPParameterFactorypublic SubscriberIdentity createSubscriberIdentity(IMSI imsi)
createSubscriberIdentity in interface MAPParameterFactorypublic SubscriberIdentity createSubscriberIdentity(ISDNAddressString msisdn)
createSubscriberIdentity in interface MAPParameterFactorypublic APN createAPN(byte[] data)
createAPN in interface MAPParameterFactorypublic APN createAPN(String data) throws MAPException
createAPN in interface MAPParameterFactoryMAPExceptionpublic PDPAddress createPDPAddress(byte[] data)
createPDPAddress in interface MAPParameterFactorypublic PDPType createPDPType(byte[] data)
createPDPType in interface MAPParameterFactorypublic PDPType createPDPType(PDPTypeValue data)
createPDPType in interface MAPParameterFactorypublic PDPContextInfo createPDPContextInfo(int pdpContextIdentifier, boolean pdpContextActive, PDPType pdpType, PDPAddress pdpAddress, APN apnSubscribed, APN apnInUse, Integer asapi, TransactionId transactionId, TEID teidForGnAndGp, TEID teidForIu, GSNAddress ggsnAddress, ExtQoSSubscribed qosSubscribed, ExtQoSSubscribed qosRequested, ExtQoSSubscribed qosNegotiated, GPRSChargingID chargingId, ChargingCharacteristics chargingCharacteristics, GSNAddress rncAddress, MAPExtensionContainer extensionContainer, Ext2QoSSubscribed qos2Subscribed, Ext2QoSSubscribed qos2Requested, Ext2QoSSubscribed qos2Negotiated, Ext3QoSSubscribed qos3Subscribed, Ext3QoSSubscribed qos3Requested, Ext3QoSSubscribed qos3Negotiated, Ext4QoSSubscribed qos4Subscribed, Ext4QoSSubscribed qos4Requested, Ext4QoSSubscribed qos4Negotiated, ExtPDPType extPdpType, PDPAddress extPdpAddress)
createPDPContextInfo in interface MAPParameterFactorypublic CSGId createCSGId(org.mobicents.protocols.asn.BitSetStrictLength data)
createCSGId in interface MAPParameterFactorypublic LSAIdentity createLSAIdentity(byte[] data)
createLSAIdentity in interface MAPParameterFactorypublic GPRSChargingID createGPRSChargingID(byte[] data)
createGPRSChargingID in interface MAPParameterFactorypublic ChargingCharacteristics createChargingCharacteristics(byte[] data)
createChargingCharacteristics in interface MAPParameterFactorypublic ChargingCharacteristics createChargingCharacteristics(boolean isNormalCharging, boolean isPrepaidCharging, boolean isFlatRateChargingCharging, boolean isChargingByHotBillingCharging)
createChargingCharacteristics in interface MAPParameterFactorypublic ExtQoSSubscribed createExtQoSSubscribed(byte[] data)
createExtQoSSubscribed in interface MAPParameterFactorypublic ExtQoSSubscribed createExtQoSSubscribed(int allocationRetentionPriority, ExtQoSSubscribed_DeliveryOfErroneousSdus deliveryOfErroneousSdus, ExtQoSSubscribed_DeliveryOrder deliveryOrder, ExtQoSSubscribed_TrafficClass trafficClass, ExtQoSSubscribed_MaximumSduSize maximumSduSize, ExtQoSSubscribed_BitRate maximumBitRateForUplink, ExtQoSSubscribed_BitRate maximumBitRateForDownlink, ExtQoSSubscribed_ResidualBER residualBER, ExtQoSSubscribed_SduErrorRatio sduErrorRatio, ExtQoSSubscribed_TrafficHandlingPriority trafficHandlingPriority, ExtQoSSubscribed_TransferDelay transferDelay, ExtQoSSubscribed_BitRate guaranteedBitRateForUplink, ExtQoSSubscribed_BitRate guaranteedBitRateForDownlink)
createExtQoSSubscribed in interface MAPParameterFactorypublic Ext2QoSSubscribed createExt2QoSSubscribed(byte[] data)
createExt2QoSSubscribed in interface MAPParameterFactorypublic Ext2QoSSubscribed createExt2QoSSubscribed(Ext2QoSSubscribed_SourceStatisticsDescriptor sourceStatisticsDescriptor, boolean optimisedForSignallingTraffic, ExtQoSSubscribed_BitRateExtended maximumBitRateForDownlinkExtended, ExtQoSSubscribed_BitRateExtended guaranteedBitRateForDownlinkExtended)
createExt2QoSSubscribed in interface MAPParameterFactorypublic Ext3QoSSubscribed createExt3QoSSubscribed(byte[] data)
createExt3QoSSubscribed in interface MAPParameterFactorypublic Ext3QoSSubscribed createExt3QoSSubscribed(ExtQoSSubscribed_BitRateExtended maximumBitRateForUplinkExtended, ExtQoSSubscribed_BitRateExtended guaranteedBitRateForUplinkExtended)
createExt3QoSSubscribed in interface MAPParameterFactorypublic Ext4QoSSubscribed createExt4QoSSubscribed(int data)
createExt4QoSSubscribed in interface MAPParameterFactorypublic ExtPDPType createExtPDPType(byte[] data)
createExtPDPType in interface MAPParameterFactorypublic TransactionId createTransactionId(byte[] data)
createTransactionId in interface MAPParameterFactorypublic TAId createTAId(byte[] data)
createTAId in interface MAPParameterFactorypublic RAIdentity createRAIdentity(byte[] data)
createRAIdentity in interface MAPParameterFactorypublic EUtranCgi createEUtranCgi(byte[] data)
createEUtranCgi in interface MAPParameterFactorypublic TEID createTEID(byte[] data)
createTEID in interface MAPParameterFactorypublic GPRSMSClass createGPRSMSClass(MSNetworkCapability mSNetworkCapability, MSRadioAccessCapability mSRadioAccessCapability)
createGPRSMSClass in interface MAPParameterFactorypublic GeodeticInformation createGeodeticInformation(byte[] data)
createGeodeticInformation in interface MAPParameterFactorypublic GeographicalInformation createGeographicalInformation(byte[] data)
createGeographicalInformation in interface MAPParameterFactorypublic LocationInformationEPS createLocationInformationEPS(EUtranCgi eUtranCellGlobalIdentity, TAId trackingAreaIdentity, MAPExtensionContainer extensionContainer, GeographicalInformation geographicalInformation, GeodeticInformation geodeticInformation, boolean currentLocationRetrieved, Integer ageOfLocationInformation, DiameterIdentity mmeName)
createLocationInformationEPS in interface MAPParameterFactorypublic LocationInformationGPRS createLocationInformationGPRS(CellGlobalIdOrServiceAreaIdOrLAI cellGlobalIdOrServiceAreaIdOrLAI, RAIdentity routeingAreaIdentity, GeographicalInformation geographicalInformation, ISDNAddressString sgsnNumber, LSAIdentity selectedLSAIdentity, MAPExtensionContainer extensionContainer, boolean saiPresent, GeodeticInformation geodeticInformation, boolean currentLocationRetrieved, Integer ageOfLocationInformation)
createLocationInformationGPRS in interface MAPParameterFactorypublic MSNetworkCapability createMSNetworkCapability(byte[] data)
createMSNetworkCapability in interface MAPParameterFactorypublic MSRadioAccessCapability createMSRadioAccessCapability(byte[] data)
createMSRadioAccessCapability in interface MAPParameterFactorypublic MSClassmark2 createMSClassmark2(byte[] data)
createMSClassmark2 in interface MAPParameterFactorypublic MNPInfoRes createMNPInfoRes(RouteingNumber routeingNumber, IMSI imsi, ISDNAddressString msisdn, NumberPortabilityStatus numberPortabilityStatus, MAPExtensionContainer extensionContainer)
createMNPInfoRes in interface MAPParameterFactorypublic RequestedInfo createRequestedInfo(boolean locationInformation, boolean subscriberState, MAPExtensionContainer extensionContainer, boolean currentLocation, DomainType requestedDomain, boolean imei, boolean msClassmark, boolean mnpRequestedInfo)
createRequestedInfo in interface MAPParameterFactorypublic RouteingNumber createRouteingNumber(String data)
createRouteingNumber in interface MAPParameterFactorypublic SubscriberInfo createSubscriberInfo(LocationInformation locationInformation, SubscriberState subscriberState, MAPExtensionContainer extensionContainer, LocationInformationGPRS locationInformationGPRS, PSSubscriberState psSubscriberState, IMEI imei, MSClassmark2 msClassmark2, GPRSMSClass gprsMSClass, MNPInfoRes mnpInfoRes)
createSubscriberInfo in interface MAPParameterFactorypublic UserCSGInformation createUserCSGInformation(CSGId csgId, MAPExtensionContainer extensionContainer, Integer accessMode, Integer cmi)
createUserCSGInformation in interface MAPParameterFactorypublic PSSubscriberState createPSSubscriberState(PSSubscriberStateChoice choice, NotReachableReason netDetNotReachable, ArrayList<PDPContextInfo> pdpContextInfoList)
createPSSubscriberState in interface MAPParameterFactorypublic AddGeographicalInformation createAddGeographicalInformation(byte[] data)
createAddGeographicalInformation in interface MAPParameterFactorypublic AdditionalNumber createAdditionalNumberMscNumber(ISDNAddressString mSCNumber)
createAdditionalNumberMscNumber in interface MAPParameterFactorypublic AdditionalNumber createAdditionalNumberSgsnNumber(ISDNAddressString sGSNNumber)
createAdditionalNumberSgsnNumber in interface MAPParameterFactorypublic AreaDefinition createAreaDefinition(ArrayList<Area> areaList)
createAreaDefinition in interface MAPParameterFactorypublic AreaEventInfo createAreaEventInfo(AreaDefinition areaDefinition, OccurrenceInfo occurrenceInfo, Integer intervalTime)
createAreaEventInfo in interface MAPParameterFactorypublic AreaIdentification createAreaIdentification(byte[] data)
createAreaIdentification in interface MAPParameterFactorypublic AreaIdentification createAreaIdentification(AreaType type, int mcc, int mnc, int lac, int Rac_CellId_UtranCellId) throws MAPException
createAreaIdentification in interface MAPParameterFactoryMAPExceptionpublic Area createArea(AreaType areaType, AreaIdentification areaIdentification)
createArea in interface MAPParameterFactorypublic DeferredLocationEventType createDeferredLocationEventType(boolean msAvailable, boolean enteringIntoArea, boolean leavingFromArea, boolean beingInsideArea)
createDeferredLocationEventType in interface MAPParameterFactorypublic DeferredmtlrData createDeferredmtlrData(DeferredLocationEventType deferredLocationEventType, TerminationCause terminationCause, LCSLocationInfo lcsLocationInfo)
createDeferredmtlrData in interface MAPParameterFactorypublic ExtGeographicalInformation createExtGeographicalInformation(byte[] data)
createExtGeographicalInformation in interface MAPParameterFactorypublic GeranGANSSpositioningData createGeranGANSSpositioningData(byte[] data)
createGeranGANSSpositioningData in interface MAPParameterFactorypublic LCSClientID createLCSClientID(LCSClientType lcsClientType, LCSClientExternalID lcsClientExternalID, LCSClientInternalID lcsClientInternalID, LCSClientName lcsClientName, AddressString lcsClientDialedByMS, APN lcsAPN, LCSRequestorID lcsRequestorID)
createLCSClientID in interface MAPParameterFactorypublic LCSClientExternalID createLCSClientExternalID(ISDNAddressString externalAddress, MAPExtensionContainer extensionContainer)
createLCSClientExternalID in interface MAPParameterFactorypublic LCSClientName createLCSClientName(CBSDataCodingScheme dataCodingScheme, USSDString nameString, LCSFormatIndicator lcsFormatIndicator)
createLCSClientName in interface MAPParameterFactorypublic LCSCodeword createLCSCodeword(CBSDataCodingScheme dataCodingScheme, USSDString lcsCodewordString)
createLCSCodeword in interface MAPParameterFactorypublic LCSLocationInfo createLCSLocationInfo(ISDNAddressString networkNodeNumber, LMSI lmsi, MAPExtensionContainer extensionContainer, boolean gprsNodeIndicator, AdditionalNumber additionalNumber, SupportedLCSCapabilitySets supportedLCSCapabilitySets, SupportedLCSCapabilitySets additionalLCSCapabilitySets, DiameterIdentity mmeName, DiameterIdentity aaaServerName)
createLCSLocationInfo in interface MAPParameterFactorypublic LCSPrivacyCheck createLCSPrivacyCheck(PrivacyCheckRelatedAction callSessionUnrelated, PrivacyCheckRelatedAction callSessionRelated)
createLCSPrivacyCheck in interface MAPParameterFactorypublic LCSQoS createLCSQoS(Integer horizontalAccuracy, Integer verticalAccuracy, boolean verticalCoordinateRequest, ResponseTime responseTime, MAPExtensionContainer extensionContainer)
createLCSQoS in interface MAPParameterFactorypublic LCSRequestorID createLCSRequestorID(CBSDataCodingScheme dataCodingScheme, USSDString requestorIDString, LCSFormatIndicator lcsFormatIndicator)
createLCSRequestorID in interface MAPParameterFactorypublic LocationType createLocationType(LocationEstimateType locationEstimateType, DeferredLocationEventType deferredLocationEventType)
createLocationType in interface MAPParameterFactorypublic PeriodicLDRInfo createPeriodicLDRInfo(int reportingAmount, int reportingInterval)
createPeriodicLDRInfo in interface MAPParameterFactorypublic PositioningDataInformation createPositioningDataInformation(byte[] data)
createPositioningDataInformation in interface MAPParameterFactorypublic ReportingPLMN createReportingPLMN(PlmnId plmnId, RANTechnology ranTechnology, boolean ranPeriodicLocationSupport)
createReportingPLMN in interface MAPParameterFactorypublic ReportingPLMNList createReportingPLMNList(boolean plmnListPrioritized, ArrayList<ReportingPLMN> plmnList)
createReportingPLMNList in interface MAPParameterFactorypublic ResponseTime createResponseTime(ResponseTimeCategory responseTimeCategory)
createResponseTime in interface MAPParameterFactorypublic ServingNodeAddress createServingNodeAddressMscNumber(ISDNAddressString mscNumber)
createServingNodeAddressMscNumber in interface MAPParameterFactorypublic ServingNodeAddress createServingNodeAddressSgsnNumber(ISDNAddressString sgsnNumber)
createServingNodeAddressSgsnNumber in interface MAPParameterFactorypublic ServingNodeAddress createServingNodeAddressMmeNumber(DiameterIdentity mmeNumber)
createServingNodeAddressMmeNumber in interface MAPParameterFactorypublic SLRArgExtensionContainer createSLRArgExtensionContainer(ArrayList<MAPPrivateExtension> privateExtensionList, SLRArgPCSExtensions slrArgPcsExtensions)
createSLRArgExtensionContainer in interface MAPParameterFactorypublic SLRArgPCSExtensions createSLRArgPCSExtensions(boolean naEsrkRequest)
createSLRArgPCSExtensions in interface MAPParameterFactorypublic SupportedGADShapes createSupportedGADShapes(boolean ellipsoidPoint, boolean ellipsoidPointWithUncertaintyCircle, boolean ellipsoidPointWithUncertaintyEllipse, boolean polygon, boolean ellipsoidPointWithAltitude, boolean ellipsoidPointWithAltitudeAndUncertaintyElipsoid, boolean ellipsoidArc)
createSupportedGADShapes in interface MAPParameterFactorypublic UtranGANSSpositioningData createUtranGANSSpositioningData(byte[] data)
createUtranGANSSpositioningData in interface MAPParameterFactorypublic UtranPositioningDataInfo createUtranPositioningDataInfo(byte[] data)
createUtranPositioningDataInfo in interface MAPParameterFactorypublic VelocityEstimate createVelocityEstimate(byte[] data)
createVelocityEstimate in interface MAPParameterFactorypublic RequestedEquipmentInfo createRequestedEquipmentInfo(boolean equipmentStatus, boolean bmuef)
createRequestedEquipmentInfo in interface MAPParameterFactorypublic UESBIIuA createUESBIIuA(org.mobicents.protocols.asn.BitSetStrictLength data)
createUESBIIuA in interface MAPParameterFactorypublic UESBIIuB createUESBIIuB(org.mobicents.protocols.asn.BitSetStrictLength data)
createUESBIIuB in interface MAPParameterFactorypublic UESBIIu createUESBIIu(UESBIIuA uesbiIuA, UESBIIuB uesbiIuB)
createUESBIIu in interface MAPParameterFactorypublic IMSIWithLMSI createServingNodeAddressMmeNumber(IMSI imsi, LMSI lmsi)
public CamelRoutingInfo createCamelRoutingInfo(ForwardingData forwardingData, GmscCamelSubscriptionInfo gmscCamelSubscriptionInfo, MAPExtensionContainer extensionContainer)
createCamelRoutingInfo in interface MAPParameterFactorypublic GmscCamelSubscriptionInfo createGmscCamelSubscriptionInfo(TCSI tCsi, OCSI oCsi, MAPExtensionContainer extensionContainer, ArrayList<OBcsmCamelTdpCriteria> oBcsmCamelTDPCriteriaList, ArrayList<TBcsmCamelTdpCriteria> tBcsmCamelTdpCriteriaList, DCSI dCsi)
createGmscCamelSubscriptionInfo in interface MAPParameterFactorypublic TCSI createTCSI(ArrayList<TBcsmCamelTDPData> tBcsmCamelTDPDataList, MAPExtensionContainer extensionContainer, Integer camelCapabilityHandling, boolean notificationToCSE, boolean csiActive)
createTCSI in interface MAPParameterFactorypublic OCSI createOCSI(ArrayList<OBcsmCamelTDPData> oBcsmCamelTDPDataList, MAPExtensionContainer extensionContainer, Integer camelCapabilityHandling, boolean notificationToCSE, boolean csiActive)
createOCSI in interface MAPParameterFactorypublic TBcsmCamelTDPData createTBcsmCamelTDPData(TBcsmTriggerDetectionPoint tBcsmTriggerDetectionPoint, long serviceKey, ISDNAddressString gsmSCFAddress, DefaultCallHandling defaultCallHandling, MAPExtensionContainer extensionContainer)
createTBcsmCamelTDPData in interface MAPParameterFactorypublic OBcsmCamelTDPData createOBcsmCamelTDPData(OBcsmTriggerDetectionPoint oBcsmTriggerDetectionPoint, long serviceKey, ISDNAddressString gsmSCFAddress, DefaultCallHandling defaultCallHandling, MAPExtensionContainer extensionContainer)
createOBcsmCamelTDPData in interface MAPParameterFactorypublic CamelInfo createCamelInfo(SupportedCamelPhases supportedCamelPhases, boolean suppressTCSI, MAPExtensionContainer extensionContainer, OfferedCamel4CSIs offeredCamel4CSIs)
createCamelInfo in interface MAPParameterFactorypublic CUGInterlock createCUGInterlock(byte[] data)
createCUGInterlock in interface MAPParameterFactorypublic CUGCheckInfo createCUGCheckInfo(CUGInterlock cugInterlock, boolean cugOutgoingAccess, MAPExtensionContainer extensionContainer)
createCUGCheckInfo in interface MAPParameterFactorypublic PDPContext createPDPContext(int pdpContextId, PDPType pdpType, PDPAddress pdpAddress, QoSSubscribed qosSubscribed, boolean vplmnAddressAllowed, APN apn, MAPExtensionContainer extensionContainer, ExtQoSSubscribed extQoSSubscribed, ChargingCharacteristics chargingCharacteristics, Ext2QoSSubscribed ext2QoSSubscribed, Ext3QoSSubscribed ext3QoSSubscribed, Ext4QoSSubscribed ext4QoSSubscribed, APNOIReplacement apnoiReplacement, ExtPDPType extpdpType, PDPAddress extpdpAddress, SIPTOPermission sipToPermission, LIPAPermission lipaPermission)
createPDPContext in interface MAPParameterFactorypublic APNOIReplacement createAPNOIReplacement(byte[] data)
createAPNOIReplacement in interface MAPParameterFactorypublic QoSSubscribed createQoSSubscribed(byte[] data)
createQoSSubscribed in interface MAPParameterFactorypublic QoSSubscribed createQoSSubscribed(QoSSubscribed_ReliabilityClass reliabilityClass, QoSSubscribed_DelayClass delayClass, QoSSubscribed_PrecedenceClass precedenceClass, QoSSubscribed_PeakThroughput peakThroughput, QoSSubscribed_MeanThroughput meanThroughput)
createQoSSubscribed in interface MAPParameterFactorypublic SSCode createSSCode(SupplementaryCodeValue value)
createSSCode in interface MAPParameterFactorypublic SSCode createSSCode(int data)
createSSCode in interface MAPParameterFactorypublic SSStatus createSSStatus(boolean qBit, boolean pBit, boolean rBit, boolean aBit)
createSSStatus in interface MAPParameterFactorypublic BasicServiceCode createBasicServiceCode(TeleserviceCode teleservice)
createBasicServiceCode in interface MAPParameterFactorypublic BasicServiceCode createBasicServiceCode(BearerServiceCode bearerService)
createBasicServiceCode in interface MAPParameterFactorypublic GeographicalInformation createGeographicalInformation(double latitude, double longitude, double uncertainty) throws MAPException
createGeographicalInformation in interface MAPParameterFactoryMAPExceptionpublic GeodeticInformation createGeodeticInformation(int screeningAndPresentationIndicators, double latitude, double longitude, double uncertainty, int confidence) throws MAPException
createGeodeticInformation in interface MAPParameterFactoryMAPExceptionpublic ExtGeographicalInformation createExtGeographicalInformation_EllipsoidPointWithUncertaintyCircle(double latitude, double longitude, double uncertainty) throws MAPException
createExtGeographicalInformation_EllipsoidPointWithUncertaintyCircle in interface MAPParameterFactoryMAPExceptionpublic ExtGeographicalInformation createExtGeographicalInformation_EllipsoidPointWithUncertaintyEllipse(double latitude, double longitude, double uncertaintySemiMajorAxis, double uncertaintySemiMinorAxis, double angleOfMajorAxis, int confidence) throws MAPException
createExtGeographicalInformation_EllipsoidPointWithUncertaintyEllipse in interface MAPParameterFactoryMAPExceptionpublic ExtGeographicalInformation createExtGeographicalInformation_EllipsoidPointWithAltitudeAndUncertaintyEllipsoid(double latitude, double longitude, double uncertaintySemiMajorAxis, double uncertaintySemiMinorAxis, double angleOfMajorAxis, int confidence, int altitude, double uncertaintyAltitude) throws MAPException
createExtGeographicalInformation_EllipsoidPointWithAltitudeAndUncertaintyEllipsoid in interface MAPParameterFactoryMAPExceptionpublic ExtGeographicalInformation createExtGeographicalInformation_EllipsoidArc(double latitude, double longitude, int innerRadius, double uncertaintyRadius, double offsetAngle, double includedAngle, int confidence) throws MAPException
createExtGeographicalInformation_EllipsoidArc in interface MAPParameterFactoryMAPExceptionpublic ExtGeographicalInformation createExtGeographicalInformation_EllipsoidPoint(double latitude, double longitude) throws MAPException
createExtGeographicalInformation_EllipsoidPoint in interface MAPParameterFactoryMAPExceptionpublic AddGeographicalInformation createAddGeographicalInformation_EllipsoidPointWithUncertaintyCircle(double latitude, double longitude, double uncertainty) throws MAPException
createAddGeographicalInformation_EllipsoidPointWithUncertaintyCircle in interface MAPParameterFactoryMAPExceptionpublic AddGeographicalInformation createAddGeographicalInformation_EllipsoidPointWithUncertaintyEllipse(double latitude, double longitude, double uncertaintySemiMajorAxis, double uncertaintySemiMinorAxis, double angleOfMajorAxis, int confidence) throws MAPException
createAddGeographicalInformation_EllipsoidPointWithUncertaintyEllipse in interface MAPParameterFactoryMAPExceptionpublic AddGeographicalInformation createAddGeographicalInformation_EllipsoidPointWithAltitudeAndUncertaintyEllipsoid(double latitude, double longitude, double uncertaintySemiMajorAxis, double uncertaintySemiMinorAxis, double angleOfMajorAxis, int confidence, int altitude, double uncertaintyAltitude) throws MAPException
createAddGeographicalInformation_EllipsoidPointWithAltitudeAndUncertaintyEllipsoid in interface MAPParameterFactoryMAPExceptionpublic AddGeographicalInformation createAddGeographicalInformation_EllipsoidArc(double latitude, double longitude, int innerRadius, double uncertaintyRadius, double offsetAngle, double includedAngle, int confidence) throws MAPException
createAddGeographicalInformation_EllipsoidArc in interface MAPParameterFactoryMAPExceptionpublic AddGeographicalInformation createAddGeographicalInformation_EllipsoidPoint(double latitude, double longitude) throws MAPException
createAddGeographicalInformation_EllipsoidPoint in interface MAPParameterFactoryMAPExceptionpublic VelocityEstimate createVelocityEstimate_HorizontalVelocity(int horizontalSpeed, int bearing) throws MAPException
createVelocityEstimate_HorizontalVelocity in interface MAPParameterFactoryMAPExceptionpublic VelocityEstimate createVelocityEstimate_HorizontalWithVerticalVelocity(int horizontalSpeed, int bearing, int verticalSpeed) throws MAPException
createVelocityEstimate_HorizontalWithVerticalVelocity in interface MAPParameterFactoryMAPExceptionpublic VelocityEstimate createVelocityEstimate_HorizontalVelocityWithUncertainty(int horizontalSpeed, int bearing, int uncertaintyHorizontalSpeed) throws MAPException
createVelocityEstimate_HorizontalVelocityWithUncertainty in interface MAPParameterFactoryMAPExceptionpublic VelocityEstimate createVelocityEstimate_HorizontalWithVerticalVelocityAndUncertainty(int horizontalSpeed, int bearing, int verticalSpeed, int uncertaintyHorizontalSpeed, int uncertaintyVerticalSpeed) throws MAPException
createVelocityEstimate_HorizontalWithVerticalVelocityAndUncertainty in interface MAPParameterFactoryMAPExceptionpublic CUGFeature createCUGFeature(ExtBasicServiceCode basicService, Integer preferentialCugIndicator, InterCUGRestrictions interCugRestrictions, MAPExtensionContainer extensionContainer)
createCUGFeature in interface MAPParameterFactorypublic CUGInfo createCUGInfo(ArrayList<CUGSubscription> cugSubscriptionList, ArrayList<CUGFeature> cugFeatureList, MAPExtensionContainer extensionContainer)
createCUGInfo in interface MAPParameterFactorypublic CUGSubscription createCUGSubscription(int cugIndex, CUGInterlock cugInterlock, IntraCUGOptions intraCugOptions, ArrayList<ExtBasicServiceCode> basicService, MAPExtensionContainer extensionContainer)
createCUGSubscription in interface MAPParameterFactorypublic EMLPPInfo createEMLPPInfo(int maximumentitledPriority, int defaultPriority, MAPExtensionContainer extensionContainer)
createEMLPPInfo in interface MAPParameterFactorypublic ExtCallBarInfo createExtCallBarInfo(SSCode ssCode, ArrayList<ExtCallBarringFeature> callBarringFeatureList, MAPExtensionContainer extensionContainer)
createExtCallBarInfo in interface MAPParameterFactorypublic ExtCallBarringFeature createExtCallBarringFeature(ExtBasicServiceCode basicService, ExtSSStatus ssStatus, MAPExtensionContainer extensionContainer)
createExtCallBarringFeature in interface MAPParameterFactorypublic ExtForwFeature createExtForwFeature(ExtBasicServiceCode basicService, ExtSSStatus ssStatus, ISDNAddressString forwardedToNumber, ISDNSubaddressString forwardedToSubaddress, ExtForwOptions forwardingOptions, Integer noReplyConditionTime, MAPExtensionContainer extensionContainer, FTNAddressString longForwardedToNumber)
createExtForwFeature in interface MAPParameterFactorypublic ExtForwInfo createExtForwInfo(SSCode ssCode, ArrayList<ExtForwFeature> forwardingFeatureList, MAPExtensionContainer extensionContainer)
createExtForwInfo in interface MAPParameterFactorypublic ExtForwOptions createExtForwOptions(boolean notificationToForwardingParty, boolean redirectingPresentation, boolean notificationToCallingParty, ExtForwOptionsForwardingReason extForwOptionsForwardingReason)
createExtForwOptions in interface MAPParameterFactorypublic ExtForwOptions createExtForwOptions(byte[] data)
createExtForwOptions in interface MAPParameterFactorypublic ExtSSData createExtSSData(SSCode ssCode, ExtSSStatus ssStatus, SSSubscriptionOption ssSubscriptionOption, ArrayList<ExtBasicServiceCode> basicServiceGroupList, MAPExtensionContainer extensionContainer)
createExtSSData in interface MAPParameterFactorypublic ExtSSInfo createExtSSInfo(ExtForwInfo forwardingInfo)
createExtSSInfo in interface MAPParameterFactorypublic ExtSSInfo createExtSSInfo(ExtCallBarInfo callBarringInfo)
createExtSSInfo in interface MAPParameterFactorypublic ExtSSInfo createExtSSInfo(CUGInfo cugInfo)
createExtSSInfo in interface MAPParameterFactorypublic ExtSSInfo createExtSSInfo(ExtSSData ssData)
createExtSSInfo in interface MAPParameterFactorypublic ExtSSInfo createExtSSInfo(EMLPPInfo emlppInfo)
createExtSSInfo in interface MAPParameterFactorypublic ExtSSStatus createExtSSStatus(boolean bitQ, boolean bitP, boolean bitR, boolean bitA)
createExtSSStatus in interface MAPParameterFactorypublic ExtSSStatus createExtSSStatus(byte[] data)
createExtSSStatus in interface MAPParameterFactorypublic GPRSSubscriptionData createGPRSSubscriptionData(boolean completeDataListIncluded, ArrayList<PDPContext> gprsDataList, MAPExtensionContainer extensionContainer, APNOIReplacement apnOiReplacement)
createGPRSSubscriptionData in interface MAPParameterFactorypublic SSSubscriptionOption createSSSubscriptionOption(CliRestrictionOption cliRestrictionOption)
createSSSubscriptionOption in interface MAPParameterFactorypublic SSSubscriptionOption createSSSubscriptionOption(OverrideCategory overrideCategory)
createSSSubscriptionOption in interface MAPParameterFactorypublic InterCUGRestrictions createInterCUGRestrictions(InterCUGRestrictionsValue val)
createInterCUGRestrictions in interface MAPParameterFactorypublic InterCUGRestrictions createInterCUGRestrictions(int data)
createInterCUGRestrictions in interface MAPParameterFactorypublic ZoneCode createZoneCode(int value)
createZoneCode in interface MAPParameterFactorypublic ZoneCode createZoneCode(byte[] data)
createZoneCode in interface MAPParameterFactorypublic AgeIndicator createAgeIndicator(byte[] data)
createAgeIndicator in interface MAPParameterFactorypublic CSAllocationRetentionPriority createCSAllocationRetentionPriority(int data)
createCSAllocationRetentionPriority in interface MAPParameterFactorypublic SupportedFeatures createSupportedFeatures(boolean odbAllApn, boolean odbHPLMNApn, boolean odbVPLMNApn, boolean odbAllOg, boolean odbAllInternationalOg, boolean odbAllIntOgNotToHPLMNCountry, boolean odbAllInterzonalOg, boolean odbAllInterzonalOgNotToHPLMNCountry, boolean odbAllInterzonalOgandInternatOgNotToHPLMNCountry, boolean regSub, boolean trace, boolean lcsAllPrivExcep, boolean lcsUniversal, boolean lcsCallSessionRelated, boolean lcsCallSessionUnrelated, boolean lcsPLMNOperator, boolean lcsServiceType, boolean lcsAllMOLRSS, boolean lcsBasicSelfLocation, boolean lcsAutonomousSelfLocation, boolean lcsTransferToThirdParty, boolean smMoPp, boolean barringOutgoingCalls, boolean baoc, boolean boic, boolean boicExHC)
createSupportedFeatures in interface MAPParameterFactorypublic AccessRestrictionData createAccessRestrictionData(boolean utranNotAllowed, boolean geranNotAllowed, boolean ganNotAllowed, boolean iHspaEvolutionNotAllowed, boolean eUtranNotAllowed, boolean hoToNon3GPPAccessNotAllowed)
createAccessRestrictionData in interface MAPParameterFactorypublic AdditionalInfo createAdditionalInfo(org.mobicents.protocols.asn.BitSetStrictLength data)
createAdditionalInfo in interface MAPParameterFactorypublic AdditionalSubscriptions createAdditionalSubscriptions(boolean privilegedUplinkRequest, boolean emergencyUplinkRequest, boolean emergencyReset)
createAdditionalSubscriptions in interface MAPParameterFactorypublic AMBR createAMBR(int maxRequestedBandwidthUL, int maxRequestedBandwidthDL, MAPExtensionContainer extensionContainer)
createAMBR in interface MAPParameterFactorypublic APNConfiguration createAPNConfiguration(int contextId, PDNType pDNType, PDPAddress servedPartyIPIPv4Address, APN apn, EPSQoSSubscribed ePSQoSSubscribed, PDNGWIdentity pdnGwIdentity, PDNGWAllocationType pdnGwAllocationType, boolean vplmnAddressAllowed, ChargingCharacteristics chargingCharacteristics, AMBR ambr, ArrayList<SpecificAPNInfo> specificAPNInfoList, MAPExtensionContainer extensionContainer, PDPAddress servedPartyIPIPv6Address, APNOIReplacement apnOiReplacement, SIPTOPermission siptoPermission, LIPAPermission lipaPermission)
createAPNConfiguration in interface MAPParameterFactorypublic APNConfigurationProfile createAPNConfigurationProfile(int defaultContext, boolean completeDataListIncluded, ArrayList<APNConfiguration> ePSDataList, MAPExtensionContainer extensionContainer)
createAPNConfigurationProfile in interface MAPParameterFactorypublic CSGSubscriptionData createCSGSubscriptionData(CSGId csgId, Time expirationDate, MAPExtensionContainer extensionContainer, ArrayList<APN> lipaAllowedAPNList)
createCSGSubscriptionData in interface MAPParameterFactorypublic DCSI createDCSI(ArrayList<DPAnalysedInfoCriterium> dpAnalysedInfoCriteriaList, Integer camelCapabilityHandling, MAPExtensionContainer extensionContainer, boolean notificationToCSE, boolean csiActive)
createDCSI in interface MAPParameterFactorypublic DestinationNumberCriteria createDestinationNumberCriteria(MatchType matchType, ArrayList<ISDNAddressString> destinationNumberList, ArrayList<Integer> destinationNumberLengthList)
createDestinationNumberCriteria in interface MAPParameterFactorypublic DPAnalysedInfoCriterium createDPAnalysedInfoCriterium(ISDNAddressString dialledNumber, long serviceKey, ISDNAddressString gsmSCFAddress, DefaultCallHandling defaultCallHandling, MAPExtensionContainer extensionContainer)
createDPAnalysedInfoCriterium in interface MAPParameterFactorypublic EPSQoSSubscribed createEPSQoSSubscribed(QoSClassIdentifier qoSClassIdentifier, AllocationRetentionPriority allocationRetentionPriority, MAPExtensionContainer extensionContainer)
createEPSQoSSubscribed in interface MAPParameterFactorypublic EPSSubscriptionData createEPSSubscriptionData(APNOIReplacement apnOiReplacement, Integer rfspId, AMBR ambr, APNConfigurationProfile apnConfigurationProfile, ISDNAddressString stnSr, MAPExtensionContainer extensionContainer, boolean mpsCSPriority, boolean mpsEPSPriority)
createEPSSubscriptionData in interface MAPParameterFactorypublic ExternalClient createExternalClient(LCSClientExternalID clientIdentity, GMLCRestriction gmlcRestriction, NotificationToMSUser notificationToMSUser, MAPExtensionContainer extensionContainer)
createExternalClient in interface MAPParameterFactorypublic FQDN createFQDN(byte[] data)
createFQDN in interface MAPParameterFactorypublic GPRSCamelTDPData createGPRSCamelTDPData(GPRSTriggerDetectionPoint gprsTriggerDetectionPoint, long serviceKey, ISDNAddressString gsmSCFAddress, DefaultGPRSHandling defaultSessionHandling, MAPExtensionContainer extensionContainer)
createGPRSCamelTDPData in interface MAPParameterFactorypublic GPRSCSI createGPRSCSI(ArrayList<GPRSCamelTDPData> gprsCamelTDPDataList, Integer camelCapabilityHandling, MAPExtensionContainer extensionContainer, boolean notificationToCSE, boolean csiActive)
createGPRSCSI in interface MAPParameterFactorypublic LCSInformation createLCSInformation(ArrayList<ISDNAddressString> gmlcList, ArrayList<LCSPrivacyClass> lcsPrivacyExceptionList, ArrayList<MOLRClass> molrList, ArrayList<LCSPrivacyClass> addLcsPrivacyExceptionList)
createLCSInformation in interface MAPParameterFactorypublic LCSPrivacyClass createLCSPrivacyClass(SSCode ssCode, ExtSSStatus ssStatus, NotificationToMSUser notificationToMSUser, ArrayList<ExternalClient> externalClientList, ArrayList<LCSClientInternalID> plmnClientList, MAPExtensionContainer extensionContainer, ArrayList<ExternalClient> extExternalClientList, ArrayList<ServiceType> serviceTypeList)
createLCSPrivacyClass in interface MAPParameterFactorypublic LSAData createLSAData(LSAIdentity lsaIdentity, LSAAttributes lsaAttributes, boolean lsaActiveModeIndicator, MAPExtensionContainer extensionContainer)
createLSAData in interface MAPParameterFactorypublic LSAInformation createLSAInformation(boolean completeDataListIncluded, LSAOnlyAccessIndicator lsaOnlyAccessIndicator, ArrayList<LSAData> lsaDataList, MAPExtensionContainer extensionContainer)
createLSAInformation in interface MAPParameterFactorypublic MCSI createMCSI(ArrayList<MMCode> mobilityTriggers, long serviceKey, ISDNAddressString gsmSCFAddress, MAPExtensionContainer extensionContainer, boolean notificationToCSE, boolean csiActive)
createMCSI in interface MAPParameterFactorypublic MCSSInfo createMCSSInfo(SSCode ssCode, ExtSSStatus ssStatus, int nbrSB, int nbrUser, MAPExtensionContainer extensionContainer)
createMCSSInfo in interface MAPParameterFactorypublic MGCSI createMGCSI(ArrayList<MMCode> mobilityTriggers, long serviceKey, ISDNAddressString gsmSCFAddress, MAPExtensionContainer extensionContainer, boolean notificationToCSE, boolean csiActive)
createMGCSI in interface MAPParameterFactorypublic MMCode createMMCode(MMCodeValue value)
createMMCode in interface MAPParameterFactorypublic MOLRClass createMOLRClass(SSCode ssCode, ExtSSStatus ssStatus, MAPExtensionContainer extensionContainer)
createMOLRClass in interface MAPParameterFactorypublic MTsmsCAMELTDPCriteria createMTsmsCAMELTDPCriteria(SMSTriggerDetectionPoint smsTriggerDetectionPoint, ArrayList<MTSMSTPDUType> tPDUTypeCriterion)
createMTsmsCAMELTDPCriteria in interface MAPParameterFactorypublic OBcsmCamelTdpCriteria createOBcsmCamelTdpCriteria(OBcsmTriggerDetectionPoint oBcsmTriggerDetectionPoint, DestinationNumberCriteria destinationNumberCriteria, ArrayList<ExtBasicServiceCode> basicServiceCriteria, CallTypeCriteria callTypeCriteria, ArrayList<CauseValue> oCauseValueCriteria, MAPExtensionContainer extensionContainer)
createOBcsmCamelTdpCriteria in interface MAPParameterFactorypublic ODBData createODBData(ODBGeneralData oDBGeneralData, ODBHPLMNData odbHplmnData, MAPExtensionContainer extensionContainer)
createODBData in interface MAPParameterFactorypublic ODBGeneralData createODBGeneralData(boolean allOGCallsBarred, boolean internationalOGCallsBarred, boolean internationalOGCallsNotToHPLMNCountryBarred, boolean interzonalOGCallsBarred, boolean interzonalOGCallsNotToHPLMNCountryBarred, boolean interzonalOGCallsAndInternationalOGCallsNotToHPLMNCountryBarred, boolean premiumRateInformationOGCallsBarred, boolean premiumRateEntertainementOGCallsBarred, boolean ssAccessBarred, boolean allECTBarred, boolean chargeableECTBarred, boolean internationalECTBarred, boolean interzonalECTBarred, boolean doublyChargeableECTBarred, boolean multipleECTBarred, boolean allPacketOrientedServicesBarred, boolean roamerAccessToHPLMNAPBarred, boolean roamerAccessToVPLMNAPBarred, boolean roamingOutsidePLMNOGCallsBarred, boolean allICCallsBarred, boolean roamingOutsidePLMNICCallsBarred, boolean roamingOutsidePLMNICountryICCallsBarred, boolean roamingOutsidePLMNBarred, boolean roamingOutsidePLMNCountryBarred, boolean registrationAllCFBarred, boolean registrationCFNotToHPLMNBarred, boolean registrationInterzonalCFBarred, boolean registrationInterzonalCFNotToHPLMNBarred, boolean registrationInternationalCFBarred)
createODBGeneralData in interface MAPParameterFactorypublic ODBHPLMNData createODBHPLMNData(boolean plmnSpecificBarringType1, boolean plmnSpecificBarringType2, boolean plmnSpecificBarringType3, boolean plmnSpecificBarringType4)
createODBHPLMNData in interface MAPParameterFactorypublic PDNGWIdentity createPDNGWIdentity(PDPAddress pdnGwIpv4Address, PDPAddress pdnGwIpv6Address, FQDN pdnGwName, MAPExtensionContainer extensionContainer)
createPDNGWIdentity in interface MAPParameterFactorypublic PDNType createPDNType(PDNTypeValue value)
createPDNType in interface MAPParameterFactorypublic PDNType createPDNType(int data)
createPDNType in interface MAPParameterFactorypublic ServiceType createServiceType(int serviceTypeIdentity, GMLCRestriction gmlcRestriction, NotificationToMSUser notificationToMSUser, MAPExtensionContainer extensionContainer)
createServiceType in interface MAPParameterFactorypublic SGSNCAMELSubscriptionInfo createSGSNCAMELSubscriptionInfo(GPRSCSI gprsCsi, SMSCSI moSmsCsi, MAPExtensionContainer extensionContainer, SMSCSI mtSmsCsi, ArrayList<MTsmsCAMELTDPCriteria> mtSmsCamelTdpCriteriaList, MGCSI mgCsi)
createSGSNCAMELSubscriptionInfo in interface MAPParameterFactorypublic SMSCAMELTDPData createSMSCAMELTDPData(SMSTriggerDetectionPoint smsTriggerDetectionPoint, long serviceKey, ISDNAddressString gsmSCFAddress, DefaultSMSHandling defaultSMSHandling, MAPExtensionContainer extensionContainer)
createSMSCAMELTDPData in interface MAPParameterFactorypublic SMSCSI createSMSCSI(ArrayList<SMSCAMELTDPData> smsCamelTdpDataList, Integer camelCapabilityHandling, MAPExtensionContainer extensionContainer, boolean notificationToCSE, boolean csiActive)
createSMSCSI in interface MAPParameterFactorypublic SpecificAPNInfo createSpecificAPNInfo(APN apn, PDNGWIdentity pdnGwIdentity, MAPExtensionContainer extensionContainer)
createSpecificAPNInfo in interface MAPParameterFactorypublic SSCamelData createSSCamelData(ArrayList<SSCode> ssEventList, ISDNAddressString gsmSCFAddress, MAPExtensionContainer extensionContainer)
createSSCamelData in interface MAPParameterFactorypublic SSCSI createSSCSI(SSCamelData ssCamelData, MAPExtensionContainer extensionContainer, boolean notificationToCSE, boolean csiActive)
createSSCSI in interface MAPParameterFactorypublic TBcsmCamelTdpCriteria createTBcsmCamelTdpCriteria(TBcsmTriggerDetectionPoint tBcsmTriggerDetectionPoint, ArrayList<ExtBasicServiceCode> basicServiceCriteria, ArrayList<CauseValue> tCauseValueCriteria)
createTBcsmCamelTdpCriteria in interface MAPParameterFactorypublic VlrCamelSubscriptionInfo createVlrCamelSubscriptionInfo(OCSI oCsi, MAPExtensionContainer extensionContainer, SSCSI ssCsi, ArrayList<OBcsmCamelTdpCriteria> oBcsmCamelTDPCriteriaList, boolean tifCsi, MCSI mCsi, SMSCSI smsCsi, TCSI vtCsi, ArrayList<TBcsmCamelTdpCriteria> tBcsmCamelTdpCriteriaList, DCSI dCsi, SMSCSI mtSmsCSI, ArrayList<MTsmsCAMELTDPCriteria> mtSmsCamelTdpCriteriaList)
createVlrCamelSubscriptionInfo in interface MAPParameterFactorypublic VoiceBroadcastData createVoiceBroadcastData(GroupId groupId, boolean broadcastInitEntitlement, MAPExtensionContainer extensionContainer, LongGroupId longGroupId)
createVoiceBroadcastData in interface MAPParameterFactorypublic VoiceGroupCallData createVoiceGroupCallData(GroupId groupId, MAPExtensionContainer extensionContainer, AdditionalSubscriptions additionalSubscriptions, AdditionalInfo additionalInfo, LongGroupId longGroupId)
createVoiceGroupCallData in interface MAPParameterFactorypublic ISDNSubaddressString createISDNSubaddressString(byte[] data)
createISDNSubaddressString in interface MAPParameterFactorypublic CauseValue createCauseValue(CauseValueCodeValue value)
createCauseValue in interface MAPParameterFactorypublic CauseValue createCauseValue(int data)
createCauseValue in interface MAPParameterFactorypublic GroupId createGroupId(String data)
createGroupId in interface MAPParameterFactorypublic LongGroupId createLongGroupId(String data)
createLongGroupId in interface MAPParameterFactorypublic LSAAttributes createLSAAttributes(LSAIdentificationPriorityValue value, boolean preferentialAccessAvailable, boolean activeModeSupportAvailable)
createLSAAttributes in interface MAPParameterFactorypublic LSAAttributes createLSAAttributes(int data)
createLSAAttributes in interface MAPParameterFactorypublic Time createTime(int year, int month, int day, int hour, int minute, int second)
createTime in interface MAPParameterFactorypublic Time createTime(byte[] data)
createTime in interface MAPParameterFactorypublic NAEACIC createNAEACIC(String carrierCode, NetworkIdentificationPlanValue networkIdentificationPlanValue, NetworkIdentificationTypeValue networkIdentificationTypeValue) throws MAPException
createNAEACIC in interface MAPParameterFactoryMAPExceptionpublic NAEACIC createNAEACIC(byte[] data)
createNAEACIC in interface MAPParameterFactorypublic NAEAPreferredCI createNAEAPreferredCI(NAEACIC naeaPreferredCIC, MAPExtensionContainer extensionContainer)
createNAEAPreferredCI in interface MAPParameterFactorypublic Category createCategory(int data)
createCategory in interface MAPParameterFactorypublic Category createCategory(CategoryValue data)
createCategory in interface MAPParameterFactorypublic RoutingInfo createRoutingInfo(ISDNAddressString roamingNumber)
createRoutingInfo in interface MAPParameterFactorypublic RoutingInfo createRoutingInfo(ForwardingData forwardingData)
createRoutingInfo in interface MAPParameterFactorypublic ExtendedRoutingInfo createExtendedRoutingInfo(RoutingInfo routingInfo)
createExtendedRoutingInfo in interface MAPParameterFactorypublic ExtendedRoutingInfo createExtendedRoutingInfo(CamelRoutingInfo camelRoutingInfo)
createExtendedRoutingInfo in interface MAPParameterFactorypublic TMSI createTMSI(byte[] data)
createTMSI in interface MAPParameterFactorypublic CK createCK(byte[] data)
createCK in interface MAPParameterFactorypublic Cksn createCksn(int data)
createCksn in interface MAPParameterFactorypublic CurrentSecurityContext createCurrentSecurityContext(GSMSecurityContextData gsmSecurityContextData)
createCurrentSecurityContext in interface MAPParameterFactorypublic CurrentSecurityContext createCurrentSecurityContext(UMTSSecurityContextData umtsSecurityContextData)
createCurrentSecurityContext in interface MAPParameterFactorypublic GSMSecurityContextData createGSMSecurityContextData(Kc kc, Cksn cksn)
createGSMSecurityContextData in interface MAPParameterFactorypublic IK createIK(byte[] data)
createIK in interface MAPParameterFactorypublic Kc createKc(byte[] data)
createKc in interface MAPParameterFactorypublic KSI createKSI(int data)
createKSI in interface MAPParameterFactorypublic UMTSSecurityContextData createUMTSSecurityContextData(CK ck, IK ik, KSI ksi)
createUMTSSecurityContextData in interface MAPParameterFactorypublic EPSInfo createEPSInfo(PDNGWUpdate pndGwUpdate)
createEPSInfo in interface MAPParameterFactorypublic EPSInfo createEPSInfo(ISRInformation isrInformation)
createEPSInfo in interface MAPParameterFactorypublic ISRInformation createISRInformation(boolean updateMME, boolean cancelSGSN, boolean initialAttachIndicator)
createISRInformation in interface MAPParameterFactorypublic PDNGWUpdate createPDNGWUpdate(APN apn, PDNGWIdentity pdnGwIdentity, Integer contextId, MAPExtensionContainer extensionContainer)
createPDNGWUpdate in interface MAPParameterFactorypublic SGSNCapability createSGSNCapability(boolean solsaSupportIndicator, MAPExtensionContainer extensionContainer, SuperChargerInfo superChargerSupportedInServingNetworkEntity, boolean gprsEnhancementsSupportIndicator, SupportedCamelPhases supportedCamelPhases, SupportedLCSCapabilitySets supportedLCSCapabilitySets, OfferedCamel4CSIs offeredCamel4CSIs, boolean smsCallBarringSupportIndicator, SupportedRATTypes supportedRATTypesIndicator, SupportedFeatures supportedFeatures, boolean tAdsDataRetrieval, Boolean homogeneousSupportOfIMSVoiceOverPSSessions)
createSGSNCapability in interface MAPParameterFactorypublic OfferedCamel4Functionalities createOfferedCamel4Functionalities(boolean initiateCallAttempt, boolean splitLeg, boolean moveLeg, boolean disconnectLeg, boolean entityReleased, boolean dfcWithArgument, boolean playTone, boolean dtmfMidCall, boolean chargingIndicator, boolean alertingDP, boolean locationAtAlerting, boolean changeOfPositionDP, boolean orInteractions, boolean warningToneEnhancements, boolean cfEnhancements, boolean subscribedEnhancedDialledServices, boolean servingNetworkEnhancedDialledServices, boolean criteriaForChangeOfPositionDP, boolean serviceChangeDP, boolean collectInformation)
createOfferedCamel4Functionalities in interface MAPParameterFactorypublic GPRSSubscriptionDataWithdraw createGPRSSubscriptionDataWithdraw(boolean allGPRSData)
createGPRSSubscriptionDataWithdraw in interface MAPParameterFactorypublic GPRSSubscriptionDataWithdraw createGPRSSubscriptionDataWithdraw(ArrayList<Integer> contextIdList)
createGPRSSubscriptionDataWithdraw in interface MAPParameterFactorypublic LSAInformationWithdraw createLSAInformationWithdraw(boolean allLSAData)
createLSAInformationWithdraw in interface MAPParameterFactorypublic LSAInformationWithdraw createLSAInformationWithdraw(ArrayList<LSAIdentity> lsaIdentityList)
createLSAInformationWithdraw in interface MAPParameterFactorypublic SpecificCSIWithdraw createSpecificCSIWithdraw(boolean OCsi, boolean SsCsi, boolean TifCsi, boolean DCsi, boolean VtCsi, boolean MoSmsCsi, boolean MCsi, boolean GprsCsi, boolean TCsi, boolean MtSmsCsi, boolean MgCsi, boolean OImCsi, boolean DImCsi, boolean VtImCsi)
createSpecificCSIWithdraw in interface MAPParameterFactorypublic EPSSubscriptionDataWithdraw createEPSSubscriptionDataWithdraw(boolean allEpsData)
createEPSSubscriptionDataWithdraw in interface MAPParameterFactorypublic EPSSubscriptionDataWithdraw createEPSSubscriptionDataWithdraw(ArrayList<Integer> contextIdList)
createEPSSubscriptionDataWithdraw in interface MAPParameterFactorypublic SSInfo createSSInfo(ForwardingInfo forwardingInfo)
createSSInfo in interface MAPParameterFactorypublic SSInfo createSSInfo(CallBarringInfo callBarringInfo)
createSSInfo in interface MAPParameterFactorypublic SSInfo createSSInfo(SSData ssData)
createSSInfo in interface MAPParameterFactorypublic CallBarringFeature createCallBarringFeature(BasicServiceCode basicService, SSStatus ssStatus)
createCallBarringFeature in interface MAPParameterFactorypublic ForwardingFeature createForwardingFeature(BasicServiceCode basicService, SSStatus ssStatus, ISDNAddressString torwardedToNumber, ISDNAddressString forwardedToSubaddress, ForwardingOptions forwardingOptions, Integer noReplyConditionTime, FTNAddressString longForwardedToNumber)
createForwardingFeature in interface MAPParameterFactorypublic ForwardingInfo createForwardingInfo(SSCode ssCode, ArrayList<ForwardingFeature> forwardingFeatureList)
createForwardingInfo in interface MAPParameterFactorypublic SSData createSSData(SSCode ssCode, SSStatus ssStatus, SSSubscriptionOption ssSubscriptionOption, ArrayList<BasicServiceCode> basicServiceGroupList, EMLPPPriority defaultPriority, Integer nbrUser)
createSSData in interface MAPParameterFactorypublic CallBarringInfo createCallBarringInfo(SSCode ssCode, ArrayList<CallBarringFeature> callBarringFeatureList)
createCallBarringInfo in interface MAPParameterFactorypublic SSForBSCode createSSForBSCode(SSCode ssCode, BasicServiceCode basicService, boolean longFtnSupported)
createSSForBSCode in interface MAPParameterFactorypublic CCBSFeature createCCBSFeature(Integer ccbsIndex, ISDNAddressString bSubscriberNumber, ISDNAddressString bSubscriberSubaddress, BasicServiceCode basicServiceCode)
createCCBSFeature in interface MAPParameterFactorypublic GenericServiceInfo createGenericServiceInfo(SSStatus ssStatus, CliRestrictionOption cliRestrictionOption, EMLPPPriority maximumEntitledPriority, EMLPPPriority defaultPriority, ArrayList<CCBSFeature> ccbsFeatureList, Integer nbrSB, Integer nbrUser, Integer nbrSN)
createGenericServiceInfo in interface MAPParameterFactorypublic TraceReference createTraceReference(byte[] data)
createTraceReference in interface MAPParameterFactorypublic TraceType createTraceType(int data)
createTraceType in interface MAPParameterFactorypublic TraceType createTraceType(BssRecordType bssRecordType, MscRecordType mscRecordType, TraceTypeInvokingEvent traceTypeInvokingEvent, boolean priorityIndication)
createTraceType in interface MAPParameterFactorypublic TraceType createTraceType(HlrRecordType hlrRecordType, TraceTypeInvokingEvent traceTypeInvokingEvent, boolean priorityIndication)
createTraceType in interface MAPParameterFactorypublic TraceDepthList createTraceDepthList(TraceDepth mscSTraceDepth, TraceDepth mgwTraceDepth, TraceDepth sgsnTraceDepth, TraceDepth ggsnTraceDepth, TraceDepth rncTraceDepth, TraceDepth bmscTraceDepth, TraceDepth mmeTraceDepth, TraceDepth sgwTraceDepth, TraceDepth pgwTraceDepth, TraceDepth enbTraceDepth)
createTraceDepthList in interface MAPParameterFactorypublic TraceNETypeList createTraceNETypeList(boolean mscS, boolean mgw, boolean sgsn, boolean ggsn, boolean rnc, boolean bmSc, boolean mme, boolean sgw, boolean pgw, boolean enb)
createTraceNETypeList in interface MAPParameterFactorypublic MSCSInterfaceList createMSCSInterfaceList(boolean a, boolean iu, boolean mc, boolean mapG, boolean mapB, boolean mapE, boolean mapF, boolean cap, boolean mapD, boolean mapC)
createMSCSInterfaceList in interface MAPParameterFactorypublic MGWInterfaceList createMGWInterfaceList(boolean mc, boolean nbUp, boolean iuUp)
createMGWInterfaceList in interface MAPParameterFactorypublic SGSNInterfaceList createSGSNInterfaceList(boolean gb, boolean iu, boolean gn, boolean mapGr, boolean mapGd, boolean mapGf, boolean gs, boolean ge, boolean s3, boolean s4, boolean s6d)
createSGSNInterfaceList in interface MAPParameterFactorypublic GGSNInterfaceList createGGSNInterfaceList(boolean gn, boolean gi, boolean gmb)
createGGSNInterfaceList in interface MAPParameterFactorypublic RNCInterfaceList createRNCInterfaceList(boolean iu, boolean iur, boolean iub, boolean uu)
createRNCInterfaceList in interface MAPParameterFactorypublic BMSCInterfaceList createBMSCInterfaceList(boolean gmb)
createBMSCInterfaceList in interface MAPParameterFactorypublic MMEInterfaceList createMMEInterfaceList(boolean s1Mme, boolean s3, boolean s6a, boolean s10, boolean s11)
createMMEInterfaceList in interface MAPParameterFactorypublic SGWInterfaceList createSGWInterfaceList(boolean s4, boolean s5, boolean s8b, boolean s11, boolean gxc)
createSGWInterfaceList in interface MAPParameterFactorypublic PGWInterfaceList createPGWInterfaceList(boolean s2a, boolean s2b, boolean s2c, boolean s5, boolean s6b, boolean gx, boolean s8b, boolean sgi)
createPGWInterfaceList in interface MAPParameterFactorypublic ENBInterfaceList createENBInterfaceList(boolean s1Mme, boolean x2, boolean uu)
createENBInterfaceList in interface MAPParameterFactorypublic TraceInterfaceList createTraceInterfaceList(MSCSInterfaceList mscSList, MGWInterfaceList mgwList, SGSNInterfaceList sgsnList, GGSNInterfaceList ggsnList, RNCInterfaceList rncList, BMSCInterfaceList bmscList, MMEInterfaceList mmeList, SGWInterfaceList sgwList, PGWInterfaceList pgwList, ENBInterfaceList enbList)
createTraceInterfaceList in interface MAPParameterFactorypublic MSCSEventList createMSCSEventList(boolean moMtCall, boolean moMtSms, boolean luImsiAttachImsiDetach, boolean handovers, boolean ss)
createMSCSEventList in interface MAPParameterFactorypublic MGWEventList createMGWEventList(boolean context)
createMGWEventList in interface MAPParameterFactorypublic SGSNEventList createSGSNEventList(boolean pdpContext, boolean moMtSms, boolean rauGprsAttachGprsDetach, boolean mbmsContext)
createSGSNEventList in interface MAPParameterFactorypublic GGSNEventList createGGSNEventList(boolean pdpContext, boolean mbmsContext)
createGGSNEventList in interface MAPParameterFactorypublic BMSCEventList createBMSCEventList(boolean mbmsMulticastServiceActivation)
createBMSCEventList in interface MAPParameterFactorypublic MMEEventList createMMEEventList(boolean ueInitiatedPDNconectivityRequest, boolean serviceRequestts, boolean initialAttachTrackingAreaUpdateDetach, boolean ueInitiatedPDNdisconnection, boolean bearerActivationModificationDeletion, boolean handover)
createMMEEventList in interface MAPParameterFactorypublic SGWEventList createSGWEventList(boolean pdnConnectionCreation, boolean pdnConnectionTermination, boolean bearerActivationModificationDeletion)
createSGWEventList in interface MAPParameterFactorypublic PGWEventList createPGWEventList(boolean pdnConnectionCreation, boolean pdnConnectionTermination, boolean bearerActivationModificationDeletion)
createPGWEventList in interface MAPParameterFactorypublic TraceEventList createTraceEventList(MSCSEventList mscSList, MGWEventList mgwList, SGSNEventList sgsnList, GGSNEventList ggsnList, BMSCEventList bmscList, MMEEventList mmeList, SGWEventList sgwList, PGWEventList pgwList)
createTraceEventList in interface MAPParameterFactorypublic GlobalCellId createGlobalCellId(byte[] data)
createGlobalCellId in interface MAPParameterFactorypublic GlobalCellId createGlobalCellId(int mcc, int mnc, int lac, int cellId) throws MAPException
createGlobalCellId in interface MAPParameterFactoryMAPExceptionpublic AreaScope createAreaScope(ArrayList<GlobalCellId> cgiList, ArrayList<EUtranCgi> eUtranCgiList, ArrayList<RAIdentity> routingAreaIdList, ArrayList<LAIFixedLength> locationAreaIdList, ArrayList<TAId> trackingAreaIdList, MAPExtensionContainer extensionContainer)
createAreaScope in interface MAPParameterFactorypublic ListOfMeasurements createListOfMeasurements(byte[] data)
createListOfMeasurements in interface MAPParameterFactorypublic ReportingTrigger createReportingTrigger(int data)
createReportingTrigger in interface MAPParameterFactorypublic MDTConfiguration createMDTConfiguration(JobType jobType, AreaScope areaScope, ListOfMeasurements listOfMeasurements, ReportingTrigger reportingTrigger, ReportInterval reportInterval, ReportAmount reportAmount, Integer eventThresholdRSRP, Integer eventThresholdRSRQ, LoggingInterval loggingInterval, LoggingDuration loggingDuration, MAPExtensionContainer extensionContainer)
createMDTConfiguration in interface MAPParameterFactorypublic UUData createUUData(UUIndicator uuIndicator, UUI uuI, boolean uusCFInteraction, MAPExtensionContainer extensionContainer)
createUUData in interface MAPParameterFactorypublic UUI createUUI(byte[] data)
createUUI in interface MAPParameterFactorypublic UUIndicator createUUIndicator(int data)
createUUIndicator in interface MAPParameterFactorypublic CUGIndex createCUGIndex(int data)
createCUGIndex in interface MAPParameterFactorypublic ExtQoSSubscribed_MaximumSduSize createExtQoSSubscribed_MaximumSduSize_SourceValue(int data)
createExtQoSSubscribed_MaximumSduSize_SourceValue in interface MAPParameterFactorypublic ExtQoSSubscribed_MaximumSduSize createExtQoSSubscribed_MaximumSduSize(int data)
createExtQoSSubscribed_MaximumSduSize in interface MAPParameterFactorypublic ExtQoSSubscribed_BitRate createExtQoSSubscribed_BitRate_SourceValue(int data)
createExtQoSSubscribed_BitRate_SourceValue in interface MAPParameterFactorypublic ExtQoSSubscribed_BitRate createExtQoSSubscribed_BitRate(int data)
createExtQoSSubscribed_BitRate in interface MAPParameterFactorypublic ExtQoSSubscribed_BitRateExtended createExtQoSSubscribed_BitRateExtended_SourceValue(int data)
createExtQoSSubscribed_BitRateExtended_SourceValue in interface MAPParameterFactorypublic ExtQoSSubscribed_BitRateExtended createExtQoSSubscribed_BitRateExtended(int data)
createExtQoSSubscribed_BitRateExtended in interface MAPParameterFactorypublic ExtQoSSubscribed_BitRateExtended createExtQoSSubscribed_BitRateExtended_UseNotExtended()
createExtQoSSubscribed_BitRateExtended_UseNotExtended in interface MAPParameterFactorypublic ExtQoSSubscribed_TransferDelay createExtQoSSubscribed_TransferDelay_SourceValue(int data)
createExtQoSSubscribed_TransferDelay_SourceValue in interface MAPParameterFactorypublic ExtQoSSubscribed_TransferDelay createExtQoSSubscribed_TransferDelay(int data)
createExtQoSSubscribed_TransferDelay in interface MAPParameterFactorypublic Password createPassword(String data)
createPassword in interface MAPParameterFactorypublic IMSIWithLMSI createIMSIWithLMSI(IMSI imsi, LMSI lmsi)
createIMSIWithLMSI in interface MAPParameterFactoryCopyright © 2016. All Rights Reserved.