Unless you're using descriptors you found somewhere else, you shouldn't need to mess with
UCFG. Your PBP USB template descriptor file should have this already in place.

#define UCFG_VAL _PUEN|_TRINT|_FS|MODE_PP ; Full-speed

Arguments for the define are listed in the USB18.inc include file under UCFG Initialization
Parameters.