@@ -262,7 +262,7 @@ class _RouteSelectDescCompTimeWin(Envelope):
262
262
)
263
263
264
264
265
- # Table 5.2.2: Location criteria
265
+ # Table 5.2.2: Location criteria
266
266
class _LocAreaEUTRACellID (Envelope ):
267
267
_GEN = (
268
268
PLMN (),
@@ -283,7 +283,7 @@ def __init__(self, *args, **kwargs):
283
283
self [1 ].set_numauto (lambda : self [0 ].get_num ())
284
284
285
285
286
- class _LocAreaEUTRACellID (Envelope ):
286
+ class _LocAreaNRCellID (Envelope ):
287
287
_GEN = (
288
288
PLMN (),
289
289
Buf ('NRCellID' , bl = 36 , rep = REPR_HEX ),
@@ -294,7 +294,7 @@ class _LocAreaEUTRACellID(Envelope):
294
294
class _LocAreaCompNR (Envelope ):
295
295
_GEN = (
296
296
Uint8 ('Num' ),
297
- Sequence ('CellIDs' , GEN = _LocAreaEUTRACellID ('NRCellID' ))
297
+ Sequence ('CellIDs' , GEN = _LocAreaNRCellID ('NRCellID' ))
298
298
)
299
299
300
300
def __init__ (self , * args , ** kwargs ):
@@ -322,7 +322,7 @@ def __init__(self, *args, **kwargs):
322
322
self [1 ].set_numauto (lambda : self [0 ].get_num ())
323
323
324
324
325
- # Figure 5.2.6: Location area
325
+ # Figure 5.2.6: Location area
326
326
_RouteSelectLocAreaType_dict = {
327
327
1 : 'E-UTRA cell identities list' ,
328
328
2 : 'NR cell identities list' ,
0 commit comments