Mobile
3g.txt
Associated article: Designing 3G Systems
Tags: Mobile
Published source code accompanying the article by Andreas Larsson and Henrik Jeppsson in which they examine 3G mobile communication development.
Designing 3G Systems by Andreas Larsson and Henrik Jeppsson Listing One --***************************************************** -- --Downlink CCH messages -- --***************************************************** DL-CCH-Message ::= SEQUENCE { integrityCheckInfo IntegrityCheckInfo OPTIONAL, message DL-CCCH-MessageType } DL-CCCH-Message ::= CHOICE { rrcConnectionReEstablishment rrcConnectionReEstablishment-CCCH, rrcCoonnectReject rrcCoonnectReject, rrcConnectionRelease rrcConnectionRelease, rrcConnectionSetup rrcConnectionSetup, uraUpdateConfirm uraUpdateConfirm-CCCH, } --***************************************************** -- -- ...