RSPRO: split ConfigClient into ConfigClientId and ConfigClientBank

The point is that the ClientId is only set once at start-up (and
also only optionally), while the Bank IP/port/ID/slot can be changed
any number of times during a RSPRO connection.

Change-Id: Ic76207c7dd7c18fe93bc5133b29c5f9438a9fb0e
diff --git a/include/osmocom/rspro/ErrorInd.h b/include/osmocom/rspro/ErrorInd.h
index 48bddf7..eb32ac8 100644
--- a/include/osmocom/rspro/ErrorInd.h
+++ b/include/osmocom/rspro/ErrorInd.h
@@ -12,9 +12,9 @@
 
 /* Including external dependencies */
 #include <osmocom/rspro/ComponentType.h>
-#include "ErrorSeverity.h"
-#include "ErrorCode.h"
-#include "ErrorString.h"
+#include <osmocom/rspro/ErrorSeverity.h>
+#include <osmocom/rspro/ErrorCode.h>
+#include <osmocom/rspro/ErrorString.h>
 #include <constr_SEQUENCE.h>
 
 #ifdef __cplusplus