35a36
> #include "../channel/messages.hh"
132c133
< report_error("(E112) get interface failed", "port is not bound");
---
> report_error(SC_ID_GET_IF_, "port is not bound");
141c142
< report_error("(E112) get interface failed", "port is not bound");
---
> report_error(SC_ID_GET_IF_, "port is not bound");
151c152
< report_error("(E112) get interface failed", "index out of range");
---
> report_error(SC_ID_GET_IF_, "index out of range");
160c161
< report_error("(E112) get interface failed", "index out of range");
---
> report_error(SC_ID_GET_IF_, "index out of range");
222c223
< report_error("(E112) get interface failed", "index out of range");
---
> report_error(SC_ID_GET_IF_, "index out of range");
234c235
< report_error("(E107) bind interface to port failed",
---
> report_error(SC_ID_BIND_IF_TO_PORT_,