m_rrlp_asn1.abb

来自「GSM手机设计软件代码」· ABB 代码 · 共 85 行

ABB
85
字号

#direction directives
#PDU              =downlink  1
PDU              =uplink  0

#abbreivations
-MessageType:       __              # __ is the substitution for :
^a$                   case_a
^b$                   case_b
^c$                   case_c
^ab$                 case_ab
^ac$                 case_ac
^bc$                 case_bc
^abc$                case_abc

additional		add
algorithm		algo
chan			ch
channel			ch
ciphering		ciph
command			cmd
confirm			cnf
downlink		dl
extension		ext
geographical		geo
information		info
invalid			inv
maximum			max
private			priv
mess			msg
message			msg
messages		msgs
parameter		param
parameters		params
polling			poll
position		pos
predefined		predef
private			priv
protection		prot
quality			qual
reconfiguration		reconf
reconfig		reconf
reference		ref
relocation		reloc
reselect		resel
reselection		resel
segment			seg
sequence		seq
specification		spec
synchronisation		sync
system			sys
technology		tech
temporary		tmp
timeslot		ts
uplink			ul

OTD/Value		otd_value
DGPS/Corrections	dgps_corrections


#abbreivations to reduce length of enumerators
# to find these from within visual studio
# search for e.g. the following regular expression 
#       "^ +[A-Za-z0-9_]+=0[, ][^:]+:[^:]+:[^:]+:"
#           (all enumeration where 1st member has more than 2 qualifying names)


#:burstType!type                 __type
#:burstType:type                 __type
#:cellSelectQualityMeasure!      __
#:configuration!                 __
#:midambleAllocationMode!        __
#:modeSpecificInfo!              __
#:modeSpecificInfo:fdd:          __fdd__
#:modeSpecificInfo:tdd:          __tdd__
#:moreTimeslots!                 __
#:pusch-Allocation!              __
#:pusch-AllocationAssignment!    __
#:pusch-Allocation!pusch-Allocation   __pusch_allocation_
#:pusch-Allocation:pusch-Allocation   __pusch_allocation_
#:reportingCriteria!             __
#:specificationMode!             __
#:tfs-SignallingMode!            __
#:use-of-HCS!                    __

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?