Ticket #155 (new defect)

Opened 7 months ago

Last modified 1 month ago

trunk alf needs to be compatable with 0.6.2

Reported by: DrewCormier Assigned to: Snyder.Jason
Priority: major Milestone: Release 0.8.0
Component: ALF Version:
Keywords: Cc:

Description

current version has hard-coded '/sdr/dom' instead of '/sdr'. As previously discussed, this version of ALF needs to be compatible with both versions

Change History

04/14/08 13:39:12 changed by cdietric

  • owner changed from cdietric to Snyder.Jason.
  • milestone set to Release 0.7.0.

07/11/08 13:46:35 changed by bhilburn

I'm confused about what versions of ALF and ossie this ticket refers to. Is it even still valid? If trunk ALF works with 0.7.0, then can we close this ticket?

Basically, can someone clarify which versions of what software are causing problems?

07/11/08 13:57:24 changed by balister

ALF should have no dependencies on how files are laid out on the radio system. ALF should retrieve all needed information from via SCA interfaces and have no framework dependent code.

Therefore, this ticket applies to all known versions of ALF.

07/25/08 15:22:31 changed by bhilburn

  • component changed from component to ALF.

After looking through the code, it looks to me like ALF assumes the files are somewhere within /sdr - but other than that assumption, the file paths are parsed out of the *.sad.xml files.

Look at ALF.py around line 56: source:ossiedev/trunk/tools/alf/importWaveform.py@8082#L56

ALF pulls the path out of the sad file, tacks '/sdr' onto the front of it, and then goes on from there.

Is this ticket still valid, or am I missing something / looking in the wrong place?

07/25/08 15:23:27 changed by bhilburn

Er - last comment should have said look at 'importWaveform.py' instead of 'ALF.py' - the source link is still correct.