├── .gitignore ├── .travis.yml ├── CONTRIBUTING.rst ├── LICENSE ├── README.md ├── doc └── trunk │ ├── forrest.properties │ └── src │ └── documentation │ ├── README.txt │ ├── build │ └── tmp │ │ ├── build-info.xml │ │ ├── input.xmap │ │ ├── internal.xmap │ │ ├── locationmap.xml │ │ ├── output.xmap │ │ ├── projfilters.properties │ │ └── resources.xmap │ ├── classes │ └── CatalogManager.properties │ ├── content │ ├── doc │ │ ├── WP_Seagull_Open_Source_tool_for_IMS_testing.pdf │ │ ├── conf.client.xml │ │ ├── conf.server.xml │ │ ├── config.dox │ │ ├── h248.client.xml.html │ │ ├── h248.client_multi_tid.xml.html │ │ ├── radius-accounting.client.xml.html │ │ ├── sar-saa.client.xml.html │ │ ├── seagull_01.flv │ │ ├── seagull_01.jpg │ │ ├── style.css │ │ ├── synchro.conf.client.xml.html │ │ ├── tcap.conf.client.xml.html │ │ └── xcap.client.xml.html │ ├── locationmap.xml │ └── xdocs │ │ ├── doc │ │ ├── core.xml │ │ ├── dev.xml │ │ ├── diameter.xml │ │ ├── document-v20b.dtd │ │ ├── faq.xml │ │ ├── fig1.aart │ │ ├── fig2.aart │ │ ├── h248.xml │ │ ├── http.xml │ │ ├── index.xml │ │ ├── octcap.xml │ │ ├── radius.xml │ │ ├── rawbinary.xml │ │ ├── server-stat.csv │ │ ├── sip.xml │ │ ├── sync.xml │ │ ├── template.xml │ │ └── xcap.xml │ │ ├── document-v20-custom.dtd │ │ ├── document-v20-custom.mod │ │ ├── download │ │ └── index.xml │ │ ├── images │ │ ├── group.svg │ │ ├── icon.png │ │ └── project.svg │ │ ├── index.xml │ │ ├── project │ │ └── index.xml │ │ ├── site.xml │ │ ├── snapshots │ │ └── index.xml │ │ ├── tabs.xml │ │ └── test.html │ ├── resources │ ├── images │ │ ├── Explication-uid-pid.jpg │ │ ├── TCAP.jpg │ │ ├── atoslogo.jpg │ │ ├── best_100cs.jpg │ │ ├── best_10cs.jpg │ │ ├── best_1cs.jpg │ │ ├── branch.PNG │ │ ├── callrate.png │ │ ├── channels.jpg │ │ ├── channels.svg │ │ ├── cometlogo.png │ │ ├── conf_files.png │ │ ├── conffiles.png │ │ ├── conffilesdcc.png │ │ ├── conffilesmbi.png │ │ ├── data-log-rtdistrib-example.jpg │ │ ├── dcc_scenario.png │ │ ├── dev_01.jpg │ │ ├── dev_01.svg │ │ ├── dlg-portion-storage.jpg │ │ ├── external_data.png │ │ ├── external_data.src.svg │ │ ├── hplogo.png │ │ ├── mbi_scenario.png │ │ ├── pdf.png │ │ ├── plotstat.png │ │ ├── poisson_100cs.jpg │ │ ├── poisson_10cs.jpg │ │ ├── poisson_1cs.jpg │ │ ├── remote_ctrl.png │ │ ├── remote_ctrl.src.svg │ │ ├── remote_ctrl_scen.png │ │ ├── remote_ctrl_scen.src.svg │ │ ├── sar-saa.png │ │ ├── seagull_1000000.jpg │ │ ├── seagull_logo.jpg │ │ ├── seagull_logo.png │ │ ├── seagull_principle.jpg │ │ ├── seagull_principle.src.svg │ │ ├── seagull_principle_small.jpg │ │ ├── snap_diameter.jpg │ │ ├── snap_h248.jpg │ │ ├── snap_xcap.jpg │ │ ├── startstoptimer.png │ │ ├── startstoptimertcap.png │ │ ├── statistics.png │ │ ├── synchro_scenario.png │ │ ├── tcap_scenario.png │ │ ├── uniform_100cs.jpg │ │ ├── uniform_10cs.jpg │ │ └── uniform_1cs.jpg │ ├── schema │ │ ├── catalog.xcat │ │ ├── hello-v10.dtd │ │ └── symbols-project-v10.ent │ └── stylesheets │ │ └── hello2document.xsl │ ├── sitemap.xmap │ ├── skinconf.xml │ ├── skinconfig-v07-OJA.dtd │ ├── skins │ ├── common │ │ ├── css │ │ │ └── forrest.css.xslt │ │ ├── images │ │ │ ├── README.txt │ │ │ ├── add.jpg │ │ │ ├── built-with-forrest-button.png │ │ │ ├── corner-imports.svg.xslt │ │ │ ├── dc.svg.xslt │ │ │ ├── external-link.gif │ │ │ ├── fix.jpg │ │ │ ├── forrest-credit-logo.png │ │ │ ├── hack.jpg │ │ │ ├── pdfdoc.gif │ │ │ ├── poddoc.png │ │ │ ├── poddoc.svg.xslt │ │ │ ├── printer.gif │ │ │ ├── rc.svg.xslt │ │ │ ├── remove.jpg │ │ │ ├── rss.png │ │ │ ├── spacer.gif │ │ │ ├── txtdoc.png │ │ │ ├── txtdoc.svg.xslt │ │ │ ├── update.jpg │ │ │ ├── valid-html401.png │ │ │ ├── vcss.png │ │ │ └── xmldoc.gif │ │ ├── scripts │ │ │ ├── LICENSE-prototype.txt │ │ │ ├── breadcrumbs-optimized.js │ │ │ ├── breadcrumbs.js │ │ │ ├── fontsize.js │ │ │ ├── getBlank.js │ │ │ ├── getMenu.js │ │ │ ├── menu.js │ │ │ └── prototype.js │ │ ├── skinconf.xsl │ │ ├── translations │ │ │ ├── CommonMessages_de.xml │ │ │ ├── CommonMessages_en_US.xml │ │ │ ├── CommonMessages_es.xml │ │ │ └── CommonMessages_fr.xml │ │ └── xslt │ │ │ ├── fo │ │ │ ├── document-to-fo.xsl │ │ │ ├── footerinfo.xsl │ │ │ └── pdfoutline.xsl │ │ │ ├── html │ │ │ ├── book-to-menu.xsl │ │ │ ├── document-to-html.xsl │ │ │ ├── dotdots.xsl │ │ │ ├── pathutils.xsl │ │ │ ├── renderlogo.xsl │ │ │ ├── site-to-xhtml.xsl │ │ │ ├── split.xsl │ │ │ ├── strip_namespaces.xsl │ │ │ ├── tab-to-menu.xsl │ │ │ └── tabutils.xsl │ │ │ └── svg │ │ │ └── document-to-svg.xsl │ └── tigris │ │ ├── README.txt │ │ ├── css │ │ ├── forrest.css.xslt │ │ ├── inst.css │ │ ├── ns4_only.css │ │ ├── print.css │ │ ├── quirks.css │ │ └── tigris.css │ │ ├── images │ │ ├── corporate_logo.gif │ │ ├── file.gif │ │ ├── folder-closed.gif │ │ ├── folder-open.gif │ │ ├── help_logo.gif │ │ ├── icon_alert.gif │ │ ├── icon_alertsml.gif │ │ ├── icon_arrowfolder1_sml.gif │ │ ├── icon_arrowfolder2_sml.gif │ │ ├── icon_arrowfolderclosed1_sml.gif │ │ ├── icon_arrowfolderopen2_sml.gif │ │ ├── icon_arrowmembers1_sml.gif │ │ ├── icon_arrowmembers2_sml.gif │ │ ├── icon_arrowusergroups1_sml.gif │ │ ├── icon_arrowusergroups2_sml.gif │ │ ├── icon_arrowwaste1_sml.gif │ │ ├── icon_arrowwaste2_sml.gif │ │ ├── icon_confirmsml.gif │ │ ├── icon_doc_lrg.gif │ │ ├── icon_doc_sml.gif │ │ ├── icon_error_lrg.gif │ │ ├── icon_error_sml.gif │ │ ├── icon_folder_lrg.gif │ │ ├── icon_folder_sml.gif │ │ ├── icon_help_lrg.gif │ │ ├── icon_help_sml.gif │ │ ├── icon_info_lrg.gif │ │ ├── icon_info_sml.gif │ │ ├── icon_infosml.gif │ │ ├── icon_members_lrg.gif │ │ ├── icon_members_sml.gif │ │ ├── icon_sortdown.gif │ │ ├── icon_sortleft.gif │ │ ├── icon_sortright.gif │ │ ├── icon_sortup.gif │ │ ├── icon_success_lrg.gif │ │ ├── icon_success_sml.gif │ │ ├── icon_usergroups_lrg.gif │ │ ├── icon_usergroups_sml.gif │ │ ├── icon_warning_lrg.gif │ │ ├── icon_warning_sml.gif │ │ ├── icon_waste_lrg.gif │ │ ├── icon_waste_sml.gif │ │ ├── nw_maj.gif │ │ ├── nw_maj_hi.gif │ │ ├── nw_maj_rond.gif │ │ ├── nw_med.gif │ │ ├── nw_med_hi.gif │ │ ├── nw_med_rond.gif │ │ ├── nw_min.gif │ │ ├── nw_min_036.gif │ │ ├── nw_min_hi.gif │ │ ├── pdfdoc.gif │ │ ├── poweredby_036.gif │ │ ├── printer.gif │ │ ├── product_logo.gif │ │ ├── se_maj_rond.gif │ │ ├── strich.gif │ │ ├── sw_maj_rond.gif │ │ ├── sw_med_rond.gif │ │ ├── sw_min.gif │ │ └── xmldoc.gif │ │ ├── scripts │ │ └── tigris.js │ │ ├── skinconf.xsl │ │ └── xslt │ │ ├── fo │ │ └── document2fo.xsl │ │ └── html │ │ ├── book2menu.xsl │ │ ├── document2html.xsl │ │ ├── site2xhtml.xsl │ │ └── tab2menu.xsl │ └── translations │ ├── langcode.xml │ ├── languages_en.xml │ ├── languages_es.xml │ ├── menu.xml │ ├── menu_af.xml │ ├── menu_de.xml │ ├── menu_es.xml │ ├── menu_it.xml │ ├── menu_no.xml │ ├── menu_ru.xml │ ├── menu_sk.xml │ ├── tabs.xml │ └── tabs_es.xml ├── docker ├── README.md ├── centos-7 │ ├── Dockerfile │ └── Makefile ├── ubuntu-16.04 │ ├── Dockerfile │ └── Makefile └── ubuntu-18.04 │ ├── Dockerfile │ └── Makefile ├── investigation.rst └── seagull ├── branches └── AtosOrigin │ └── src │ ├── HISTORY.txt │ ├── INSTALL.txt │ ├── LICENSE.txt │ ├── Makefile-common.mk │ ├── Makefile-generic.mk │ ├── Makefile-project.mk │ ├── README.txt │ ├── build-ext-lib.conf │ ├── build-ext-lib.ksh │ ├── build.conf │ ├── build.ksh │ ├── clean-csv.ksh │ ├── clean-log.ksh │ ├── clean.ksh │ ├── command-actions │ ├── C_AddDefaultInCallMapAction.cpp │ ├── C_AddDefaultInCallMapAction.hpp │ ├── C_AddInCallMapAction.cpp │ ├── C_AddInCallMapAction.hpp │ ├── C_CheckAllMsgAction.cpp │ ├── C_CheckAllMsgAction.hpp │ ├── C_CheckOrderAction.cpp │ ├── C_CheckOrderAction.hpp │ ├── C_CheckPresenceAction.cpp │ ├── C_CheckPresenceAction.hpp │ ├── C_CheckValueAction.cpp │ ├── C_CheckValueAction.hpp │ ├── C_CloseAction.cpp │ ├── C_CloseAction.hpp │ ├── C_CommandAction.cpp │ ├── C_CommandAction.hpp │ ├── C_CommandActionFactory.cpp │ ├── C_CommandActionFactory.hpp │ ├── C_GetExternalDataAction.cpp │ ├── C_GetExternalDataAction.hpp │ ├── C_GetExternalDataActionToMem.cpp │ ├── C_GetExternalDataActionToMem.hpp │ ├── C_IncCounterAction.cpp │ ├── C_IncCounterAction.hpp │ ├── C_IncVarAction.cpp │ ├── C_IncVarAction.hpp │ ├── C_InsertInMapAction.cpp │ ├── C_InsertInMapAction.hpp │ ├── C_InsertInMapActionFromMem.cpp │ ├── C_InsertInMapActionFromMem.hpp │ ├── C_InternalInitDoneAction.cpp │ ├── C_InternalInitDoneAction.hpp │ ├── C_LogAction.cpp │ ├── C_LogAction.hpp │ ├── C_OpenAction.cpp │ ├── C_OpenAction.hpp │ ├── C_ReStoreAction.cpp │ ├── C_ReStoreAction.hpp │ ├── C_SelectExternalDataLineAction.cpp │ ├── C_SelectExternalDataLineAction.hpp │ ├── C_SetBitAction.cpp │ ├── C_SetBitAction.hpp │ ├── C_SetNewSessionIdAction.cpp │ ├── C_SetNewSessionIdAction.hpp │ ├── C_SetValueAction.cpp │ ├── C_SetValueAction.hpp │ ├── C_SetValueActionMethodExtern.cpp │ ├── C_SetValueActionMethodExtern.hpp │ ├── C_SetValueBitAction.cpp │ ├── C_SetValueBitAction.hpp │ ├── C_StartTimerAction.cpp │ ├── C_StartTimerAction.hpp │ ├── C_StopTimerAction.cpp │ ├── C_StopTimerAction.hpp │ ├── C_StoreAction.cpp │ ├── C_StoreAction.hpp │ ├── C_TransportOptionAction.cpp │ └── C_TransportOptionAction.hpp │ ├── common │ ├── C_RegExp.cpp │ ├── C_RegExp.hpp │ ├── Utils.hpp │ ├── dlfcn_t.hpp │ ├── exception_t.hpp │ ├── fstream_t.hpp │ ├── integer_t.cpp │ ├── integer_t.hpp │ ├── iostream_t.hpp │ ├── list_t.hpp │ ├── map_t.hpp │ ├── select_t.hpp │ ├── set_t.hpp │ ├── ssl_t.hpp │ ├── sstream_t.hpp │ ├── stack_tt.hpp │ ├── string_t.hpp │ ├── types_t.hpp │ └── vector_t.hpp │ ├── data-log │ ├── C_DataLogControl.cpp │ ├── C_DataLogControl.hpp │ ├── C_DataLogRTDistrib.cpp │ ├── C_DataLogRTDistrib.hpp │ ├── C_LogValue.cpp │ └── C_LogValue.hpp │ ├── exe-env │ ├── diameter-env │ │ ├── config │ │ │ ├── base_cc.xml │ │ │ ├── base_cx.xml │ │ │ ├── base_draft08.xml │ │ │ ├── base_rf.xml │ │ │ ├── base_ro.xml │ │ │ ├── base_ro_3gpp.xml │ │ │ ├── base_sh.xml │ │ │ ├── conf.client-tls-no-secure.xml │ │ │ ├── conf.client-tls.xml │ │ │ ├── conf.client.xml │ │ │ ├── conf.server-tls-no-secure.xml │ │ │ ├── conf.server-tls.xml │ │ │ └── conf.server.xml │ │ ├── run │ │ │ ├── start_client.ksh │ │ │ ├── start_client_cc.ksh │ │ │ ├── start_client_sh.ksh │ │ │ ├── start_client_tls.ksh │ │ │ ├── start_client_tls_no_secure.ksh │ │ │ ├── start_server.ksh │ │ │ ├── start_server_cc.ksh │ │ │ ├── start_server_sh.ksh │ │ │ ├── start_server_tls.ksh │ │ │ └── start_server_tls_no_secure.ksh │ │ └── scenario │ │ │ ├── ccr-cca.client.xml │ │ │ ├── ccr-cca.ro.client.xml │ │ │ ├── ccr-cca.server.xml │ │ │ ├── sar-saa.client-tls-no-secure.xml │ │ │ ├── sar-saa.client.xml │ │ │ ├── sar-saa.server-tls-no-secure.xml │ │ │ ├── sar-saa.server.xml │ │ │ ├── udr-uda.client.xml │ │ │ └── udr-uda.server.xml │ ├── h248-env │ │ ├── config │ │ │ ├── conf.client.xml │ │ │ ├── conf.server.xml │ │ │ └── h248-dictionary.xml │ │ ├── run │ │ │ ├── start_client.ksh │ │ │ └── start_server.ksh │ │ └── scenario │ │ │ ├── client.xml │ │ │ ├── client_multi_tid.xml │ │ │ └── server.xml │ ├── http-env │ │ ├── config │ │ │ ├── conf.client.xml │ │ │ ├── conf.server.xml │ │ │ └── http-dictionary.xml │ │ ├── run │ │ │ ├── start_client.ksh │ │ │ └── start_server.ksh │ │ └── scenario │ │ │ ├── client.xml │ │ │ └── server.xml │ ├── msrp-env │ │ ├── config │ │ │ ├── conf.client.xml │ │ │ ├── conf.server.xml │ │ │ └── msrp-dictionnary.xml │ │ ├── run │ │ │ ├── start_client.ksh │ │ │ └── start_server.ksh │ │ └── scenario │ │ │ ├── client.xml │ │ │ └── server.xml │ ├── octcap-env │ │ ├── config │ │ │ ├── conf.client-ansi.xml │ │ │ ├── conf.client-itu.xml │ │ │ ├── conf.server-ansi.xml │ │ │ ├── conf.server-itu.xml │ │ │ ├── octcap-ansi-dictionnary.xml │ │ │ └── octcap-itu-dictionnary.xml │ │ ├── run │ │ │ ├── external_data.csv │ │ │ ├── start_client_ansi.ksh │ │ │ ├── start_client_itu.ksh │ │ │ ├── start_server_ansi.ksh │ │ │ └── start_server_itu.ksh │ │ └── scenario │ │ │ ├── client-ansi.xml │ │ │ ├── client-itu.xml │ │ │ ├── server-ansi.xml │ │ │ └── server-itu.xml │ ├── radius-env │ │ ├── config │ │ │ ├── conf.client.xml │ │ │ ├── conf.server.xml │ │ │ └── radius-accounting.xml │ │ ├── run │ │ │ ├── start_client.ksh │ │ │ └── start_server.ksh │ │ └── scenario │ │ │ ├── external_client_data.csv │ │ │ ├── external_server_data.csv │ │ │ ├── radius-accounting.client.xml │ │ │ └── radius-accounting.server.xml │ ├── sip-env │ │ ├── config │ │ │ ├── conf.client.corr.xml │ │ │ ├── conf.client.param.xml │ │ │ ├── conf.client.xml │ │ │ ├── conf.server.corr.1.xml │ │ │ ├── conf.server.corr.2.xml │ │ │ ├── conf.server.xml │ │ │ └── sip-dictionnary.xml │ │ ├── run │ │ │ ├── external_data_client.csv │ │ │ ├── start_client_corr.ksh │ │ │ ├── start_client_test.ksh │ │ │ ├── start_client_test.param.ksh │ │ │ ├── start_server_corr_1.ksh │ │ │ ├── start_server_corr_2.ksh │ │ │ └── start_server_test.ksh │ │ └── scenario │ │ │ ├── client.param.xml │ │ │ ├── client.xml │ │ │ ├── client_corr.xml │ │ │ ├── server.xml │ │ │ ├── server_corr_1.xml │ │ │ └── server_corr_2.xml │ ├── synchro-env │ │ ├── config │ │ │ ├── conf.client.xml │ │ │ ├── conf.server.xml │ │ │ └── synchro-dictionnary.xml │ │ ├── run │ │ │ ├── start_client.ksh │ │ │ └── start_server.ksh │ │ └── scenario │ │ │ ├── client.xml │ │ │ └── server.xml │ └── xcap-env │ │ ├── config │ │ ├── conf.client.xml │ │ ├── conf.server.xml │ │ └── xcap-dictionnary.xml │ │ ├── run │ │ ├── start_client.ksh │ │ └── start_server.ksh │ │ └── scenario │ │ ├── client.xml │ │ └── server.xml │ ├── external-data │ ├── C_ExternalDataControl.cpp │ ├── C_ExternalDataControl.hpp │ ├── C_RandomExtDataCtrl.cpp │ ├── C_RandomExtDataCtrl.hpp │ ├── C_SequentialExtDataCtrl.cpp │ └── C_SequentialExtDataCtrl.hpp │ ├── filter-frame │ └── FilterFrame.hpp │ ├── gen-project.ksh │ ├── generator-common │ ├── BufferUtils.cpp │ ├── BufferUtils.hpp │ ├── C_IdGenerator.cpp │ ├── C_IdGenerator.hpp │ ├── C_MultiList.cpp │ ├── C_MultiList.hpp │ ├── C_Mutex.cpp │ ├── C_Mutex.hpp │ ├── C_Semaphore.cpp │ ├── C_Semaphore.hpp │ ├── C_SemaphoreTimed.cpp │ ├── C_SemaphoreTimed.hpp │ ├── ExternalMethodDef.cpp │ ├── ExternalMethodDef.hpp │ ├── MutexImpl.h │ ├── SemaphoreImpl.h │ ├── TextUtils.cpp │ ├── TextUtils.hpp │ ├── TimeUtils.cpp │ └── TimeUtils.hpp │ ├── generator-control │ ├── C_RemoteControl.cpp │ ├── C_RemoteControl.hpp │ └── remote-ctrl.xml │ ├── generator-core │ ├── C_CommandLine.cpp │ ├── C_CommandLine.hpp │ ├── C_DisplayControl.cpp │ ├── C_DisplayControl.hpp │ ├── C_DisplayObject.hpp │ ├── C_Generator.cpp │ ├── C_Generator.hpp │ ├── C_GeneratorConfig.cpp │ ├── C_GeneratorConfig.hpp │ ├── C_KeyboardControl.cpp │ ├── C_KeyboardControl.hpp │ ├── C_LogProtocolStatControl.cpp │ ├── C_LogProtocolStatControl.hpp │ ├── C_LogStatControl.cpp │ ├── C_LogStatControl.hpp │ ├── C_TaskControl.cpp │ ├── C_TaskControl.hpp │ ├── GeneratorDefaults.h │ ├── GeneratorError.h │ ├── GeneratorTrace.cpp │ ├── GeneratorTrace.hpp │ ├── GeneratorXmlData.hpp │ ├── cmd_line_t.cpp │ ├── cmd_line_t.hpp │ ├── gen_operation_t.hpp │ └── main.cpp │ ├── generator-ext-AgnerLib │ ├── mersenne.cpp │ ├── randomc.h │ ├── stoc1.cpp │ └── stocc.h │ ├── generator-model │ ├── C_ChannelControl.cpp │ ├── C_ChannelControl.hpp │ ├── C_ProtocolControl.cpp │ ├── C_ProtocolControl.hpp │ ├── C_TransportControl.cpp │ └── C_TransportControl.hpp │ ├── generator-scenario │ ├── C_Scenario.cpp │ ├── C_Scenario.hpp │ ├── C_ScenarioControl.cpp │ ├── C_ScenarioControl.hpp │ └── exe_code_t.h │ ├── generator-stats │ ├── C_DisplayHelp.cpp │ ├── C_DisplayHelp.hpp │ ├── C_DisplayRTime.cpp │ ├── C_DisplayRTime.hpp │ ├── C_DisplayTraffic.cpp │ ├── C_DisplayTraffic.hpp │ ├── C_GeneratorStats.cpp │ ├── C_GeneratorStats.hpp │ └── StatMacros.hpp │ ├── generator-traffic │ ├── C_CallContext.cpp │ ├── C_CallContext.hpp │ ├── C_CallControl.cpp │ ├── C_CallControl.hpp │ ├── C_ReadControl.cpp │ ├── C_ReadControl.hpp │ ├── C_TrafficDistribBestEffort.cpp │ ├── C_TrafficDistribBestEffort.hpp │ ├── C_TrafficDistribPoisson.cpp │ ├── C_TrafficDistribPoisson.hpp │ ├── C_TrafficDistribUniform.cpp │ ├── C_TrafficDistribUniform.hpp │ ├── C_TrafficModel.cpp │ ├── C_TrafficModel.hpp │ └── TrafficType.h │ ├── install.ksh │ ├── library-crypto │ ├── CryptExternalMethods.cpp │ ├── CryptExternalMethods.hpp │ ├── auth.c │ ├── milenage.c │ ├── milenage.h │ ├── rijndael.c │ └── rijndael.h │ ├── library-java-synchro │ ├── C_SynchroCmd.java │ ├── C_SynchroSemaphore.java │ ├── C_SynchroThread.java │ ├── E_SynchroLost.java │ ├── Makefile │ ├── README.txt │ ├── example │ │ ├── synchro_proxy_ip.java │ │ └── synchro_usage.java │ ├── start.ksh │ └── synchro_usage.java │ ├── library-parser-h248 │ ├── parser_h248.cpp │ └── parser_h248.hpp │ ├── library-parser-msrp │ ├── parser_msrp.cpp │ └── parser_msrp.hpp │ ├── library-parser-xml │ ├── parser.cpp │ └── parser.hpp │ ├── library-trans-extsctp │ ├── C_SocketSCTP.cpp │ ├── C_SocketSCTP.hpp │ ├── C_TransSCTP.cpp │ ├── C_TransSCTP.hpp │ └── socketSCTP_t.hpp │ ├── library-trans-ip │ ├── C_DataDecode.cpp │ ├── C_DataDecode.hpp │ ├── C_Socket.cpp │ ├── C_Socket.hpp │ ├── C_TransIP.cpp │ ├── C_TransIP.hpp │ ├── S_IpAddr.cpp │ ├── S_IpAddr.hpp │ └── socket_t.hpp │ ├── library-trans-octcap32 │ ├── C_TCAPCnxInfo.cpp │ ├── C_TCAPCnxInfo.hpp │ ├── C_TCAPMsgBuildContextANSI.cpp │ ├── C_TCAPMsgBuildContextANSI.hpp │ ├── C_TCAPMsgBuildContextFactoryANSI.cpp │ ├── C_TCAPMsgBuildContextFactoryANSI.hpp │ ├── C_TCAPMsgBuildContextFactoryITU.cpp │ ├── C_TCAPMsgBuildContextFactoryITU.hpp │ ├── C_TCAPMsgBuildContextFactoryNoFlavour.body │ ├── C_TCAPMsgBuildContextFactoryNoFlavour.header │ ├── C_TCAPMsgBuildContextITU.cpp │ ├── C_TCAPMsgBuildContextITU.hpp │ ├── C_TCAPMsgBuildContextNoFlavour.body │ ├── C_TCAPMsgBuildContextNoFlavour.header │ ├── C_TcapStack.cpp │ ├── C_TcapStack.hpp │ ├── C_TcapStackANSI.cpp │ ├── C_TcapStackANSI.hpp │ ├── C_TcapStackITU.cpp │ ├── C_TcapStackITU.hpp │ ├── C_TcapStackNoFlavour.body │ ├── C_TcapStackNoFlavour.header │ ├── C_TransOCTcap32.cpp │ ├── C_TransOCTcap32.hpp │ ├── create_itu_stack.hpp │ ├── create_tcap_ansi_stack.cpp │ ├── create_tcap_ansi_stack.hpp │ ├── create_tcap_itu_stack.cpp │ ├── create_tcap_itu_stack.hpp │ └── tcap_stack_t.hpp │ ├── library-trans-tls │ ├── C_SecureSocket.cpp │ ├── C_SecureSocket.hpp │ ├── C_TransIPTLS.cpp │ └── C_TransIPTLS.hpp │ ├── make-dep.ksh │ ├── packaging │ └── cygwin │ │ ├── seagull-logo-big.bmp │ │ ├── seagull.cygwin.iss │ │ ├── start_diameter_client.bat │ │ ├── start_diameter_server.bat │ │ ├── start_h248_client.bat │ │ ├── start_h248_server.bat │ │ ├── start_http_client.bat │ │ ├── start_http_server.bat │ │ ├── start_sip_client.bat │ │ ├── start_sip_server.bat │ │ ├── start_xcap_client.bat │ │ ├── start_xcap_server.bat │ │ └── startterm.bat │ ├── parser-frame │ └── ParserFrame.hpp │ ├── protocol-binary-body-not-interpreted │ ├── C_MessageBinaryBodyNotInterpreted.cpp │ ├── C_MessageBinaryBodyNotInterpreted.hpp │ ├── C_ProtocolBinaryBodyNotInterpreted.cpp │ └── C_ProtocolBinaryBodyNotInterpreted.hpp │ ├── protocol-binary-body-with-separator │ ├── C_MessageBinarySeparator.cpp │ ├── C_MessageBinarySeparator.hpp │ ├── C_ProtocolBinarySeparator.cpp │ └── C_ProtocolBinarySeparator.hpp │ ├── protocol-binary │ ├── C_MessageBinary.cpp │ ├── C_MessageBinary.hpp │ ├── C_ProtocolBinary.cpp │ └── C_ProtocolBinary.hpp │ ├── protocol-data │ ├── ProtocolData.cpp │ └── ProtocolData.hpp │ ├── protocol-external │ ├── C_MessageExternal.cpp │ ├── C_MessageExternal.hpp │ ├── C_ProtocolExternal.cpp │ └── C_ProtocolExternal.hpp │ ├── protocol-frame │ ├── C_ContextFrame.hpp │ ├── C_MessageFrame.hpp │ ├── C_MsgBuildContext.hpp │ ├── C_MsgBuildContextFactory.hpp │ ├── C_ProtocolBinaryFrame.hpp │ ├── C_ProtocolExternalFrame.hpp │ ├── C_ProtocolFrame.hpp │ ├── C_ProtocolStatsFrame.hpp │ ├── C_ProtocolTextFrame.hpp │ ├── ExternalMethod.h │ ├── ParamDefConfig.h │ ├── ProtocolDataType.hpp │ ├── ProtocolStats.hpp │ ├── message_check_t.h │ └── message_header_body_t.h │ ├── protocol-stats │ ├── C_ProtocolStats.cpp │ └── C_ProtocolStats.hpp │ ├── protocol-text │ ├── C_MessageText.cpp │ ├── C_MessageText.hpp │ ├── C_ProtocolText.cpp │ ├── C_ProtocolText.hpp │ └── TextDef.hpp │ ├── protocol-tlv │ ├── C_MessageTlv.cpp │ ├── C_MessageTlv.hpp │ ├── C_ProtocolContext.cpp │ ├── C_ProtocolContext.hpp │ ├── C_ProtocolTlv.cpp │ └── C_ProtocolTlv.hpp │ ├── scenario-stats │ ├── C_ScenarioStats.cpp │ └── C_ScenarioStats.hpp │ ├── stats-scripts │ ├── computestat.ksh │ ├── plotstat.ksh │ ├── startoctave_plot.ksh │ └── startoctave_stat.ksh │ ├── tool-csvextract │ └── csvextract.c │ ├── tool-csvsplit │ └── csvsplit.c │ ├── tool-ctrl │ ├── ctrl.pl │ └── scenario.txt │ ├── transport-frame │ ├── C_Transport.hpp │ ├── C_TransportEvent.hpp │ ├── ReceiveMsgContext.h │ └── T_ConfigValue.h │ └── xml-parser │ ├── C_XmlData.cpp │ ├── C_XmlData.hpp │ ├── C_XmlParser.cpp │ ├── C_XmlParser.hpp │ ├── xml_definition.l │ └── xml_definition.y └── trunk └── src ├── HISTORY.txt ├── INSTALL.txt ├── LICENSE.txt ├── Makefile-common.mk ├── Makefile-generic.mk ├── Makefile-project.mk ├── README.txt ├── build-ext-lib.conf ├── build-ext-lib.ksh ├── build.conf ├── build.ksh ├── clean-csv.ksh ├── clean-log.ksh ├── clean.ksh ├── command-actions ├── C_AddDefaultInCallMapAction.cpp ├── C_AddDefaultInCallMapAction.hpp ├── C_AddInCallMapAction.cpp ├── C_AddInCallMapAction.hpp ├── C_CheckAllMsgAction.cpp ├── C_CheckAllMsgAction.hpp ├── C_CheckOrderAction.cpp ├── C_CheckOrderAction.hpp ├── C_CheckPresenceAction.cpp ├── C_CheckPresenceAction.hpp ├── C_CheckValueAction.cpp ├── C_CheckValueAction.hpp ├── C_CloseAction.cpp ├── C_CloseAction.hpp ├── C_CommandAction.cpp ├── C_CommandAction.hpp ├── C_CommandActionFactory.cpp ├── C_CommandActionFactory.hpp ├── C_GetExternalDataAction.cpp ├── C_GetExternalDataAction.hpp ├── C_GetExternalDataActionToMem.cpp ├── C_GetExternalDataActionToMem.hpp ├── C_IncCounterAction.cpp ├── C_IncCounterAction.hpp ├── C_IncVarAction.cpp ├── C_IncVarAction.hpp ├── C_InsertInMapAction.cpp ├── C_InsertInMapAction.hpp ├── C_InsertInMapActionFromMem.cpp ├── C_InsertInMapActionFromMem.hpp ├── C_InternalInitDoneAction.cpp ├── C_InternalInitDoneAction.hpp ├── C_LogAction.cpp ├── C_LogAction.hpp ├── C_OpenAction.cpp ├── C_OpenAction.hpp ├── C_ReStoreAction.cpp ├── C_ReStoreAction.hpp ├── C_SelectExternalDataLineAction.cpp ├── C_SelectExternalDataLineAction.hpp ├── C_SetBitAction.cpp ├── C_SetBitAction.hpp ├── C_SetNewSessionIdAction.cpp ├── C_SetNewSessionIdAction.hpp ├── C_SetValueAction.cpp ├── C_SetValueAction.hpp ├── C_SetValueActionMethodExtern.cpp ├── C_SetValueActionMethodExtern.hpp ├── C_SetValueBitAction.cpp ├── C_SetValueBitAction.hpp ├── C_StartTimerAction.cpp ├── C_StartTimerAction.hpp ├── C_StopTimerAction.cpp ├── C_StopTimerAction.hpp ├── C_StoreAction.cpp ├── C_StoreAction.hpp ├── C_TransportOptionAction.cpp └── C_TransportOptionAction.hpp ├── common ├── C_RegExp.cpp ├── C_RegExp.hpp ├── Utils.hpp ├── dlfcn_t.hpp ├── exception_t.hpp ├── fstream_t.hpp ├── integer_t.cpp ├── integer_t.hpp ├── iostream_t.hpp ├── list_t.hpp ├── map_t.hpp ├── select_t.hpp ├── set_t.hpp ├── ssl_t.hpp ├── sstream_t.hpp ├── stack_tt.hpp ├── string_t.hpp ├── types_t.hpp └── vector_t.hpp ├── data-log ├── C_DataLogControl.cpp ├── C_DataLogControl.hpp ├── C_DataLogRTDistrib.cpp ├── C_DataLogRTDistrib.hpp ├── C_LogValue.cpp └── C_LogValue.hpp ├── exe-env ├── diameter-env │ ├── config │ │ ├── base_cc.xml │ │ ├── base_cx.xml │ │ ├── base_draft08.xml │ │ ├── base_rf.xml │ │ ├── base_ro.xml │ │ ├── base_ro_3gpp.xml │ │ ├── base_s6a.xml │ │ ├── base_sh.xml │ │ ├── conf.client-tls-no-secure.xml │ │ ├── conf.client-tls.xml │ │ ├── conf.client.xml │ │ ├── conf.server-tls-no-secure.xml │ │ ├── conf.server-tls.xml │ │ └── conf.server.xml │ ├── run │ │ ├── start_client.ksh │ │ ├── start_client_cc.ksh │ │ ├── start_client_s6a.ksh │ │ ├── start_client_sh.ksh │ │ ├── start_client_tls.ksh │ │ ├── start_client_tls_no_secure.ksh │ │ ├── start_server.ksh │ │ ├── start_server_cc.ksh │ │ ├── start_server_s6a.ksh │ │ ├── start_server_sh.ksh │ │ ├── start_server_tls.ksh │ │ └── start_server_tls_no_secure.ksh │ └── scenario │ │ ├── ccr-cca.client.xml │ │ ├── ccr-cca.ro.client.xml │ │ ├── ccr-cca.server.xml │ │ ├── sar-saa.client-tls-no-secure.xml │ │ ├── sar-saa.client.xml │ │ ├── sar-saa.server-tls-no-secure.xml │ │ ├── sar-saa.server.xml │ │ ├── udr-uda.client.xml │ │ ├── udr-uda.server.xml │ │ ├── ulr-ula.client.xml │ │ └── ulr-ula.server.xml ├── h248-env │ ├── config │ │ ├── conf.client.xml │ │ ├── conf.server.xml │ │ └── h248-dictionary.xml │ ├── run │ │ ├── start_client.ksh │ │ └── start_server.ksh │ └── scenario │ │ ├── client.xml │ │ ├── client_multi_tid.xml │ │ └── server.xml ├── http-env │ ├── config │ │ ├── conf.client.xml │ │ ├── conf.server.xml │ │ └── http-dictionary.xml │ ├── run │ │ ├── start_client.ksh │ │ └── start_server.ksh │ └── scenario │ │ ├── client.xml │ │ └── server.xml ├── msrp-env │ ├── config │ │ ├── conf.client.xml │ │ ├── conf.server.xml │ │ └── msrp-dictionnary.xml │ ├── run │ │ ├── start_client.ksh │ │ └── start_server.ksh │ └── scenario │ │ ├── client.xml │ │ └── server.xml ├── octcap-env │ ├── config │ │ ├── conf.client-ansi.xml │ │ ├── conf.client-itu.xml │ │ ├── conf.server-ansi.xml │ │ ├── conf.server-itu.xml │ │ ├── octcap-ansi-dictionnary.xml │ │ └── octcap-itu-dictionnary.xml │ ├── run │ │ ├── external_data.csv │ │ ├── start_client_ansi.ksh │ │ ├── start_client_itu.ksh │ │ ├── start_server_ansi.ksh │ │ └── start_server_itu.ksh │ └── scenario │ │ ├── client-ansi.xml │ │ ├── client-itu.xml │ │ ├── server-ansi.xml │ │ └── server-itu.xml ├── radius-env │ ├── config │ │ ├── conf.client.xml │ │ ├── conf.server.xml │ │ └── radius-accounting.xml │ ├── run │ │ ├── start_client.ksh │ │ └── start_server.ksh │ └── scenario │ │ ├── external_client_data.csv │ │ ├── external_server_data.csv │ │ ├── radius-accounting.client.xml │ │ └── radius-accounting.server.xml ├── sip-env │ ├── config │ │ ├── conf.client.corr.xml │ │ ├── conf.client.param.xml │ │ ├── conf.client.xml │ │ ├── conf.server.corr.1.xml │ │ ├── conf.server.corr.2.xml │ │ ├── conf.server.xml │ │ └── sip-dictionnary.xml │ ├── run │ │ ├── external_data_client.csv │ │ ├── start_client_corr.ksh │ │ ├── start_client_test.ksh │ │ ├── start_client_test.param.ksh │ │ ├── start_server_corr_1.ksh │ │ ├── start_server_corr_2.ksh │ │ └── start_server_test.ksh │ └── scenario │ │ ├── client.param.xml │ │ ├── client.xml │ │ ├── client_corr.xml │ │ ├── server.xml │ │ ├── server_corr_1.xml │ │ └── server_corr_2.xml ├── synchro-env │ ├── config │ │ ├── conf.client.xml │ │ ├── conf.server.xml │ │ └── synchro-dictionnary.xml │ ├── run │ │ ├── start_client.ksh │ │ └── start_server.ksh │ └── scenario │ │ ├── client.xml │ │ └── server.xml └── xcap-env │ ├── config │ ├── conf.client.xml │ ├── conf.server.xml │ └── xcap-dictionnary.xml │ ├── run │ ├── start_client.ksh │ └── start_server.ksh │ └── scenario │ ├── client.xml │ └── server.xml ├── external-data ├── C_ExternalDataControl.cpp ├── C_ExternalDataControl.hpp ├── C_RandomExtDataCtrl.cpp ├── C_RandomExtDataCtrl.hpp ├── C_SequentialExtDataCtrl.cpp └── C_SequentialExtDataCtrl.hpp ├── filter-frame └── FilterFrame.hpp ├── gen-project.ksh ├── generator-common ├── BufferUtils.cpp ├── BufferUtils.hpp ├── C_IdGenerator.cpp ├── C_IdGenerator.hpp ├── C_MultiList.cpp ├── C_MultiList.hpp ├── C_Mutex.cpp ├── C_Mutex.hpp ├── C_Semaphore.cpp ├── C_Semaphore.hpp ├── C_SemaphoreTimed.cpp ├── C_SemaphoreTimed.hpp ├── ExternalMethodDef.cpp ├── ExternalMethodDef.hpp ├── MutexImpl.h ├── SemaphoreImpl.h ├── TextUtils.cpp ├── TextUtils.hpp ├── TimeUtils.cpp └── TimeUtils.hpp ├── generator-control ├── C_RemoteControl.cpp ├── C_RemoteControl.hpp └── remote-ctrl.xml ├── generator-core ├── C_CommandLine.cpp ├── C_CommandLine.hpp ├── C_DisplayControl.cpp ├── C_DisplayControl.hpp ├── C_DisplayObject.hpp ├── C_Generator.cpp ├── C_Generator.hpp ├── C_GeneratorConfig.cpp ├── C_GeneratorConfig.hpp ├── C_KeyboardControl.cpp ├── C_KeyboardControl.hpp ├── C_LogProtocolStatControl.cpp ├── C_LogProtocolStatControl.hpp ├── C_LogStatControl.cpp ├── C_LogStatControl.hpp ├── C_ResponseTimeLog.cpp ├── C_ResponseTimeLog.hpp ├── C_TaskControl.cpp ├── C_TaskControl.hpp ├── GeneratorDefaults.h ├── GeneratorError.h ├── GeneratorTrace.cpp ├── GeneratorTrace.hpp ├── GeneratorXmlData.hpp ├── cmd_line_t.cpp ├── cmd_line_t.hpp ├── gen_operation_t.hpp └── main.cpp ├── generator-ext-AgnerLib ├── mersenne.cpp ├── randomc.h ├── stoc1.cpp └── stocc.h ├── generator-model ├── C_ChannelControl.cpp ├── C_ChannelControl.hpp ├── C_ProtocolControl.cpp ├── C_ProtocolControl.hpp ├── C_TransportControl.cpp └── C_TransportControl.hpp ├── generator-scenario ├── C_Scenario.cpp ├── C_Scenario.hpp ├── C_ScenarioControl.cpp ├── C_ScenarioControl.hpp └── exe_code_t.h ├── generator-stats ├── C_DisplayHelp.cpp ├── C_DisplayHelp.hpp ├── C_DisplayRTime.cpp ├── C_DisplayRTime.hpp ├── C_DisplayTraffic.cpp ├── C_DisplayTraffic.hpp ├── C_GeneratorStats.cpp ├── C_GeneratorStats.hpp └── StatMacros.hpp ├── generator-traffic ├── C_CallContext.cpp ├── C_CallContext.hpp ├── C_CallControl.cpp ├── C_CallControl.hpp ├── C_ReadControl.cpp ├── C_ReadControl.hpp ├── C_TrafficDistribBestEffort.cpp ├── C_TrafficDistribBestEffort.hpp ├── C_TrafficDistribPoisson.cpp ├── C_TrafficDistribPoisson.hpp ├── C_TrafficDistribUniform.cpp ├── C_TrafficDistribUniform.hpp ├── C_TrafficModel.cpp ├── C_TrafficModel.hpp └── TrafficType.h ├── install.ksh ├── library-crypto ├── CryptExternalMethods.cpp ├── CryptExternalMethods.hpp ├── auth.c ├── milenage.c ├── milenage.h ├── rijndael.c └── rijndael.h ├── library-general-methods ├── generic_methods.cpp └── generic_methods.hpp ├── library-java-synchro ├── C_SynchroCmd.java ├── C_SynchroSemaphore.java ├── C_SynchroThread.java ├── E_SynchroLost.java ├── Makefile ├── README.txt ├── example │ ├── synchro_proxy_ip.java │ └── synchro_usage.java ├── start.ksh └── synchro_usage.java ├── library-parser-h248 ├── parser_h248.cpp └── parser_h248.hpp ├── library-parser-msrp ├── parser_msrp.cpp └── parser_msrp.hpp ├── library-parser-xml ├── parser.cpp └── parser.hpp ├── library-trans-extsctp ├── C_SocketSCTP.cpp ├── C_SocketSCTP.hpp ├── C_TransSCTP.cpp ├── C_TransSCTP.hpp └── socketSCTP_t.hpp ├── library-trans-ip ├── C_DataDecode.cpp ├── C_DataDecode.hpp ├── C_Socket.cpp ├── C_Socket.hpp ├── C_TransIP.cpp ├── C_TransIP.hpp ├── S_IpAddr.cpp ├── S_IpAddr.hpp └── socket_t.hpp ├── library-trans-octcap32 ├── C_TCAPCnxInfo.cpp ├── C_TCAPCnxInfo.hpp ├── C_TCAPMsgBuildContextANSI.cpp ├── C_TCAPMsgBuildContextANSI.hpp ├── C_TCAPMsgBuildContextFactoryANSI.cpp ├── C_TCAPMsgBuildContextFactoryANSI.hpp ├── C_TCAPMsgBuildContextFactoryITU.cpp ├── C_TCAPMsgBuildContextFactoryITU.hpp ├── C_TCAPMsgBuildContextFactoryNoFlavour.body ├── C_TCAPMsgBuildContextFactoryNoFlavour.header ├── C_TCAPMsgBuildContextITU.cpp ├── C_TCAPMsgBuildContextITU.hpp ├── C_TCAPMsgBuildContextNoFlavour.body ├── C_TCAPMsgBuildContextNoFlavour.header ├── C_TcapStack.cpp ├── C_TcapStack.hpp ├── C_TcapStackANSI.cpp ├── C_TcapStackANSI.hpp ├── C_TcapStackITU.cpp ├── C_TcapStackITU.hpp ├── C_TcapStackNoFlavour.body ├── C_TcapStackNoFlavour.header ├── C_TransOCTcap32.cpp ├── C_TransOCTcap32.hpp ├── create_itu_stack.hpp ├── create_tcap_ansi_stack.cpp ├── create_tcap_ansi_stack.hpp ├── create_tcap_itu_stack.cpp ├── create_tcap_itu_stack.hpp └── tcap_stack_t.hpp ├── library-trans-tls ├── C_SecureSocket.cpp ├── C_SecureSocket.hpp ├── C_TransIPTLS.cpp └── C_TransIPTLS.hpp ├── make-dep.ksh ├── packaging └── cygwin │ ├── seagull-logo-big.bmp │ ├── seagull.cygwin.iss │ ├── start_diameter_client.bat │ ├── start_diameter_server.bat │ ├── start_h248_client.bat │ ├── start_h248_server.bat │ ├── start_http_client.bat │ ├── start_http_server.bat │ ├── start_sip_client.bat │ ├── start_sip_server.bat │ ├── start_xcap_client.bat │ ├── start_xcap_server.bat │ └── startterm.bat ├── parser-frame └── ParserFrame.hpp ├── protocol-binary-body-not-interpreted ├── C_MessageBinaryBodyNotInterpreted.cpp ├── C_MessageBinaryBodyNotInterpreted.hpp ├── C_ProtocolBinaryBodyNotInterpreted.cpp └── C_ProtocolBinaryBodyNotInterpreted.hpp ├── protocol-binary-body-with-separator ├── C_MessageBinarySeparator.cpp ├── C_MessageBinarySeparator.hpp ├── C_ProtocolBinarySeparator.cpp └── C_ProtocolBinarySeparator.hpp ├── protocol-binary ├── C_MessageBinary.cpp ├── C_MessageBinary.hpp ├── C_ProtocolBinary.cpp └── C_ProtocolBinary.hpp ├── protocol-data ├── ProtocolData.cpp └── ProtocolData.hpp ├── protocol-external ├── C_MessageExternal.cpp ├── C_MessageExternal.hpp ├── C_ProtocolExternal.cpp └── C_ProtocolExternal.hpp ├── protocol-frame ├── C_ContextFrame.hpp ├── C_MessageFrame.hpp ├── C_MsgBuildContext.hpp ├── C_MsgBuildContextFactory.hpp ├── C_ProtocolBinaryFrame.hpp ├── C_ProtocolExternalFrame.hpp ├── C_ProtocolFrame.hpp ├── C_ProtocolStatsFrame.hpp ├── C_ProtocolTextFrame.hpp ├── ExternalMethod.h ├── ParamDefConfig.h ├── ProtocolDataType.hpp ├── ProtocolStats.hpp ├── message_check_t.h └── message_header_body_t.h ├── protocol-stats ├── C_ProtocolStats.cpp └── C_ProtocolStats.hpp ├── protocol-text ├── C_MessageText.cpp ├── C_MessageText.hpp ├── C_ProtocolText.cpp ├── C_ProtocolText.hpp └── TextDef.hpp ├── protocol-tlv ├── C_MessageTlv.cpp ├── C_MessageTlv.hpp ├── C_ProtocolContext.cpp ├── C_ProtocolContext.hpp ├── C_ProtocolTlv.cpp └── C_ProtocolTlv.hpp ├── scenario-stats ├── C_ScenarioStats.cpp └── C_ScenarioStats.hpp ├── stats-scripts ├── computestat.ksh ├── plotstat.ksh ├── startoctave_plot.ksh └── startoctave_stat.ksh ├── tool-csvextract └── csvextract.c ├── tool-csvsplit └── csvsplit.c ├── tool-ctrl ├── ctrl.pl └── scenario.txt ├── transport-frame ├── C_Transport.hpp ├── C_TransportEvent.hpp ├── ReceiveMsgContext.h └── T_ConfigValue.h └── xml-parser ├── C_XmlData.cpp ├── C_XmlData.hpp ├── C_XmlParser.cpp ├── C_XmlParser.hpp ├── xml_definition.l └── xml_definition.y /.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled Object files 2 | *.slo 3 | *.lo 4 | *.o 5 | *.obj 6 | 7 | # Precompiled Headers 8 | *.gch 9 | *.pch 10 | 11 | # Compiled Dynamic libraries 12 | *.so 13 | *.dylib 14 | *.dll 15 | 16 | # Fortran module files 17 | *.mod 18 | 19 | # Compiled Static libraries 20 | *.lai 21 | *.la 22 | *.a 23 | *.lib 24 | 25 | # Executables 26 | *.exe 27 | *.out 28 | *.app 29 | 30 | 31 | tmp/ 32 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: cpp 2 | 3 | addons: 4 | apt: 5 | packages: 6 | - build-essential 7 | - curl 8 | - libglib2.0-dev 9 | - ksh 10 | - bison 11 | - flex 12 | 13 | install: 14 | - curl --create-dirs -o seagull/trunk/src/external-lib-src/sctplib-1.0.15.tar.gz http://www.sctp.de/download/sctplib-1.0.15.tar.gz 15 | - curl --create-dirs -o seagull/trunk/src/external-lib-src/socketapi-2.2.8.tar.gz http://www.sctp.de/download/socketapi-2.2.8.tar.gz 16 | - curl --create-dirs -o seagull/trunk/src/external-lib-src/openssl-1.0.2e.tar.gz https://www.openssl.org/source/openssl-1.0.2e.tar.gz 17 | 18 | script: 19 | - cd seagull/trunk/src 20 | - ksh build-ext-lib.ksh 21 | - ksh build.ksh -target clean 22 | - ksh build.ksh -target all 23 | -------------------------------------------------------------------------------- /CONTRIBUTING.rst: -------------------------------------------------------------------------------- 1 | How to Contribute 2 | ================= 3 | 4 | This project has been receiving PRs and issue reports from people that have 5 | made positive changes. These changes have been merged at a really slow pace. 6 | Efforts are made to merge changes in a timely manner but it's not always 7 | possible, primarily due to these reasons: 8 | 9 | * The primary reason to create this repo was to get Seagull to build for my day job 10 | * I am not using Seagull in my day job anymore 11 | 12 | If you use Seagull regularly and are affected by the slow pace of handling 13 | issues and PRs, contact me on Twitter (@aikchar) to add you as a contributor. 14 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/README.txt: -------------------------------------------------------------------------------- 1 | This is the base documentation directory. 2 | 3 | skinconf.xml # This file customizes Forrest for your project. In it, you 4 | # tell forrest the project name, logo, copyright info, etc 5 | 6 | sitemap.xmap # Optional. This sitemap is consulted before all core sitemaps. 7 | # See http://forrest.apache.org/docs/project-sitemap.html 8 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/build/tmp/build-info.xml: -------------------------------------------------------------------------------- 1 | 2 | pelt 3 | common 4 | 0.8-dev 5 | 6 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/content/doc/WP_Seagull_Open_Source_tool_for_IMS_testing.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/content/doc/WP_Seagull_Open_Source_tool_for_IMS_testing.pdf -------------------------------------------------------------------------------- /doc/trunk/src/documentation/content/doc/conf.client.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 11 | 14 | 15 | 17 | 18 | 19 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/content/doc/conf.server.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 11 | 14 | 15 | 17 | 18 | 19 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/content/doc/seagull_01.flv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/content/doc/seagull_01.flv -------------------------------------------------------------------------------- /doc/trunk/src/documentation/content/doc/seagull_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/content/doc/seagull_01.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/content/xdocs/doc/fig1.aart: -------------------------------------------------------------------------------- 1 | /usr/local/share/diamgen 2 | +--- config 3 | | base_cx.xml 4 | | conf.client.xml 5 | | conf.server.xml 6 | +--- doc 7 | | diamgen-faq.pdf 8 | | diamgen-refdoc.pdf 9 | +--- run 10 | | start_client.ksh 11 | | start_server.ksh 12 | +--- scenario 13 | sar-saa.client.xml 14 | sar-saa.server.xml 15 | 16 | /usr/local/bin 17 | diamgen 18 | computestat.ksh 19 | plotstat.ksh 20 | startoctave_plot.ksh 21 | startoctave_stat.ksh 22 | csvextract 23 | csvsplit 24 | 25 | 26 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/content/xdocs/doc/fig2.aart: -------------------------------------------------------------------------------- 1 | 2 | Client Server 3 | | CER | Init_phase 4 | |------------>| 5 | | CEA | 6 | |<------------| 7 | | | 8 | | SAR | Traffic_phase 9 | |------------>| 10 | | SAA | 11 | |<------------| 12 | | SAR | 13 | |------------>| 14 | | SAA | 15 | |<------------| 16 | | _. . . | 17 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/content/xdocs/doc/http.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | Seagull - HTTP protocol 6 |
7 | 8 |
9 | Getting started with XXX 10 |
11 | First try 12 |
13 |
14 | First try explained 15 |
16 |
17 |
18 | Generic configuration 19 |

