blob: fdaa6f327f5ef6d171c93477d94ee5d6eb5e4903 [file] [log] [blame]
module E1TS_PortType {
import from E1TS_PortTypes all;
type port E1TS_PT message {
out E1TS_open;
in E1TS_result;
out E1TS_unitdata;
in E1TS_unitdata;
} with { extension "provider" };
}