@@ -262,7 +262,7 @@ class _RouteSelectDescCompTimeWin(Envelope):
262262 )
263263
264264
265- # Table 5.2.2: Location criteria
265+ # Table 5.2.2: Location criteria
266266class _LocAreaEUTRACellID (Envelope ):
267267 _GEN = (
268268 PLMN (),
@@ -283,7 +283,7 @@ def __init__(self, *args, **kwargs):
283283 self [1 ].set_numauto (lambda : self [0 ].get_num ())
284284
285285
286- class _LocAreaEUTRACellID (Envelope ):
286+ class _LocAreaNRCellID (Envelope ):
287287 _GEN = (
288288 PLMN (),
289289 Buf ('NRCellID' , bl = 36 , rep = REPR_HEX ),
@@ -294,7 +294,7 @@ class _LocAreaEUTRACellID(Envelope):
294294class _LocAreaCompNR (Envelope ):
295295 _GEN = (
296296 Uint8 ('Num' ),
297- Sequence ('CellIDs' , GEN = _LocAreaEUTRACellID ('NRCellID' ))
297+ Sequence ('CellIDs' , GEN = _LocAreaNRCellID ('NRCellID' ))
298298 )
299299
300300 def __init__ (self , * args , ** kwargs ):
@@ -322,7 +322,7 @@ def __init__(self, *args, **kwargs):
322322 self [1 ].set_numauto (lambda : self [0 ].get_num ())
323323
324324
325- # Figure 5.2.6: Location area
325+ # Figure 5.2.6: Location area
326326_RouteSelectLocAreaType_dict = {
327327 1 : 'E-UTRA cell identities list' ,
328328 2 : 'NR cell identities list' ,
0 commit comments