Hi Dave,

Can you try to add "-v 0" to command line? This way you get detailed message frame content in debug output. After the line "transaction.c: 245 info   : Transaction state PAGE -> PAGE SEND" you will get several lines with all elements of the paging message. What do they look like for both cases (console and osmo-cc mode)? In my case they look both like this:

frame.c:2721 info   : Transmit: Word 1 - Abbreviated Address Word
frame.c:2732 debug  :            T1T2: 1 = First Word (FOCC) Next Word (FVC)  (Type field)
frame.c:2734 debug  :             DCC: 0  (Digital color code field)
frame.c:2732 debug  :            MIN1: 2109785 = 2123456  (First part of the mobile identification number field)
frame.c:2734 debug  :               P: 3175  (Parity field)
frame.c:2721 info   : Transmit: Word 2 - Extended Address Word (SCC == 11)
frame.c:2732 debug  :            T1T2: 2 = Next Word (FOCC) First Word (FVC)  (Type field)
frame.c:2732 debug  :             SCC: 3 = This word includes message  (SAT color code)
frame.c:2732 debug  :            MIN2: 123 = 234  (Second part of the mobile identification number field)
frame.c:2732 debug  :              EF: 0 = No  (Extended Protocol Forward Channel Indicator)
frame.c:2734 debug  :  LOCAL/MSG TYPE: 0  (Message Type field)
frame.c:2734 debug  :            ORDQ: 0  (Order qualifier field)
frame.c:2734 debug  :           ORDER: 0  (Order field)
frame.c:2742 debug  :                --> Page Message (Voice Service)
frame.c:2734 debug  :               P: 424  (Parity field)
frame.c:2721 info   : Transmit: Word 1 - Abbreviated Address Word
frame.c:2732 debug  :            T1T2: 1 = First Word (FOCC) Next Word (FVC)  (Type field)
frame.c:2734 debug  :             DCC: 0  (Digital color code field)
frame.c:2732 debug  :            MIN1: 2109785 = 2123456  (First part of the mobile identification number field)
frame.c:2734 debug  :               P: 3175  (Parity field)
frame.c:2721 info   : Transmit: Word 2 - Extended Address Word (SCC == 11)
frame.c:2732 debug  :            T1T2: 2 = Next Word (FOCC) First Word (FVC)  (Type field)
frame.c:2732 debug  :             SCC: 3 = This word includes message  (SAT color code)
frame.c:2732 debug  :            MIN2: 123 = 234  (Second part of the mobile identification number field)
frame.c:2732 debug  :              EF: 0 = No  (Extended Protocol Forward Channel Indicator)
frame.c:2734 debug  :  LOCAL/MSG TYPE: 0  (Message Type field)
frame.c:2734 debug  :            ORDQ: 0  (Order qualifier field)
frame.c:2734 debug  :           ORDER: 0  (Order field)
frame.c:2742 debug  :                --> Page Message (Voice Service)
frame.c:2734 debug  :               P: 424  (Parity field)
frame.c:2721 info   : Transmit: Word 1 - Abbreviated Address Word
frame.c:2732 debug  :            T1T2: 1 = First Word (FOCC) Next Word (FVC)  (Type field)
frame.c:2734 debug  :             DCC: 0  (Digital color code field)
frame.c:2732 debug  :            MIN1: 2109785 = 2123456  (First part of the mobile identification number field)
frame.c:2734 debug  :               P: 3175  (Parity field)
frame.c:2721 info   : Transmit: Word 2 - Extended Address Word (SCC == 11)
frame.c:2732 debug  :            T1T2: 2 = Next Word (FOCC) First Word (FVC)  (Type field)
frame.c:2732 debug  :             SCC: 3 = This word includes message  (SAT color code)
frame.c:2732 debug  :            MIN2: 123 = 234  (Second part of the mobile identification number field)
frame.c:2732 debug  :              EF: 0 = No  (Extended Protocol Forward Channel Indicator)
frame.c:2734 debug  :  LOCAL/MSG TYPE: 0  (Message Type field)
frame.c:2734 debug  :            ORDQ: 0  (Order qualifier field)
frame.c:2734 debug  :           ORDER: 0  (Order field)
frame.c:2742 debug  :                --> Page Message (Voice Service)
frame.c:2734 debug  :               P: 424  (Parity field)

