server: Unmask association signals

PropertiesChanged signals are masked by default by pyphosphor.  When
left masked, PropertiesChanged signals are not emitted by the mapper
when it adds or removes endpoints from an association.

Unmask signals when association objects are created so the signal
is emitted.

Tested: Manually verified PropertiesChanged signals are emitted
  on association endpoint updates with busctl.
Change-Id: Ie222aa414554c416a0c7483ddbcdab1c81dac77e
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
1 file changed
tree: a27094ad42f5720f6531dd953320dc2e9d4b02b1
  1. fail-monitor/
  2. libmapper/
  3. obmc/
  4. .gitignore
  5. bootstrap.sh
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. phosphor-mapper
  10. README.md
  11. setup.cfg
  12. setup.py.in
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.