The extra information in the group.csv file was honestly just never implemented. I pulled the group tags and extra meta like tags from an older project that I had worked on,
EDACS-FM, and right now, those portions don't even get imported at all, they just get skipped. I just honestly didn't have any room in the ncurses display to put the extra meta tags,
OK, so that explains it. They won't display on the screen because you're not importing them. Yeah, I was curious where the info would get displayed. Maybe playing around with the room reservered for displaying the TGT and SRC TG numbers (?)
if I ever do anything more complex, it'll be a completely new project where I can map out a lot of the ideas from the start, DSD-FME really is just a big ball of hacks onto the open-source
DSD code,
I'll be interested to see what you come up with once you've had the opportunity to actually lay it all out ahead of time and build it the way you want rather than patching on to someone else's code. If I might, one of the things I would like to see would be a way to hold on a TG. Sometime all the jumping around once it goes back to the CC the nect channel that gets called may not be the same TG and you can't follow a conversation. OP25 has that ability and it is nice to lock it and then follow the action.
If those groups aren't showing up at all in the ncurses terminal, and you've double checked the TG values to make sure they are still correct, then I'm not quite sure what's up with that. It could be that its not finding the group.csv file you've made when you go to load it with -G group.csv
so you may need to specify the logical path to the file as well, or an absolute path if dsd-fme is running in a different folder than the group.csv file is running. At the top of the log.ans file, it should either tell you it couldn't find the group.csv file, or it'll list all your groups if it did find it.
Ok, I'm confused. So you're saying it SHOULD show the tags? I thought you said you stripped that out?
Build Version: v2.1-19-g79339d0
MBElib Version: 1.3.2
Decoding DMR Stereo BS/MS Simplex
[33mRelax P25 Phase 2 MAC_SIGNAL CRC Checksum Pass/Fail
Relax DMR RAS/CRC CSBK/DATA Pass/Fail
Relax NXDN SACCH/FACCH/CAC/F2U CRC Pass/Fail
[0mChannel [00999] [936900000]
Channel [00174] [937162500]
Channel [00213] [937650000]
Channel [00215] [937675000]
Channel [00233] [937900000]
Enabling NCurses Terminal.
TCP Direct Link: localhost:7355
TCP Connection Success!
Audio In Device: tcp
Control Channel Signal Lost. Searching for Control Channel.
Tuning to Frequency: 936.900000 MHz
This is what I see in my log.ans file. It finds the channel mapping but it doesn't show the TGs.
This is my start command. I do give the absolute path to the resources. There is no complaint about not finding the -G 'groups.csv'
dsd-fme -fs -i tcp -U 4532 -T -F -C ~/examples/United_Site1-14.csv -G ~/examples/ united_groups.csv -N 2> log.ans
Mike