Commit 4c77f0ff authored by schmitting's avatar schmitting
Browse files

format undone

parent ba1aa7d6
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -1323,17 +1323,6 @@ template CUGIC_PAR_tlv mw_CUGIC_PAR_tlv_any :=
 networkIdentity2 := ?,    /* a) Network Identity (NI) (octet 2) */
 binaryCode := ?           /* Binary code */
}

template CUGIC_PAR_tlv m_CUGIC(hexstring p_networkIdentity,
								hexstring p_binaryCode) :=
/* Default RX template for type CUGIC_PAR_tlv with parametrized values */
{
 paramType := '00011010'B,                       /* Parameter Type '00011010'B */
 paramLen := '00000100'B,                        /* Parameter Length field */
 networkIdentity1 := hex2oct(p_networkIdentity), /* a) Network Identity (NI) (octet 1) */
 networkIdentity2 := '00'O,                      /* a) Network Identity (NI) (octet 2) */
 binaryCode := hex2bit(p_binaryCode)             /* Binary code */
}
} /* end group CUGIC */

group EIF {
+15105 −16225

File changed.

Preview size limit exceeded, changes collapsed.