SYNOPSIS

  use UMTS::L3;
  $l3 = UMTS::L3->decode($binstr);

DESCRIPTION

The UMTS::L3 class allows you to decode 3GPP Layer 3 messages.

The bulk of the implementation reside in the derived classes such as UMTS::L3::CC, UMTS::L3::GMM, UMTS::L3::GSM, and UMTS::L3::SMC.

The following methods are available:

UMTS::L3->decode

Decode a 3GPP Layer 3 message from a binary string.

Copyright

umts-tools is copyright© 2004-2006 Jeremy Lainé. This software is distributed under the terms of the GNU General Public License (GPL).