The generic configuration file describes the network environment 20 | as well as traffic parameters.

21 |
22 |
23 | XXXXX dictionary 24 |
25 |
26 | Actions in scenario commands for XXXX 27 |
28 | 29 |
30 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/content/xdocs/doc/rawbinary.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | Seagull - Raw binary protocol 6 |
7 | 8 |
9 | Getting started with raw binary 10 |
11 | First try 12 |
13 |
14 | First try explained 15 |
16 |
17 |
18 | Generic configuration 19 |

The generic configuration file describes the network environment 20 | as well as traffic parameters.

21 |
22 |
23 | XXXXX dictionary 24 |
25 |
26 | Actions in scenario commands for XXXX 27 |
28 | 29 |
30 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/content/xdocs/download/index.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | Download Seagull 6 |
7 | 8 |
9 | Stable release 10 |

Download the latest stable release: from this link.

11 |
12 |
13 | Developer release 14 |

Download the latest developer version: from this link.

15 |
16 | 17 |
-------------------------------------------------------------------------------- /doc/trunk/src/documentation/content/xdocs/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/content/xdocs/images/icon.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/content/xdocs/test.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |

4 | 5 | 6 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/Explication-uid-pid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/Explication-uid-pid.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/TCAP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/TCAP.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/atoslogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/atoslogo.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/best_100cs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/best_100cs.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/best_10cs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/best_10cs.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/best_1cs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/best_1cs.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/branch.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/branch.PNG -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/callrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/callrate.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/channels.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/channels.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/cometlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/cometlogo.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/conf_files.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/conf_files.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/conffiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/conffiles.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/conffilesdcc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/conffilesdcc.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/conffilesmbi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/conffilesmbi.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/data-log-rtdistrib-example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/data-log-rtdistrib-example.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/dcc_scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/dcc_scenario.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/dev_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/dev_01.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/dlg-portion-storage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/dlg-portion-storage.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/external_data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/external_data.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/hplogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/hplogo.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/mbi_scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/mbi_scenario.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/pdf.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/plotstat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/plotstat.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/poisson_100cs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/poisson_100cs.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/poisson_10cs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/poisson_10cs.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/poisson_1cs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/poisson_1cs.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/remote_ctrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/remote_ctrl.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/remote_ctrl_scen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/remote_ctrl_scen.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/sar-saa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/sar-saa.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/seagull_1000000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/seagull_1000000.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/seagull_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/seagull_logo.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/seagull_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/seagull_logo.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/seagull_principle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/seagull_principle.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/seagull_principle_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/seagull_principle_small.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/snap_diameter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/snap_diameter.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/snap_h248.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/snap_h248.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/snap_xcap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/snap_xcap.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/startstoptimer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/startstoptimer.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/startstoptimertcap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/startstoptimertcap.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/statistics.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/synchro_scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/synchro_scenario.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/tcap_scenario.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/tcap_scenario.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/uniform_100cs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/uniform_100cs.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/uniform_10cs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/uniform_10cs.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/images/uniform_1cs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/resources/images/uniform_1cs.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/resources/schema/symbols-project-v10.ent: -------------------------------------------------------------------------------- 1 | 7 | 8 | My Project Name"> 9 | 10 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/README.txt: -------------------------------------------------------------------------------- 1 | The images in this directory are used if the current skin lacks them. 2 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/add.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/add.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/built-with-forrest-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/built-with-forrest-button.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/external-link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/external-link.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/fix.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/fix.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/forrest-credit-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/forrest-credit-logo.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/hack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/hack.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/pdfdoc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/pdfdoc.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/poddoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/poddoc.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/printer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/printer.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/remove.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/remove.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/rss.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/spacer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/spacer.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/txtdoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/txtdoc.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/update.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/update.jpg -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/valid-html401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/valid-html401.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/vcss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/vcss.png -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/images/xmldoc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/images/xmldoc.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/scripts/LICENSE-prototype.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2005 Sam Stephenson 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy 4 | of this software and associated documentation files (the "Software"), to deal 5 | in the Software without restriction, including without limitation the rights 6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 7 | copies of the Software, and to permit persons to whom the Software is 8 | furnished to do so, subject to the following conditions: 9 | 10 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 11 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 12 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 13 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 14 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 15 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 | SOFTWARE. 17 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/translations/CommonMessages_de.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/translations/CommonMessages_de.xml -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/translations/CommonMessages_en_US.xml: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | Font size: 20 | Last Published: 21 | Search 22 | Search site with 23 | 24 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/translations/CommonMessages_es.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/translations/CommonMessages_es.xml -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/common/translations/CommonMessages_fr.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/common/translations/CommonMessages_fr.xml -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/README.txt: -------------------------------------------------------------------------------- 1 | The base for this skin is http://style.tigris.org/ 2 | 3 | Got style-1.1.zip from http://style.tigris.org/servlets/ProjectDocumentList 4 | Which provides: 5 | images/*.gif ... we added a few of our own icons (pdfdoc, printer, xmldoc). 6 | css/*.css ... we added forrest.css.xslt and quirks.css (not sure where 7 | the quirks.css came from - it is not in the tigris dist). 8 | 9 | We made some changes to the CSS (evidently these should go into 10 | the inst.css - but not sure how) ... 11 | 12 | tigris.css 13 | added: img { border: 0; } 14 | changed: for each image url(), removed the "../" 15 | changed: "inline-block" to "inline" at line 709 (fixes CSS validation error) 16 | added: .pdflink .xmllink .podlink .printlink 17 | added: .txtlink 18 | added: .footerLogos 19 | 20 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/css/print.css: -------------------------------------------------------------------------------- 1 | /* $Id: print.css,v 1.2 2003/04/10 22:58:32 tfahrner Exp $ */ 2 | 3 | #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks { 4 | display: none; 5 | } 6 | body.docs div.docs { 7 | margin: 0 !important; 8 | border: none !important 9 | } 10 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/css/quirks.css: -------------------------------------------------------------------------------- 1 | /* 2 | 3 | This file defines basic default formatting for HTML conforming to Tigris application style. To extend or override these rules for your instance, edit inst.css instead of this file. */ 4 | 5 | /* colors, backgrounds, borders, link indication */ 6 | /* 7 | 8 | This file contains rules that extend or override the standard rules defined in tigris.css 9 | that need changing as we output loose-DTD html while the original one used a tigris DTD. 10 | This makes the browser show content in 'quirks' mode, that impacts in this case table 11 | inheritance. 12 | */ 13 | 14 | table { 15 | font-size: small; 16 | } 17 | 18 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/corporate_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/corporate_logo.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/file.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/folder-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/folder-closed.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/folder-open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/folder-open.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/help_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/help_logo.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_alert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_alert.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_alertsml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_alertsml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_arrowfolder1_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_arrowfolder1_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_arrowfolder2_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_arrowfolder2_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_arrowfolderclosed1_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_arrowfolderclosed1_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_arrowfolderopen2_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_arrowfolderopen2_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_arrowmembers1_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_arrowmembers1_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_arrowmembers2_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_arrowmembers2_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_arrowusergroups1_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_arrowusergroups1_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_arrowusergroups2_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_arrowusergroups2_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_arrowwaste1_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_arrowwaste1_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_arrowwaste2_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_arrowwaste2_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_confirmsml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_confirmsml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_doc_lrg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_doc_lrg.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_doc_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_doc_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_error_lrg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_error_lrg.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_error_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_error_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_folder_lrg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_folder_lrg.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_folder_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_folder_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_help_lrg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_help_lrg.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_help_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_help_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_info_lrg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_info_lrg.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_info_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_info_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_infosml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_infosml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_members_lrg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_members_lrg.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_members_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_members_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_sortdown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_sortdown.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_sortleft.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_sortleft.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_sortright.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_sortright.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_sortup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_sortup.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_success_lrg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_success_lrg.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_success_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_success_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_usergroups_lrg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_usergroups_lrg.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_usergroups_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_usergroups_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_warning_lrg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_warning_lrg.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_warning_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_warning_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_waste_lrg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_waste_lrg.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/icon_waste_sml.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/icon_waste_sml.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/nw_maj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/nw_maj.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/nw_maj_hi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/nw_maj_hi.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/nw_maj_rond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/nw_maj_rond.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/nw_med.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/nw_med.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/nw_med_hi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/nw_med_hi.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/nw_med_rond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/nw_med_rond.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/nw_min.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/nw_min.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/nw_min_036.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/nw_min_036.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/nw_min_hi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/nw_min_hi.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/pdfdoc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/pdfdoc.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/poweredby_036.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/poweredby_036.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/printer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/printer.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/product_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/product_logo.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/se_maj_rond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/se_maj_rond.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/strich.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/strich.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/sw_maj_rond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/sw_maj_rond.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/sw_med_rond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/sw_med_rond.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/sw_min.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/sw_min.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/images/xmldoc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/doc/trunk/src/documentation/skins/tigris/images/xmldoc.gif -------------------------------------------------------------------------------- /doc/trunk/src/documentation/skins/tigris/xslt/fo/document2fo.xsl: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/translations/langcode.xml: -------------------------------------------------------------------------------- 1 | 2 | 18 | 22 | 23 | English 24 | Espanol 25 | Italiano 26 | 27 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/translations/languages_en.xml: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | English 20 | Spanish 21 | Dutch 22 | 23 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/translations/languages_es.xml: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | Inglés 20 | Español 21 | Holandés 22 | 23 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/translations/tabs.xml: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | Home 20 | Samples 21 | Apache XML Projects 22 | 23 | -------------------------------------------------------------------------------- /doc/trunk/src/documentation/translations/tabs_es.xml: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | Inicio 20 | Ejemplos 21 | Projectos XML Apache 22 | 23 | -------------------------------------------------------------------------------- /docker/README.md: -------------------------------------------------------------------------------- 1 | Each directory contains a _Dockerfile_ and a _Makefile_. Use ``make`` to build, run, exec, and stop container. 2 | 3 | # Usage 4 | 5 | $ make build 6 | 7 | Builds a Docker image that contains Seagull ready to run. It uses a multi-stage Docker build. All build layers are 8 | abandoned after a successful build and only the image for running Seagull remains. This image can be used to run a 9 | container to use Seagull. 10 | 11 | $ make run 12 | $ make exec 13 | $ make stop 14 | 15 | These ``make`` targets control the lifecycle of a container based on the image created by ``make build``. 16 | -------------------------------------------------------------------------------- /docker/centos-7/Makefile: -------------------------------------------------------------------------------- 1 | .PHONY: build 2 | build: 3 | docker build -t localhost/seagull:centos7 . 4 | 5 | .PHONY: run 6 | run: 7 | docker run -i -t --rm --detach --name seagull-centos7 localhost/seagull:centos7 /bin/bash || : 8 | 9 | .PHONY: exec 10 | exec: 11 | docker exec -it seagull-centos7 /bin/bash 12 | 13 | .PHONY: stop 14 | stop: 15 | docker stop seagull-centos7 || : 16 | -------------------------------------------------------------------------------- /docker/ubuntu-16.04/Makefile: -------------------------------------------------------------------------------- 1 | .PHONY: build 2 | build: 3 | docker build -t localhost/seagull:ubuntu1604 . 4 | 5 | .PHONY: run 6 | run: 7 | docker run -i -t --rm --detach --name seagull-ubuntu1604 localhost/seagull:ubuntu1604 /bin/bash || : 8 | 9 | .PHONY: exec 10 | exec: 11 | docker exec -it seagull-ubuntu1604 /bin/bash 12 | 13 | .PHONY: stop 14 | stop: 15 | docker stop seagull-ubuntu1604 || : 16 | -------------------------------------------------------------------------------- /docker/ubuntu-18.04/Makefile: -------------------------------------------------------------------------------- 1 | .PHONY: build 2 | build: 3 | docker build -t localhost/seagull:ubuntu1804 . 4 | 5 | .PHONY: run 6 | run: 7 | docker run -i -t --rm --detach --name seagull-ubuntu1804 localhost/seagull:ubuntu1804 /bin/bash || : 8 | 9 | .PHONY: exec 10 | exec: 11 | docker exec -it seagull-ubuntu1804 /bin/bash 12 | 13 | .PHONY: stop 14 | stop: 15 | docker stop seagull-ubuntu1804 || : 16 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/Makefile-common.mk: -------------------------------------------------------------------------------- 1 | # 2 | # This program is free software; you can redistribute it and/or modify 3 | # it under the terms of the GNU General Public License as published by 4 | # the Free Software Foundation; either version 2 of the License, or 5 | # (at your option) any later version. 6 | # 7 | # This program is distributed in the hope that it will be useful, 8 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | # GNU General Public License for more details. 11 | # 12 | # You should have received a copy of the GNU General Public License 13 | # along with this program; if not, write to the Free Software 14 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | # 16 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | # 18 | # 19 | # General variables definitions 20 | 21 | RM=/bin/rm -f 22 | MV=mv 23 | 24 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/README.txt: -------------------------------------------------------------------------------- 1 | Welcome to Seagull! 2 | 3 | Seagull is a free and Open Source (GPL) multi-protocol 4 | traffic generator test tool. 5 | Primary aimed at IMS protocols (and thus being the perfect 6 | complement to SIPp (http://sipp.sourceforge.net) for IMS testing), 7 | Seagull is a powerful traffic generator for functional, load, 8 | endurance, stress and performance tests for almost any kind of protocol. 9 | 10 | More information: http://gull.sourceforge.net/ 11 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/clean-csv.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | find . -name \*.csv -print -exec /bin/rm \{\} \; 22 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/common/list_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _LIST_T_HPP 21 | #define _LIST_T_HPP 22 | 23 | #include 24 | 25 | #if defined(__hpux) 26 | #define list_t list 27 | #else 28 | #define list_t std::list 29 | #endif 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/common/map_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _MAP_T_HPP 21 | #define _MAP_T_HPP 22 | 23 | #include 24 | 25 | #if defined(__hpux) 26 | #define map_t map 27 | #define pair_t pair 28 | #else 29 | #define map_t std::map 30 | #define pair_t std::pair 31 | #endif 32 | 33 | #endif 34 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/common/select_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _SELECT_T_HPP 21 | #define _SELECT_T_HPP 22 | 23 | 24 | #include 25 | #include 26 | #include 27 | 28 | typedef int (*T_SelectDef) (int, fd_set*, fd_set*, fd_set*, struct timeval *); 29 | 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/common/set_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _SET_T_HPP 21 | #define _SET_T_HPP 22 | 23 | #include 24 | 25 | #if defined(__hpux) 26 | #define set_t set 27 | #else 28 | #define set_t std::set 29 | #endif 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/common/ssl_t.hpp: -------------------------------------------------------------------------------- 1 | #ifndef _SSL_T_H_ 2 | #define _SSL_T_H_ 3 | 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | 10 | 11 | #endif // _SSL_T_H_ 12 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/common/stack_tt.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _STACK_TT_HPP 21 | #define _STACK_TT_HPP 22 | 23 | #include 24 | 25 | #if defined(__hpux) 26 | #define stack_tt stack 27 | #else 28 | #define stack_tt std::stack 29 | #endif 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/common/types_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _TYPES_T_HPP 21 | #define _TYPES_T_HPP 22 | 23 | #include 24 | 25 | #if defined(__hpux) 26 | #else 27 | #endif 28 | 29 | #endif 30 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/common/vector_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _VECTOR_T_HPP 21 | #define _VECTOR_T_HPP 22 | 23 | #include 24 | 25 | #if defined(__hpux) 26 | #define vector_t vector 27 | #else 28 | #define vector_t std::vector 29 | #endif 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/diameter-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.client.xml -log ../logs/sar-saa.client.log -llevel ET 23 | 24 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/diameter-env/run/start_client_cc.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client.xml -dico ../config/base_cc.xml -scen ../scenario/ccr-cca.client.xml -log ../logs/ccr-cca.client.log -llevel ET 23 | 24 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/diameter-env/run/start_client_tls.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client-tls.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.client.xml -log ../logs/sar-saa.client-tls.log -llevel ET 23 | 24 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/diameter-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.server.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.server.xml -log ../logs/sar-saa.server.log -llevel ET 23 | 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/diameter-env/run/start_server_cc.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.server.xml -dico ../config/base_cc.xml -scen ../scenario/ccr-cca.server.xml -log ../logs/ccr-cca.server.log -llevel ET 23 | 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/diameter-env/run/start_server_tls.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.server-tls.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.server.xml -log ../logs/sar-saa.server-tls.log -llevel ET 23 | 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/h248-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.xml -dico ../config/h248-dictionary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/h248-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.xml -dico ../config/h248-dictionary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/http-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.xml -dico ../config/http-dictionary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/http-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.xml -dico ../config/http-dictionary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/msrp-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.xml -dico ../config/msrp-dictionnary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/msrp-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.xml -dico ../config/msrp-dictionnary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/octcap-env/run/external_data.csv: -------------------------------------------------------------------------------- 1 | 2 | "string" ; "string" ; "number" ; "string"; 3 | 4 | # this is an example 5 | 6 | "0472826017" ; "0x30343732413236303631" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010000ce" ; 7 | "0472826027" ; "0x30343732423236303632" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010001ce" ; 8 | "0472826037" ; "0x30343732433236303633" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010002ce" ; 9 | "0472826047" ; "0x30343732443236303634" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010003ce" ; 10 | "0472826057" ; "0x30343732453236303635" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010004ce" ; 11 | "0472826067" ; "0x30343732463236303636" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010005ce" ; 12 | "0472826077" ; "0x30343732473236303637" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010006ce" ; 13 | 14 | # 0472826067 15 | 16 | // end of file 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/octcap-env/run/start_client_ansi.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client-ansi.xml -dico ../config/octcap-ansi-dictionnary.xml -scen ../scenario/client-ansi.xml -log ../logs/client-ansi.log -llevel ET 23 | 24 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/octcap-env/run/start_client_itu.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client-itu.xml -dico ../config/octcap-itu-dictionnary.xml -scen ../scenario/client-itu.xml -log ../logs/client-itu.log -llevel ET 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/octcap-env/run/start_server_ansi.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.server-ansi.xml -dico ../config/octcap-ansi-dictionnary.xml -scen ../scenario/server-ansi.xml -log ../logs/server-ansi.log -llevel ET 23 | 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/octcap-env/run/start_server_itu.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.server-itu.xml -dico ../config/octcap-itu-dictionnary.xml -scen ../scenario/server-itu.xml -log ../logs/server-itu.log -llevel ET 23 | 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/radius-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client.xml -dico ../config/radius-accounting.xml -scen ../scenario/radius-accounting.client.xml -log ../logs/radius-accounting.client.log -llevel ET 23 | 24 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/radius-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.server.xml -dico ../config/radius-accounting.xml -scen ../scenario/radius-accounting.server.xml -log ../logs/radius-accounting.server.log -llevel ET 23 | 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/radius-env/scenario/external_client_data.csv: -------------------------------------------------------------------------------- 1 | 2 | # Authenticator Req 1; Authenticator Req 2 3 | "string";"string"; 4 | 5 | # this is an example 6 | 7 | "0000000000000000" ; "0000000001000000" ; 8 | "0000000000000001" ; "0000000001000001" ; 9 | "0000000000000002" ; "0000000001000002" ; 10 | "0000000000000003" ; "0000000001000003" ; 11 | "0000000000000004" ; "0000000001000004" ; 12 | "0000000000000005" ; "0000000001000005" ; 13 | "0000000000000006" ; "0000000001000006" ; 14 | 15 | 16 | // end of file 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/radius-env/scenario/external_server_data.csv: -------------------------------------------------------------------------------- 1 | 2 | # Authenticator Req 1; Authenticator Req 2 3 | "string";"string"; 4 | 5 | # this is an example 6 | 7 | "1000000000000000" ; "1000000001000000" ; 8 | "1000000000000001" ; "1000000001000001" ; 9 | "1000000000000002" ; "1000000001000002" ; 10 | "1000000000000003" ; "1000000001000003" ; 11 | "1000000000000004" ; "1000000001000004" ; 12 | "1000000000000005" ; "1000000001000005" ; 13 | "1000000000000006" ; "1000000001000006" ; 14 | 15 | 16 | // end of file 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/sip-env/run/external_data_client.csv: -------------------------------------------------------------------------------- 1 | "string" ; "string" ; "string" ; "string" ; "string" ; 2 | 3 | "seagull" ; "127.0.0.1:5060" ; "server" ; "127.0.0.1:5061"; "UDP" ; 4 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/sip-env/run/start_client_corr.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.corr.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/client_corr.xml -log ../logs/client_corr.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/sip-env/run/start_client_test.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/sip-env/run/start_client_test.param.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.param.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/client.param.xml -log ../logs/client.param.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/sip-env/run/start_server_corr_1.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.corr.1.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/server_corr_1.xml -log ../logs/server_corr_1.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/sip-env/run/start_server_corr_2.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.corr.2.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/server_corr_2.xml -log ../logs/server_corr_2.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/sip-env/run/start_server_test.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/synchro-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.xml -dico ../config/synchro-dictionnary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/synchro-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.xml -dico ../config/synchro-dictionnary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 24 | 25 | 26 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/xcap-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.xml -dico ../config/xcap-dictionary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/exe-env/xcap-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.xml -dico ../config/xcap-dictionary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/filter-frame/FilterFrame.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _FILTER_FRAME_ 21 | #define _FILTER_FRAME_ 22 | 23 | #include "C_ProtocolFrame.hpp" 24 | 25 | typedef char* (*T_FilterFunction)(char *P_buf); 26 | 27 | #endif // _FILTER_FRAME_ 28 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/generator-common/TextUtils.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | 21 | #ifndef _TEXTUTILS_H 22 | #define _TEXTUTILS_H 23 | 24 | char* find_text_value (char *P_buf, char *P_field) ; 25 | 26 | #endif // _TEXTUTILS_H 27 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/generator-core/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/seagull/branches/AtosOrigin/src/generator-core/main.cpp -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-crypto/rijndael.h: -------------------------------------------------------------------------------- 1 | /*------------------------------------------------------------------- 2 | * Example algorithms f1, f1*, f2, f3, f4, f5, f5* 3 | *------------------------------------------------------------------- 4 | * 5 | * A sample implementation of the example 3GPP authentication and 6 | * key agreement functions f1, f1*, f2, f3, f4, f5 and f5*. This is 7 | * a byte-oriented implementation of the functions, and of the block 8 | * cipher kernel function Rijndael. 9 | * 10 | * This has been coded for clarity, not necessarily for efficiency. 11 | * 12 | * The functions f2, f3, f4 and f5 share the same inputs and have 13 | * been coded together as a single function. f1, f1* and f5* are 14 | * all coded separately. 15 | * 16 | *-----------------------------------------------------------------*/ 17 | 18 | #ifndef RIJNDAEL_H 19 | #define RIJNDAEL_H 20 | 21 | 22 | void RijndaelKeySchedule( u8 key[16] ); 23 | void RijndaelEncrypt( u8 input[16], u8 output[16] ); 24 | 25 | 26 | #endif 27 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-java-synchro/E_SynchroLost.java: -------------------------------------------------------------------------------- 1 | // 2 | // This program is free software; you can redistribute it and/or modify 3 | // it under the terms of the GNU General Public License as published by 4 | // the Free Software Foundation; either version 2 of the License, or 5 | // (at your option) any later version. 6 | // 7 | // This program is distributed in the hope that it will be useful, 8 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | // GNU General Public License for more details. 11 | // 12 | // You should have received a copy of the GNU General Public License 13 | // along with this program; if not, write to the Free Software 14 | // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | // 16 | // (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | // 18 | // 19 | // 20 | // class E_SynchroLost definition 21 | // 22 | 23 | 24 | public class E_SynchroLost extends Exception { 25 | public E_SynchroLost() {} ; 26 | } 27 | 28 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-java-synchro/start.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | java synchro_usage 22 | 23 | 24 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-trans-octcap32/C_TCAPMsgBuildContextANSI.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TCAPMsgBuildContextANSI.hpp" 21 | #include "C_TCAPMsgBuildContextNoFlavour.body" 22 | 23 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-trans-octcap32/C_TCAPMsgBuildContextFactoryANSI.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TCAPMsgBuildContextFactoryANSI.hpp" 21 | #include "C_TCAPMsgBuildContextFactoryNoFlavour.body" 22 | 23 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-trans-octcap32/C_TCAPMsgBuildContextFactoryITU.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TCAPMsgBuildContextFactoryITU.hpp" 21 | #include "C_TCAPMsgBuildContextFactoryNoFlavour.body" 22 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-trans-octcap32/C_TCAPMsgBuildContextITU.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TCAPMsgBuildContextITU.hpp" 21 | #include "C_TCAPMsgBuildContextNoFlavour.body" 22 | 23 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-trans-octcap32/C_TcapStack.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TcapStack.hpp" 21 | 22 | C_TcapStack::C_TcapStack(char *P_library_name) { 23 | m_library_name = P_library_name ; 24 | } 25 | 26 | C_TcapStack::~C_TcapStack() { 27 | } 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-trans-octcap32/C_TcapStackANSI.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TcapStackANSI.hpp" 21 | #include "C_TcapStackNoFlavour.body" 22 | 23 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-trans-octcap32/C_TcapStackITU.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TcapStackITU.hpp" 21 | #include "C_TcapStackNoFlavour.body" 22 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-trans-octcap32/create_itu_stack.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TcapStack.hpp" 21 | 22 | C_TcapStack* create_tcap_itu_stack(char *P_library_name) ; 23 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-trans-octcap32/create_tcap_ansi_stack.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _CREATE_TCAP_ANSI_STACK_H 21 | #define _CREATE_TCAP_ANSI_STACK_H 22 | #include "C_TcapStack.hpp" 23 | 24 | C_TcapStack* create_tcap_ansi_stack(char *P_library_name) ; 25 | #endif //_CREATE_TCAP_ANSI_STACK_H 26 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/library-trans-octcap32/create_tcap_itu_stack.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _CREATE_TCAP_ITU_STACK_H 21 | #define _CREATE_TCAP_ITU_STACK_H 22 | #include "C_TcapStack.hpp" 23 | 24 | C_TcapStack* create_tcap_itu_stack(char *P_library_name) ; 25 | #endif //_CREATE_TCAP_ITU_STACK_H 26 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/packaging/cygwin/seagull-logo-big.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/seagull/branches/AtosOrigin/src/packaging/cygwin/seagull-logo-big.bmp -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/packaging/cygwin/start_diameter_client.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "Diameter Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\diameter-env\run 10 | 11 | cd %RUN_DIR% 12 | mode 81,25 13 | cls 14 | echo "Seagull Diameter Client Sample Start" 15 | seagull -conf ../config/conf.client.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.client.xml -log ../logs/sar-saa.client.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/packaging/cygwin/start_diameter_server.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "Diameter Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\diameter-env\run 10 | 11 | cd %RUN_DIR% 12 | cls 13 | mode 81,25 14 | echo "Seagull Diameter Server Sample Start" 15 | seagull -conf ../config/conf.server.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.server.xml -log ../logs/sar-saa.server.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/packaging/cygwin/start_h248_client.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "H248 Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\h248-env\run 10 | 11 | cd %RUN_DIR% 12 | mode 81,25 13 | cls 14 | echo "Seagull H248 Client Sample Start" 15 | seagull -conf ../config/conf.client.xml -dico ../config/h248-dictionary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/packaging/cygwin/start_h248_server.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "H248 Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\h248-env\run 10 | 11 | cd %RUN_DIR% 12 | cls 13 | mode 81,25 14 | echo "Seagull H248 Server Sample Start" 15 | seagull -conf ../config/conf.server.xml -dico ../config/h248-dictionary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/packaging/cygwin/start_http_client.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "HTTP Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\http-env\run 10 | 11 | cd %RUN_DIR% 12 | mode 81,25 13 | cls 14 | echo "Seagull HTTP Client Sample Start" 15 | seagull -conf ../config/conf.client.xml -dico ../config/http-dictionary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/packaging/cygwin/start_http_server.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "HTTP Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\http-env\run 10 | 11 | cd %RUN_DIR% 12 | cls 13 | mode 81,25 14 | echo "Seagull HTTP Server Sample Start" 15 | seagull -conf ../config/conf.server.xml -dico ../config/http-dictionary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/packaging/cygwin/start_sip_client.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem SIP Start Script Sample" 4 | rem "Local env" 5 | SET RUN_DIR=C:\Program Files\Seagull 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\sip-env\run 10 | 11 | cd %RUN_DIR% 12 | cls 13 | mode 81,25 14 | echo "Seagull SIP Client Sample Start" 15 | seagull -conf ../config/conf.client.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/packaging/cygwin/start_sip_server.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem SIP Start Script Sample" 4 | rem "Local env" 5 | SET RUN_DIR=C:\Program Files\Seagull 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\sip-env\run 10 | 11 | cd %RUN_DIR% 12 | cls 13 | mode 81,25 14 | echo "Seagull SIP Server Sample Start" 15 | seagull -conf ../config/conf.server.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/packaging/cygwin/start_xcap_client.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "XCAP Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\xcap-env\run 10 | 11 | cd %RUN_DIR% 12 | mode 81,25 13 | cls 14 | echo "Seagull XCAP Client Sample Start" 15 | seagull -conf ../config/conf.client.xml -dico ../config/xcap-dictionary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/packaging/cygwin/start_xcap_server.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "XCAP Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\xcap-env\run 10 | 11 | cd %RUN_DIR% 12 | cls 13 | mode 81,25 14 | echo "Seagull XCAP Server Sample Start" 15 | seagull -conf ../config/conf.server.xml -dico ../config/xcap-dictionary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/packaging/cygwin/startterm.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "Seagull Start Script Sample" 4 | 5 | rem "Local env" 6 | set RUN_DIR=REPLACETHIS 7 | set LD_LIBRARY_PATH=%RUN_DIR% 8 | set PATH=%PATH%;%RUN_DIR% 9 | 10 | cd %RUN_DIR% 11 | cmd /k "mode 81,25 && cls && echo You can now run seagull by typing 'seagull'" 12 | 13 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/protocol-frame/C_ContextFrame.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _C_CONTEXT_FRAME_ 21 | #define _C_CONTEXT_FRAME_ 22 | 23 | class C_ContextFrame { 24 | public: 25 | C_ContextFrame() {} ; 26 | virtual ~C_ContextFrame() {} ; 27 | } ; 28 | 29 | 30 | #endif // _C_CONTEXT_FRAME_ 31 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/protocol-text/TextDef.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _TEXT_DEF_H_ 21 | #define _TEXT_DEF_H_ 22 | 23 | typedef enum _enum_body_method { 24 | E_BODY_METHOD_LENGTH, 25 | E_BODY_METHOD_PARSE 26 | } T_BodyMethodType, *T_pBodyMethodType ; 27 | 28 | 29 | #endif // _TEXT_DEF_H_ 30 | -------------------------------------------------------------------------------- /seagull/branches/AtosOrigin/src/tool-ctrl/scenario.txt: -------------------------------------------------------------------------------- 1 | # Comment 1 2 | ' Comment 2 3 | SET RATE 20 CPS 4 | WAIT 2S 5 | DUMP 6 | WAIT 2S 7 | DUMP 8 | SET RATE 40 CPS 9 | WAIT 2S 10 | DUMP 11 | WAIT 2S 12 | DUMP 13 | RAMP 100 IN 30S 14 | WAIT 10S 15 | DUMP 16 | WAIT 10S 17 | DUMP 18 | WAIT 10S 19 | DUMP 20 | PAUSE 21 | WAIT 10S 22 | RESUME 23 | WAIT 10S 24 | STOP 25 | 26 | -------------------------------------------------------------------------------- /seagull/trunk/src/Makefile-common.mk: -------------------------------------------------------------------------------- 1 | # 2 | # This program is free software; you can redistribute it and/or modify 3 | # it under the terms of the GNU General Public License as published by 4 | # the Free Software Foundation; either version 2 of the License, or 5 | # (at your option) any later version. 6 | # 7 | # This program is distributed in the hope that it will be useful, 8 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | # GNU General Public License for more details. 11 | # 12 | # You should have received a copy of the GNU General Public License 13 | # along with this program; if not, write to the Free Software 14 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | # 16 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | # 18 | # 19 | # General variables definitions 20 | 21 | RM=/bin/rm -f 22 | MV=mv 23 | 24 | -------------------------------------------------------------------------------- /seagull/trunk/src/README.txt: -------------------------------------------------------------------------------- 1 | Welcome to Seagull! 2 | 3 | Seagull is a free and Open Source (GPL) multi-protocol 4 | traffic generator test tool. 5 | Primary aimed at IMS protocols (and thus being the perfect 6 | complement to SIPp (http://sipp.sourceforge.net) for IMS testing), 7 | Seagull is a powerful traffic generator for functional, load, 8 | endurance, stress and performance tests for almost any kind of protocol. 9 | 10 | More information: http://gull.sourceforge.net/ 11 | -------------------------------------------------------------------------------- /seagull/trunk/src/clean-csv.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | find . -name \*.csv -print -exec /bin/rm \{\} \; 22 | -------------------------------------------------------------------------------- /seagull/trunk/src/common/exception_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _EXCEPTION_T_HPP 21 | #define _EXCEPTION_T_HPP 22 | 23 | 24 | #if defined(__hpux) 25 | #include 26 | #define exception_t exception 27 | #else 28 | #include 29 | #define exception_t std::exception 30 | #endif 31 | 32 | #endif 33 | -------------------------------------------------------------------------------- /seagull/trunk/src/common/list_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _LIST_T_HPP 21 | #define _LIST_T_HPP 22 | 23 | #include 24 | 25 | #if defined(__hpux) 26 | #define list_t list 27 | #else 28 | #define list_t std::list 29 | #endif 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /seagull/trunk/src/common/map_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _MAP_T_HPP 21 | #define _MAP_T_HPP 22 | 23 | #include 24 | 25 | #if defined(__hpux) 26 | #define map_t map 27 | #define pair_t pair 28 | #else 29 | #define map_t std::map 30 | #define pair_t std::pair 31 | #endif 32 | 33 | #endif 34 | -------------------------------------------------------------------------------- /seagull/trunk/src/common/select_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _SELECT_T_HPP 21 | #define _SELECT_T_HPP 22 | 23 | 24 | #include 25 | #include 26 | #include 27 | 28 | typedef int (*T_SelectDef) (int, fd_set*, fd_set*, fd_set*, struct timeval *); 29 | 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /seagull/trunk/src/common/set_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _SET_T_HPP 21 | #define _SET_T_HPP 22 | 23 | #include 24 | 25 | #if defined(__hpux) 26 | #define set_t set 27 | #else 28 | #define set_t std::set 29 | #endif 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /seagull/trunk/src/common/ssl_t.hpp: -------------------------------------------------------------------------------- 1 | #ifndef _SSL_T_H_ 2 | #define _SSL_T_H_ 3 | 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | 10 | 11 | #endif // _SSL_T_H_ 12 | -------------------------------------------------------------------------------- /seagull/trunk/src/common/stack_tt.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _STACK_TT_HPP 21 | #define _STACK_TT_HPP 22 | 23 | #include 24 | 25 | #if defined(__hpux) 26 | #define stack_tt stack 27 | #else 28 | #define stack_tt std::stack 29 | #endif 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /seagull/trunk/src/common/types_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _TYPES_T_HPP 21 | #define _TYPES_T_HPP 22 | 23 | #include 24 | 25 | #if defined(__hpux) 26 | #else 27 | #endif 28 | 29 | #endif 30 | -------------------------------------------------------------------------------- /seagull/trunk/src/common/vector_t.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _VECTOR_T_HPP 21 | #define _VECTOR_T_HPP 22 | 23 | #include 24 | 25 | #if defined(__hpux) 26 | #define vector_t vector 27 | #else 28 | #define vector_t std::vector 29 | #endif 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/diameter-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.client.xml -log ../logs/sar-saa.client.log -llevel ET 23 | 24 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/diameter-env/run/start_client_cc.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client.xml -dico ../config/base_cc.xml -scen ../scenario/ccr-cca.client.xml -log ../logs/ccr-cca.client.log -llevel ET 23 | 24 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/diameter-env/run/start_client_tls.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client-tls.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.client.xml -log ../logs/sar-saa.client-tls.log -llevel ET 23 | 24 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/diameter-env/run/start_client_tls_no_secure.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client-tls-no-secure.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.client-tls-no-secure.xml -log ../logs/sar-saa.client-tls.log -llevel ET 23 | 24 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/diameter-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.server.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.server.xml -log ../logs/sar-saa.server.log -llevel ET 23 | 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/diameter-env/run/start_server_cc.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.server.xml -dico ../config/base_cc.xml -scen ../scenario/ccr-cca.server.xml -log ../logs/ccr-cca.server.log -llevel ET 23 | 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/diameter-env/run/start_server_tls.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.server-tls.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.server.xml -log ../logs/sar-saa.server-tls.log -llevel ET 23 | 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/h248-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.xml -dico ../config/h248-dictionary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/h248-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.xml -dico ../config/h248-dictionary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/http-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.xml -dico ../config/http-dictionary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/http-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.xml -dico ../config/http-dictionary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/msrp-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.xml -dico ../config/msrp-dictionnary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/msrp-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.xml -dico ../config/msrp-dictionnary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/octcap-env/run/external_data.csv: -------------------------------------------------------------------------------- 1 | 2 | "string" ; "string" ; "number" ; "string"; 3 | 4 | # this is an example 5 | 6 | "0472826017" ; "0x30343732413236303631" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010000ce" ; 7 | "0472826027" ; "0x30343732423236303632" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010001ce" ; 8 | "0472826037" ; "0x30343732433236303633" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010002ce" ; 9 | "0472826047" ; "0x30343732443236303634" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010003ce" ; 10 | "0472826057" ; "0x30343732453236303635" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010004ce" ; 11 | "0472826067" ; "0x30343732463236303636" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010005ce" ; 12 | "0472826077" ; "0x30343732473236303637" ; "10" ; "0x281b060704000001010502a010300ea004020269aaa1060204010006ce" ; 13 | 14 | # 0472826067 15 | 16 | // end of file 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/octcap-env/run/start_client_ansi.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client-ansi.xml -dico ../config/octcap-ansi-dictionnary.xml -scen ../scenario/client-ansi.xml -log ../logs/client-ansi.log -llevel ET 23 | 24 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/octcap-env/run/start_client_itu.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client-itu.xml -dico ../config/octcap-itu-dictionnary.xml -scen ../scenario/client-itu.xml -log ../logs/client-itu.log -llevel ET 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/octcap-env/run/start_server_ansi.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.server-ansi.xml -dico ../config/octcap-ansi-dictionnary.xml -scen ../scenario/server-ansi.xml -log ../logs/server-ansi.log -llevel ET 23 | 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/octcap-env/run/start_server_itu.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.server-itu.xml -dico ../config/octcap-itu-dictionnary.xml -scen ../scenario/server-itu.xml -log ../logs/server-itu.log -llevel ET 23 | 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/radius-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.client.xml -dico ../config/radius-accounting.xml -scen ../scenario/radius-accounting.client.xml -log ../logs/radius-accounting.client.log -llevel ET 23 | 24 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/radius-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | seagull -conf ../config/conf.server.xml -dico ../config/radius-accounting.xml -scen ../scenario/radius-accounting.server.xml -log ../logs/radius-accounting.server.log -llevel ET 23 | 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/radius-env/scenario/external_client_data.csv: -------------------------------------------------------------------------------- 1 | 2 | # Authenticator Req 1; Authenticator Req 2 3 | "string";"string"; 4 | 5 | # this is an example 6 | 7 | "0000000000000000" ; "0000000001000000" ; 8 | "0000000000000001" ; "0000000001000001" ; 9 | "0000000000000002" ; "0000000001000002" ; 10 | "0000000000000003" ; "0000000001000003" ; 11 | "0000000000000004" ; "0000000001000004" ; 12 | "0000000000000005" ; "0000000001000005" ; 13 | "0000000000000006" ; "0000000001000006" ; 14 | 15 | 16 | // end of file 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/radius-env/scenario/external_server_data.csv: -------------------------------------------------------------------------------- 1 | 2 | # Authenticator Req 1; Authenticator Req 2 3 | "string";"string"; 4 | 5 | # this is an example 6 | 7 | "1000000000000000" ; "1000000001000000" ; 8 | "1000000000000001" ; "1000000001000001" ; 9 | "1000000000000002" ; "1000000001000002" ; 10 | "1000000000000003" ; "1000000001000003" ; 11 | "1000000000000004" ; "1000000001000004" ; 12 | "1000000000000005" ; "1000000001000005" ; 13 | "1000000000000006" ; "1000000001000006" ; 14 | 15 | 16 | // end of file 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/sip-env/run/external_data_client.csv: -------------------------------------------------------------------------------- 1 | "string" ; "string" ; "string" ; "string" ; "string" ; 2 | 3 | "seagull" ; "127.0.0.1:5060" ; "server" ; "127.0.0.1:5061"; "UDP" ; 4 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/sip-env/run/start_client_corr.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.corr.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/client_corr.xml -log ../logs/client_corr.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/sip-env/run/start_client_test.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/sip-env/run/start_client_test.param.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.param.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/client.param.xml -log ../logs/client.param.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/sip-env/run/start_server_corr_1.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.corr.1.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/server_corr_1.xml -log ../logs/server_corr_1.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/sip-env/run/start_server_corr_2.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.corr.2.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/server_corr_2.xml -log ../logs/server_corr_2.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/sip-env/run/start_server_test.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/synchro-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.xml -dico ../config/synchro-dictionnary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/synchro-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.xml -dico ../config/synchro-dictionnary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 24 | 25 | 26 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/xcap-env/run/start_client.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.client.xml -dico ../config/xcap-dictionary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/exe-env/xcap-env/run/start_server.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | export LD_LIBRARY_PATH=/usr/local/bin 22 | 23 | seagull -conf ../config/conf.server.xml -dico ../config/xcap-dictionary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 24 | 25 | -------------------------------------------------------------------------------- /seagull/trunk/src/filter-frame/FilterFrame.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _FILTER_FRAME_ 21 | #define _FILTER_FRAME_ 22 | 23 | #include "C_ProtocolFrame.hpp" 24 | 25 | typedef char* (*T_FilterFunction)(char *P_buf); 26 | 27 | #endif // _FILTER_FRAME_ 28 | -------------------------------------------------------------------------------- /seagull/trunk/src/generator-common/TextUtils.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | 21 | #ifndef _TEXTUTILS_H 22 | #define _TEXTUTILS_H 23 | 24 | char* find_text_value (char *P_buf, char *P_field) ; 25 | 26 | #endif // _TEXTUTILS_H 27 | -------------------------------------------------------------------------------- /seagull/trunk/src/generator-core/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/seagull/trunk/src/generator-core/main.cpp -------------------------------------------------------------------------------- /seagull/trunk/src/library-crypto/rijndael.h: -------------------------------------------------------------------------------- 1 | /*------------------------------------------------------------------- 2 | * Example algorithms f1, f1*, f2, f3, f4, f5, f5* 3 | *------------------------------------------------------------------- 4 | * 5 | * A sample implementation of the example 3GPP authentication and 6 | * key agreement functions f1, f1*, f2, f3, f4, f5 and f5*. This is 7 | * a byte-oriented implementation of the functions, and of the block 8 | * cipher kernel function Rijndael. 9 | * 10 | * This has been coded for clarity, not necessarily for efficiency. 11 | * 12 | * The functions f2, f3, f4 and f5 share the same inputs and have 13 | * been coded together as a single function. f1, f1* and f5* are 14 | * all coded separately. 15 | * 16 | *-----------------------------------------------------------------*/ 17 | 18 | #ifndef RIJNDAEL_H 19 | #define RIJNDAEL_H 20 | 21 | 22 | void RijndaelKeySchedule( u8 key[16] ); 23 | void RijndaelEncrypt( u8 input[16], u8 output[16] ); 24 | 25 | 26 | #endif 27 | -------------------------------------------------------------------------------- /seagull/trunk/src/library-java-synchro/E_SynchroLost.java: -------------------------------------------------------------------------------- 1 | // 2 | // This program is free software; you can redistribute it and/or modify 3 | // it under the terms of the GNU General Public License as published by 4 | // the Free Software Foundation; either version 2 of the License, or 5 | // (at your option) any later version. 6 | // 7 | // This program is distributed in the hope that it will be useful, 8 | // but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | // GNU General Public License for more details. 11 | // 12 | // You should have received a copy of the GNU General Public License 13 | // along with this program; if not, write to the Free Software 14 | // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | // 16 | // (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | // 18 | // 19 | // 20 | // class E_SynchroLost definition 21 | // 22 | 23 | 24 | public class E_SynchroLost extends Exception { 25 | public E_SynchroLost() {} ; 26 | } 27 | 28 | -------------------------------------------------------------------------------- /seagull/trunk/src/library-java-synchro/start.ksh: -------------------------------------------------------------------------------- 1 | #!/bin/ksh 2 | # 3 | # This program is free software; you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation; either version 2 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program; if not, write to the Free Software 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 16 | # 17 | # (c)Copyright 2006 Hewlett-Packard Development Company, LP. 18 | # 19 | # 20 | 21 | java synchro_usage 22 | 23 | 24 | -------------------------------------------------------------------------------- /seagull/trunk/src/library-trans-octcap32/C_TCAPMsgBuildContextANSI.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TCAPMsgBuildContextANSI.hpp" 21 | #include "C_TCAPMsgBuildContextNoFlavour.body" 22 | 23 | -------------------------------------------------------------------------------- /seagull/trunk/src/library-trans-octcap32/C_TCAPMsgBuildContextFactoryANSI.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TCAPMsgBuildContextFactoryANSI.hpp" 21 | #include "C_TCAPMsgBuildContextFactoryNoFlavour.body" 22 | 23 | -------------------------------------------------------------------------------- /seagull/trunk/src/library-trans-octcap32/C_TCAPMsgBuildContextFactoryITU.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TCAPMsgBuildContextFactoryITU.hpp" 21 | #include "C_TCAPMsgBuildContextFactoryNoFlavour.body" 22 | -------------------------------------------------------------------------------- /seagull/trunk/src/library-trans-octcap32/C_TCAPMsgBuildContextITU.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TCAPMsgBuildContextITU.hpp" 21 | #include "C_TCAPMsgBuildContextNoFlavour.body" 22 | 23 | -------------------------------------------------------------------------------- /seagull/trunk/src/library-trans-octcap32/C_TcapStack.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TcapStack.hpp" 21 | 22 | C_TcapStack::C_TcapStack(char *P_library_name) { 23 | m_library_name = P_library_name ; 24 | } 25 | 26 | C_TcapStack::~C_TcapStack() { 27 | } 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /seagull/trunk/src/library-trans-octcap32/C_TcapStackANSI.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TcapStackANSI.hpp" 21 | #include "C_TcapStackNoFlavour.body" 22 | 23 | -------------------------------------------------------------------------------- /seagull/trunk/src/library-trans-octcap32/C_TcapStackITU.cpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TcapStackITU.hpp" 21 | #include "C_TcapStackNoFlavour.body" 22 | -------------------------------------------------------------------------------- /seagull/trunk/src/library-trans-octcap32/create_itu_stack.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #include "C_TcapStack.hpp" 21 | 22 | C_TcapStack* create_tcap_itu_stack(char *P_library_name) ; 23 | -------------------------------------------------------------------------------- /seagull/trunk/src/library-trans-octcap32/create_tcap_ansi_stack.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _CREATE_TCAP_ANSI_STACK_H 21 | #define _CREATE_TCAP_ANSI_STACK_H 22 | #include "C_TcapStack.hpp" 23 | 24 | C_TcapStack* create_tcap_ansi_stack(char *P_library_name) ; 25 | #endif //_CREATE_TCAP_ANSI_STACK_H 26 | -------------------------------------------------------------------------------- /seagull/trunk/src/library-trans-octcap32/create_tcap_itu_stack.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _CREATE_TCAP_ITU_STACK_H 21 | #define _CREATE_TCAP_ITU_STACK_H 22 | #include "C_TcapStack.hpp" 23 | 24 | C_TcapStack* create_tcap_itu_stack(char *P_library_name) ; 25 | #endif //_CREATE_TCAP_ITU_STACK_H 26 | -------------------------------------------------------------------------------- /seagull/trunk/src/packaging/cygwin/seagull-logo-big.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeghar/Seagull/1721fc505192d5c89fbd5dd2f3d907f92a83f8e1/seagull/trunk/src/packaging/cygwin/seagull-logo-big.bmp -------------------------------------------------------------------------------- /seagull/trunk/src/packaging/cygwin/start_diameter_client.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "Diameter Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\diameter-env\run 10 | 11 | cd %RUN_DIR% 12 | mode 81,25 13 | cls 14 | echo "Seagull Diameter Client Sample Start" 15 | seagull -conf ../config/conf.client.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.client.xml -log ../logs/sar-saa.client.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/trunk/src/packaging/cygwin/start_diameter_server.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "Diameter Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\diameter-env\run 10 | 11 | cd %RUN_DIR% 12 | cls 13 | mode 81,25 14 | echo "Seagull Diameter Server Sample Start" 15 | seagull -conf ../config/conf.server.xml -dico ../config/base_cx.xml -scen ../scenario/sar-saa.server.xml -log ../logs/sar-saa.server.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/trunk/src/packaging/cygwin/start_h248_client.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "H248 Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\h248-env\run 10 | 11 | cd %RUN_DIR% 12 | mode 81,25 13 | cls 14 | echo "Seagull H248 Client Sample Start" 15 | seagull -conf ../config/conf.client.xml -dico ../config/h248-dictionary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/trunk/src/packaging/cygwin/start_h248_server.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "H248 Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\h248-env\run 10 | 11 | cd %RUN_DIR% 12 | cls 13 | mode 81,25 14 | echo "Seagull H248 Server Sample Start" 15 | seagull -conf ../config/conf.server.xml -dico ../config/h248-dictionary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/trunk/src/packaging/cygwin/start_http_client.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "HTTP Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\http-env\run 10 | 11 | cd %RUN_DIR% 12 | mode 81,25 13 | cls 14 | echo "Seagull HTTP Client Sample Start" 15 | seagull -conf ../config/conf.client.xml -dico ../config/http-dictionary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/trunk/src/packaging/cygwin/start_http_server.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "HTTP Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\http-env\run 10 | 11 | cd %RUN_DIR% 12 | cls 13 | mode 81,25 14 | echo "Seagull HTTP Server Sample Start" 15 | seagull -conf ../config/conf.server.xml -dico ../config/http-dictionary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/trunk/src/packaging/cygwin/start_sip_client.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem SIP Start Script Sample" 4 | rem "Local env" 5 | SET RUN_DIR=C:\Program Files\Seagull 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\sip-env\run 10 | 11 | cd %RUN_DIR% 12 | cls 13 | mode 81,25 14 | echo "Seagull SIP Client Sample Start" 15 | seagull -conf ../config/conf.client.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/trunk/src/packaging/cygwin/start_sip_server.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem SIP Start Script Sample" 4 | rem "Local env" 5 | SET RUN_DIR=C:\Program Files\Seagull 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\sip-env\run 10 | 11 | cd %RUN_DIR% 12 | cls 13 | mode 81,25 14 | echo "Seagull SIP Server Sample Start" 15 | seagull -conf ../config/conf.server.xml -dico ../config/sip-dictionnary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/trunk/src/packaging/cygwin/start_xcap_client.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "XCAP Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\xcap-env\run 10 | 11 | cd %RUN_DIR% 12 | mode 81,25 13 | cls 14 | echo "Seagull XCAP Client Sample Start" 15 | seagull -conf ../config/conf.client.xml -dico ../config/xcap-dictionary.xml -scen ../scenario/client.xml -log ../logs/client.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/trunk/src/packaging/cygwin/start_xcap_server.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "XCAP Start Script Sample" 4 | rem "Local env" 5 | set RUN_DIR=REPLACETHIS 6 | 7 | set PATH=%PATH%;%RUN_DIR% 8 | set LD_LIBRARY_PATH=%RUN_DIR% 9 | set RUN_DIR=%RUN_DIR%\xcap-env\run 10 | 11 | cd %RUN_DIR% 12 | cls 13 | mode 81,25 14 | echo "Seagull XCAP Server Sample Start" 15 | seagull -conf ../config/conf.server.xml -dico ../config/xcap-dictionary.xml -scen ../scenario/server.xml -log ../logs/server.log -llevel ET 16 | 17 | pause 18 | -------------------------------------------------------------------------------- /seagull/trunk/src/packaging/cygwin/startterm.bat: -------------------------------------------------------------------------------- 1 | @ECHO OFF 2 | rem 3 | rem "Seagull Start Script Sample" 4 | 5 | rem "Local env" 6 | set RUN_DIR=REPLACETHIS 7 | set LD_LIBRARY_PATH=%RUN_DIR% 8 | set PATH=%PATH%;%RUN_DIR% 9 | 10 | cd %RUN_DIR% 11 | cmd /k "mode 81,25 && cls && echo You can now run seagull by typing 'seagull'" 12 | 13 | -------------------------------------------------------------------------------- /seagull/trunk/src/protocol-frame/C_ContextFrame.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _C_CONTEXT_FRAME_ 21 | #define _C_CONTEXT_FRAME_ 22 | 23 | class C_ContextFrame { 24 | public: 25 | C_ContextFrame() {} ; 26 | virtual ~C_ContextFrame() {} ; 27 | } ; 28 | 29 | 30 | #endif // _C_CONTEXT_FRAME_ 31 | -------------------------------------------------------------------------------- /seagull/trunk/src/protocol-text/TextDef.hpp: -------------------------------------------------------------------------------- 1 | /* 2 | * This program is free software; you can redistribute it and/or modify 3 | * it under the terms of the GNU General Public License as published by 4 | * the Free Software Foundation; either version 2 of the License, or 5 | * (at your option) any later version. 6 | * 7 | * This program is distributed in the hope that it will be useful, 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 | * GNU General Public License for more details. 11 | * 12 | * You should have received a copy of the GNU General Public License 13 | * along with this program; if not, write to the Free Software 14 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 15 | * 16 | * (c)Copyright 2006 Hewlett-Packard Development Company, LP. 17 | * 18 | */ 19 | 20 | #ifndef _TEXT_DEF_H_ 21 | #define _TEXT_DEF_H_ 22 | 23 | typedef enum _enum_body_method { 24 | E_BODY_METHOD_LENGTH, 25 | E_BODY_METHOD_PARSE 26 | } T_BodyMethodType, *T_pBodyMethodType ; 27 | 28 | 29 | #endif // _TEXT_DEF_H_ 30 | -------------------------------------------------------------------------------- /seagull/trunk/src/tool-ctrl/scenario.txt: -------------------------------------------------------------------------------- 1 | # Comment 1 2 | ' Comment 2 3 | SET RATE 20 CPS 4 | WAIT 2S 5 | DUMP 6 | WAIT 2S 7 | DUMP 8 | SET RATE 40 CPS 9 | WAIT 2S 10 | DUMP 11 | WAIT 2S 12 | DUMP 13 | RAMP 100 IN 30S 14 | WAIT 10S 15 | DUMP 16 | WAIT 10S 17 | DUMP 18 | WAIT 10S 19 | DUMP 20 | PAUSE 21 | WAIT 10S 22 | RESUME 23 | WAIT 10S 24 | STOP 25 | 26 | --------------------------------------------------------------------------------