Der gmailee,
in order for us to help you, please provice comprehensive reports, including a textual copy+paste (not screenshots!) of any commands or output generated, as well as the log files, and ideally also a pcap file containing all of the RSPRO traffic between your osmo-remsim network elements (tcp ports 9998 + 9999).
This will give us the full picture.
On Mon, Jul 17, 2023 at 12:35:07PM -0000, gmaillee@126.com wrote:
I just asked on chatget the reason for 3512 DBANKDW INFO bankd_main.c:619 [000 CONN_CLIENT] No slotmap (yet) for client C(1:1). He said that the server did not allocate a card slot for the client, so I suspect that my osmo-remsim-apitool -m 1 1 1 0 setting is wrong. But when we checked with osmo-remsim-apitool -s we found that they are connected. I am very confused
"osmo-remsim-apitool -m 1 1 1 0"
means "map the bank 1:1 to client 1:0"
see the help output of osmo-remsim-apitool:
usage: osmo-remsim-apitool [-h] [-H HOST] [-p PORT] [-v] [-r | -c [SHOW_CLIENTS] | -b [SHOW_BANKS] | -s [SHOW_SLOTMAPS] | -m bank_id bank_slot client_id client_slot | -d bank_id bank_slot | -a]
so "-m bank_id bank_slot client_id client_slot" means * bank_id 1 * bank_slot 1 * client_id 1 * client_slot 0
but your log message about talks about client C(1:1) i.e. client_id 1 client_slot 1.
So the message is correct: you have configured a mapping for a different client than the client that is connected to the bankd. Hence there is no mapping.