Mobile Equipment Identifier

本文深入探讨了全球唯一标识物理CDMA移动站设备的MEID概念,包括其格式、组成和与ESN的区别。文章还详细介绍了MEID的管理、显示格式、潜在冲突以及与伪ESN的相互作用。最后,提供了一个简单的Python脚本用于MEID到伪ESN的转换。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Mobile Equipment Identifier

From Wikipedia, the free encyclopedia
Jump to: navigation , search

A Mobile Equipment Identifier (MEID) is a globally unique number identifying a physical piece of CDMA mobile station equipment. The number format is defined by the 3GPP2 report S.R0048 but in practical terms it can be seen as an IMEI but with hexadecimal digits.

Manufacturer codeSerial numberCD
RRXXXXXXZZZZZZC

An MEID is 56 bits long (14 hex digits). It consists of three fields, including an 8-bit regional code (RR), a 24-bit manufacturer code, and a 24-bit manufacturer-assigned serial number. The check digit (CD) is not considered part of the MEID.

The MEID was created to replace ESNs , whose virgin form was exhausted in November 2008 [1] . As of TIA/EIA/IS-41 Revision D and TIA/EIA/IS-2000 Rev C, the ESN is still a required field in many messages—for compatibility, devices with an MEID can use a pseudo ESN (pESN), which is a manufacturer code of 0x80 (formerly reserved) followed by the least significant 24 bits of the SHA-1 hash of the MEID.[ 1]

Contents

[hide ]

[edit ] Administration

The separation between International Mobile Equipment Identifiers (IMEIs) used by GSM/UTMS and MEIDs is based on the number ranges. There are two administrators: the Global Decimal Administrator (GDA) for IMEIs and the Global Hexadecimal Administrator (GHA).

As of August 2006, the TIA acts as the Global Hexadecimal Administrator (GHA) to assign MEID code prefixes (0xA0 and up), and the GSM Association acts as the Global Decimal Administrator. http://www.babt.com/gsm-imei-number-allocation.asp

The middle ground between IMEIs and MEIDs is for inter-standard "worldphone" devices. These devices will have all decimal digits and can be allocated by any administration. Since they must have all decimal digits the GHA has opened up the range '99' for these assignments. IMEI administrators can just assign numbers for dual-technology phones out of their existing ranges.

[edit ] Display formats

There are two standard formats for MEIDs, and both can include an optional check-digit. This is defined by 3GPP2 standard X.S0008 .

The hexadecimal form is specified to be 14 digits grouped together. A check-digit can be calculated using a modified (base 16) Luhn algorithm and appended to the end. The check-digit is never transmitted or stored. It is intended to detect most (but not all) input errors, it is not intended to be a checksum or CRC to detect transmission errors. Consequently it may be printed on phones or their packaging in case of manual entry of an MEID (e.g. because there is no bar code or the bar code is unreadable).

The decimal form is specified to be 18 digits grouped in a 5 5 4 4 pattern and is calculated by converting the manufacturer code portion (32 bits) to decimal and padding on the left with '0' digits to 10 digits and separately converting the serial number portion to decimal and padding to 8 digits. A check-digit can be calculated from the result using the standard base 10 Luhn algorithm and appended to the end.

[edit ] pESN conflicts

Because the pESN is formed by a hash on the MEID there is the potential for hash collisions. These will cause an extremely rare condition known as a 'collision' on a pure ESN-only network as the ESN is used for the calculation of the Public Long Code Mask (PLCM) used for communication with the base-station. Two mobiles using the same pESN within the same base-station area (operating on the same frequency) can result in call setup and page failures.

The probability of a collision has been carefully examined [ 2] . Roughly, it is estimated that even on a heavily loaded network the frequency of this situation is closer to 1 out of 1 million calls than to 1 out of 100 000.

3GPP2 specification C.S0072 provides a solution to this problem by allowing the PLCM to be established by the base station. It is easy for the base station to ensure that all PLCM codes are unique when this is done. This specification also allows the PLCM to be based on the MEID or IMSI .

A different problem occurs when ESN codes are stored in a database (such as for OTASP ). In this situation, the risk of at least two phones having the same pseudo-ESN can be calculated using the birthday paradox and works out to about a 50 per cent probability in a database with 4,800 pseudo-ESN entries. 3GPP2 specifications C.S0016 (Revision C or higher) and C.S0066 have been modified to allow the replacement MEID identifier to be transmitted, resolving this problem.

Another problem is that messages delivered on the forward paging channel using the pESN as an address could be delivered to multiple mobiles seemingly randomly. This problem can be avoided by using MIN or IMSI based addressing instead.

[edit ] Code to convert

This short Python script will convert an MEID to a pESN.

import
 hashlib

meid = raw_input ( "Enter an MEID: " ) .upper ( )

s = hashlib.sha1 ( meid.decode ( 'hex' ) )
#decode the hex MEID (convert it to binary!)

pesn = "80" + s.hexdigest ( ) [ -6 :] .upper ( )
#put the last 6 digits of the hash after 80

print "pESN: " + pesn

[edit ] References

  1. ^ http://www.spirentcom.com/documents/3997.pdf
  2. ^ http://www.tiaonline.org/standards/resources/esn/documents/Collisions_pESN_wp.pdf Pellegrino G, Quick F. White Paper on Pseudo-ESN Collisions. TIA. 2005 May 26.

[edit ] External links

资源下载链接为: https://pan.quark.cn/s/abbae039bf2a 无锡平芯微半导体科技有限公司生产的A1SHB三极管(全称PW2301A)是一款P沟道增强型MOSFET,具备低内阻、高重复雪崩耐受能力以及高效电源切换设计等优势。其技术规格如下:最大漏源电压(VDS)为-20V,最大连续漏极电流(ID)为-3A,可在此条件下稳定工作;栅源电压(VGS)最大值为±12V,能承受正反向电压;脉冲漏极电流(IDM)可达-10A,适合处理短暂高电流脉冲;最大功率耗散(PD)为1W,可防止器件过热。A1SHB采用3引脚SOT23-3封装,小型化设计利于空间受限的应用场景。热特性方面,结到环境的热阻(RθJA)为125℃/W,即每增加1W功率损耗,结温上升125℃,提示设计电路时需考虑散热。 A1SHB的电气性能出色,开关特性优异。开关测试电路及波形图(图1、图2)展示了不同条件下的开关性能,包括开关上升时间(tr)、下降时间(tf)、开启时间(ton)和关闭时间(toff),这些参数对评估MOSFET在高频开关应用中的效率至关重要。图4呈现了漏极电流(ID)与漏源电压(VDS)的关系,图5描绘了输出特性曲线,反映不同栅源电压下漏极电流的变化。图6至图10进一步揭示性能特征:转移特性(图7)显示栅极电压(Vgs)对漏极电流的影响;漏源开态电阻(RDS(ON))随Vgs变化的曲线(图8、图9)展现不同控制电压下的阻抗;图10可能涉及电容特性,对开关操作的响应速度和稳定性有重要影响。 A1SHB三极管(PW2301A)是高性能P沟道MOSFET,适用于低内阻、高效率电源切换及其他多种应用。用户在设计电路时,需充分考虑其电气参数、封装尺寸及热管理,以确保器件的可靠性和长期稳定性。无锡平芯微半导体科技有限公司提供的技术支持和代理商服务,可为用户在产品选型和应用过程中提供有
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值