bob wrote:
Hello List I am studying to start multiple ccch_scan simultaneously,but I meet some problem. I do as following: 1.I have two C118, caonnect them to the same computer 2.dump the sniffer rom ./osmocon -p /dev/ttyUSB0 -s /tmp/osmocom_l2_0 -m c123xor ./sniffer.bin ./osmocon -p /dev/ttyUSB1 -s /tmp/osmocom_l2_1 -m c123xor ./sniffer.bin 3.start the ccch_scan of burst_ind ./ccch_scan -s /tmp/osmocom_l2_0 -a *** -i 127.0.0.1 ./ccch_scan -s /tmp/osmocom_l2_0 -a *** -i 127.0.0.1
Why are they using the same socket?
//Peter