| 1024 | |
| 1025 | |
| 1026 | class _ISIS_PSNP_Base(_ISIS_PduBase): |
| 1027 | fields_desc = [ |
| 1028 | _ISIS_PduLengthField(), |
| 1029 | ISIS_NodeIdField("sourceid", "0102.0304.0506.00"), |
| 1030 | _ISIS_TlvListField() |
| 1031 | ] |
| 1032 | |
| 1033 | |
| 1034 | class ISIS_L1_PSNP(_ISIS_PSNP_Base): |
nothing calls this directly
no test coverage detected
searching dependent graphs…