gr-nrsc5 icon indicating copy to clipboard operation
gr-nrsc5 copied to clipboard

Station Name (Call Sign)

Open tsalisbury0 opened this issue 4 years ago • 8 comments

Apparently Station Name Long is transmitted as message ID 0010 and Station Name Short is Message ID 0001 as seen here: 1020s.pdf

tsalisbury0 avatar Mar 02 '21 20:03 tsalisbury0

It would definitely be good to add other messages to the SIS encoder. Currently it only encodes "Station Name – short format" messages:

https://github.com/argilo/gr-nrsc5/blob/master/lib/sis_encoder_impl.cc

I don't have any immediate plans to work on this, but contributions are welcome.

argilo avatar Mar 02 '21 22:03 argilo

It would definitely be good to add other messages to the SIS encoder. Currently it only encodes "Station Name – short format" messages:

https://github.com/argilo/gr-nrsc5/blob/master/lib/sis_encoder_impl.cc

I don't have any immediate plans to work on this, but contributions are welcome.

Based on experience with the long name, it can't be used when the short name is encoded. It's an either or situation.

My Insignia displays Long Names but the Visteon remains blank as Short isn't transmitted.

20201230_224030.jpg 20201230_224309.jpg

*EDIT: This is an actual HD station in Oregon. I'm using a remote SDR there with IQ audio to a modified crystal transmitter on 101.3

tsalisbury0 avatar Mar 03 '21 07:03 tsalisbury0

The specification indicates that "Station Name - long format" is "Not recommended for new designs."

Universal Short Station Name (MSG ID 1000) seems to be its replacement.

argilo avatar Mar 04 '21 02:03 argilo

The specification indicates that "Station Name - long format" is "Not recommended for new designs."

Universal Short Station Name (MSG ID 1000) seems to be its replacement.

The latest station to add long name is The Breeze in Philadelphia. Washington DC has one. Richmond has one.

tsalisbury0 avatar Mar 05 '21 23:03 tsalisbury0

There's also this note:

Must have message content that is identical to Station Slogan

I presume modern receivers use Station Slogan instead of Station Name - long format.

argilo avatar Mar 06 '21 00:03 argilo

There's also this note:

Must have message content that is identical to Station Slogan

I presume modern receivers use Station Slogan instead of Station Name - long format.

My HDR-14 supports long name but only displays the first 4 characters of it. My Insignia radios display all of it.

tsalisbury0 avatar Mar 08 '21 06:03 tsalisbury0

20210510_164507 Maine Public is one. I can send an IQ if needed of one Sideband

tsalisbury0 avatar May 10 '21 22:05 tsalisbury0

An I/Q file captured using nrsc5's -w option would be helpful.

argilo avatar May 10 '21 23:05 argilo

The SIS encoder now supports long station name, as well as all the other messages types (with the exception of emergency alerts), so I'll close this off.

argilo avatar Jul 19 '23 15:07 argilo