hi,
 
now after changing code of lcr, it compiles with libosmocom and openbsc. all packets are the latest (mISDN, mISDNuser, libosmocom, openbsc, lcr) i have started it without crashing, but i could not test it. please change to "develop" branch of LCR.
 
be sure to add links to openbsc and libosmocore to the LCR source directories:
 
libosmocore -> ../libosmocore/
openbsc -> ../openbsc/openbsc/
 
 
also i found some little problems while compiling osmocore and openbsc:
 
the 'extern' is missing:
 
diff --git a/include/osmocore/gsm48.h b/include/osmocore/gsm48.h
index 6356379..787cdd0 100644
--- a/include/osmocore/gsm48.h
+++ b/include/osmocore/gsm48.h
@@ -6,7 +6,7 @@
 
 extern const struct tlv_definition gsm48_att_tlvdef;
 extern const char *cc_state_names[32];
-const char *gsm48_cc_msg_names[0x40];
+extern const char *gsm48_cc_msg_names[0x40];
 const char *rr_cause_name(uint8_t cause);
 
 void gsm48_generate_lai(struct gsm48_loc_area_id *lai48, uint16_t mcc,
 
an here is a warning i did not analyse yet:
 
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/../../../../i686-pc-linux-gnu/bin/ld: Warning: size of symbol `rsl_rlm_cause_strs' changed from 8 in ./openbsc/src/libbsc.a(abis_rsl.o) to 120 in /usr/local/lib/libosmocore.so
 
 
regards,
 
andreas