svn keywords
[plcapi.git] / PLC / PCUProtocolTypes.py
index 30ef459..8fea231 100644 (file)
@@ -4,7 +4,8 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: 
+# $Id$
+# $URL$
 #
 
 from PLC.Faults import *
@@ -24,8 +25,8 @@ class PCUProtocolType(Row):
     fields = {
        'pcu_protocol_type_id': Parameter(int, "PCU protocol type identifier"),
        'pcu_type_id': Parameter(int, "PCU type identifier"), 
-       'port': Parameter(int, "PCU port", max = 254),
-       'protocol': Parameter(str, "Protocol", max = 254),
+       'port': Parameter(int, "PCU port"),
+       'protocol': Parameter(str, "Protocol"),
        'supported': Parameter(bool, "Is the port/protocol supported by PLC") 
         }