Regards,

Andreas


On 15.01.22 17:45, Dave wrote:
Hi All,

I have an issue where paging doesn't work when using osmo-cc-endpoint with tacs and a USRP1

I can place calls from the MS out over osmo-cc-endpoint via my pbx to the pstn with no problems, if I try to call back in via sip it always fails to page the MS

Running the -x option I can call between two MS stations with no issues, paging works and the calls connect

Here is an example if I run the command I can make calls from the mobile device and hear the music, I can also press d and call the MS back with no problem, paging appears to work 9/10 times

./tacs --sdr-uhd --channel 323 --channel 318 --channel 320 --samplerate 581818 --sdr-tx-antenna TX/RX --sdr-rx-antenna RX2 2342123456

amps.c: 932 info   : (chan 323) Call to mobile station, paging station id '2342123456'
amps.c:1186 info   : (chan 323) Paging the phone
frame.c:3693 info   : (chan 323) RX Level: 79% Quality: 80% Polarity: POSITIVE
amps.c: 832 info   : (chan 323) Paging reply 2342123456 (ESN = removed, Class 3 / Continuous / 20 MHz, TIA/EIA-553 or IS-54A mobile station)
amps.c:1170 info   : (chan 323) Assigning channel to call to mobile station

here is the output with -o and an inbound call via sip

