signerl/TCAP/src
Harald Welte 992982b298 TSM FSM: Make sure to replace 'undefined' in DialoguePortion with asn1_NOVALUE
The ASN.1 encoder wants to explicitly have asn1_NOVALUE for OPTIONAL
fields.  However, the default erlang record initializer is 'undefiend',
so we have to replace undefined with asn1_NOVALUE before feeding it to
asn1rt.
2012-01-29 23:06:42 +01:00
..
ANSI make sure ANSI part at least compiles, even if incomplete 2011-12-17 18:59:04 +01:00
ITU TSM FSM: Make sure to replace 'undefined' in DialoguePortion with asn1_NOVALUE 2012-01-29 23:06:42 +01:00
Makefile add new tcap_user module 2011-12-15 16:45:28 +01:00
tcap.erl changed to a BSD Revised form of open source license 2011-03-30 16:17:07 -04:00
tcap_app.erl make sure that the 'transactionID' key in the ets table exists 2011-12-17 19:11:22 +01:00
tcap_components_sup.erl TCAP: make sure to start tcap_invocation_sup above tcap_ism_fsm 2011-12-17 17:47:41 +01:00
tcap_dialogue_sup.erl DHA: No need for passing PID of dialogue_sup into DHA 2011-12-18 12:54:08 +01:00
tcap_invocation_sup.erl make sure CCO correctly starts new ISM 2012-01-29 20:02:25 +01:00
tcap_sap_sup.erl add new tcap_user:start_sap() function 2011-12-15 23:38:29 +01:00
tcap_sup.erl add new tcap_user:start_sap() function 2011-12-15 23:38:29 +01:00
tcap_transaction_sup.erl transaction_sup: start dha_fsm in addition to dsm_fsm 2012-01-28 20:50:55 +01:00
tcap_user.erl TCO/TCU: Make sure to start all supervisors on INVOKE 2012-01-29 20:07:38 +01:00