aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Bump version: 0.10.2.284-bc47-dirty → 0.11.00.11.0Pau Espin Pedrol10-16/+333
2018-05-03debian/changelog: Fix typo in maintainer e-mailPau Espin Pedrol1-4/+4
2018-05-03debian: libosmoctrl: Use correct library version in pkg namePau Espin Pedrol2-3/+3
2018-05-03osmo-release.sh: Allow user to add extra information to the release commitPau Espin Pedrol1-0/+1
2018-05-03osmo-release.sh: Always generate entire commit changelogPau Espin Pedrol2-19/+13
2018-05-02osmo-release.sh: Fix error condition no LIBVERSION modifiedPau Espin Pedrol1-5/+2
2018-05-02osmo-release.sh: Exit with error if no description for new changelog entry pr...Pau Espin Pedrol1-0/+5
2018-05-02osmo-release.sh: Remove temporary file TODO-RELEASE.entries after usePau Espin Pedrol1-0/+1
2018-05-02gsm_utils: call gnutls_global_init() as constructorAlexander Couzens1-0/+19
2018-04-23gsm0808_test: silence deprecation: use gsm0808_create_layer3_2()Neels Hofmeyr1-1/+11
2018-04-23gsm0808_test: fix more missing inits (address sanitizer issues)Neels Hofmeyr1-59/+52
2018-04-23gsm_08_58.h: introduce RSL_IE_ERIC_PAGING_GROUPAlexander Couzens1-0/+1
2018-04-21gsm_08_58.h: Add Ericsson vendor-specific RSL message typesPau Espin Pedrol1-0/+5
2018-04-19RSL/LAPDm: Not all RLL message are "transparent"Harald Welte2-4/+21
2018-04-18osmo_sockaddr_is_local: Fix memleakPau Espin Pedrol1-1/+4
2018-04-18osmo_get_macaddr: Fix buffer read out of boundsPau Espin Pedrol1-2/+7
2018-04-18add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr6-98/+216
2018-04-18tlv: add TLV_GET() and TLV_GET_MINLEN()Neels Hofmeyr1-0/+21
2018-04-17gsm/gsm48.c: add call independent SS message namesVadim Yanitskiy1-0/+12
2018-04-17protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSDVadim Yanitskiy2-2/+0
2018-04-17prevent integer underflow in ipa_ccm_make_id_resp_from_req()Harald Welte1-1/+6
2018-04-16cosmetic: log: fix typo, clarify msg for rate_ctr name manglingNeels Hofmeyr1-2/+3
2018-04-15test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properlyNeels Hofmeyr1-7/+7
2018-04-13test_gsm0808_enc_dec_cell_id_list_lac(): populate all LACsNeels Hofmeyr2-4/+4
2018-04-13test_gsm0808_enc_dec_cell_id_list_lac(): validate encoded bytesNeels Hofmeyr2-8/+9
2018-04-13add gsm0808_{enc,dec}_cell_idNeels Hofmeyr5-12/+280
2018-04-13add tlv_parse2(), capable of multiple instances of the same IENeels Hofmeyr4-24/+83
2018-04-13add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr5-0/+361
2018-04-13add osmo_cgi_name()Neels Hofmeyr3-0/+31
2018-04-11msgb: msgb_pull: Abort when pulling more than avail sizePau Espin Pedrol1-0/+3
2018-04-11msgb: msgb_get: Drop unneeded tmp varPau Espin Pedrol1-2/+1
2018-04-10avoid warning in gsm0808_create_layer3Neels Hofmeyr1-1/+11
2018-04-10deprecate PLMN de-/coding functions incapable of 3-digit MNC with leading zerosNeels Hofmeyr2-7/+12
2018-04-09fix issue on big endian architectureThorsten Alteholz1-1/+1
2018-04-09add gsm48_reject_value_namesNeels Hofmeyr3-0/+38
2018-04-09add osmo_fsm_inst_update_id_f()Neels Hofmeyr4-22/+97
2018-04-09cosmetic: osmo_fsm_inst_update_id(): don't log "allocate"Neels Hofmeyr2-4/+5
2018-04-09fsm: id: properly set name in case of NULL idNeels Hofmeyr3-19/+4
2018-04-09fsm_test: more thoroughly test FSM inst ids and namesNeels Hofmeyr2-7/+138
2018-04-09osmo_fsm_inst_find_by_name(): guard against strcmp(NULL)Neels Hofmeyr1-0/+5
2018-04-09fsm_test: terminate the main loop instead of exit on timeoutNeels Hofmeyr2-2/+7
2018-04-09add osmo_quote_str(),osmo_quote_str_buf() and testNeels Hofmeyr4-0/+128
2018-04-08fix spellingThorsten Alteholz3-3/+3
2018-04-06use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr14-21/+47
2018-04-05socket.c: osmo_sock_init: Several logic fixes and log improvementsPau Espin Pedrol1-8/+16
2018-04-05socket.c: osmo_sock_init2: connect: Several logic fixes and log improvementsPau Espin Pedrol1-8/+17
2018-04-05socket.c: osmo_sock_init2: bind: Several logic fixes and log improvementsPau Espin Pedrol1-7/+19
2018-04-05fix ctrl_test sanitizer issuesNeels Hofmeyr1-1/+12
2018-04-05cosmetic: flatten ctrl_handle_msg()Neels Hofmeyr1-17/+19
2018-04-05ctrl: fix deferred commands (and hence fix osmo-bts-sysmo 'clock-info' cmd)Neels Hofmeyr5-5/+13