Ticket #155 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

trunk alf needs to be compatable with 0.6.2

Reported by: DrewCormier Owned by: shereef
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

Changed 5 years ago by cdietric

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

Changed 5 years ago 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?

Changed 5 years ago 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.

Changed 5 years ago 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?

Changed 5 years ago by bhilburn

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

Changed 5 years ago by bhilburn

  • owner changed from Snyder.Jason to shereef

Changed 5 years ago by cdietric

  • status changed from new to closed
  • resolution set to fixed

Initial problem resolved. Opening a new ticket for directory structure independence.

Note: See TracTickets for help on using tickets.