endpoint.c: 931 info   : Handle message CC-ATTACH-REQ at state IDLE (callref 2)
message.c: 516 info   :   IE_CALLING_INTERFACE name='sip'
message.c: 588 info   :   IE_SOCKET_ADDRESS address='127.0.0.1:4201'
endpoint.c: 390 info   : Remote peer with socket address '127.0.0.1' and port '4201' and interface 'sip' attached to us.
endpoint.c: 394 info   : Changing message to CC-ATTACH-CNF.
endpoint.c: 931 info   : Handle message CC-ATTACH-RSP at state ATTACH-SENT (callref 1)
message.c: 516 info   :   IE_CALLING_INTERFACE name='tacs'
message.c: 588 info   :   IE_SOCKET_ADDRESS address='127.0.0.1:4200'
endpoint.c: 308 info   : Attached to remote peer "127.0.0.1:4201".
UUUUUendpoint.c: 931 info   : Handle message CC-SETUP-REQ at state IDLE (callref 3)
message.c: 522 info   :   IE_CALLING_NETWORK type=4(sip) id=''
message.c: 516 info   :   IE_CALLING_INTERFACE name='sip'
message.c: 582 info   :   IE_SDP payload=v=0\no=root 2465 2465 IN IP4 x.x.x.x \ns=session\nc=IN IP4 x.x.x.x \nt=0 0\nm=audio 20644 RTP/AVP 0 8 101\na=rtpmap:0 PCMU/8000\na=rtpmap:8 PCMA/8000\na=rtpmap:101 telephone-event/8000\na=fmtp:101 0-16\na=silenceSupp:off - - - -\na=ptime:20\na=sendrecv\n
message.c: 498 info   :   IE_CALLING type=0(unknown) plan=1(telephony), presentation=0(allowed), screening=3(network provided), number='55555555555'
message.c: 510 info   :   IE_CALLING_NAME name='"55555555555"'
message.c: 468 info   :   IE_CALLED type=0(unknown) plan=1(telephony) number='2342123456'
message.c: 492 info   :   IE_COMPLETE
message.c: 516 info   :   IE_CALLING_INTERFACE name='sip'
call.c: 744 info   : Received OSMO-CC call from fixed network '55555555555' to mobile '2342123456'
call.c: 468 info   : Indicate OSMO-CC answer towards fixed network
endpoint.c: 931 info   : Handle message CC-SETUP-CNF at state INIT-OUT (callref 3)
message.c: 498 info   :   IE_CALLING type=4(subscriber) plan=1(telephony), presentation=0(allowed), screening=3(network provided), number='2342123456'
message.c: 582 info   :   IE_SDP payload=v=0\no=- 3851253277 3851253277 IN IP4 127.0.0.1\ns=session\nc=IN IP4 127.0.0.1\nt=0 0\nm=audio 16384 RTP/AVP 8\na=rtpmap:8 PCMA/8000\n
call.c: 751 info   : Outgoing call from '55555555555' to '2342123456'
amps.c: 932 info   : (chan 323) Call to mobile station, paging station id '2342123456'
transaction.c: 245 info   : Transaction state IDLE -> PAGE
transaction.c: 150 info   : Created transaction for subscriber '2342123456'
endpoint.c: 931 info   : Handle message CC-SETUP-COMP-REQ at state CONNECTING-OUT (callref 3)
amps.c:1186 info   : (chan 323) Paging the phone
transaction.c: 245 info   : Transaction state PAGE -> PAGE SEND
frame.c:2721 info   : Transmit: Word 1 - Abbreviated Address Word
frame.c:2721 info   : Transmit: Word 2 - Extended Address Word (SCC == 11)
frame.c:2721 info   : Transmit: Word 1 - Abbreviated Address Word
frame.c:2721 info   : Transmit: Word 2 - Extended Address Word (SCC == 11)
frame.c:2721 info   : Transmit: Word 1 - Abbreviated Address Word
frame.c:2721 info   : Transmit: Word 2 - Extended Address Word (SCC == 11)
transaction.c: 245 info   : Transaction state PAGE SEND -> PAGE REPLY
amps.c:1084 notice : (chan 323) Paging timeout, retrying
transaction.c: 245 info   : Transaction state PAGE REPLY -> PAGE
amps.c:1186 info   : (chan 323) Paging the phone
transaction.c: 245 info   : Transaction state PAGE -> PAGE SEND
frame.c:2721 info   : Transmit: Word 1 - Abbreviated Address Word
frame.c:2721 info   : Transmit: Word 2 - Extended Address Word (SCC == 11)
frame.c:2721 info   : Transmit: Word 1 - Abbreviated Address Word
frame.c:2721 info   : Transmit: Word 2 - Extended Address Word (SCC == 11)
frame.c:2721 info   : Transmit: Word 1 - Abbreviated Address Word
frame.c:2721 info   : Transmit: Word 2 - Extended Address Word (SCC == 11)
transaction.c: 245 info   : Transaction state PAGE SEND -> PAGE REPLY
amps.c:1081 notice : (chan 323) Paging timeout, destroying transaction
transaction.c: 245 info   : Transaction state PAGE REPLY -> CALL RELEASE
call.c: 566 info   : Call has been released with cause=27
endpoint.c: 931 info   : Handle message CC-DISC-REQ at state ACTIVE (callref 3)
message.c: 564 info   :   IE_CAUSE location=10(beyond interworking) isdn_cause=16(normal call clearing) sip_cause=486 socket_cause=0(unset)
call.c: 685 info   : Received OSMO-CC disconnect from fixed network with cause 16
call.c: 686 info   : Call disconnected, releasing!
call.c: 495 info   : Indicated OSMO-CC release towards fixed network
endpoint.c: 931 info   : Handle message CC-REL-IND at state DISCONNECTING-OUT (callref 3)
message.c: 564 info   :   IE_CAUSE location=1(private network serving local user) isdn_cause=16(normal call clearing) sip_cause=468 socket_cause=0(unset)
frame.c:3693 info   : (chan 323) RX Level: 234% Quality: 29% Polarity: POSITIVE
amps.c:1068 notice : (chan 323) Release timeout, destroying transaction
transaction.c: 163 info   : Destroying transaction for subscriber '2342123456'

Is this likely to the sdr, I can use multiple boards for tx/rx but I can't figure out how to expose the different cards in uhd as the list command doesn't seem to work for antenna

Any help appreciated.

Thanks

Dave







--
osmocom-analog mailing list -- osmocom-analog@lists.osmocom.org
To unsubscribe send an email to osmocom-analog-leave@lists.osmocom.org