[OSDC.fr 2012] Osmocom Erlang SCCP/TCAP/MAP protocol stack (3/3)

  • il y a 11 ans
Par Harald Welte

http://osdc.fr/2012/talk/4299

This talk will introduce those sub-projects of Osmocom which are implemented in the Erlang programming language. This includes implementation of the GSM/UMTS core network protocols which are used on the roaming interface between mobile operators, such as SCCP/TCAP and MAP.

As those protocols are specified as a combination of ASN.1 based syntax/encoding and SDL-diagrams for state machines, the built-in Erlang support for ASN.1 (asn1c/asn1rt) as well as the gen_fsm behaviour for finit estate machines are a natural match.